BridgeToken

Git Source

Struct representing a bridge token. Used as the return value in view functions.

struct BridgeToken {
    string symbol;
    address token;
}