Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt

Use this file to discover all available pages before exploring further.

Git Source Structure used to hold the addresses and signatures of all permissioned foreign calls This is used to store the addresses and signatures of all permissioned foreign calls for look ups
struct PermissionedForeignCallStorage {
    address[] permissionedForeignCallAddresses;
    bytes4[] permissionedForeignCallSignatures;
}