Type alias BaseRejection

BaseRejection: {
    error: string;
    reason: string;
    txid: string;
}

Type declaration

  • error: string
  • reason: string
  • txid: string

Generated using TypeDoc