interface ISetalimits {
    account: string;
    cpu_weight: Interfaces.System.IInt64;
    net_weight: Interfaces.System.IInt64;
    ram_bytes: Interfaces.System.IInt64;
}

Properties

account: string