Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Class KeetaNetLedgerIdempotentKeyError

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    account?: GenericAccount
    blockhash: BlockHash
    code: "LEDGER_IDEMPOTENT_KEY_EXISTS"
    existingBlockhash: BlockHash
    idempotentKey?: ArrayBuffer
    shouldRetry: false
    type: "LEDGER" = LedgerErrorType
    isInstance: (
        obj: any,
        strict?: boolean,
    ) => obj is KeetaNetLedgerIdempotentKeyError = ...

    Methods

    • Returns {
          account?: string;
          blockhash: BlockHashString;
          code: "LEDGER_IDEMPOTENT_KEY_EXISTS";
          existingBlockhash: BlockHashString;
          idempotentKey?: string;
          message: string;
          type: string;
      }

    • Parameters

      • code: string

      Returns code is "LEDGER_IDEMPOTENT_KEY_EXISTS"