@metamask/delegation-toolkit
Version:
The Delegation Toolkit built on top of Viem - a library for interacting with DeleGator Smart Accounts
60 lines • 1.47 kB
JavaScript
import {
SIGNABLE_USER_OP_TYPED_DATA,
SIGNATURE_ABI_PARAMS,
encodeCalls,
encodeCallsForCaller,
getCounterfactualAccountData
} from "../chunk-GODU24FS.mjs";
import "../chunk-MOTJRLZE.mjs";
import {
deployDeleGatorEnvironment,
overrideDeployedEnvironment
} from "../chunk-HNRGEUMP.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-ONC4XUYQ.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