Interface IAccountOnNetwork

interface IAccountOnNetwork {
    balance: IAccountBalance;
    nonce: number;
}

Properties

Properties

nonce: number