Stellar.XDR.SignerKey (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar SignerKey
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.SignerKey{ signer_key: Stellar.XDR.UInt256.t(), type: Stellar.XDR.SignerKeyType.t() }
Link to this section Functions
Specs
new( signer_key :: Stellar.XDR.UInt256.t(), type :: Stellar.XDR.SignerKeyType.t() ) :: t()