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

Hierarchy (view full)

Properties

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

Generated using TypeDoc