Sui.Rpc.V2beta.GasCostSummary (ex_sui v0.1.0)
View SourceSummary of gas charges.
Summary
Types
@type t() :: %Sui.Rpc.V2beta.GasCostSummary{ __unknown_fields__: [Protobuf.unknown_field()], computation_cost: non_neg_integer() | nil, non_refundable_storage_fee: non_neg_integer() | nil, storage_cost: non_neg_integer() | nil, storage_rebate: non_neg_integer() | nil }