Type Alias AddFundsSuccess

AddFundsSuccess: {
    transactionHash: string;
}

Represents a successful add funds transaction.

Type declaration

  • transactionHash: string

    The transaction hash of the successful transaction.