StellarBase.XDR.SignerKeyEd25519SignedPayload (Elixir Stellar Base v0.8.2) View Source
Representation of Stellar Signer key ed25519 signed payload signer
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.SignerKeyEd25519SignedPayload{ ed25519: StellarBase.XDR.UInt256.t(), payload: StellarBase.XDR.VariableOpaque64.t() }
Link to this section Functions
Specs
new( ed25519 :: StellarBase.XDR.UInt256.t(), payload :: StellarBase.XDR.VariableOpaque64.t() ) :: t()