interface ISetRAMLimits {
    account: string;
    ram_bytes?: IInt64;
}

Properties

Properties

account: string
ram_bytes?: IInt64