The crypto rails available.

interface CryptoRail {
    actions: PaymentRailAction[];
    currency: string;
    name: string;
    networks: CryptoRailNetworksItem[];
}

Properties

The actions for the crypto rail.

currency: string

The currency symbol of the asset.

name: string

The name of the asset.

All available networks of the asset.