# Packages
No description provided by the author
No description provided by the author
Package checkpointoracle is a an on-chain light client checkpoint oracle.
No description provided by the author
No description provided by the author
Copyright 2017 The Celo Authors This file is part of the celo library.
Copyright 2017 The Celo Authors This file is part of the celo library.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Copyright 2017 The Celo Authors This file is part of the celo library.
# Functions
GetRegisteredAddress returns the address on the registry for a given id.
NewBoundMethod constructs a new bound method instance bound to the given address.
NewMethod creates a new Method.
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
ErrSmartContractNotDeployed is returned when the RegisteredAddresses mapping does not contain the specified contract.
# Structs
BoundMethod represents a Method that is bounded to an address In particular, instead of address we use an address resolver to cope the fact that addresses need to be obtained from the Registry before making a call.
Method represents a contract's method.