interface TxParamsAccount2 {
    balance: Int;
    flags: Int;
    gaAuthFun: `cb_${string}`;
    gaContract: `ct_${string}` | `nm_${string}`;
    nonce: number;
    tag: Account;
    version?: 2;
}

Hierarchy (view full)

Properties

balance: Int = uInt
flags: Int = uInt
gaAuthFun: `cb_${string}` = ...
gaContract: `ct_${string}` | `nm_${string}` = ...
nonce: number = shortUInt
tag: Account = ...
version?: 2

Generated using TypeDoc