Versions in this module Expand all Collapse all v6 v6.0.0 Oct 10, 2019 Changes in this version + const BytecodeCallResultInputBackendAevm + const BytecodeCallResultInputBackendFate + const CompileOptsBackendAevm + const CompileOptsBackendFate + const DecodeCalldataBytecodeBackendAevm + const DecodeCalldataBytecodeBackendFate + type ACI struct + EncodedAci interface{} + Interface *string + func (m *ACI) MarshalBinary() ([]byte, error) + func (m *ACI) UnmarshalBinary(b []byte) error + func (m *ACI) Validate(formats strfmt.Registry) error + type API interface + type APIVersion struct + APIVersion *string + func (m *APIVersion) MarshalBinary() ([]byte, error) + func (m *APIVersion) UnmarshalBinary(b []byte) error + func (m *APIVersion) Validate(formats strfmt.Registry) error + type ByteCode struct + Bytecode EncodedByteArray + func (m *ByteCode) MarshalBinary() ([]byte, error) + func (m *ByteCode) UnmarshalBinary(b []byte) error + func (m *ByteCode) Validate(formats strfmt.Registry) error + type BytecodeCallResultInput struct + Backend string + Bytecode EncodedByteArray + CallResult *string + CallValue *string + Function *string + func (m *BytecodeCallResultInput) MarshalBinary() ([]byte, error) + func (m *BytecodeCallResultInput) UnmarshalBinary(b []byte) error + func (m *BytecodeCallResultInput) Validate(formats strfmt.Registry) error + type Calldata struct + Calldata EncodedByteArray + func (m *Calldata) MarshalBinary() ([]byte, error) + func (m *Calldata) UnmarshalBinary(b []byte) error + func (m *Calldata) Validate(formats strfmt.Registry) error + type CompileOpts struct + Backend string + FileSystem interface{} + SrcFile string + func (m *CompileOpts) MarshalBinary() ([]byte, error) + func (m *CompileOpts) UnmarshalBinary(b []byte) error + func (m *CompileOpts) Validate(formats strfmt.Registry) error + type CompilerError struct + Context string + Message *string + Pos *ErrorPos + Type *string + func (m *CompilerError) MarshalBinary() ([]byte, error) + func (m *CompilerError) String() string + func (m *CompilerError) UnmarshalBinary(b []byte) error + func (m *CompilerError) Validate(formats strfmt.Registry) error + type CompilerErrors []*CompilerError + func (m CompilerErrors) Validate(formats strfmt.Registry) error + type CompilerVersion struct + Version *string + func (m *CompilerVersion) MarshalBinary() ([]byte, error) + func (m *CompilerVersion) UnmarshalBinary(b []byte) error + func (m *CompilerVersion) Validate(formats strfmt.Registry) error + type Contract struct + Code *string + Options *CompileOpts + func (m *Contract) MarshalBinary() ([]byte, error) + func (m *Contract) UnmarshalBinary(b []byte) error + func (m *Contract) Validate(formats strfmt.Registry) error + type DecodeCalldataBytecode struct + Backend string + Bytecode EncodedByteArray + Calldata EncodedByteArray + func (m *DecodeCalldataBytecode) MarshalBinary() ([]byte, error) + func (m *DecodeCalldataBytecode) UnmarshalBinary(b []byte) error + func (m *DecodeCalldataBytecode) Validate(formats strfmt.Registry) error + type DecodeCalldataSource struct + Calldata EncodedByteArray + Function *string + Options *CompileOpts + Source *string + func (m *DecodeCalldataSource) MarshalBinary() ([]byte, error) + func (m *DecodeCalldataSource) UnmarshalBinary(b []byte) error + func (m *DecodeCalldataSource) Validate(formats strfmt.Registry) error + type DecodedCalldata struct + Arguments []interface{} + Function *string + func (m *DecodedCalldata) MarshalBinary() ([]byte, error) + func (m *DecodedCalldata) UnmarshalBinary(b []byte) error + func (m *DecodedCalldata) Validate(formats strfmt.Registry) error + type DecodedCallresult struct + Function *string + Result interface{} + func (m *DecodedCallresult) MarshalBinary() ([]byte, error) + func (m *DecodedCallresult) UnmarshalBinary(b []byte) error + func (m *DecodedCallresult) Validate(formats strfmt.Registry) error + type EncodedByteArray string + func (m EncodedByteArray) Validate(formats strfmt.Registry) error + type Error struct + Reason *string + func (m *Error) MarshalBinary() ([]byte, error) + func (m *Error) String() string + func (m *Error) UnmarshalBinary(b []byte) error + func (m *Error) Validate(formats strfmt.Registry) error + type ErrorPos struct + Col *int64 + File string + Line *int64 + func (m *ErrorPos) MarshalBinary() ([]byte, error) + func (m *ErrorPos) String() string + func (m *ErrorPos) UnmarshalBinary(b []byte) error + func (m *ErrorPos) Validate(formats strfmt.Registry) error + type FunctionCallInput struct + Arguments []string + Function *string + Options *CompileOpts + Source *string + func (m *FunctionCallInput) MarshalBinary() ([]byte, error) + func (m *FunctionCallInput) UnmarshalBinary(b []byte) error + func (m *FunctionCallInput) Validate(formats strfmt.Registry) error + type SophiaBinaryData struct + Data *string + SophiaType *string + func (m *SophiaBinaryData) MarshalBinary() ([]byte, error) + func (m *SophiaBinaryData) UnmarshalBinary(b []byte) error + func (m *SophiaBinaryData) Validate(formats strfmt.Registry) error + type SophiaCallResult interface + type SophiaCallResultInput struct + CallResult *string + CallValue *string + Function *string + Options *CompileOpts + Source *string + func (m *SophiaCallResultInput) MarshalBinary() ([]byte, error) + func (m *SophiaCallResultInput) UnmarshalBinary(b []byte) error + func (m *SophiaCallResultInput) Validate(formats strfmt.Registry) error + type SophiaJSONData struct + Data interface{} + func (m *SophiaJSONData) MarshalBinary() ([]byte, error) + func (m *SophiaJSONData) UnmarshalBinary(b []byte) error + func (m *SophiaJSONData) Validate(formats strfmt.Registry) error Other modules containing this package github.com/aeternity/aepp-sdk-go/v4 github.com/aeternity/aepp-sdk-go/v5 github.com/aeternity/aepp-sdk-go/v7 github.com/aeternity/aepp-sdk-go/v8 github.com/aeternity/aepp-sdk-go/v9