CompletedFundOperation: {
    id: string;
    network: string;
    status: typeof completed;
    targetAmount: string;
    targetCurrency: string;
    transactionHash: string;
}

Represents a completed fund operation.

Type declaration

  • id: string

    The ID of the transfer.

  • network: string

    The network that the transfer was created on.

  • status: typeof completed

    The status of the transfer.

  • targetAmount: string

    The target amount that will be received.

  • targetCurrency: string

    The currency that will be received.

  • transactionHash: string

    The transaction hash of the transfer.