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

Properties

cpu_weight: IInt64
expires: string
net_weight: IInt64
owner: string
ram_bytes: IInt64
version: number