Type alias StorageUsed

StorageUsed: {
    bits: bigint;
    cells: bigint;
    publicCells: bigint;
}

Type declaration

  • bits: bigint
  • cells: bigint
  • publicCells: bigint

Generated using TypeDoc