pub fn set_resource_limits(
    account: Name,
    ram_bytes: i64,
    net_weight: i64,
    cpu_weight: i64
)
Expand description