Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed PRNGTest.abi PRNGTestContractABI string //go:embed PRNGTest.bin PRNGTestContractBytecodeHex string PRNGTestContractBytecode = common.FromHex(strings.TrimSpace(PRNGTestContractBytecodeHex)) //deployed bytecode and runtime bytecode are different, see: https://ethereum.stackexchange.com/questions/13086/whats-the-difference-between-solcs-bin-bytecode-versus-bin-runtime //go:embed PRNGTest.bin-runtime PRNGTestContractRuntimeBytecodeHex string PRNGTestContractRuntimeBytecode = common.FromHex(strings.TrimSpace(PRNGTestContractRuntimeBytecodeHex)) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.