Type Alias AddFundsFailed

AddFundsFailed: {
    reason: string;
    timestamp: number;
}

Type representing a add funds failure

Type declaration

  • reason: string

    The reason why it failed.

  • timestamp: number

    The timestamp of the failed transaction.