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

Representation of Stellar Ed25519ContractID type.

Summary

Types

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

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()