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

Representation of Stellar StructContractID type.

Summary

Types

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

Functions

Link to this function

new(network_id, contract_id, salt)

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