RequestBridgeEvent: {
    tokenAddress: string;
    amount: string;
}

Represents the bridge event object when the bridge widget is requested.

Type declaration

  • tokenAddress: string

    The address of the token to bridge.

  • amount: string

    The amount of tokens to bridge.

Generated using TypeDoc