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

View Source

Flag use to disambiguate the signature schemes supported by Sui.

Note: the enum values defined by this proto message exactly match their expected BCS serialized values when serialized as a u8. See enum.SignatureScheme for more information about signature schemes.

Summary

Types

t()

@type t() ::
  integer()
  | :ED25519
  | :SECP256K1
  | :SECP256R1
  | :MULTISIG
  | :BLS12381
  | :ZKLOGIN
  | :PASSKEY

Functions

descriptor()