View Source StellarBase.XDR.SignerKeyEd25519SignedPayload (Elixir Stellar Base v0.11.1)

Representation of Stellar Signer key ed25519 signed payload signer type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.SignerKeyEd25519SignedPayload{
  ed25519: StellarBase.XDR.UInt256.t(),
  payload: StellarBase.XDR.VariableOpaque64.t()
}

Link to this section Functions

@spec new(
  ed25519 :: StellarBase.XDR.UInt256.t(),
  payload :: StellarBase.XDR.VariableOpaque64.t()
) :: t()