interface IUserResources {
    cpu_weight: string;
    net_weight: string;
    owner: string;
    ram_bytes: SystemContract.Interfaces.IInt64;
}

Properties

cpu_weight: string
net_weight: string
owner: string