interface IPowerupOrder {
    cpu_weight: SystemContract.Interfaces.IInt64;
    expires: string;
    id: SystemContract.Interfaces.IUint64;
    net_weight: SystemContract.Interfaces.IInt64;
    owner: string;
    ram_bytes: SystemContract.Interfaces.IInt64;
    version: number;
}

Properties

expires: string
owner: string
version: number