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

Hierarchy (View Summary)

Properties

Properties

amount: bigint
op: "OffChainWithdrawal"

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

to: string

Base58Check encoded tagged pubkey