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

Link to this function

new(contract_executable, type)

View Source
@spec new(
  contract_executable :: contract_executable(),
  type :: StellarBase.XDR.SCContractExecutableType.t()
) :: t()