Source code for multiversx_sdk.wallet.interfaces

from typing import Protocol


[docs] class IRandomness(Protocol): salt: bytes iv: bytes id: str