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 payabledidReceiveAttestation
function didReceiveAttestation(address attester, uint64 schemaId, uint64 attestationId, contract IERC20 resolverFeeERC20Token, uint256 resolverFeeERC20Amount, bytes extraData) externaldidReceiveRevocation
function didReceiveRevocation(address attester, uint64 schemaId, uint64 attestationId, bytes extraData) external payabledidReceiveRevocation
function didReceiveRevocation(address attester, uint64 schemaId, uint64 attestationId, contract IERC20 resolverFeeERC20Token, uint256 resolverFeeERC20Amount, bytes extraData) externalLast updated
Was this helpful?
