For the complete documentation index, see llms.txt. This page is also available as Markdown.

Chain

Git Source

struct Chain {
    bool allowMessagesFrom;
    bool allowMessagesTo;
    address targetTeller;
    uint64 messageGasLimit;
    uint64 minimumMessageGas;
}

Was this helpful?