You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are working with multiple bound contracts which are serving the consensus and exclusive services like TomoX/TomoZ. Let's take the BlockSigner contract for example, this bindBlockSigner function is called each time the validator want to make a call or an transaction to this contract at 0x0000000000000000000000000000000000000089
We are working with multiple bound contracts which are serving the consensus and exclusive services like TomoX/TomoZ. Let's take the
BlockSigner
contract for example, thisbindBlockSigner
function is called each time the validator want to make a call or an transaction to this contract at0x0000000000000000000000000000000000000089
To prevent re-initializing the ABI each time. we can move the parsed
abi.ABI
to an init function of the contract package.The text was updated successfully, but these errors were encountered: