Bridge Integration StagingStaging
delete_layerzero_oft_route
Delete Layerzero Oft Route configuration action.
Accounts
| Account | Role | Description |
|---|---|---|
| glam_state | writable | GLAM state account that stores vault configuration, integration ACLs, delegate permissions, policies, assets, mint linkage, and pricing records. |
| glam_signer | signer, writable | Calling authority or fee payer. |
| glam_protocol_program | read-only | GLAM Protocol program account used for authorization or CPI. |
Arguments
| Argument | Type | Notes |
|---|---|---|
| route | LayerzeroOftRoute |
Policy & permissions
- Only the GLAM owner can call. Delegates cannot manage LayerZero OFT routes.
- The instruction removes a matching route or errors if none match, then persists the policy.
TypeScript SDK usage
await glamClient.bridge.deleteLayerzeroOftRoute(route);