package
0.0.7-alphanet
Repository: https://github.com/zenon-network/go-zenon.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
GetEmbeddedMethod finds method instance of embedded contract by address and abiSelector - returns constants.ErrNotContractAddress in case address is not an embedded address (bad prefix) - returns constants.ErrContractDoesntExist in case the address doesn't link to a valid embedded contract - returns constants.ErrContractMethodNotFound if the method doesn't exist.
# Interfaces
Method defines interfaces of embedded contracts.