interface ISetacctnet {
    account: string;
    net_weight?: IInt64;
}

Properties

Properties

account: string
net_weight?: IInt64