An operation to fund a wallet with crypto

Export

FundOperation

interface FundOperation {
    address_id: string;
    crypto_amount: CryptoAmount;
    fees: FundOperationFees;
    fiat_amount: FiatAmount;
    fund_operation_id: string;
    network_id: string;
    status: FundOperationStatusEnum;
    wallet_id: string;
}

Properties

address_id: string

The ID of the address that will receive the crypto

Memberof

FundOperation

crypto_amount: CryptoAmount

Memberof

FundOperation

Memberof

FundOperation

fiat_amount: FiatAmount

Memberof

FundOperation

fund_operation_id: string

The ID of the fund operation

Memberof

FundOperation

network_id: string

The ID of the blockchain network

Memberof

FundOperation

The status of the fund operation

Memberof

FundOperation

wallet_id: string

The ID of the wallet that will receive the crypto

Memberof

FundOperation