Nado Typescript SDK Documentation
    Preparing search index...

    Type Alias SubaccountTx

    type SubaccountTx = {
        type: "apply_delta";
        tx: SubaccountProductDeltaTx;
    }
    Index

    Properties

    Properties

    type: "apply_delta"