View Source StellarBase.XDR.ContractIDType (Elixir Stellar Base v0.9.1)

Representation of Stellar ContractIDType type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.ContractIDType{identifier: atom()}

Link to this section Functions

Link to this function

new(type \\ :CONTRACT_ID_FROM_SOURCE_ACCOUNT)

View Source
@spec new(type :: atom()) :: t()