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

View Source

/ An aggregated signature from multiple validators.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.ValidatorAggregatedSignature{
  __unknown_fields__: [Protobuf.unknown_field()],
  bitmap: [non_neg_integer()],
  epoch: non_neg_integer() | nil,
  signature: binary() | nil
}

Functions

descriptor()