interface ISetAccountLimits {
    account: string;
    cpu_weight: IInt64;
    net_weight: IInt64;
    ram_bytes: IInt64;
}

Properties

account: string
cpu_weight: IInt64
net_weight: IInt64
ram_bytes: IInt64