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

Representation of Stellar Ed25519ContractID type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Ed25519ContractID{
  ed25519: StellarBase.XDR.UInt256.t(),
  network_id: StellarBase.XDR.Hash.t(),
  salt: StellarBase.XDR.UInt256.t()
}

Link to this section Functions

Link to this function

new(network_id, ed25519, salt)

View Source
@spec new(
  network_id :: StellarBase.XDR.Hash.t(),
  ed25519 :: StellarBase.XDR.UInt256.t(),
  salt :: StellarBase.XDR.UInt256.t()
) :: t()