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

Hierarchy (view full)

Properties

Properties

amount: string
from: string

Base58Check encoded tagged pubkey

op: "OffChainDeposit"

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

Generated using TypeDoc