Web3MoveEx.Sui.Account (web3_move_ex v0.6.2)

Link to this section Summary

Link to this section Types

@type t() :: %Web3MoveEx.Sui.Account{
  key_schema: nil | binary(),
  phrase: nil | binary(),
  priv_key: nil | binary(),
  priv_key_base64: nil | String.t(),
  sui_address: binary(),
  sui_address_hex: binary()
}

Link to this section Functions

Link to this function

new(key_schema \\ "ed25519")