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