ISPHook
The hook is called for every attestation or revocation if the schema used specifies a hook.
didReceiveAttestation
function didReceiveAttestation(address attester, uint64 schemaId, uint64 attestationId, bytes extraData) external payable
didReceiveAttestation
function didReceiveAttestation(address attester, uint64 schemaId, uint64 attestationId, contract IERC20 resolverFeeERC20Token, uint256 resolverFeeERC20Amount, bytes extraData) external
didReceiveRevocation
function didReceiveRevocation(address attester, uint64 schemaId, uint64 attestationId, bytes extraData) external payable
didReceiveRevocation
function didReceiveRevocation(address attester, uint64 schemaId, uint64 attestationId, contract IERC20 resolverFeeERC20Token, uint256 resolverFeeERC20Amount, bytes extraData) external
Last updated
Was this helpful?