Type alias StorageInfo

StorageInfo: {
    duePayment?: Maybe<bigint>;
    lastPaid: number;
    used: StorageUsed;
}

Type declaration

  • Optional duePayment?: Maybe<bigint>
  • lastPaid: number
  • used: StorageUsed

Generated using TypeDoc