Type Alias AddTokensFailed

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

Type representing add tokens failure

Type declaration

  • reason: string

    The reason why it failed.

  • timestamp: number

    The timestamp of the failed transaction.