Interface AddressWithMxBytesSigner

An address paired with a signer able to sign arbitrary bytes on its behalf.

interface AddressWithMxBytesSigner {
    address: Address;
    mxBytesSigner: MxBytesSigner;
}

Hierarchy (view full)

Properties

address: Address
mxBytesSigner: MxBytesSigner

Generated using TypeDoc