StellarBase.XDR.PublicKey (Elixir Stellar Base v0.8.4) View Source
Representation of Stellar PublicKey
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.PublicKey{ public_key: StellarBase.XDR.UInt256.t(), type: StellarBase.XDR.PublicKeyType.t() }
Link to this section Functions
Specs
new( public_key :: StellarBase.XDR.UInt256.t(), type :: StellarBase.XDR.PublicKeyType.t() ) :: t()