Versions in this module Expand all Collapse all v6 v6.0.0 Oct 10, 2019 Changes in this version + const CompilerBackendAEVM + const CompilerBackendFATE + const NetworkIDMainnet + const NetworkIDTestnet + const OracleTTLTypeAbsolute + const OracleTTLTypeDelta + const URLMainnet + const URLTestnet + var Client = ClientConfig + var Compiler = CompilerConfig + var Node = NodeConfig + var Profile = ProfileConfig + var Tuning = TuningConfig + type AensConfig struct + ClientTTL uint64 + NameTTL uint64 + type ClientConfig struct + BaseGas *big.Int + Contracts ContractConfig + Fee *big.Int + GasPerByte *big.Int + GasPrice *big.Int + Names AensConfig + Oracles OracleConfig + StateChannels StateChannelConfig + TTL uint64 + type CompilerConfig struct + Backend string + URL string + type ContractConfig struct + ABIVersion uint16 + Amount *big.Int + CompilerURL string + Deposit *big.Int + GasLimit *big.Int + VMVersion uint16 + type NodeConfig struct + NetworkID string + URL string + URLChannels string + URLInternal string + type OracleConfig struct + QueryFee *big.Int + QueryTTLType uint64 + QueryTTLValue uint64 + ResponseTTLType uint64 + ResponseTTLValue uint64 + VMVersion uint16 + type ProfileConfig struct + Client ClientConfig + Compiler CompilerConfig + Name string + Node NodeConfig + Tuning TuningConfig + type StateChannelConfig struct + ChannelReserve uint64 + LockPeriod uint64 + type TuningConfig struct + ChainPollInterval int64 + ChainTimeout int64 + CryptoKdfMemlimit uint32 + CryptoKdfOpslimit uint32 + CryptoKdfThreads uint8 + OutputFormatJSON bool Other modules containing this package github.com/aeternity/aepp-sdk-go/v7 github.com/aeternity/aepp-sdk-go/v8 github.com/aeternity/aepp-sdk-go/v9