Returns
UseRevokeDelegationReturnType
An object containing the revokeDelegation function.
function useRevokeDelegation(): UseRevokeDelegationReturnType;
UseRevokeDelegationReturnType
An object containing the revokeDelegation function.
const { revokeDelegation } = useRevokeDelegation();
await revokeDelegation();
Was this page helpful?