BridgeToken
Struct representing a bridge token. Used as the return value in view functions.
struct BridgeToken {
string symbol;
address token;
}
Struct representing a bridge token. Used as the return value in view functions.
struct BridgeToken {
string symbol;
address token;
}