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

Properties

Properties

account: string
net_weight?: Interfaces.System.IInt64