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