View Source StellarBase.XDR.SCContractExecutable (Elixir Stellar Base v0.10.1)
Representation of Stellar SCContractExecutable
type.
Link to this section Summary
Link to this section Types
@type contract_executable() :: StellarBase.XDR.Hash.t() | StellarBase.XDR.Void.t()
@type t() :: %StellarBase.XDR.SCContractExecutable{ contract_executable: contract_executable(), type: StellarBase.XDR.SCContractExecutableType.t() }
Link to this section Functions
@spec new( contract_executable :: contract_executable(), type :: StellarBase.XDR.SCContractExecutableType.t() ) :: t()