FundOperationResult: {
    id: string;
    network: string;
    status: TransferStatus;
    targetAmount: string;
    targetCurrency: string;
    transactionHash?: string;
}

Type declaration

  • id: string

    The transfer that was created to fund the account.

  • network: string

    The network that the transfer was created on.

  • status: TransferStatus

    The status of the fund operation.

  • targetAmount: string

    The target amount that will be received.

  • targetCurrency: string

    The currency that will be received.

  • OptionaltransactionHash?: string

    The transaction hash of the transfer.