interface OffChainUpdate {
    op:
        | "OffChainCallContract"
        | "OffChainDeposit"
        | "OffChainNewContract"
        | "OffChainTransfer"
        | "OffChainWithdrawal";
}

Hierarchy (view full)

Properties

Properties

op:
    | "OffChainCallContract"
    | "OffChainDeposit"
    | "OffChainNewContract"
    | "OffChainTransfer"
    | "OffChainWithdrawal"

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