interface OffChainDeposit {
    amount: bigint;
    from: string;
    op: "OffChainDeposit";
}

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