package
0.4.1
Repository: https://github.com/st3plox/blogchain.git
Documentation: pkg.go.dev

# Functions

DeployContract deploys a new Ethereum contract, binding an instance of Contract to it.
GetAddress returns the address for the given name.
LoadConfig loads the JSON configuration from a file.
NewContract creates a new instance of Contract, bound to a specific deployed contract.
NewContractCaller creates a new read-only instance of Contract, bound to a specific deployed contract.
NewContractFilterer creates a new log filterer instance of Contract, bound to a specific deployed contract.
NewContractTransactor creates a new write-only instance of Contract, bound to a specific deployed contract.
No description provided by the author

# Variables

ContractABI is the input ABI used to generate the binding from.
ContractBin is the compiled bytecode used for deploying new contracts.
ContractMetaData contains all meta data concerning the Contract contract.

# Structs

Contract is an auto generated Go binding around an Ethereum contract.
ContractCaller is an auto generated read-only Go binding around an Ethereum contract.
ContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ContractPostPublished represents a PostPublished event raised by the Contract contract.
ContractPostPublishedIterator is returned from FilterPostPublished and is used to iterate over the raw logs and unpacked data for PostPublished events raised by the Contract contract.
ContractRaw is an auto generated low-level Go binding around an Ethereum contract.
ContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ContractTransactor is an auto generated write-only Go binding around an Ethereum contract.
ContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
No description provided by the author
PostStoragePost is an auto generated low-level Go binding around an user-defined struct.

# Type aliases

AddressConfig represents a mapping of names to their respective addresses.