View Source StellarBase.XDR.ContractID (Elixir Stellar Base v0.9.1)
Representation of Stellar ContractID
type.
Link to this section Summary
Link to this section Types
@type contract_id() :: StellarBase.XDR.UInt256.t() | StellarBase.XDR.Asset.t() | StellarBase.XDR.FromEd25519PublicKey.t()
@type t() :: %StellarBase.XDR.ContractID{ contract_id: contract_id(), type: StellarBase.XDR.ContractIDType.t() }
Link to this section Functions
@spec new(contract_id :: contract_id(), type :: StellarBase.XDR.ContractIDType.t()) :: t()