interface OffChainTransfer {
    amount: string;
    from: string;
    op: "OffChainTransfer";
    to: string;
}

Hierarchy (view full)

Properties

Properties

amount: string
from: string

Base58Check encoded tagged pubkey

op: "OffChainTransfer"

Polymorphic discriminator, which specifies the different types this object can be

to: string

Base58Check encoded tagged pubkey

Generated using TypeDoc