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

View Source

Key to uniquely identify a JWK.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.JwkId{
  __unknown_fields__: [Protobuf.unknown_field()],
  iss: String.t() | nil,
  kid: String.t() | nil
}

Functions

descriptor()