Sui.Rpc.V2beta.StorageFund (ex_sui v0.1.0)

View Source

Struct representing the onchain storage fund.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.StorageFund{
  __unknown_fields__: [Protobuf.unknown_field()],
  non_refundable_balance: non_neg_integer() | nil,
  total_object_storage_rebates: non_neg_integer() | nil
}

Functions

descriptor()