RoutingPoint: {
    address: string;
    network: string;
    token: string;
    txn_signature?: string;
    txn_signature_hashed?: string;
}

Represents a routing point in a transaction routing configuration.

Property

The network of the routing point.

Property

The address of the routing point.

Property

The token associated with the routing point.

Property

The transaction signature (optional).

Property

The hashed transaction signature (optional).

Type declaration

  • address: string
  • network: string
  • token: string
  • Optional txn_signature?: string
  • Optional txn_signature_hashed?: string

Generated using TypeDoc