Routing: {
    amount: BigNumber;
    from: RoutingPoint;
    to: RoutingPoint;
    units: BigNumber;
}

Represents a routing configuration for a transaction.

Property

The source routing point.

Property

The destination routing point.

Property

The amount to be transferred.

Property

The units of the amount.

Type declaration

Generated using TypeDoc