Type alias WidoSpenderRequest

WidoSpenderRequest: {
    chainId: ChainId;
    fromToken: Web3Address;
    toToken: Web3Address;
    toChainId: ChainId;
}

Type declaration

Generated using TypeDoc