interface SampleUsage {
    account: AccountObject;
    cpu: UInt128;
    net: UInt128;
}

Properties

Properties

account: AccountObject
cpu: UInt128
net: UInt128