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

Hierarchy (view full)

Properties

Properties

amount: bigint
from: string

Base58Check encoded tagged pubkey

op

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

to: string

Base58Check encoded tagged pubkey