interface OffChainWithdrawal {
    amount: string;
    op: "OffChainWithdrawal";
    to: string;
}

Hierarchy (view full)

Properties

Properties

amount: string
op: "OffChainWithdrawal"

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

to: string

Base58Check encoded tagged pubkey

Generated using TypeDoc