UNPKG

@metamask/delegation-toolkit

Version:

The Delegation Toolkit built on top of Viem - a library for interacting with DeleGator Smart Accounts

62 lines 1.51 kB
import { SIGNATURE_ABI_PARAMS, encodeCalls, encodeCallsForCaller, getCounterfactualAccountData } from "../chunk-NV2Z25GV.mjs"; import { SIGNABLE_USER_OP_TYPED_DATA } from "../chunk-IVSH2AQS.mjs"; import "../chunk-WS27FQPE.mjs"; import { deployDeleGatorEnvironment, overrideDeployedEnvironment } from "../chunk-QYK4FFGA.mjs"; import { encodeBatchExecution, encodeExecutionCalldata, encodeExecutionCalldatas, encodeSingleExecution } from "../chunk-CPLIK3VF.mjs"; import { CaveatBuilder, DELEGATION_ABI_TYPE_COMPONENTS, DELEGATION_ARRAY_ABI_TYPE, DELEGATION_TYPEHASH, SIGNABLE_DELEGATION_TYPED_DATA, createCaveatBuilder, decodeDelegations, decodePermissionContexts, encodeDelegations, encodePermissionContexts, getDelegationHashOffchain, toDelegation, toDelegationStruct } from "../chunk-22I5T7W4.mjs"; export { CaveatBuilder, DELEGATION_ABI_TYPE_COMPONENTS, DELEGATION_ARRAY_ABI_TYPE, DELEGATION_TYPEHASH, SIGNABLE_DELEGATION_TYPED_DATA, SIGNABLE_USER_OP_TYPED_DATA, SIGNATURE_ABI_PARAMS, createCaveatBuilder, decodeDelegations, decodePermissionContexts, deployDeleGatorEnvironment, encodeBatchExecution, encodeCalls, encodeCallsForCaller, encodeDelegations, encodeExecutionCalldata, encodeExecutionCalldatas, encodePermissionContexts, encodeSingleExecution, getCounterfactualAccountData, getDelegationHashOffchain, overrideDeployedEnvironment, toDelegation, toDelegationStruct }; //# sourceMappingURL=index.mjs.map