StellarBase.XDR.Ledger.Signer (Elixir Stellar Base v0.3.0) View Source
Representation of Stellar Ledger Signer type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.Ledger.Signer{
account_id: StellarBase.XDR.AccountID.t(),
signer_key: StellarBase.XDR.SignerKey.t()
}
Link to this section Functions
Specs
new( account_id :: StellarBase.XDR.AccountID.t(), signer_key :: StellarBase.XDR.SignerKey.t() ) :: t()