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

Hierarchy (view full)

Properties

Properties

amount: bigint
op

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

to: string

Base58Check encoded tagged pubkey