interface TxParamsAccount1 {
    balance: Int;
    nonce: number;
    tag: Account;
    version: 1;
}

Hierarchy (view full)

Properties

balance: Int = uInt
nonce: number = shortUInt
tag: Account = ...
version: 1 = ...

Generated using TypeDoc