Transactions

Get transaction by hash

Look up a transaction by its hash. This is the same hash that is returned by the API when submitting a transaction (see PendingTransaction).

When given a transaction hash, the server first looks for the transaction in storage (on-chain, committed). If no on-chain transaction is found, it looks the transaction up by hash in the mempool (pending, not yet committed).

To create a transaction hash by yourself, do the following:

  1. Hash message bytes: "RawTransaction" bytes + BCS bytes of Transaction.
  2. Apply hash algorithm SHA3-256 to the hash message bytes.
  3. Hex-encode the hash bytes with 0x prefix.
get/transactions/by_hash/{txn_hash}

Path parameters

txn_hashstring required

Hash of transaction to retrieve

Response

Transaction required— unresolved $ref

Changes

Changed in 27 of the 50 revisions of this API.259383698

  • 5bfbbc5f3ce7750See the full diff
    • the mandatory response header X-APTOS-BLOCK-HEIGHT removed for the status 200

      required-response-header-removed

    • the mandatory response header X-APTOS-CHAIN-ID removed for the status 200

      required-response-header-removed

    • the mandatory response header X-APTOS-EPOCH removed for the status 200

      required-response-header-removed

    • the mandatory response header X-APTOS-LEDGER-OLDEST-VERSION removed for the status 200

      required-response-header-removed

    • the mandatory response header X-APTOS-LEDGER-TIMESTAMPUSEC removed for the status 200

      required-response-header-removed

    • the mandatory response header X-APTOS-LEDGER-VERSION removed for the status 200

      required-response-header-removed

    • the mandatory response header X-APTOS-OLDEST-BLOCK-HEIGHT removed for the status 200

      required-response-header-removed

    • the optional response header X-APTOS-BLOCK-HEIGHT removed for the status 400

      optional-response-header-removed

    • the optional response header X-APTOS-BLOCK-HEIGHT removed for the status 403

      optional-response-header-removed

    • the optional response header X-APTOS-BLOCK-HEIGHT removed for the status 404

      optional-response-header-removed

    • the optional response header X-APTOS-BLOCK-HEIGHT removed for the status 410

      optional-response-header-removed

    • the optional response header X-APTOS-BLOCK-HEIGHT removed for the status 500

      optional-response-header-removed

    • the optional response header X-APTOS-BLOCK-HEIGHT removed for the status 503

      optional-response-header-removed

    • the optional response header X-APTOS-CHAIN-ID removed for the status 400

      optional-response-header-removed

    • the optional response header X-APTOS-CHAIN-ID removed for the status 403

      optional-response-header-removed

    • the optional response header X-APTOS-CHAIN-ID removed for the status 404

      optional-response-header-removed

    • the optional response header X-APTOS-CHAIN-ID removed for the status 410

      optional-response-header-removed

    • the optional response header X-APTOS-CHAIN-ID removed for the status 500

      optional-response-header-removed

    • the optional response header X-APTOS-CHAIN-ID removed for the status 503

      optional-response-header-removed

    • the optional response header X-APTOS-CURSOR removed for the status 200

      optional-response-header-removed

    • the optional response header X-APTOS-EPOCH removed for the status 400

      optional-response-header-removed

    • the optional response header X-APTOS-EPOCH removed for the status 403

      optional-response-header-removed

    • the optional response header X-APTOS-EPOCH removed for the status 404

      optional-response-header-removed

    • the optional response header X-APTOS-EPOCH removed for the status 410

      optional-response-header-removed

    • the optional response header X-APTOS-EPOCH removed for the status 500

      optional-response-header-removed

    • the optional response header X-APTOS-EPOCH removed for the status 503

      optional-response-header-removed

    • the optional response header X-APTOS-GAS-USED removed for the status 200

      optional-response-header-removed

    • the optional response header X-APTOS-GAS-USED removed for the status 400

      optional-response-header-removed

    • the optional response header X-APTOS-GAS-USED removed for the status 403

      optional-response-header-removed

    • the optional response header X-APTOS-GAS-USED removed for the status 404

      optional-response-header-removed

    • the optional response header X-APTOS-GAS-USED removed for the status 410

      optional-response-header-removed

    • the optional response header X-APTOS-GAS-USED removed for the status 500

      optional-response-header-removed

    • the optional response header X-APTOS-GAS-USED removed for the status 503

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-OLDEST-VERSION removed for the status 400

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-OLDEST-VERSION removed for the status 403

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-OLDEST-VERSION removed for the status 404

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-OLDEST-VERSION removed for the status 410

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-OLDEST-VERSION removed for the status 500

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-OLDEST-VERSION removed for the status 503

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-TIMESTAMPUSEC removed for the status 400

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-TIMESTAMPUSEC removed for the status 403

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-TIMESTAMPUSEC removed for the status 404

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-TIMESTAMPUSEC removed for the status 410

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-TIMESTAMPUSEC removed for the status 500

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-TIMESTAMPUSEC removed for the status 503

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-VERSION removed for the status 400

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-VERSION removed for the status 403

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-VERSION removed for the status 404

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-VERSION removed for the status 410

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-VERSION removed for the status 500

      optional-response-header-removed

    • the optional response header X-APTOS-LEDGER-VERSION removed for the status 503

      optional-response-header-removed

    • the optional response header X-APTOS-OLDEST-BLOCK-HEIGHT removed for the status 400

      optional-response-header-removed

    • the optional response header X-APTOS-OLDEST-BLOCK-HEIGHT removed for the status 403

      optional-response-header-removed

    • the optional response header X-APTOS-OLDEST-BLOCK-HEIGHT removed for the status 404

      optional-response-header-removed

    • the optional response header X-APTOS-OLDEST-BLOCK-HEIGHT removed for the status 410

      optional-response-header-removed

    • the optional response header X-APTOS-OLDEST-BLOCK-HEIGHT removed for the status 500

      optional-response-header-removed

    • the optional response header X-APTOS-OLDEST-BLOCK-HEIGHT removed for the status 503

      optional-response-header-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 7974a45a29e41236See the full diff
    • added AccountSignature_AbstractSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstract_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed abstraction_signature discriminator mapping keys from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed AccountSignature_AbstractionSignature from the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new rejected_by_filter enum value to the error_code response property for the response status 400

      response-property-enum-value-added

    • added the new rejected_by_filter enum value to the error_code response property for the response status 403

      response-property-enum-value-added

    • added the new rejected_by_filter enum value to the error_code response property for the response status 404

      response-property-enum-value-added

    • added the new rejected_by_filter enum value to the error_code response property for the response status 410

      response-property-enum-value-added

    • added the new rejected_by_filter enum value to the error_code response property for the response status 500

      response-property-enum-value-added

    • added the new rejected_by_filter enum value to the error_code response property for the response status 503

      response-property-enum-value-added

    • added the optional property oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/replay_protection_nonce to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/replay_protection_nonce to the response with the 200 status

      response-optional-property-added

  • 077ea5f3cf201212See the full diff
    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_AbstractionSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added abstraction_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • added TransactionSignature_NoAccountSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature response property oneOf list for the response status 200

      response-property-one-of-added

    • added TransactionSignature_NoAccountSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature response property oneOf list for the response status 200

      response-property-one-of-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature response property for the response status 200

      response-property-discriminator-mapping-added

    • added the optional property oneOf[Transaction_BlockMetadataTransaction]/allOf[BlockMetadataTransaction]/block_metadata_extension to the response with the 200 status

      response-optional-property-added

  • ff40a8b1856d1212See the full diff
    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added AccountSignature_NoAccountSignature to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property oneOf list for the response status 200

      response-property-one-of-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added no_account_signature discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender response property for the response status 200

      response-property-discriminator-mapping-added

  • d2034ff06d522424See the full diff
    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added PublicKey_FederatedKeyless to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property oneOf list for the response status 200

      response-property-one-of-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_PendingTransaction]/allOf[PendingTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_AccountSignature]/allOf[AccountSignature]/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/fee_payer_signer/allOf[AccountSignature]/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/secondary_signers/items/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_FeePayerSignature]/allOf[FeePayerSignature]/sender/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/secondary_signers/items/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender/oneOf[AccountSignature_MultiKeySignature]/allOf[MultiKeySignature]/public_keys/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added federated_keyless discriminator mapping keys to the oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/signature/oneOf[TransactionSignature_MultiAgentSignature]/allOf[MultiAgentSignature]/sender/oneOf[AccountSignature_SingleKeySignature]/allOf[SingleKeySignature]/public_key response property for the response status 200

      response-property-discriminator-mapping-added

    • added the required property oneOf[Transaction_BlockEpilogueTransaction]/allOf[BlockEpilogueTransaction]/changes/items/oneOf[WriteSetChange_WriteModule]/allOf[WriteModule]/data/abi/structs/items/is_event to the response with the 200 status

      response-required-property-added

    • added the required property oneOf[Transaction_BlockMetadataTransaction]/allOf[BlockMetadataTransaction]/changes/items/oneOf[WriteSetChange_WriteModule]/allOf[WriteModule]/data/abi/structs/items/is_event to the response with the 200 status

      response-required-property-added

    • added the required property oneOf[Transaction_GenesisTransaction]/allOf[GenesisTransaction]/changes/items/oneOf[WriteSetChange_WriteModule]/allOf[WriteModule]/data/abi/structs/items/is_event to the response with the 200 status

      response-required-property-added

    • added the required property oneOf[Transaction_GenesisTransaction]/allOf[GenesisTransaction]/payload/oneOf[GenesisPayload_WriteSetPayload]/allOf[WriteSetPayload]/write_set/oneOf[WriteSet_DirectWriteSet]/allOf[DirectWriteSet]/changes/items/oneOf[WriteSetChange_WriteModule]/allOf[WriteModule]/data/abi/structs/items/is_event to the response with the 200 status

      response-required-property-added

    • added the required property oneOf[Transaction_StateCheckpointTransaction]/allOf[StateCheckpointTransaction]/changes/items/oneOf[WriteSetChange_WriteModule]/allOf[WriteModule]/data/abi/structs/items/is_event to the response with the 200 status

      response-required-property-added

    • added the required property oneOf[Transaction_UserTransaction]/allOf[UserTransaction]/changes/items/oneOf[WriteSetChange_WriteModule]/allOf[WriteModule]/data/abi/structs/items/is_event to the response with the 200 status

      response-required-property-added

    • added the required property oneOf[Transaction_ValidatorTransaction]/allOf[ValidatorTransaction]/oneOf[ValidatorTransaction_DKGResultTransaction]/allOf[DKGResultTransaction]/changes/items/oneOf[WriteSetChange_WriteModule]/allOf[WriteModule]/data/abi/structs/items/is_event to the response with the 200 status

      response-required-property-added

    • added the required property oneOf[Transaction_ValidatorTransaction]/allOf[ValidatorTransaction]/oneOf[ValidatorTransaction_JWKUpdateTransaction]/allOf[JWKUpdateTransaction]/changes/items/oneOf[WriteSetChange_WriteModule]/allOf[WriteModule]/data/abi/structs/items/is_event to the response with the 200 status

      response-required-property-added