View Source Aptos.Tx.Sender (Aptos v0.2.4)

Link to this section Summary

Link to this section Types

@type t() :: %Aptos.Tx.Sender{
  address: binary(),
  private_key: binary(),
  public_key: binary()
}

Link to this section Functions