package
6.0.0
Repository: https://github.com/aeternity/aepp-sdk-go.git
Documentation: pkg.go.dev

# Functions

NewCompiler creates a new Compiler instance from a URL.
NewNode instantiates a new swagger HTTP client to an aeternity node.

# Structs

Compiler wraps around the swagger-generated Compiler.
Node represents a HTTP connection to an aeternity node.

# Interfaces

APIVersioner guarantees that one can run a APIVersion() method on the mocked/real network connection to the aesophia compiler.
CompileContracter guarantees that one can run a CompileContract() method on the mocked/real network connection to the aesophia compiler.
DecodeCalldataBytecoder guarantees that one can run a DecodeCalldataBytecode() method on the mocked/real network connection to the aesophia compiler.
DecodeCalldataSourcer guarantees that one can run a DecodeCalldataSource() method on the mocked/real network connection to the aesophia compiler.
DecodeCallResulter guarantees that one can run a DecodeCallResult() method on the mocked/real network connection to the aesophia compiler.
DecodeDataer guarantees that one can run a DecodeData() method on the mocked/real network connection to the aesophia compiler.
EncodeCalldataer guarantees that one can run a EncodeCalldata() method on the mocked/real network connection to the aesophia compiler.
GenerateACIer guarantees that one can run a GenerateACI() method on the mocked/real network connection to the aesophia compiler.
GetAccounter guarantees that one can run a GetAccount() method on the mocked/real network connection.
GetGenerationByHeighter guarantees that one can run a GetGenerationByHeight() method on the mocked/real network connection.
GetHeighter guarantees that one can run a GetHeight() method on the mocked/real network connection.
GetKeyBlockByHasher guarantees that one can run a GetKeyBlockByHash() method on the mocked/real network connection.
GetMicroBlockHeaderByHasher guarantees that one can run a GetMicroBlockHeaderByHash() method on the mocked/real network connection.
GetMicroBlockTransactionsByHasher guarantees that one can run a GetMicroBlockTransactionsByHash() method on the mocked/real network connection.
GetNameEntryByNamer guarantees that one can run a GetNameEntryByName() method on the mocked/real network connection.
GetOracleByPubkeyer guarantees that one can run a GetOracleByPubkey() method on the mocked/real network connection.
GetStatuser guarantees that one can run a GetStatus() method on the mocked/real network connection.
GetTopBlocker guarantees that one can run a GetTopBlock() method on the mocked/real network connection.
GetTransactionByHasher guarantees that one can run a GetTransactionByHash() method on the mocked/real network connection.
NodeInterface collects together all the interfaces defined in this file to describe the capabilities of a generic connection to an aeternity (or mock) node.
PostTransactioner guarantees that one can run a PostTransaction() method on the mocked/real network connection.
SophiaVersioner guarantees that one can run a SophiaVersion() method on the mocked/real network connection to the aesophia compiler.