Stellar.XDR.Ledger.Signer (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar Ledger Signer type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Ledger.Signer{
  account_id: Stellar.XDR.AccountID.t(),
  signer_key: Stellar.XDR.SignerKey.t()
}

Link to this section Functions

Link to this function

new(account_id, signer_key)

View Source

Specs

new(
  account_id :: Stellar.XDR.AccountID.t(),
  signer_key :: Stellar.XDR.SignerKey.t()
) :: t()