The crypto rail input object which specifies the symbol, network, and address which is the source or destination wallet address.

interface CryptoRailAddress {
    address: string;
    currency: string;
    network: string;
}

Properties

address: string

The address of the payment rail. This is the source or destination wallet address. It is not a contract address.

currency: string

The symbol of the currency of the payment rail.

network: string

The network of the payment rail.