@usesigil/kit 0.16.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -0
- package/dist/advanced-analytics.d.ts +3 -2
- package/dist/advanced-analytics.d.ts.map +1 -1
- package/dist/advanced-analytics.js +9 -42
- package/dist/advanced-analytics.js.map +1 -1
- package/dist/agent-bootstrap.d.ts +1 -2
- package/dist/agent-bootstrap.d.ts.map +1 -1
- package/dist/agent-bootstrap.js.map +1 -1
- package/dist/agent-errors.d.ts +20 -4
- package/dist/agent-errors.d.ts.map +1 -1
- package/dist/agent-errors.js +864 -367
- package/dist/agent-errors.js.map +1 -1
- package/dist/audit-log.d.ts +101 -0
- package/dist/audit-log.d.ts.map +1 -0
- package/dist/audit-log.js +145 -0
- package/dist/audit-log.js.map +1 -0
- package/dist/caip2-network.d.ts +171 -0
- package/dist/caip2-network.d.ts.map +1 -0
- package/dist/caip2-network.js +202 -0
- package/dist/caip2-network.js.map +1 -0
- package/dist/canonical-encode.d.ts +59 -0
- package/dist/canonical-encode.d.ts.map +1 -0
- package/dist/canonical-encode.js +141 -0
- package/dist/canonical-encode.js.map +1 -0
- package/dist/cosign-helper.d.ts +264 -0
- package/dist/cosign-helper.d.ts.map +1 -0
- package/dist/cosign-helper.js +147 -0
- package/dist/cosign-helper.js.map +1 -0
- package/dist/create-vault.d.ts +92 -0
- package/dist/create-vault.d.ts.map +1 -1
- package/dist/create-vault.js +108 -7
- package/dist/create-vault.js.map +1 -1
- package/dist/dashboard/close-vault.d.ts +110 -0
- package/dist/dashboard/close-vault.d.ts.map +1 -0
- package/dist/dashboard/close-vault.js +165 -0
- package/dist/dashboard/close-vault.js.map +1 -0
- package/dist/dashboard/errors.d.ts +2 -2
- package/dist/dashboard/errors.d.ts.map +1 -1
- package/dist/dashboard/errors.js +11 -7
- package/dist/dashboard/errors.js.map +1 -1
- package/dist/dashboard/index.d.ts +190 -34
- package/dist/dashboard/index.d.ts.map +1 -1
- package/dist/dashboard/index.js +282 -52
- package/dist/dashboard/index.js.map +1 -1
- package/dist/dashboard/mutations.d.ts +153 -24
- package/dist/dashboard/mutations.d.ts.map +1 -1
- package/dist/dashboard/mutations.js +680 -114
- package/dist/dashboard/mutations.js.map +1 -1
- package/dist/dashboard/post-assertion-validation.d.ts +1 -1
- package/dist/dashboard/post-assertion-validation.d.ts.map +1 -1
- package/dist/dashboard/post-assertion-validation.js +169 -48
- package/dist/dashboard/post-assertion-validation.js.map +1 -1
- package/dist/dashboard/reads.d.ts +3 -4
- package/dist/dashboard/reads.d.ts.map +1 -1
- package/dist/dashboard/reads.js +11 -22
- package/dist/dashboard/reads.js.map +1 -1
- package/dist/dashboard/types.d.ts +56 -19
- package/dist/dashboard/types.d.ts.map +1 -1
- package/dist/errors/agent-errors.generated.d.ts +21 -0
- package/dist/errors/agent-errors.generated.d.ts.map +1 -0
- package/dist/errors/agent-errors.generated.js +134 -0
- package/dist/errors/agent-errors.generated.js.map +1 -0
- package/dist/errors/codes.d.ts +21 -2
- package/dist/errors/codes.d.ts.map +1 -1
- package/dist/errors/codes.js +19 -0
- package/dist/errors/codes.js.map +1 -1
- package/dist/errors/context.d.ts +9 -1
- package/dist/errors/context.d.ts.map +1 -1
- package/dist/event-analytics.d.ts +1 -3
- package/dist/event-analytics.d.ts.map +1 -1
- package/dist/event-analytics.js +28 -81
- package/dist/event-analytics.js.map +1 -1
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +23 -14
- package/dist/events.js.map +1 -1
- package/dist/generated/accounts/agentSpendOverlay.d.ts +60 -0
- package/dist/generated/accounts/agentSpendOverlay.d.ts.map +1 -1
- package/dist/generated/accounts/agentSpendOverlay.js +6 -2
- package/dist/generated/accounts/agentSpendOverlay.js.map +1 -1
- package/dist/generated/accounts/agentVault.d.ts +168 -4
- package/dist/generated/accounts/agentVault.d.ts.map +1 -1
- package/dist/generated/accounts/agentVault.js +11 -3
- package/dist/generated/accounts/agentVault.js.map +1 -1
- package/dist/generated/accounts/auditLogRejected.d.ts +66 -0
- package/dist/generated/accounts/auditLogRejected.d.ts.map +1 -0
- package/dist/generated/accounts/auditLogRejected.js +68 -0
- package/dist/generated/accounts/auditLogRejected.js.map +1 -0
- package/dist/generated/accounts/auditLogSuccess.d.ts +78 -0
- package/dist/generated/accounts/auditLogSuccess.d.ts.map +1 -0
- package/dist/generated/accounts/auditLogSuccess.js +68 -0
- package/dist/generated/accounts/auditLogSuccess.js.map +1 -0
- package/dist/generated/accounts/index.d.ts +4 -4
- package/dist/generated/accounts/index.d.ts.map +1 -1
- package/dist/generated/accounts/index.js +4 -4
- package/dist/generated/accounts/index.js.map +1 -1
- package/dist/generated/accounts/pendingAgentGrant.d.ts +199 -0
- package/dist/generated/accounts/pendingAgentGrant.d.ts.map +1 -0
- package/dist/generated/accounts/pendingAgentGrant.js +75 -0
- package/dist/generated/accounts/pendingAgentGrant.js.map +1 -0
- package/dist/generated/accounts/pendingAgentPermissionsUpdate.d.ts +64 -0
- package/dist/generated/accounts/pendingAgentPermissionsUpdate.d.ts.map +1 -1
- package/dist/generated/accounts/pendingAgentPermissionsUpdate.js +7 -1
- package/dist/generated/accounts/pendingAgentPermissionsUpdate.js.map +1 -1
- package/dist/generated/accounts/pendingOwnershipTransfer.d.ts +131 -0
- package/dist/generated/accounts/pendingOwnershipTransfer.d.ts.map +1 -0
- package/dist/generated/accounts/pendingOwnershipTransfer.js +76 -0
- package/dist/generated/accounts/pendingOwnershipTransfer.js.map +1 -0
- package/dist/generated/accounts/pendingPolicyUpdate.d.ts +200 -4
- package/dist/generated/accounts/pendingPolicyUpdate.d.ts.map +1 -1
- package/dist/generated/accounts/pendingPolicyUpdate.js +19 -1
- package/dist/generated/accounts/pendingPolicyUpdate.js.map +1 -1
- package/dist/generated/accounts/policyConfig.d.ts +479 -36
- package/dist/generated/accounts/policyConfig.d.ts.map +1 -1
- package/dist/generated/accounts/policyConfig.js +30 -3
- package/dist/generated/accounts/policyConfig.js.map +1 -1
- package/dist/generated/accounts/postExecutionAssertions.d.ts +2 -2
- package/dist/generated/accounts/postExecutionAssertions.d.ts.map +1 -1
- package/dist/generated/accounts/postExecutionAssertions.js +3 -3
- package/dist/generated/accounts/sessionAuthority.d.ts +140 -12
- package/dist/generated/accounts/sessionAuthority.d.ts.map +1 -1
- package/dist/generated/accounts/sessionAuthority.js +9 -7
- package/dist/generated/accounts/sessionAuthority.js.map +1 -1
- package/dist/generated/accounts/spendTracker.d.ts +83 -3
- package/dist/generated/accounts/spendTracker.d.ts.map +1 -1
- package/dist/generated/accounts/spendTracker.js +14 -2
- package/dist/generated/accounts/spendTracker.js.map +1 -1
- package/dist/generated/errors/sigil.d.ts +131 -83
- package/dist/generated/errors/sigil.d.ts.map +1 -1
- package/dist/generated/errors/sigil.js +178 -106
- package/dist/generated/errors/sigil.js.map +1 -1
- package/dist/generated/event-discriminators.d.ts.map +1 -1
- package/dist/generated/event-discriminators.js +11 -14
- package/dist/generated/event-discriminators.js.map +1 -1
- package/dist/generated/instructions/acceptOwnershipTransfer.d.ts +142 -0
- package/dist/generated/instructions/acceptOwnershipTransfer.d.ts.map +1 -0
- package/dist/generated/instructions/acceptOwnershipTransfer.js +171 -0
- package/dist/generated/instructions/acceptOwnershipTransfer.js.map +1 -0
- package/dist/generated/instructions/acceptOwnershipTransferMultisig.d.ts +85 -0
- package/dist/generated/instructions/acceptOwnershipTransferMultisig.d.ts.map +1 -0
- package/dist/generated/instructions/acceptOwnershipTransferMultisig.js +171 -0
- package/dist/generated/instructions/acceptOwnershipTransferMultisig.js.map +1 -0
- package/dist/generated/instructions/applyAgentGrant.d.ts +100 -0
- package/dist/generated/instructions/applyAgentGrant.d.ts.map +1 -0
- package/dist/generated/instructions/{applyConstraintsUpdate.js → applyAgentGrant.js} +66 -42
- package/dist/generated/instructions/applyAgentGrant.js.map +1 -0
- package/dist/generated/instructions/applyAgentPermissionsUpdate.d.ts +31 -8
- package/dist/generated/instructions/applyAgentPermissionsUpdate.d.ts.map +1 -1
- package/dist/generated/instructions/applyAgentPermissionsUpdate.js +38 -2
- package/dist/generated/instructions/applyAgentPermissionsUpdate.js.map +1 -1
- package/dist/generated/instructions/applyPendingPolicy.d.ts +18 -7
- package/dist/generated/instructions/applyPendingPolicy.d.ts.map +1 -1
- package/dist/generated/instructions/applyPendingPolicy.js +38 -2
- package/dist/generated/instructions/applyPendingPolicy.js.map +1 -1
- package/dist/generated/instructions/cancelAgentGrant.d.ts +106 -0
- package/dist/generated/instructions/cancelAgentGrant.d.ts.map +1 -0
- package/dist/generated/instructions/{allocatePendingConstraintsPda.js → cancelAgentGrant.js} +54 -42
- package/dist/generated/instructions/cancelAgentGrant.js.map +1 -0
- package/dist/generated/instructions/cancelOwnershipTransfer.d.ts +121 -0
- package/dist/generated/instructions/cancelOwnershipTransfer.d.ts.map +1 -0
- package/dist/generated/instructions/{queueCloseConstraints.js → cancelOwnershipTransfer.js} +58 -44
- package/dist/generated/instructions/cancelOwnershipTransfer.js.map +1 -0
- package/dist/generated/instructions/closePostAssertions.d.ts +6 -1
- package/dist/generated/instructions/closePostAssertions.d.ts.map +1 -1
- package/dist/generated/instructions/closePostAssertions.js +11 -3
- package/dist/generated/instructions/closePostAssertions.js.map +1 -1
- package/dist/generated/instructions/closeVault.d.ts +40 -8
- package/dist/generated/instructions/closeVault.d.ts.map +1 -1
- package/dist/generated/instructions/closeVault.js +40 -2
- package/dist/generated/instructions/closeVault.js.map +1 -1
- package/dist/generated/instructions/createPostAssertions.d.ts +4 -0
- package/dist/generated/instructions/createPostAssertions.d.ts.map +1 -1
- package/dist/generated/instructions/createPostAssertions.js +2 -0
- package/dist/generated/instructions/createPostAssertions.js.map +1 -1
- package/dist/generated/instructions/depositFunds.d.ts +21 -10
- package/dist/generated/instructions/depositFunds.d.ts.map +1 -1
- package/dist/generated/instructions/depositFunds.js +37 -2
- package/dist/generated/instructions/depositFunds.js.map +1 -1
- package/dist/generated/instructions/finalizeSession.d.ts +49 -7
- package/dist/generated/instructions/finalizeSession.d.ts.map +1 -1
- package/dist/generated/instructions/finalizeSession.js +59 -2
- package/dist/generated/instructions/finalizeSession.js.map +1 -1
- package/dist/generated/instructions/freezeVault.d.ts +36 -5
- package/dist/generated/instructions/freezeVault.d.ts.map +1 -1
- package/dist/generated/instructions/freezeVault.js +65 -4
- package/dist/generated/instructions/freezeVault.js.map +1 -1
- package/dist/generated/instructions/index.d.ts +10 -15
- package/dist/generated/instructions/index.d.ts.map +1 -1
- package/dist/generated/instructions/index.js +10 -15
- package/dist/generated/instructions/index.js.map +1 -1
- package/dist/generated/instructions/initializeVault.d.ts +79 -9
- package/dist/generated/instructions/initializeVault.d.ts.map +1 -1
- package/dist/generated/instructions/initializeVault.js +57 -3
- package/dist/generated/instructions/initializeVault.js.map +1 -1
- package/dist/generated/instructions/initiateOwnershipTransfer.d.ts +106 -0
- package/dist/generated/instructions/initiateOwnershipTransfer.d.ts.map +1 -0
- package/dist/generated/instructions/initiateOwnershipTransfer.js +181 -0
- package/dist/generated/instructions/initiateOwnershipTransfer.js.map +1 -0
- package/dist/generated/instructions/pauseAgent.d.ts +49 -5
- package/dist/generated/instructions/pauseAgent.d.ts.map +1 -1
- package/dist/generated/instructions/pauseAgent.js +80 -5
- package/dist/generated/instructions/pauseAgent.js.map +1 -1
- package/dist/generated/instructions/promoteGraylistDestination.d.ts +56 -0
- package/dist/generated/instructions/promoteGraylistDestination.d.ts.map +1 -0
- package/dist/generated/instructions/{createInstructionConstraints.js → promoteGraylistDestination.js} +23 -40
- package/dist/generated/instructions/promoteGraylistDestination.js.map +1 -0
- package/dist/generated/instructions/queueAgentGrant.d.ts +113 -0
- package/dist/generated/instructions/queueAgentGrant.d.ts.map +1 -0
- package/dist/generated/instructions/queueAgentGrant.js +181 -0
- package/dist/generated/instructions/queueAgentGrant.js.map +1 -0
- package/dist/generated/instructions/queueAgentPermissionsUpdate.d.ts +8 -0
- package/dist/generated/instructions/queueAgentPermissionsUpdate.d.ts.map +1 -1
- package/dist/generated/instructions/queueAgentPermissionsUpdate.js +4 -0
- package/dist/generated/instructions/queueAgentPermissionsUpdate.js.map +1 -1
- package/dist/generated/instructions/queuePolicyUpdate.d.ts +32 -0
- package/dist/generated/instructions/queuePolicyUpdate.d.ts.map +1 -1
- package/dist/generated/instructions/queuePolicyUpdate.js +17 -1
- package/dist/generated/instructions/queuePolicyUpdate.js.map +1 -1
- package/dist/generated/instructions/reactivateVault.d.ts +71 -5
- package/dist/generated/instructions/reactivateVault.d.ts.map +1 -1
- package/dist/generated/instructions/reactivateVault.js +80 -5
- package/dist/generated/instructions/reactivateVault.js.map +1 -1
- package/dist/generated/instructions/recordAgentViolation.d.ts +89 -0
- package/dist/generated/instructions/recordAgentViolation.d.ts.map +1 -0
- package/dist/generated/instructions/recordAgentViolation.js +152 -0
- package/dist/generated/instructions/recordAgentViolation.js.map +1 -0
- package/dist/generated/instructions/registerAgent.d.ts +84 -6
- package/dist/generated/instructions/registerAgent.d.ts.map +1 -1
- package/dist/generated/instructions/registerAgent.js +81 -4
- package/dist/generated/instructions/registerAgent.js.map +1 -1
- package/dist/generated/instructions/revokeAgent.d.ts +49 -6
- package/dist/generated/instructions/revokeAgent.d.ts.map +1 -1
- package/dist/generated/instructions/revokeAgent.js +81 -4
- package/dist/generated/instructions/revokeAgent.js.map +1 -1
- package/dist/generated/instructions/setObserveOnly.d.ts +56 -0
- package/dist/generated/instructions/setObserveOnly.d.ts.map +1 -0
- package/dist/generated/instructions/setObserveOnly.js +111 -0
- package/dist/generated/instructions/setObserveOnly.js.map +1 -0
- package/dist/generated/instructions/unpauseAgent.d.ts +46 -5
- package/dist/generated/instructions/unpauseAgent.d.ts.map +1 -1
- package/dist/generated/instructions/unpauseAgent.js +80 -5
- package/dist/generated/instructions/unpauseAgent.js.map +1 -1
- package/dist/generated/instructions/validateAndAuthorize.d.ts +29 -0
- package/dist/generated/instructions/validateAndAuthorize.d.ts.map +1 -1
- package/dist/generated/instructions/validateAndAuthorize.js +4 -0
- package/dist/generated/instructions/validateAndAuthorize.js.map +1 -1
- package/dist/generated/instructions/withdrawFunds.d.ts +53 -11
- package/dist/generated/instructions/withdrawFunds.d.ts.map +1 -1
- package/dist/generated/instructions/withdrawFunds.js +51 -2
- package/dist/generated/instructions/withdrawFunds.js.map +1 -1
- package/dist/generated/programs/sigil.d.ts +79 -99
- package/dist/generated/programs/sigil.d.ts.map +1 -1
- package/dist/generated/programs/sigil.js +139 -199
- package/dist/generated/programs/sigil.js.map +1 -1
- package/dist/generated/types/actionAuthorized.d.ts +0 -2
- package/dist/generated/types/actionAuthorized.d.ts.map +1 -1
- package/dist/generated/types/actionAuthorized.js +0 -2
- package/dist/generated/types/actionAuthorized.js.map +1 -1
- package/dist/generated/types/agentAutoRevoked.d.ts +31 -0
- package/dist/generated/types/agentAutoRevoked.d.ts.map +1 -0
- package/dist/generated/types/{orphanConstraintsPdaCleaned.js → agentAutoRevoked.js} +12 -8
- package/dist/generated/types/agentAutoRevoked.js.map +1 -0
- package/dist/generated/types/agentEntry.d.ts +48 -0
- package/dist/generated/types/agentEntry.d.ts.map +1 -1
- package/dist/generated/types/agentEntry.js +4 -2
- package/dist/generated/types/agentEntry.js.map +1 -1
- package/dist/generated/types/agentGrantApplied.d.ts +38 -0
- package/dist/generated/types/agentGrantApplied.d.ts.map +1 -0
- package/dist/generated/types/agentGrantApplied.js +34 -0
- package/dist/generated/types/agentGrantApplied.js.map +1 -0
- package/dist/generated/types/agentGrantCancelled.d.ts +33 -0
- package/dist/generated/types/agentGrantCancelled.d.ts.map +1 -0
- package/dist/generated/types/agentGrantCancelled.js +28 -0
- package/dist/generated/types/agentGrantCancelled.js.map +1 -0
- package/dist/generated/types/agentGrantQueued.d.ts +38 -0
- package/dist/generated/types/agentGrantQueued.d.ts.map +1 -0
- package/dist/generated/types/agentGrantQueued.js +32 -0
- package/dist/generated/types/agentGrantQueued.js.map +1 -0
- package/dist/generated/types/auditEntry.d.ts +120 -0
- package/dist/generated/types/auditEntry.d.ts.map +1 -0
- package/dist/generated/types/auditEntry.js +34 -0
- package/dist/generated/types/auditEntry.js.map +1 -0
- package/dist/generated/types/destinationGraylistEntry.d.ts +32 -0
- package/dist/generated/types/destinationGraylistEntry.d.ts.map +1 -0
- package/dist/generated/types/destinationGraylistEntry.js +24 -0
- package/dist/generated/types/destinationGraylistEntry.js.map +1 -0
- package/dist/generated/types/graylistEntered.d.ts +31 -0
- package/dist/generated/types/graylistEntered.d.ts.map +1 -0
- package/dist/generated/types/graylistEntered.js +30 -0
- package/dist/generated/types/graylistEntered.js.map +1 -0
- package/dist/generated/types/graylistPromoted.d.ts +29 -0
- package/dist/generated/types/graylistPromoted.d.ts.map +1 -0
- package/dist/generated/types/graylistPromoted.js +28 -0
- package/dist/generated/types/graylistPromoted.js.map +1 -0
- package/dist/generated/types/index.d.ts +13 -22
- package/dist/generated/types/index.d.ts.map +1 -1
- package/dist/generated/types/index.js +13 -22
- package/dist/generated/types/index.js.map +1 -1
- package/dist/generated/types/observeOnlyChanged.d.ts +33 -0
- package/dist/generated/types/observeOnlyChanged.d.ts.map +1 -0
- package/dist/generated/types/observeOnlyChanged.js +32 -0
- package/dist/generated/types/observeOnlyChanged.js.map +1 -0
- package/dist/generated/types/ownershipTransferAccepted.d.ts +32 -0
- package/dist/generated/types/ownershipTransferAccepted.d.ts.map +1 -0
- package/dist/generated/types/ownershipTransferAccepted.js +30 -0
- package/dist/generated/types/ownershipTransferAccepted.js.map +1 -0
- package/dist/generated/types/ownershipTransferCancelled.d.ts +29 -0
- package/dist/generated/types/ownershipTransferCancelled.d.ts.map +1 -0
- package/dist/generated/types/ownershipTransferCancelled.js +28 -0
- package/dist/generated/types/ownershipTransferCancelled.js.map +1 -0
- package/dist/generated/types/ownershipTransferInitiated.d.ts +33 -0
- package/dist/generated/types/ownershipTransferInitiated.d.ts.map +1 -0
- package/dist/generated/types/ownershipTransferInitiated.js +30 -0
- package/dist/generated/types/ownershipTransferInitiated.js.map +1 -0
- package/dist/generated/types/perRecipientCounter.d.ts +61 -0
- package/dist/generated/types/perRecipientCounter.d.ts.map +1 -0
- package/dist/generated/types/perRecipientCounter.js +26 -0
- package/dist/generated/types/perRecipientCounter.js.map +1 -0
- package/dist/generated/types/postAssertionEntry.d.ts +14 -7
- package/dist/generated/types/postAssertionEntry.d.ts.map +1 -1
- package/dist/generated/types/postAssertionEntry.js +5 -7
- package/dist/generated/types/postAssertionEntry.js.map +1 -1
- package/dist/generated/types/postAssertionEntryZC.d.ts +53 -22
- package/dist/generated/types/postAssertionEntryZC.d.ts.map +1 -1
- package/dist/generated/types/postAssertionEntryZC.js +4 -6
- package/dist/generated/types/postAssertionEntryZC.js.map +1 -1
- package/dist/generated/types/sessionFinalized.d.ts +0 -4
- package/dist/generated/types/sessionFinalized.d.ts.map +1 -1
- package/dist/generated/types/sessionFinalized.js +0 -2
- package/dist/generated/types/sessionFinalized.js.map +1 -1
- package/dist/generated/types/vaultFrozen.d.ts +14 -0
- package/dist/generated/types/vaultFrozen.d.ts.map +1 -1
- package/dist/generated/types/vaultFrozen.js +2 -0
- package/dist/generated/types/vaultFrozen.js.map +1 -1
- package/dist/index.d.ts +31 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +67 -11
- package/dist/index.js.map +1 -1
- package/dist/inspector.d.ts +0 -23
- package/dist/inspector.d.ts.map +1 -1
- package/dist/inspector.js +0 -52
- package/dist/inspector.js.map +1 -1
- package/dist/kit-adapter.d.ts +1 -1
- package/dist/kit-adapter.d.ts.map +1 -1
- package/dist/kit-adapter.js +1 -1
- package/dist/kit-adapter.js.map +1 -1
- package/dist/multisig-detection.d.ts +83 -0
- package/dist/multisig-detection.d.ts.map +1 -0
- package/dist/multisig-detection.js +128 -0
- package/dist/multisig-detection.js.map +1 -0
- package/dist/ownership-transfer.d.ts +79 -0
- package/dist/ownership-transfer.d.ts.map +1 -0
- package/dist/ownership-transfer.js +66 -0
- package/dist/ownership-transfer.js.map +1 -0
- package/dist/policy/compute-agent-perms-cosign-digest.d.ts +51 -0
- package/dist/policy/compute-agent-perms-cosign-digest.d.ts.map +1 -0
- package/dist/policy/compute-agent-perms-cosign-digest.js +55 -0
- package/dist/policy/compute-agent-perms-cosign-digest.js.map +1 -0
- package/dist/policy/compute-cosign-digest.d.ts +193 -0
- package/dist/policy/compute-cosign-digest.d.ts.map +1 -0
- package/dist/policy/compute-cosign-digest.js +318 -0
- package/dist/policy/compute-cosign-digest.js.map +1 -0
- package/dist/policy/compute-policy-preview-digest.d.ts +279 -0
- package/dist/policy/compute-policy-preview-digest.d.ts.map +1 -0
- package/dist/policy/compute-policy-preview-digest.js +373 -0
- package/dist/policy/compute-policy-preview-digest.js.map +1 -0
- package/dist/policy-attestation.d.ts +51 -0
- package/dist/policy-attestation.d.ts.map +1 -0
- package/dist/policy-attestation.js +43 -0
- package/dist/policy-attestation.js.map +1 -0
- package/dist/preview-create-vault.d.ts.map +1 -1
- package/dist/preview-create-vault.js +37 -16
- package/dist/preview-create-vault.js.map +1 -1
- package/dist/resolve-accounts.d.ts +75 -10
- package/dist/resolve-accounts.d.ts.map +1 -1
- package/dist/resolve-accounts.js +68 -32
- package/dist/resolve-accounts.js.map +1 -1
- package/dist/rpc-helpers.d.ts +29 -3
- package/dist/rpc-helpers.d.ts.map +1 -1
- package/dist/rpc-helpers.js +51 -12
- package/dist/rpc-helpers.js.map +1 -1
- package/dist/seal/intent-digest.d.ts +195 -0
- package/dist/seal/intent-digest.d.ts.map +1 -0
- package/dist/seal/intent-digest.js +372 -0
- package/dist/seal/intent-digest.js.map +1 -0
- package/dist/seal.d.ts +166 -3
- package/dist/seal.d.ts.map +1 -1
- package/dist/seal.js +428 -32
- package/dist/seal.js.map +1 -1
- package/dist/security-analytics.d.ts +3 -3
- package/dist/security-analytics.d.ts.map +1 -1
- package/dist/security-analytics.js +13 -128
- package/dist/security-analytics.js.map +1 -1
- package/dist/session-mint.d.ts +72 -0
- package/dist/session-mint.d.ts.map +1 -0
- package/dist/session-mint.js +59 -0
- package/dist/session-mint.js.map +1 -0
- package/dist/simulation.d.ts +19 -0
- package/dist/simulation.d.ts.map +1 -1
- package/dist/simulation.js +187 -95
- package/dist/simulation.js.map +1 -1
- package/dist/squads-detection.d.ts +135 -0
- package/dist/squads-detection.d.ts.map +1 -0
- package/dist/squads-detection.js +124 -0
- package/dist/squads-detection.js.map +1 -0
- package/dist/state-resolver.d.ts +0 -16
- package/dist/state-resolver.d.ts.map +1 -1
- package/dist/state-resolver.js +162 -97
- package/dist/state-resolver.js.map +1 -1
- package/dist/testing/devnet.d.ts +40 -1
- package/dist/testing/devnet.d.ts.map +1 -1
- package/dist/testing/devnet.js +333 -44
- package/dist/testing/devnet.js.map +1 -1
- package/dist/testing/errors/expect.d.ts +1 -1
- package/dist/testing/errors/expect.js +1 -1
- package/dist/testing/errors/names.generated.d.ts +82 -58
- package/dist/testing/errors/names.generated.d.ts.map +1 -1
- package/dist/testing/errors/names.generated.js +83 -59
- package/dist/testing/errors/names.generated.js.map +1 -1
- package/dist/testing/mock-rpc.d.ts +8 -0
- package/dist/testing/mock-rpc.d.ts.map +1 -1
- package/dist/testing/mock-rpc.js +13 -0
- package/dist/testing/mock-rpc.js.map +1 -1
- package/dist/testing/mock-state.d.ts +2 -0
- package/dist/testing/mock-state.d.ts.map +1 -1
- package/dist/testing/mock-state.js +43 -4
- package/dist/testing/mock-state.js.map +1 -1
- package/dist/types.d.ts +5 -15
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +11 -69
- package/dist/types.js.map +1 -1
- package/dist/vault-analytics.d.ts +0 -2
- package/dist/vault-analytics.d.ts.map +1 -1
- package/dist/vault-analytics.js +1 -9
- package/dist/vault-analytics.js.map +1 -1
- package/package.json +7 -12
- package/dist/constraints/index.d.ts +0 -23
- package/dist/constraints/index.d.ts.map +0 -1
- package/dist/constraints/index.js +0 -24
- package/dist/constraints/index.js.map +0 -1
- package/dist/dashboard/constraint-builders.d.ts +0 -82
- package/dist/dashboard/constraint-builders.d.ts.map +0 -1
- package/dist/dashboard/constraint-builders.js +0 -204
- package/dist/dashboard/constraint-builders.js.map +0 -1
- package/dist/dashboard/constraint-reads.d.ts +0 -50
- package/dist/dashboard/constraint-reads.d.ts.map +0 -1
- package/dist/dashboard/constraint-reads.js +0 -119
- package/dist/dashboard/constraint-reads.js.map +0 -1
- package/dist/generated/accounts/escrowDeposit.d.ts +0 -50
- package/dist/generated/accounts/escrowDeposit.d.ts.map +0 -1
- package/dist/generated/accounts/escrowDeposit.js +0 -76
- package/dist/generated/accounts/escrowDeposit.js.map +0 -1
- package/dist/generated/accounts/instructionConstraints.d.ts +0 -46
- package/dist/generated/accounts/instructionConstraints.d.ts.map +0 -1
- package/dist/generated/accounts/instructionConstraints.js +0 -73
- package/dist/generated/accounts/instructionConstraints.js.map +0 -1
- package/dist/generated/accounts/pendingCloseConstraints.d.ts +0 -49
- package/dist/generated/accounts/pendingCloseConstraints.d.ts.map +0 -1
- package/dist/generated/accounts/pendingCloseConstraints.js +0 -68
- package/dist/generated/accounts/pendingCloseConstraints.js.map +0 -1
- package/dist/generated/accounts/pendingConstraintsUpdate.d.ts +0 -76
- package/dist/generated/accounts/pendingConstraintsUpdate.d.ts.map +0 -1
- package/dist/generated/accounts/pendingConstraintsUpdate.js +0 -77
- package/dist/generated/accounts/pendingConstraintsUpdate.js.map +0 -1
- package/dist/generated/instructions/allocateConstraintsPda.d.ts +0 -62
- package/dist/generated/instructions/allocateConstraintsPda.d.ts.map +0 -1
- package/dist/generated/instructions/allocateConstraintsPda.js +0 -134
- package/dist/generated/instructions/allocateConstraintsPda.js.map +0 -1
- package/dist/generated/instructions/allocatePendingConstraintsPda.d.ts +0 -66
- package/dist/generated/instructions/allocatePendingConstraintsPda.d.ts.map +0 -1
- package/dist/generated/instructions/allocatePendingConstraintsPda.js.map +0 -1
- package/dist/generated/instructions/applyCloseConstraints.d.ts +0 -59
- package/dist/generated/instructions/applyCloseConstraints.d.ts.map +0 -1
- package/dist/generated/instructions/applyCloseConstraints.js +0 -143
- package/dist/generated/instructions/applyCloseConstraints.js.map +0 -1
- package/dist/generated/instructions/applyConstraintsUpdate.d.ts +0 -62
- package/dist/generated/instructions/applyConstraintsUpdate.d.ts.map +0 -1
- package/dist/generated/instructions/applyConstraintsUpdate.js.map +0 -1
- package/dist/generated/instructions/cancelCloseConstraints.d.ts +0 -51
- package/dist/generated/instructions/cancelCloseConstraints.d.ts.map +0 -1
- package/dist/generated/instructions/cancelCloseConstraints.js +0 -115
- package/dist/generated/instructions/cancelCloseConstraints.js.map +0 -1
- package/dist/generated/instructions/cancelConstraintsUpdate.d.ts +0 -51
- package/dist/generated/instructions/cancelConstraintsUpdate.d.ts.map +0 -1
- package/dist/generated/instructions/cancelConstraintsUpdate.js +0 -115
- package/dist/generated/instructions/cancelConstraintsUpdate.js.map +0 -1
- package/dist/generated/instructions/cleanupOrphanConstraintsPda.d.ts +0 -67
- package/dist/generated/instructions/cleanupOrphanConstraintsPda.d.ts.map +0 -1
- package/dist/generated/instructions/cleanupOrphanConstraintsPda.js +0 -120
- package/dist/generated/instructions/cleanupOrphanConstraintsPda.js.map +0 -1
- package/dist/generated/instructions/closeSettledEscrow.d.ts +0 -72
- package/dist/generated/instructions/closeSettledEscrow.d.ts.map +0 -1
- package/dist/generated/instructions/closeSettledEscrow.js +0 -127
- package/dist/generated/instructions/closeSettledEscrow.js.map +0 -1
- package/dist/generated/instructions/createEscrow.d.ts +0 -131
- package/dist/generated/instructions/createEscrow.d.ts.map +0 -1
- package/dist/generated/instructions/createEscrow.js +0 -272
- package/dist/generated/instructions/createEscrow.js.map +0 -1
- package/dist/generated/instructions/createInstructionConstraints.d.ts +0 -68
- package/dist/generated/instructions/createInstructionConstraints.d.ts.map +0 -1
- package/dist/generated/instructions/createInstructionConstraints.js.map +0 -1
- package/dist/generated/instructions/extendPda.d.ts +0 -52
- package/dist/generated/instructions/extendPda.d.ts.map +0 -1
- package/dist/generated/instructions/extendPda.js +0 -86
- package/dist/generated/instructions/extendPda.js.map +0 -1
- package/dist/generated/instructions/queueCloseConstraints.d.ts +0 -66
- package/dist/generated/instructions/queueCloseConstraints.d.ts.map +0 -1
- package/dist/generated/instructions/queueCloseConstraints.js.map +0 -1
- package/dist/generated/instructions/queueConstraintsUpdate.d.ts +0 -75
- package/dist/generated/instructions/queueConstraintsUpdate.d.ts.map +0 -1
- package/dist/generated/instructions/queueConstraintsUpdate.js +0 -154
- package/dist/generated/instructions/queueConstraintsUpdate.js.map +0 -1
- package/dist/generated/instructions/refundEscrow.d.ts +0 -74
- package/dist/generated/instructions/refundEscrow.d.ts.map +0 -1
- package/dist/generated/instructions/refundEscrow.js +0 -142
- package/dist/generated/instructions/refundEscrow.js.map +0 -1
- package/dist/generated/instructions/settleEscrow.d.ts +0 -80
- package/dist/generated/instructions/settleEscrow.d.ts.map +0 -1
- package/dist/generated/instructions/settleEscrow.js +0 -173
- package/dist/generated/instructions/settleEscrow.js.map +0 -1
- package/dist/generated/types/accountConstraint.d.ts +0 -33
- package/dist/generated/types/accountConstraint.d.ts.map +0 -1
- package/dist/generated/types/accountConstraint.js +0 -26
- package/dist/generated/types/accountConstraint.js.map +0 -1
- package/dist/generated/types/accountConstraintZC.d.ts +0 -25
- package/dist/generated/types/accountConstraintZC.d.ts.map +0 -1
- package/dist/generated/types/accountConstraintZC.js +0 -28
- package/dist/generated/types/accountConstraintZC.js.map +0 -1
- package/dist/generated/types/closeConstraintsApplied.d.ts +0 -20
- package/dist/generated/types/closeConstraintsApplied.d.ts.map +0 -1
- package/dist/generated/types/closeConstraintsApplied.js +0 -24
- package/dist/generated/types/closeConstraintsApplied.js.map +0 -1
- package/dist/generated/types/closeConstraintsCancelled.d.ts +0 -16
- package/dist/generated/types/closeConstraintsCancelled.d.ts.map +0 -1
- package/dist/generated/types/closeConstraintsCancelled.js +0 -18
- package/dist/generated/types/closeConstraintsCancelled.js.map +0 -1
- package/dist/generated/types/closeConstraintsQueued.d.ts +0 -20
- package/dist/generated/types/closeConstraintsQueued.d.ts.map +0 -1
- package/dist/generated/types/closeConstraintsQueued.js +0 -24
- package/dist/generated/types/closeConstraintsQueued.js.map +0 -1
- package/dist/generated/types/constraintEntry.d.ts +0 -35
- package/dist/generated/types/constraintEntry.d.ts.map +0 -1
- package/dist/generated/types/constraintEntry.js +0 -29
- package/dist/generated/types/constraintEntry.js.map +0 -1
- package/dist/generated/types/constraintEntryZC.d.ts +0 -73
- package/dist/generated/types/constraintEntryZC.d.ts.map +0 -1
- package/dist/generated/types/constraintEntryZC.js +0 -49
- package/dist/generated/types/constraintEntryZC.js.map +0 -1
- package/dist/generated/types/constraintOperator.d.ts +0 -22
- package/dist/generated/types/constraintOperator.d.ts.map +0 -1
- package/dist/generated/types/constraintOperator.js +0 -28
- package/dist/generated/types/constraintOperator.js.map +0 -1
- package/dist/generated/types/constraintsChangeApplied.d.ts +0 -30
- package/dist/generated/types/constraintsChangeApplied.d.ts.map +0 -1
- package/dist/generated/types/constraintsChangeApplied.js +0 -32
- package/dist/generated/types/constraintsChangeApplied.js.map +0 -1
- package/dist/generated/types/constraintsChangeCancelled.d.ts +0 -16
- package/dist/generated/types/constraintsChangeCancelled.d.ts.map +0 -1
- package/dist/generated/types/constraintsChangeCancelled.js +0 -18
- package/dist/generated/types/constraintsChangeCancelled.js.map +0 -1
- package/dist/generated/types/constraintsChangeQueued.d.ts +0 -30
- package/dist/generated/types/constraintsChangeQueued.d.ts.map +0 -1
- package/dist/generated/types/constraintsChangeQueued.js +0 -32
- package/dist/generated/types/constraintsChangeQueued.js.map +0 -1
- package/dist/generated/types/dataConstraint.d.ts +0 -23
- package/dist/generated/types/dataConstraint.d.ts.map +0 -1
- package/dist/generated/types/dataConstraint.js +0 -27
- package/dist/generated/types/dataConstraint.js.map +0 -1
- package/dist/generated/types/dataConstraintZC.d.ts +0 -20
- package/dist/generated/types/dataConstraintZC.d.ts.map +0 -1
- package/dist/generated/types/dataConstraintZC.js +0 -30
- package/dist/generated/types/dataConstraintZC.js.map +0 -1
- package/dist/generated/types/discriminatorFormat.d.ts +0 -25
- package/dist/generated/types/discriminatorFormat.d.ts.map +0 -1
- package/dist/generated/types/discriminatorFormat.js +0 -31
- package/dist/generated/types/discriminatorFormat.js.map +0 -1
- package/dist/generated/types/escrowCreated.d.ts +0 -30
- package/dist/generated/types/escrowCreated.d.ts.map +0 -1
- package/dist/generated/types/escrowCreated.js +0 -34
- package/dist/generated/types/escrowCreated.js.map +0 -1
- package/dist/generated/types/escrowRefunded.d.ts +0 -26
- package/dist/generated/types/escrowRefunded.d.ts.map +0 -1
- package/dist/generated/types/escrowRefunded.js +0 -30
- package/dist/generated/types/escrowRefunded.js.map +0 -1
- package/dist/generated/types/escrowSettled.d.ts +0 -26
- package/dist/generated/types/escrowSettled.d.ts.map +0 -1
- package/dist/generated/types/escrowSettled.js +0 -30
- package/dist/generated/types/escrowSettled.js.map +0 -1
- package/dist/generated/types/escrowStatus.d.ts +0 -18
- package/dist/generated/types/escrowStatus.d.ts.map +0 -1
- package/dist/generated/types/escrowStatus.js +0 -24
- package/dist/generated/types/escrowStatus.js.map +0 -1
- package/dist/generated/types/instructionConstraintsCreated.d.ts +0 -34
- package/dist/generated/types/instructionConstraintsCreated.d.ts.map +0 -1
- package/dist/generated/types/instructionConstraintsCreated.js +0 -36
- package/dist/generated/types/instructionConstraintsCreated.js.map +0 -1
- package/dist/generated/types/orphanConstraintsPdaCleaned.d.ts +0 -22
- package/dist/generated/types/orphanConstraintsPdaCleaned.d.ts.map +0 -1
- package/dist/generated/types/orphanConstraintsPdaCleaned.js.map +0 -1
- package/dist/generated/types/pdaAllocated.d.ts +0 -24
- package/dist/generated/types/pdaAllocated.d.ts.map +0 -1
- package/dist/generated/types/pdaAllocated.js +0 -28
- package/dist/generated/types/pdaAllocated.js.map +0 -1
- package/dist/generated/types/pdaExtended.d.ts +0 -24
- package/dist/generated/types/pdaExtended.d.ts.map +0 -1
- package/dist/generated/types/pdaExtended.js +0 -28
- package/dist/generated/types/pdaExtended.js.map +0 -1
- package/dist/post-assertions/cross-field-lte.d.ts +0 -134
- package/dist/post-assertions/cross-field-lte.d.ts.map +0 -1
- package/dist/post-assertions/cross-field-lte.js +0 -129
- package/dist/post-assertions/cross-field-lte.js.map +0 -1
- package/dist/post-assertions/index.d.ts +0 -28
- package/dist/post-assertions/index.d.ts.map +0 -1
- package/dist/post-assertions/index.js +0 -28
- package/dist/post-assertions/index.js.map +0 -1
- package/dist/post-assertions/presets/flash-trade.d.ts +0 -139
- package/dist/post-assertions/presets/flash-trade.d.ts.map +0 -1
- package/dist/post-assertions/presets/flash-trade.js +0 -154
- package/dist/post-assertions/presets/flash-trade.js.map +0 -1
- package/dist/protocol-registry/annotations/drift.json +0 -7
- package/dist/protocol-registry/annotations/flash-trade.json +0 -7
- package/dist/protocol-registry/annotations/jupiter-borrow.json +0 -7
- package/dist/protocol-registry/annotations/jupiter-earn.json +0 -7
- package/dist/protocol-registry/annotations/jupiter-lend.json +0 -7
- package/dist/protocol-registry/annotations/jupiter.json +0 -7
- package/dist/protocol-registry/annotations/kamino.json +0 -7
- package/dist/protocol-registry/index.d.ts +0 -45
- package/dist/protocol-registry/index.d.ts.map +0 -1
- package/dist/protocol-registry/index.js +0 -76
- package/dist/protocol-registry/index.js.map +0 -1
- package/dist/protocol-tier.d.ts +0 -157
- package/dist/protocol-tier.d.ts.map +0 -1
- package/dist/protocol-tier.js +0 -104
- package/dist/protocol-tier.js.map +0 -1
|
@@ -36,6 +36,7 @@ export async function getWithdrawFundsInstructionAsync(input, config) {
|
|
|
36
36
|
const originalAccounts = {
|
|
37
37
|
owner: { value: input.owner ?? null, isWritable: true },
|
|
38
38
|
vault: { value: input.vault ?? null, isWritable: true },
|
|
39
|
+
policy: { value: input.policy ?? null, isWritable: false },
|
|
39
40
|
mint: { value: input.mint ?? null, isWritable: false },
|
|
40
41
|
vaultTokenAccount: {
|
|
41
42
|
value: input.vaultTokenAccount ?? null,
|
|
@@ -45,12 +46,26 @@ export async function getWithdrawFundsInstructionAsync(input, config) {
|
|
|
45
46
|
value: input.ownerTokenAccount ?? null,
|
|
46
47
|
isWritable: true,
|
|
47
48
|
},
|
|
49
|
+
auditLogSuccess: { value: input.auditLogSuccess ?? null, isWritable: true },
|
|
50
|
+
slotHashesSysvar: {
|
|
51
|
+
value: input.slotHashesSysvar ?? null,
|
|
52
|
+
isWritable: false,
|
|
53
|
+
},
|
|
48
54
|
tokenProgram: { value: input.tokenProgram ?? null, isWritable: false },
|
|
49
55
|
};
|
|
50
56
|
const accounts = originalAccounts;
|
|
51
57
|
// Original args.
|
|
52
58
|
const args = { ...input };
|
|
53
59
|
// Resolve default values.
|
|
60
|
+
if (!accounts.policy.value) {
|
|
61
|
+
accounts.policy.value = await getProgramDerivedAddress({
|
|
62
|
+
programAddress,
|
|
63
|
+
seeds: [
|
|
64
|
+
getBytesEncoder().encode(new Uint8Array([112, 111, 108, 105, 99, 121])),
|
|
65
|
+
getAddressEncoder().encode(getAddressFromResolvedInstructionAccount("vault", accounts.vault.value)),
|
|
66
|
+
],
|
|
67
|
+
});
|
|
68
|
+
}
|
|
54
69
|
if (!accounts.vaultTokenAccount.value) {
|
|
55
70
|
accounts.vaultTokenAccount.value = await getProgramDerivedAddress({
|
|
56
71
|
programAddress: "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL",
|
|
@@ -79,6 +94,21 @@ export async function getWithdrawFundsInstructionAsync(input, config) {
|
|
|
79
94
|
],
|
|
80
95
|
});
|
|
81
96
|
}
|
|
97
|
+
if (!accounts.auditLogSuccess.value) {
|
|
98
|
+
accounts.auditLogSuccess.value = await getProgramDerivedAddress({
|
|
99
|
+
programAddress,
|
|
100
|
+
seeds: [
|
|
101
|
+
getBytesEncoder().encode(new Uint8Array([
|
|
102
|
+
97, 117, 100, 105, 116, 95, 115, 117, 99, 99, 101, 115, 115,
|
|
103
|
+
])),
|
|
104
|
+
getAddressEncoder().encode(getAddressFromResolvedInstructionAccount("vault", accounts.vault.value)),
|
|
105
|
+
],
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
if (!accounts.slotHashesSysvar.value) {
|
|
109
|
+
accounts.slotHashesSysvar.value =
|
|
110
|
+
"SysvarS1otHashes111111111111111111111111111";
|
|
111
|
+
}
|
|
82
112
|
if (!accounts.tokenProgram.value) {
|
|
83
113
|
accounts.tokenProgram.value =
|
|
84
114
|
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
|
|
@@ -88,9 +118,12 @@ export async function getWithdrawFundsInstructionAsync(input, config) {
|
|
|
88
118
|
accounts: [
|
|
89
119
|
getAccountMeta("owner", accounts.owner),
|
|
90
120
|
getAccountMeta("vault", accounts.vault),
|
|
121
|
+
getAccountMeta("policy", accounts.policy),
|
|
91
122
|
getAccountMeta("mint", accounts.mint),
|
|
92
123
|
getAccountMeta("vaultTokenAccount", accounts.vaultTokenAccount),
|
|
93
124
|
getAccountMeta("ownerTokenAccount", accounts.ownerTokenAccount),
|
|
125
|
+
getAccountMeta("auditLogSuccess", accounts.auditLogSuccess),
|
|
126
|
+
getAccountMeta("slotHashesSysvar", accounts.slotHashesSysvar),
|
|
94
127
|
getAccountMeta("tokenProgram", accounts.tokenProgram),
|
|
95
128
|
],
|
|
96
129
|
data: getWithdrawFundsInstructionDataEncoder().encode(args),
|
|
@@ -104,6 +137,7 @@ export function getWithdrawFundsInstruction(input, config) {
|
|
|
104
137
|
const originalAccounts = {
|
|
105
138
|
owner: { value: input.owner ?? null, isWritable: true },
|
|
106
139
|
vault: { value: input.vault ?? null, isWritable: true },
|
|
140
|
+
policy: { value: input.policy ?? null, isWritable: false },
|
|
107
141
|
mint: { value: input.mint ?? null, isWritable: false },
|
|
108
142
|
vaultTokenAccount: {
|
|
109
143
|
value: input.vaultTokenAccount ?? null,
|
|
@@ -113,12 +147,21 @@ export function getWithdrawFundsInstruction(input, config) {
|
|
|
113
147
|
value: input.ownerTokenAccount ?? null,
|
|
114
148
|
isWritable: true,
|
|
115
149
|
},
|
|
150
|
+
auditLogSuccess: { value: input.auditLogSuccess ?? null, isWritable: true },
|
|
151
|
+
slotHashesSysvar: {
|
|
152
|
+
value: input.slotHashesSysvar ?? null,
|
|
153
|
+
isWritable: false,
|
|
154
|
+
},
|
|
116
155
|
tokenProgram: { value: input.tokenProgram ?? null, isWritable: false },
|
|
117
156
|
};
|
|
118
157
|
const accounts = originalAccounts;
|
|
119
158
|
// Original args.
|
|
120
159
|
const args = { ...input };
|
|
121
160
|
// Resolve default values.
|
|
161
|
+
if (!accounts.slotHashesSysvar.value) {
|
|
162
|
+
accounts.slotHashesSysvar.value =
|
|
163
|
+
"SysvarS1otHashes111111111111111111111111111";
|
|
164
|
+
}
|
|
122
165
|
if (!accounts.tokenProgram.value) {
|
|
123
166
|
accounts.tokenProgram.value =
|
|
124
167
|
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
|
|
@@ -128,9 +171,12 @@ export function getWithdrawFundsInstruction(input, config) {
|
|
|
128
171
|
accounts: [
|
|
129
172
|
getAccountMeta("owner", accounts.owner),
|
|
130
173
|
getAccountMeta("vault", accounts.vault),
|
|
174
|
+
getAccountMeta("policy", accounts.policy),
|
|
131
175
|
getAccountMeta("mint", accounts.mint),
|
|
132
176
|
getAccountMeta("vaultTokenAccount", accounts.vaultTokenAccount),
|
|
133
177
|
getAccountMeta("ownerTokenAccount", accounts.ownerTokenAccount),
|
|
178
|
+
getAccountMeta("auditLogSuccess", accounts.auditLogSuccess),
|
|
179
|
+
getAccountMeta("slotHashesSysvar", accounts.slotHashesSysvar),
|
|
134
180
|
getAccountMeta("tokenProgram", accounts.tokenProgram),
|
|
135
181
|
],
|
|
136
182
|
data: getWithdrawFundsInstructionDataEncoder().encode(args),
|
|
@@ -138,10 +184,10 @@ export function getWithdrawFundsInstruction(input, config) {
|
|
|
138
184
|
});
|
|
139
185
|
}
|
|
140
186
|
export function parseWithdrawFundsInstruction(instruction) {
|
|
141
|
-
if (instruction.accounts.length <
|
|
187
|
+
if (instruction.accounts.length < 9) {
|
|
142
188
|
throw new SolanaError(SOLANA_ERROR__PROGRAM_CLIENTS__INSUFFICIENT_ACCOUNT_METAS, {
|
|
143
189
|
actualAccountMetas: instruction.accounts.length,
|
|
144
|
-
expectedAccountMetas:
|
|
190
|
+
expectedAccountMetas: 9,
|
|
145
191
|
});
|
|
146
192
|
}
|
|
147
193
|
let accountIndex = 0;
|
|
@@ -155,9 +201,12 @@ export function parseWithdrawFundsInstruction(instruction) {
|
|
|
155
201
|
accounts: {
|
|
156
202
|
owner: getNextAccount(),
|
|
157
203
|
vault: getNextAccount(),
|
|
204
|
+
policy: getNextAccount(),
|
|
158
205
|
mint: getNextAccount(),
|
|
159
206
|
vaultTokenAccount: getNextAccount(),
|
|
160
207
|
ownerTokenAccount: getNextAccount(),
|
|
208
|
+
auditLogSuccess: getNextAccount(),
|
|
209
|
+
slotHashesSysvar: getNextAccount(),
|
|
161
210
|
tokenProgram: getNextAccount(),
|
|
162
211
|
},
|
|
163
212
|
data: getWithdrawFundsInstructionDataDecoder().decode(instruction.data),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withdrawFunds.js","sourceRoot":"","sources":["../../../src/generated/instructions/withdrawFunds.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,YAAY,EACZ,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,wBAAwB,EACxB,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,yDAAyD,EACzD,WAAW,EACX,gBAAgB,GAejB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,qBAAqB,EACrB,wCAAwC,GAEzC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAE7D,MAAM,CAAC,MAAM,4BAA4B,GAAG,IAAI,UAAU,CAAC;IACzD,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG;CACpC,CAAC,CAAC;AAEH,MAAM,UAAU,kCAAkC;IAChD,OAAO,cAAc,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,CAChD,4BAA4B,CAC7B,CAAC;AACJ,CAAC;
|
|
1
|
+
{"version":3,"file":"withdrawFunds.js","sourceRoot":"","sources":["../../../src/generated/instructions/withdrawFunds.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,YAAY,EACZ,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,wBAAwB,EACxB,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,yDAAyD,EACzD,WAAW,EACX,gBAAgB,GAejB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,qBAAqB,EACrB,wCAAwC,GAEzC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAE7D,MAAM,CAAC,MAAM,4BAA4B,GAAG,IAAI,UAAU,CAAC;IACzD,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG;CACpC,CAAC,CAAC;AAEH,MAAM,UAAU,kCAAkC;IAChD,OAAO,cAAc,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,CAChD,4BAA4B,CAC7B,CAAC;AACJ,CAAC;AA2DD,MAAM,UAAU,sCAAsC;IACpD,OAAO,gBAAgB,CACrB,gBAAgB,CAAC;QACf,CAAC,eAAe,EAAE,cAAc,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC,CAAC;QACvD,CAAC,QAAQ,EAAE,aAAa,EAAE,CAAC;KAC5B,CAAC,EACF,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,EAAE,aAAa,EAAE,4BAA4B,EAAE,CAAC,CACvE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC;IACpD,OAAO,gBAAgB,CAAC;QACtB,CAAC,eAAe,EAAE,cAAc,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC,CAAC;QACvD,CAAC,QAAQ,EAAE,aAAa,EAAE,CAAC;KAC5B,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,oCAAoC;IAIlD,OAAO,YAAY,CACjB,sCAAsC,EAAE,EACxC,sCAAsC,EAAE,CACzC,CAAC;AACJ,CAAC;AAqCD,MAAM,CAAC,KAAK,UAAU,gCAAgC,CAYpD,KAUC,EACD,MAA6C;IAe7C,mBAAmB;IACnB,MAAM,cAAc,GAAG,MAAM,EAAE,cAAc,IAAI,qBAAqB,CAAC;IAEvE,qBAAqB;IACrB,MAAM,gBAAgB,GAAG;QACvB,KAAK,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE;QACvD,KAAK,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE;QACvD,MAAM,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,MAAM,IAAI,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE;QAC1D,IAAI,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE;QACtD,iBAAiB,EAAE;YACjB,KAAK,EAAE,KAAK,CAAC,iBAAiB,IAAI,IAAI;YACtC,UAAU,EAAE,IAAI;SACjB;QACD,iBAAiB,EAAE;YACjB,KAAK,EAAE,KAAK,CAAC,iBAAiB,IAAI,IAAI;YACtC,UAAU,EAAE,IAAI;SACjB;QACD,eAAe,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,eAAe,IAAI,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE;QAC3E,gBAAgB,EAAE;YAChB,KAAK,EAAE,KAAK,CAAC,gBAAgB,IAAI,IAAI;YACrC,UAAU,EAAE,KAAK;SAClB;QACD,YAAY,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,YAAY,IAAI,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE;KACvE,CAAC;IACF,MAAM,QAAQ,GAAG,gBAGhB,CAAC;IAEF,iBAAiB;IACjB,MAAM,IAAI,GAAG,EAAE,GAAG,KAAK,EAAE,CAAC;IAE1B,0BAA0B;IAC1B,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;QAC3B,QAAQ,CAAC,MAAM,CAAC,KAAK,GAAG,MAAM,wBAAwB,CAAC;YACrD,cAAc;YACd,KAAK,EAAE;gBACL,eAAe,EAAE,CAAC,MAAM,CAAC,IAAI,UAAU,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC,CAAC;gBACvE,iBAAiB,EAAE,CAAC,MAAM,CACxB,wCAAwC,CACtC,OAAO,EACP,QAAQ,CAAC,KAAK,CAAC,KAAK,CACrB,CACF;aACF;SACF,CAAC,CAAC;IACL,CAAC;IACD,IAAI,CAAC,QAAQ,CAAC,iBAAiB,CAAC,KAAK,EAAE,CAAC;QACtC,QAAQ,CAAC,iBAAiB,CAAC,KAAK,GAAG,MAAM,wBAAwB,CAAC;YAChE,cAAc,EACZ,8CAAyG;YAC3G,KAAK,EAAE;gBACL,iBAAiB,EAAE,CAAC,MAAM,CACxB,wCAAwC,CACtC,OAAO,EACP,QAAQ,CAAC,KAAK,CAAC,KAAK,CACrB,CACF;gBACD,eAAe,EAAE,CAAC,MAAM,CACtB,IAAI,UAAU,CAAC;oBACb,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG;oBACjE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG;oBAC/D,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG;iBACjB,CAAC,CACH;gBACD,iBAAiB,EAAE,CAAC,MAAM,CACxB,wCAAwC,CAAC,MAAM,EAAE,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CACtE;aACF;SACF,CAAC,CAAC;IACL,CAAC;IACD,IAAI,CAAC,QAAQ,CAAC,iBAAiB,CAAC,KAAK,EAAE,CAAC;QACtC,QAAQ,CAAC,iBAAiB,CAAC,KAAK,GAAG,MAAM,wBAAwB,CAAC;YAChE,cAAc,EACZ,8CAAyG;YAC3G,KAAK,EAAE;gBACL,iBAAiB,EAAE,CAAC,MAAM,CACxB,wCAAwC,CACtC,OAAO,EACP,QAAQ,CAAC,KAAK,CAAC,KAAK,CACrB,CACF;gBACD,eAAe,EAAE,CAAC,MAAM,CACtB,IAAI,UAAU,CAAC;oBACb,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG;oBACjE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG;oBAC/D,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG;iBACjB,CAAC,CACH;gBACD,iBAAiB,EAAE,CAAC,MAAM,CACxB,wCAAwC,CAAC,MAAM,EAAE,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CACtE;aACF;SACF,CAAC,CAAC;IACL,CAAC;IACD,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,KAAK,EAAE,CAAC;QACpC,QAAQ,CAAC,eAAe,CAAC,KAAK,GAAG,MAAM,wBAAwB,CAAC;YAC9D,cAAc;YACd,KAAK,EAAE;gBACL,eAAe,EAAE,CAAC,MAAM,CACtB,IAAI,UAAU,CAAC;oBACb,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG;iBAC5D,CAAC,CACH;gBACD,iBAAiB,EAAE,CAAC,MAAM,CACxB,wCAAwC,CACtC,OAAO,EACP,QAAQ,CAAC,KAAK,CAAC,KAAK,CACrB,CACF;aACF;SACF,CAAC,CAAC;IACL,CAAC;IACD,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,KAAK,EAAE,CAAC;QACrC,QAAQ,CAAC,gBAAgB,CAAC,KAAK;YAC7B,6CAAuG,CAAC;IAC5G,CAAC;IACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC;QACjC,QAAQ,CAAC,YAAY,CAAC,KAAK;YACzB,6CAAuG,CAAC;IAC5G,CAAC;IAED,MAAM,cAAc,GAAG,qBAAqB,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;IAC1E,OAAO,MAAM,CAAC,MAAM,CAAC;QACnB,QAAQ,EAAE;YACR,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,KAAK,CAAC;YACvC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,KAAK,CAAC;YACvC,cAAc,CAAC,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,EAAE,QAAQ,CAAC,IAAI,CAAC;YACrC,cAAc,CAAC,mBAAmB,EAAE,QAAQ,CAAC,iBAAiB,CAAC;YAC/D,cAAc,CAAC,mBAAmB,EAAE,QAAQ,CAAC,iBAAiB,CAAC;YAC/D,cAAc,CAAC,iBAAiB,EAAE,QAAQ,CAAC,eAAe,CAAC;YAC3D,cAAc,CAAC,kBAAkB,EAAE,QAAQ,CAAC,gBAAgB,CAAC;YAC7D,cAAc,CAAC,cAAc,EAAE,QAAQ,CAAC,YAAY,CAAC;SACtD;QACD,IAAI,EAAE,sCAAsC,EAAE,CAAC,MAAM,CACnD,IAAwC,CACzC;QACD,cAAc;KAYf,CAAC,CAAC;AACL,CAAC;AAqCD,MAAM,UAAU,2BAA2B,CAYzC,KAUC,EACD,MAA6C;IAa7C,mBAAmB;IACnB,MAAM,cAAc,GAAG,MAAM,EAAE,cAAc,IAAI,qBAAqB,CAAC;IAEvE,qBAAqB;IACrB,MAAM,gBAAgB,GAAG;QACvB,KAAK,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE;QACvD,KAAK,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE;QACvD,MAAM,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,MAAM,IAAI,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE;QAC1D,IAAI,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE;QACtD,iBAAiB,EAAE;YACjB,KAAK,EAAE,KAAK,CAAC,iBAAiB,IAAI,IAAI;YACtC,UAAU,EAAE,IAAI;SACjB;QACD,iBAAiB,EAAE;YACjB,KAAK,EAAE,KAAK,CAAC,iBAAiB,IAAI,IAAI;YACtC,UAAU,EAAE,IAAI;SACjB;QACD,eAAe,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,eAAe,IAAI,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE;QAC3E,gBAAgB,EAAE;YAChB,KAAK,EAAE,KAAK,CAAC,gBAAgB,IAAI,IAAI;YACrC,UAAU,EAAE,KAAK;SAClB;QACD,YAAY,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,YAAY,IAAI,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE;KACvE,CAAC;IACF,MAAM,QAAQ,GAAG,gBAGhB,CAAC;IAEF,iBAAiB;IACjB,MAAM,IAAI,GAAG,EAAE,GAAG,KAAK,EAAE,CAAC;IAE1B,0BAA0B;IAC1B,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,KAAK,EAAE,CAAC;QACrC,QAAQ,CAAC,gBAAgB,CAAC,KAAK;YAC7B,6CAAuG,CAAC;IAC5G,CAAC;IACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC;QACjC,QAAQ,CAAC,YAAY,CAAC,KAAK;YACzB,6CAAuG,CAAC;IAC5G,CAAC;IAED,MAAM,cAAc,GAAG,qBAAqB,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;IAC1E,OAAO,MAAM,CAAC,MAAM,CAAC;QACnB,QAAQ,EAAE;YACR,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,KAAK,CAAC;YACvC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,KAAK,CAAC;YACvC,cAAc,CAAC,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,EAAE,QAAQ,CAAC,IAAI,CAAC;YACrC,cAAc,CAAC,mBAAmB,EAAE,QAAQ,CAAC,iBAAiB,CAAC;YAC/D,cAAc,CAAC,mBAAmB,EAAE,QAAQ,CAAC,iBAAiB,CAAC;YAC/D,cAAc,CAAC,iBAAiB,EAAE,QAAQ,CAAC,eAAe,CAAC;YAC3D,cAAc,CAAC,kBAAkB,EAAE,QAAQ,CAAC,gBAAgB,CAAC;YAC7D,cAAc,CAAC,cAAc,EAAE,QAAQ,CAAC,YAAY,CAAC;SACtD;QACD,IAAI,EAAE,sCAAsC,EAAE,CAAC,MAAM,CACnD,IAAwC,CACzC;QACD,cAAc;KAYf,CAAC,CAAC;AACL,CAAC;AAiCD,MAAM,UAAU,6BAA6B,CAI3C,WAEyC;IAEzC,IAAI,WAAW,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACpC,MAAM,IAAI,WAAW,CACnB,yDAAyD,EACzD;YACE,kBAAkB,EAAE,WAAW,CAAC,QAAQ,CAAC,MAAM;YAC/C,oBAAoB,EAAE,CAAC;SACxB,CACF,CAAC;IACJ,CAAC;IACD,IAAI,YAAY,GAAG,CAAC,CAAC;IACrB,MAAM,cAAc,GAAG,GAAG,EAAE;QAC1B,MAAM,WAAW,GAAI,WAAW,CAAC,QAA0B,CAAC,YAAY,CAAE,CAAC;QAC3E,YAAY,IAAI,CAAC,CAAC;QAClB,OAAO,WAAW,CAAC;IACrB,CAAC,CAAC;IACF,OAAO;QACL,cAAc,EAAE,WAAW,CAAC,cAAc;QAC1C,QAAQ,EAAE;YACR,KAAK,EAAE,cAAc,EAAE;YACvB,KAAK,EAAE,cAAc,EAAE;YACvB,MAAM,EAAE,cAAc,EAAE;YACxB,IAAI,EAAE,cAAc,EAAE;YACtB,iBAAiB,EAAE,cAAc,EAAE;YACnC,iBAAiB,EAAE,cAAc,EAAE;YACnC,eAAe,EAAE,cAAc,EAAE;YACjC,gBAAgB,EAAE,cAAc,EAAE;YAClC,YAAY,EAAE,cAAc,EAAE;SAC/B;QACD,IAAI,EAAE,sCAAsC,EAAE,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC;KACxE,CAAC;AACJ,CAAC"}
|
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { type Address, type ClientWithPayer, type ClientWithRpc, type ClientWithTransactionPlanning, type ClientWithTransactionSending, type GetAccountInfoApi, type GetMultipleAccountsApi, type Instruction, type InstructionWithData, type ReadonlyUint8Array } from "@solana/kit";
|
|
9
9
|
import { type SelfFetchFunctions, type SelfPlanAndSendFunctions } from "@solana/program-client-core";
|
|
10
|
-
import { getAgentSpendOverlayCodec, getAgentVaultCodec,
|
|
11
|
-
import {
|
|
12
|
-
export declare const SIGIL_PROGRAM_ADDRESS: Address<"
|
|
10
|
+
import { getAgentSpendOverlayCodec, getAgentVaultCodec, getAuditLogRejectedCodec, getAuditLogSuccessCodec, getPendingAgentGrantCodec, getPendingAgentPermissionsUpdateCodec, getPendingOwnershipTransferCodec, getPendingPolicyUpdateCodec, getPolicyConfigCodec, getPostExecutionAssertionsCodec, getSessionAuthorityCodec, getSpendTrackerCodec, type AgentSpendOverlay, type AgentSpendOverlayArgs, type AgentVault, type AgentVaultArgs, type AuditLogRejected, type AuditLogRejectedArgs, type AuditLogSuccess, type AuditLogSuccessArgs, type PendingAgentGrant, type PendingAgentGrantArgs, type PendingAgentPermissionsUpdate, type PendingAgentPermissionsUpdateArgs, type PendingOwnershipTransfer, type PendingOwnershipTransferArgs, type PendingPolicyUpdate, type PendingPolicyUpdateArgs, type PolicyConfig, type PolicyConfigArgs, type PostExecutionAssertions, type PostExecutionAssertionsArgs, type SessionAuthority, type SessionAuthorityArgs, type SpendTracker, type SpendTrackerArgs } from "../accounts/index.js";
|
|
11
|
+
import { getAcceptOwnershipTransferInstructionAsync, getAcceptOwnershipTransferMultisigInstructionAsync, getAgentTransferInstructionAsync, getApplyAgentGrantInstructionAsync, getApplyAgentPermissionsUpdateInstructionAsync, getApplyPendingPolicyInstructionAsync, getCancelAgentGrantInstructionAsync, getCancelAgentPermissionsUpdateInstruction, getCancelOwnershipTransferInstructionAsync, getCancelPendingPolicyInstructionAsync, getClosePostAssertionsInstructionAsync, getCloseVaultInstructionAsync, getCreatePostAssertionsInstructionAsync, getDepositFundsInstructionAsync, getFinalizeSessionInstructionAsync, getFreezeVaultInstructionAsync, getInitializeVaultInstructionAsync, getInitiateOwnershipTransferInstructionAsync, getPauseAgentInstructionAsync, getPromoteGraylistDestinationInstructionAsync, getQueueAgentGrantInstructionAsync, getQueueAgentPermissionsUpdateInstructionAsync, getQueuePolicyUpdateInstructionAsync, getReactivateVaultInstructionAsync, getRecordAgentViolationInstructionAsync, getRegisterAgentInstructionAsync, getRevokeAgentInstructionAsync, getSetObserveOnlyInstructionAsync, getUnpauseAgentInstructionAsync, getValidateAndAuthorizeInstructionAsync, getWithdrawFundsInstructionAsync, type AcceptOwnershipTransferAsyncInput, type AcceptOwnershipTransferMultisigAsyncInput, type AgentTransferAsyncInput, type ApplyAgentGrantAsyncInput, type ApplyAgentPermissionsUpdateAsyncInput, type ApplyPendingPolicyAsyncInput, type CancelAgentGrantAsyncInput, type CancelAgentPermissionsUpdateInput, type CancelOwnershipTransferAsyncInput, type CancelPendingPolicyAsyncInput, type ClosePostAssertionsAsyncInput, type CloseVaultAsyncInput, type CreatePostAssertionsAsyncInput, type DepositFundsAsyncInput, type FinalizeSessionAsyncInput, type FreezeVaultAsyncInput, type InitializeVaultAsyncInput, type InitiateOwnershipTransferAsyncInput, type ParsedAcceptOwnershipTransferInstruction, type ParsedAcceptOwnershipTransferMultisigInstruction, type ParsedAgentTransferInstruction, type ParsedApplyAgentGrantInstruction, type ParsedApplyAgentPermissionsUpdateInstruction, type ParsedApplyPendingPolicyInstruction, type ParsedCancelAgentGrantInstruction, type ParsedCancelAgentPermissionsUpdateInstruction, type ParsedCancelOwnershipTransferInstruction, type ParsedCancelPendingPolicyInstruction, type ParsedClosePostAssertionsInstruction, type ParsedCloseVaultInstruction, type ParsedCreatePostAssertionsInstruction, type ParsedDepositFundsInstruction, type ParsedFinalizeSessionInstruction, type ParsedFreezeVaultInstruction, type ParsedInitializeVaultInstruction, type ParsedInitiateOwnershipTransferInstruction, type ParsedPauseAgentInstruction, type ParsedPromoteGraylistDestinationInstruction, type ParsedQueueAgentGrantInstruction, type ParsedQueueAgentPermissionsUpdateInstruction, type ParsedQueuePolicyUpdateInstruction, type ParsedReactivateVaultInstruction, type ParsedRecordAgentViolationInstruction, type ParsedRegisterAgentInstruction, type ParsedRevokeAgentInstruction, type ParsedSetObserveOnlyInstruction, type ParsedUnpauseAgentInstruction, type ParsedValidateAndAuthorizeInstruction, type ParsedWithdrawFundsInstruction, type PauseAgentAsyncInput, type PromoteGraylistDestinationAsyncInput, type QueueAgentGrantAsyncInput, type QueueAgentPermissionsUpdateAsyncInput, type QueuePolicyUpdateAsyncInput, type ReactivateVaultAsyncInput, type RecordAgentViolationAsyncInput, type RegisterAgentAsyncInput, type RevokeAgentAsyncInput, type SetObserveOnlyAsyncInput, type UnpauseAgentAsyncInput, type ValidateAndAuthorizeAsyncInput, type WithdrawFundsAsyncInput } from "../instructions/index.js";
|
|
12
|
+
export declare const SIGIL_PROGRAM_ADDRESS: Address<"7FtAXUcrann7P5HoLG7vnWcVpozwj9nqcNm6bPwA1wuK">;
|
|
13
13
|
export declare enum SigilAccount {
|
|
14
14
|
AgentSpendOverlay = 0,
|
|
15
15
|
AgentVault = 1,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
AuditLogRejected = 2,
|
|
17
|
+
AuditLogSuccess = 3,
|
|
18
|
+
PendingAgentGrant = 4,
|
|
19
|
+
PendingAgentPermissionsUpdate = 5,
|
|
20
|
+
PendingOwnershipTransfer = 6,
|
|
21
21
|
PendingPolicyUpdate = 7,
|
|
22
22
|
PolicyConfig = 8,
|
|
23
23
|
PostExecutionAssertions = 9,
|
|
@@ -28,113 +28,98 @@ export declare function identifySigilAccount(account: {
|
|
|
28
28
|
data: ReadonlyUint8Array;
|
|
29
29
|
} | ReadonlyUint8Array): SigilAccount;
|
|
30
30
|
export declare enum SigilInstruction {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
31
|
+
AcceptOwnershipTransfer = 0,
|
|
32
|
+
AcceptOwnershipTransferMultisig = 1,
|
|
33
|
+
AgentTransfer = 2,
|
|
34
|
+
ApplyAgentGrant = 3,
|
|
35
|
+
ApplyAgentPermissionsUpdate = 4,
|
|
36
|
+
ApplyPendingPolicy = 5,
|
|
37
|
+
CancelAgentGrant = 6,
|
|
38
38
|
CancelAgentPermissionsUpdate = 7,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
RevokeAgent = 31,
|
|
63
|
-
SettleEscrow = 32,
|
|
64
|
-
UnpauseAgent = 33,
|
|
65
|
-
ValidateAndAuthorize = 34,
|
|
66
|
-
WithdrawFunds = 35
|
|
39
|
+
CancelOwnershipTransfer = 8,
|
|
40
|
+
CancelPendingPolicy = 9,
|
|
41
|
+
ClosePostAssertions = 10,
|
|
42
|
+
CloseVault = 11,
|
|
43
|
+
CreatePostAssertions = 12,
|
|
44
|
+
DepositFunds = 13,
|
|
45
|
+
FinalizeSession = 14,
|
|
46
|
+
FreezeVault = 15,
|
|
47
|
+
InitializeVault = 16,
|
|
48
|
+
InitiateOwnershipTransfer = 17,
|
|
49
|
+
PauseAgent = 18,
|
|
50
|
+
PromoteGraylistDestination = 19,
|
|
51
|
+
QueueAgentGrant = 20,
|
|
52
|
+
QueueAgentPermissionsUpdate = 21,
|
|
53
|
+
QueuePolicyUpdate = 22,
|
|
54
|
+
ReactivateVault = 23,
|
|
55
|
+
RecordAgentViolation = 24,
|
|
56
|
+
RegisterAgent = 25,
|
|
57
|
+
RevokeAgent = 26,
|
|
58
|
+
SetObserveOnly = 27,
|
|
59
|
+
UnpauseAgent = 28,
|
|
60
|
+
ValidateAndAuthorize = 29,
|
|
61
|
+
WithdrawFunds = 30
|
|
67
62
|
}
|
|
68
63
|
export declare function identifySigilInstruction(instruction: {
|
|
69
64
|
data: ReadonlyUint8Array;
|
|
70
65
|
} | ReadonlyUint8Array): SigilInstruction;
|
|
71
|
-
export type ParsedSigilInstruction<TProgram extends string = "
|
|
66
|
+
export type ParsedSigilInstruction<TProgram extends string = "7FtAXUcrann7P5HoLG7vnWcVpozwj9nqcNm6bPwA1wuK"> = ({
|
|
67
|
+
instructionType: SigilInstruction.AcceptOwnershipTransfer;
|
|
68
|
+
} & ParsedAcceptOwnershipTransferInstruction<TProgram>) | ({
|
|
69
|
+
instructionType: SigilInstruction.AcceptOwnershipTransferMultisig;
|
|
70
|
+
} & ParsedAcceptOwnershipTransferMultisigInstruction<TProgram>) | ({
|
|
72
71
|
instructionType: SigilInstruction.AgentTransfer;
|
|
73
72
|
} & ParsedAgentTransferInstruction<TProgram>) | ({
|
|
74
|
-
instructionType: SigilInstruction.
|
|
75
|
-
} &
|
|
76
|
-
instructionType: SigilInstruction.AllocatePendingConstraintsPda;
|
|
77
|
-
} & ParsedAllocatePendingConstraintsPdaInstruction<TProgram>) | ({
|
|
73
|
+
instructionType: SigilInstruction.ApplyAgentGrant;
|
|
74
|
+
} & ParsedApplyAgentGrantInstruction<TProgram>) | ({
|
|
78
75
|
instructionType: SigilInstruction.ApplyAgentPermissionsUpdate;
|
|
79
76
|
} & ParsedApplyAgentPermissionsUpdateInstruction<TProgram>) | ({
|
|
80
|
-
instructionType: SigilInstruction.ApplyCloseConstraints;
|
|
81
|
-
} & ParsedApplyCloseConstraintsInstruction<TProgram>) | ({
|
|
82
|
-
instructionType: SigilInstruction.ApplyConstraintsUpdate;
|
|
83
|
-
} & ParsedApplyConstraintsUpdateInstruction<TProgram>) | ({
|
|
84
77
|
instructionType: SigilInstruction.ApplyPendingPolicy;
|
|
85
78
|
} & ParsedApplyPendingPolicyInstruction<TProgram>) | ({
|
|
79
|
+
instructionType: SigilInstruction.CancelAgentGrant;
|
|
80
|
+
} & ParsedCancelAgentGrantInstruction<TProgram>) | ({
|
|
86
81
|
instructionType: SigilInstruction.CancelAgentPermissionsUpdate;
|
|
87
82
|
} & ParsedCancelAgentPermissionsUpdateInstruction<TProgram>) | ({
|
|
88
|
-
instructionType: SigilInstruction.
|
|
89
|
-
} &
|
|
90
|
-
instructionType: SigilInstruction.CancelConstraintsUpdate;
|
|
91
|
-
} & ParsedCancelConstraintsUpdateInstruction<TProgram>) | ({
|
|
83
|
+
instructionType: SigilInstruction.CancelOwnershipTransfer;
|
|
84
|
+
} & ParsedCancelOwnershipTransferInstruction<TProgram>) | ({
|
|
92
85
|
instructionType: SigilInstruction.CancelPendingPolicy;
|
|
93
86
|
} & ParsedCancelPendingPolicyInstruction<TProgram>) | ({
|
|
94
|
-
instructionType: SigilInstruction.CleanupOrphanConstraintsPda;
|
|
95
|
-
} & ParsedCleanupOrphanConstraintsPdaInstruction<TProgram>) | ({
|
|
96
87
|
instructionType: SigilInstruction.ClosePostAssertions;
|
|
97
88
|
} & ParsedClosePostAssertionsInstruction<TProgram>) | ({
|
|
98
|
-
instructionType: SigilInstruction.CloseSettledEscrow;
|
|
99
|
-
} & ParsedCloseSettledEscrowInstruction<TProgram>) | ({
|
|
100
89
|
instructionType: SigilInstruction.CloseVault;
|
|
101
90
|
} & ParsedCloseVaultInstruction<TProgram>) | ({
|
|
102
|
-
instructionType: SigilInstruction.CreateEscrow;
|
|
103
|
-
} & ParsedCreateEscrowInstruction<TProgram>) | ({
|
|
104
|
-
instructionType: SigilInstruction.CreateInstructionConstraints;
|
|
105
|
-
} & ParsedCreateInstructionConstraintsInstruction<TProgram>) | ({
|
|
106
91
|
instructionType: SigilInstruction.CreatePostAssertions;
|
|
107
92
|
} & ParsedCreatePostAssertionsInstruction<TProgram>) | ({
|
|
108
93
|
instructionType: SigilInstruction.DepositFunds;
|
|
109
94
|
} & ParsedDepositFundsInstruction<TProgram>) | ({
|
|
110
|
-
instructionType: SigilInstruction.ExtendPda;
|
|
111
|
-
} & ParsedExtendPdaInstruction<TProgram>) | ({
|
|
112
95
|
instructionType: SigilInstruction.FinalizeSession;
|
|
113
96
|
} & ParsedFinalizeSessionInstruction<TProgram>) | ({
|
|
114
97
|
instructionType: SigilInstruction.FreezeVault;
|
|
115
98
|
} & ParsedFreezeVaultInstruction<TProgram>) | ({
|
|
116
99
|
instructionType: SigilInstruction.InitializeVault;
|
|
117
100
|
} & ParsedInitializeVaultInstruction<TProgram>) | ({
|
|
101
|
+
instructionType: SigilInstruction.InitiateOwnershipTransfer;
|
|
102
|
+
} & ParsedInitiateOwnershipTransferInstruction<TProgram>) | ({
|
|
118
103
|
instructionType: SigilInstruction.PauseAgent;
|
|
119
104
|
} & ParsedPauseAgentInstruction<TProgram>) | ({
|
|
105
|
+
instructionType: SigilInstruction.PromoteGraylistDestination;
|
|
106
|
+
} & ParsedPromoteGraylistDestinationInstruction<TProgram>) | ({
|
|
107
|
+
instructionType: SigilInstruction.QueueAgentGrant;
|
|
108
|
+
} & ParsedQueueAgentGrantInstruction<TProgram>) | ({
|
|
120
109
|
instructionType: SigilInstruction.QueueAgentPermissionsUpdate;
|
|
121
110
|
} & ParsedQueueAgentPermissionsUpdateInstruction<TProgram>) | ({
|
|
122
|
-
instructionType: SigilInstruction.QueueCloseConstraints;
|
|
123
|
-
} & ParsedQueueCloseConstraintsInstruction<TProgram>) | ({
|
|
124
|
-
instructionType: SigilInstruction.QueueConstraintsUpdate;
|
|
125
|
-
} & ParsedQueueConstraintsUpdateInstruction<TProgram>) | ({
|
|
126
111
|
instructionType: SigilInstruction.QueuePolicyUpdate;
|
|
127
112
|
} & ParsedQueuePolicyUpdateInstruction<TProgram>) | ({
|
|
128
113
|
instructionType: SigilInstruction.ReactivateVault;
|
|
129
114
|
} & ParsedReactivateVaultInstruction<TProgram>) | ({
|
|
130
|
-
instructionType: SigilInstruction.
|
|
131
|
-
} &
|
|
115
|
+
instructionType: SigilInstruction.RecordAgentViolation;
|
|
116
|
+
} & ParsedRecordAgentViolationInstruction<TProgram>) | ({
|
|
132
117
|
instructionType: SigilInstruction.RegisterAgent;
|
|
133
118
|
} & ParsedRegisterAgentInstruction<TProgram>) | ({
|
|
134
119
|
instructionType: SigilInstruction.RevokeAgent;
|
|
135
120
|
} & ParsedRevokeAgentInstruction<TProgram>) | ({
|
|
136
|
-
instructionType: SigilInstruction.
|
|
137
|
-
} &
|
|
121
|
+
instructionType: SigilInstruction.SetObserveOnly;
|
|
122
|
+
} & ParsedSetObserveOnlyInstruction<TProgram>) | ({
|
|
138
123
|
instructionType: SigilInstruction.UnpauseAgent;
|
|
139
124
|
} & ParsedUnpauseAgentInstruction<TProgram>) | ({
|
|
140
125
|
instructionType: SigilInstruction.ValidateAndAuthorize;
|
|
@@ -149,11 +134,11 @@ export type SigilPlugin = {
|
|
|
149
134
|
export type SigilPluginAccounts = {
|
|
150
135
|
agentSpendOverlay: ReturnType<typeof getAgentSpendOverlayCodec> & SelfFetchFunctions<AgentSpendOverlayArgs, AgentSpendOverlay>;
|
|
151
136
|
agentVault: ReturnType<typeof getAgentVaultCodec> & SelfFetchFunctions<AgentVaultArgs, AgentVault>;
|
|
152
|
-
|
|
153
|
-
|
|
137
|
+
auditLogRejected: ReturnType<typeof getAuditLogRejectedCodec> & SelfFetchFunctions<AuditLogRejectedArgs, AuditLogRejected>;
|
|
138
|
+
auditLogSuccess: ReturnType<typeof getAuditLogSuccessCodec> & SelfFetchFunctions<AuditLogSuccessArgs, AuditLogSuccess>;
|
|
139
|
+
pendingAgentGrant: ReturnType<typeof getPendingAgentGrantCodec> & SelfFetchFunctions<PendingAgentGrantArgs, PendingAgentGrant>;
|
|
154
140
|
pendingAgentPermissionsUpdate: ReturnType<typeof getPendingAgentPermissionsUpdateCodec> & SelfFetchFunctions<PendingAgentPermissionsUpdateArgs, PendingAgentPermissionsUpdate>;
|
|
155
|
-
|
|
156
|
-
pendingConstraintsUpdate: ReturnType<typeof getPendingConstraintsUpdateCodec> & SelfFetchFunctions<PendingConstraintsUpdateArgs, PendingConstraintsUpdate>;
|
|
141
|
+
pendingOwnershipTransfer: ReturnType<typeof getPendingOwnershipTransferCodec> & SelfFetchFunctions<PendingOwnershipTransferArgs, PendingOwnershipTransfer>;
|
|
157
142
|
pendingPolicyUpdate: ReturnType<typeof getPendingPolicyUpdateCodec> & SelfFetchFunctions<PendingPolicyUpdateArgs, PendingPolicyUpdate>;
|
|
158
143
|
policyConfig: ReturnType<typeof getPolicyConfigCodec> & SelfFetchFunctions<PolicyConfigArgs, PolicyConfig>;
|
|
159
144
|
postExecutionAssertions: ReturnType<typeof getPostExecutionAssertionsCodec> & SelfFetchFunctions<PostExecutionAssertionsArgs, PostExecutionAssertions>;
|
|
@@ -161,40 +146,35 @@ export type SigilPluginAccounts = {
|
|
|
161
146
|
spendTracker: ReturnType<typeof getSpendTrackerCodec> & SelfFetchFunctions<SpendTrackerArgs, SpendTracker>;
|
|
162
147
|
};
|
|
163
148
|
export type SigilPluginInstructions = {
|
|
149
|
+
acceptOwnershipTransfer: (input: AcceptOwnershipTransferAsyncInput) => ReturnType<typeof getAcceptOwnershipTransferInstructionAsync> & SelfPlanAndSendFunctions;
|
|
150
|
+
acceptOwnershipTransferMultisig: (input: AcceptOwnershipTransferMultisigAsyncInput) => ReturnType<typeof getAcceptOwnershipTransferMultisigInstructionAsync> & SelfPlanAndSendFunctions;
|
|
164
151
|
agentTransfer: (input: AgentTransferAsyncInput) => ReturnType<typeof getAgentTransferInstructionAsync> & SelfPlanAndSendFunctions;
|
|
165
|
-
|
|
166
|
-
allocatePendingConstraintsPda: (input: AllocatePendingConstraintsPdaAsyncInput) => ReturnType<typeof getAllocatePendingConstraintsPdaInstructionAsync> & SelfPlanAndSendFunctions;
|
|
152
|
+
applyAgentGrant: (input: ApplyAgentGrantAsyncInput) => ReturnType<typeof getApplyAgentGrantInstructionAsync> & SelfPlanAndSendFunctions;
|
|
167
153
|
applyAgentPermissionsUpdate: (input: ApplyAgentPermissionsUpdateAsyncInput) => ReturnType<typeof getApplyAgentPermissionsUpdateInstructionAsync> & SelfPlanAndSendFunctions;
|
|
168
|
-
applyCloseConstraints: (input: ApplyCloseConstraintsAsyncInput) => ReturnType<typeof getApplyCloseConstraintsInstructionAsync> & SelfPlanAndSendFunctions;
|
|
169
|
-
applyConstraintsUpdate: (input: ApplyConstraintsUpdateAsyncInput) => ReturnType<typeof getApplyConstraintsUpdateInstructionAsync> & SelfPlanAndSendFunctions;
|
|
170
154
|
applyPendingPolicy: (input: ApplyPendingPolicyAsyncInput) => ReturnType<typeof getApplyPendingPolicyInstructionAsync> & SelfPlanAndSendFunctions;
|
|
155
|
+
cancelAgentGrant: (input: CancelAgentGrantAsyncInput) => ReturnType<typeof getCancelAgentGrantInstructionAsync> & SelfPlanAndSendFunctions;
|
|
171
156
|
cancelAgentPermissionsUpdate: (input: CancelAgentPermissionsUpdateInput) => ReturnType<typeof getCancelAgentPermissionsUpdateInstruction> & SelfPlanAndSendFunctions;
|
|
172
|
-
|
|
173
|
-
cancelConstraintsUpdate: (input: CancelConstraintsUpdateAsyncInput) => ReturnType<typeof getCancelConstraintsUpdateInstructionAsync> & SelfPlanAndSendFunctions;
|
|
157
|
+
cancelOwnershipTransfer: (input: CancelOwnershipTransferAsyncInput) => ReturnType<typeof getCancelOwnershipTransferInstructionAsync> & SelfPlanAndSendFunctions;
|
|
174
158
|
cancelPendingPolicy: (input: CancelPendingPolicyAsyncInput) => ReturnType<typeof getCancelPendingPolicyInstructionAsync> & SelfPlanAndSendFunctions;
|
|
175
|
-
cleanupOrphanConstraintsPda: (input: CleanupOrphanConstraintsPdaAsyncInput) => ReturnType<typeof getCleanupOrphanConstraintsPdaInstructionAsync> & SelfPlanAndSendFunctions;
|
|
176
159
|
closePostAssertions: (input: ClosePostAssertionsAsyncInput) => ReturnType<typeof getClosePostAssertionsInstructionAsync> & SelfPlanAndSendFunctions;
|
|
177
|
-
closeSettledEscrow: (input: CloseSettledEscrowAsyncInput) => ReturnType<typeof getCloseSettledEscrowInstructionAsync> & SelfPlanAndSendFunctions;
|
|
178
160
|
closeVault: (input: CloseVaultAsyncInput) => ReturnType<typeof getCloseVaultInstructionAsync> & SelfPlanAndSendFunctions;
|
|
179
|
-
createEscrow: (input: CreateEscrowAsyncInput) => ReturnType<typeof getCreateEscrowInstructionAsync> & SelfPlanAndSendFunctions;
|
|
180
|
-
createInstructionConstraints: (input: CreateInstructionConstraintsAsyncInput) => ReturnType<typeof getCreateInstructionConstraintsInstructionAsync> & SelfPlanAndSendFunctions;
|
|
181
161
|
createPostAssertions: (input: CreatePostAssertionsAsyncInput) => ReturnType<typeof getCreatePostAssertionsInstructionAsync> & SelfPlanAndSendFunctions;
|
|
182
162
|
depositFunds: (input: DepositFundsAsyncInput) => ReturnType<typeof getDepositFundsInstructionAsync> & SelfPlanAndSendFunctions;
|
|
183
|
-
extendPda: (input: ExtendPdaInput) => ReturnType<typeof getExtendPdaInstruction> & SelfPlanAndSendFunctions;
|
|
184
163
|
finalizeSession: (input: MakeOptional<FinalizeSessionAsyncInput, "payer">) => ReturnType<typeof getFinalizeSessionInstructionAsync> & SelfPlanAndSendFunctions;
|
|
185
|
-
freezeVault: (input:
|
|
164
|
+
freezeVault: (input: FreezeVaultAsyncInput) => ReturnType<typeof getFreezeVaultInstructionAsync> & SelfPlanAndSendFunctions;
|
|
186
165
|
initializeVault: (input: InitializeVaultAsyncInput) => ReturnType<typeof getInitializeVaultInstructionAsync> & SelfPlanAndSendFunctions;
|
|
187
|
-
|
|
166
|
+
initiateOwnershipTransfer: (input: InitiateOwnershipTransferAsyncInput) => ReturnType<typeof getInitiateOwnershipTransferInstructionAsync> & SelfPlanAndSendFunctions;
|
|
167
|
+
pauseAgent: (input: PauseAgentAsyncInput) => ReturnType<typeof getPauseAgentInstructionAsync> & SelfPlanAndSendFunctions;
|
|
168
|
+
promoteGraylistDestination: (input: PromoteGraylistDestinationAsyncInput) => ReturnType<typeof getPromoteGraylistDestinationInstructionAsync> & SelfPlanAndSendFunctions;
|
|
169
|
+
queueAgentGrant: (input: QueueAgentGrantAsyncInput) => ReturnType<typeof getQueueAgentGrantInstructionAsync> & SelfPlanAndSendFunctions;
|
|
188
170
|
queueAgentPermissionsUpdate: (input: QueueAgentPermissionsUpdateAsyncInput) => ReturnType<typeof getQueueAgentPermissionsUpdateInstructionAsync> & SelfPlanAndSendFunctions;
|
|
189
|
-
queueCloseConstraints: (input: QueueCloseConstraintsAsyncInput) => ReturnType<typeof getQueueCloseConstraintsInstructionAsync> & SelfPlanAndSendFunctions;
|
|
190
|
-
queueConstraintsUpdate: (input: QueueConstraintsUpdateAsyncInput) => ReturnType<typeof getQueueConstraintsUpdateInstructionAsync> & SelfPlanAndSendFunctions;
|
|
191
171
|
queuePolicyUpdate: (input: QueuePolicyUpdateAsyncInput) => ReturnType<typeof getQueuePolicyUpdateInstructionAsync> & SelfPlanAndSendFunctions;
|
|
192
|
-
reactivateVault: (input:
|
|
193
|
-
|
|
194
|
-
registerAgent: (input:
|
|
195
|
-
revokeAgent: (input:
|
|
196
|
-
|
|
197
|
-
unpauseAgent: (input:
|
|
172
|
+
reactivateVault: (input: ReactivateVaultAsyncInput) => ReturnType<typeof getReactivateVaultInstructionAsync> & SelfPlanAndSendFunctions;
|
|
173
|
+
recordAgentViolation: (input: RecordAgentViolationAsyncInput) => ReturnType<typeof getRecordAgentViolationInstructionAsync> & SelfPlanAndSendFunctions;
|
|
174
|
+
registerAgent: (input: RegisterAgentAsyncInput) => ReturnType<typeof getRegisterAgentInstructionAsync> & SelfPlanAndSendFunctions;
|
|
175
|
+
revokeAgent: (input: RevokeAgentAsyncInput) => ReturnType<typeof getRevokeAgentInstructionAsync> & SelfPlanAndSendFunctions;
|
|
176
|
+
setObserveOnly: (input: SetObserveOnlyAsyncInput) => ReturnType<typeof getSetObserveOnlyInstructionAsync> & SelfPlanAndSendFunctions;
|
|
177
|
+
unpauseAgent: (input: UnpauseAgentAsyncInput) => ReturnType<typeof getUnpauseAgentInstructionAsync> & SelfPlanAndSendFunctions;
|
|
198
178
|
validateAndAuthorize: (input: ValidateAndAuthorizeAsyncInput) => ReturnType<typeof getValidateAndAuthorizeInstructionAsync> & SelfPlanAndSendFunctions;
|
|
199
179
|
withdrawFunds: (input: WithdrawFundsAsyncInput) => ReturnType<typeof getWithdrawFundsInstructionAsync> & SelfPlanAndSendFunctions;
|
|
200
180
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sigil.d.ts","sourceRoot":"","sources":["../../../src/generated/programs/sigil.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sigil.d.ts","sourceRoot":"","sources":["../../../src/generated/programs/sigil.ts"],"names":[],"mappings":"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"}
|