View Source StellarBase.XDR.SCContractInstance (Elixir Stellar Base v0.16.0)
Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten
Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr
Representation of Stellar SCContractInstance
type.
Summary
Types
@type executable_type() :: StellarBase.XDR.ContractExecutable.t()
@type storage_type() :: StellarBase.XDR.OptionalSCMap.t()
@type t() :: %StellarBase.XDR.SCContractInstance{ executable: executable_type(), storage: storage_type() }
Functions
@spec new(executable :: executable_type(), storage :: storage_type()) :: t()