interface ISetacctnet {
    account: string;
    net_weight?: SystemContract.Interfaces.IInt64;
}

Properties

Properties

account: string