Chain
struct Chain {
bool allowMessagesFrom;
bool allowMessagesTo;
address targetTeller;
uint64 messageGasLimit;
uint64 minimumMessageGas;
}
Was this helpful?
struct Chain {
bool allowMessagesFrom;
bool allowMessagesTo;
address targetTeller;
uint64 messageGasLimit;
uint64 minimumMessageGas;
}
Was this helpful?