Swaps

Predict Transaction

Simulate the spot swap and changes in token balances, in addition to the fee estimation.

post/api/v1/swaps/predict

Request body

quote_idstring uuid required

The ID of the quote.

vault_idstring uuid required

The unique identifier of the vault.

amountstring required

The amount to swap.

slippage_bpsstring

The slippage tolerance in basis points.

should_run_policy_checkboolean

Should run a policy check

fail_on_prediction_failureboolean

True if transaction creation should fail in case prediction failed, False otherwise. <br> In case simulation has failed upon continuation, the expected result of the transaction will be partial and policy will be applied on information that can be extracted statically from the transaction only. This might result in falling back to the default policy rule.

use_mev_protected_nodeboolean

Use a MEV protected node to send the transaction. By using a MEV protected node, you avoid maximal extractable value (MEV) attacks.

Example request

{
  "input_asset_identifier": {
    "details": {
      "token": {
        "base58_repr": "4fYNw3dojWmQ4dXtSGE9epjRGy9pFSx62YypT7avPYvA"
      }
    }
  },
  "output_asset_identifier": {
    "details": {
      "token": {
        "base58_repr": "4fYNw3dojWmQ4dXtSGE9epjRGy9pFSx62YypT7avPYvA"
      }
    }
  },
  "amount": "1000000000000000000",
  "slippage_bps": "1000000000000000000",
  "fee": {
    "details": {
      "gas_limit": "1000000000000000000"
    }
  }
}

Response

Successful Response

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Changes

Changed in 4 of the 7 revisions of this API.307814320

    • the oneOf[subschema #19: PredictedSuiTransaction]/gas_submitted/payment/items/version response's property pattern was changed from ^0*[1-9]\d*$ to ^\d+$ for the status 200

      response-property-pattern-changed

    • added the optional property oneOf[subschema #11: PredictedSolanaMessage]/expected_result/effects/rent_exemptions to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #12: PredictedSolanaTransaction]/expected_result/effects/rent_exemptions to the response with the 200 status

      response-optional-property-added

  • 61a784d58550307239311See the full diff
    • added PredictedRippleTransaction to the response body oneOf list for the response status 200

      response-body-one-of-added

    • added EnrichedRippleAddress to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient response property oneOf list for the response status 200

      response-property-one-of-added

    • added EnrichedRippleAddress to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address response property oneOf list for the response status 200

      response-property-one-of-added

    • added EnrichedRippleAddress to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to response property oneOf list for the response status 200

      response-property-one-of-added

    • added EnrichedRippleChain to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/chain response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/allowances/items/spender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/fee_payer/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/instructions/items/program/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #2: UnknownAssetStacksPostCondition]/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #3: StacksRawTransactionDetails]/contract_call_payload/contract_address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #13: PredictedStarknetMessage -> subschema #14: PredictedStarknetMessage]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/call_data/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #3: StarknetRawTransactionDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #15: PredictedStellarMessage -> subschema #16: PredictedStellarMessage]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #4: StellarChangeTrustDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #5: StellarRawTransactionDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #6: StellarClaimClaimableBalanceDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #17: PredictedSuiMessage -> subschema #18: PredictedSuiMessage]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/fee_payer/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #19: PredictedTonMessage -> subschema #20: PredictedTonMessage]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #1: PredictedAptosMessage]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/address_fees/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #3: TonRawTransactionDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #21: PredictedTronMessage -> subschema #22: PredictedTronMessage]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #23: PredictedUtxoMessage -> subschema #24: PredictedUtxoMessage]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/inputs/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/outputs/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #3: AptosEntryPointDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/fee_payer/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/payload/oneOf[subschema #1: AptosEntryFunctionPayload]/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #2: PredictedAptosTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #1: ArchNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #2: ArchTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #3: ArchRawTransactionDetails]/recipients/items/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: PredictedArchTransaction]/instructions/items/program/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #3: PredictedArchTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #4: PredictedCantonTransaction]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #4: PredictedCantonTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #5: PredictedCosmosTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #6: PredictedCosmosMessage]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/spender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/source/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/source/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/gas_token/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/refund_receiver/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/rejected_transaction/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #2: TokenTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #3: AllowanceDetails]/spender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #5: ContractDeploymentDetails]/contract_address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/source/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/source/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/contract_deployments/items/address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/set_code_authorizations/items/contract/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/set_code_authorizations/items/eoa/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/fee_payer/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/parsed_data/method_arguments/items/enriched_address/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #8: PredictedEvmTransaction]/to/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/recipient/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/sender/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAddressBookContactAddressRef to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #4: PredictedCantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added RippleAssetIdentifier to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added the new ripple enum value to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/allowances/items/owner/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/allowances/items/spender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/allowances/items/owner/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/allowances/items/spender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/fee_payer/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/instructions/items/program/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/recipients/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #2: UnknownAssetStacksPostCondition]/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #3: StacksRawTransactionDetails]/contract_call_payload/contract_address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #13: PredictedStarknetMessage -> subschema #14: PredictedStarknetMessage]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/call_data/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #3: StarknetRawTransactionDetails]/recipients/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #15: PredictedStellarMessage -> subschema #16: PredictedStellarMessage]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #4: StellarChangeTrustDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #5: StellarRawTransactionDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #6: StellarClaimClaimableBalanceDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #17: PredictedSuiMessage -> subschema #18: PredictedSuiMessage]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/fee_payer/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/recipients/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #19: PredictedTonMessage -> subschema #20: PredictedTonMessage]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #1: PredictedAptosMessage]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/address_fees/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #3: TonRawTransactionDetails]/recipients/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #21: PredictedTronMessage -> subschema #22: PredictedTronMessage]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #23: PredictedUtxoMessage -> subschema #24: PredictedUtxoMessage]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/balance_changes/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/inputs/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/outputs/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/utxo_transaction_type_details/oneOf[subschema #1: UtxoNativeTransferDetails]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #3: AptosEntryPointDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/fee_payer/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/payload/oneOf[subschema #1: AptosEntryFunctionPayload]/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #2: PredictedAptosTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #1: ArchNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #2: ArchTokenTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #3: ArchRawTransactionDetails]/recipients/items/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: PredictedArchTransaction]/instructions/items/program/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #3: PredictedArchTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #4: PredictedCantonTransaction]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #4: PredictedCantonTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #6: PredictedCosmosMessage]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/owner/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/spender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/source/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/source/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/domain/verifying_contract/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/enriched_addresses/additionalProperties/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/gas_token/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/refund_receiver/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/rejected_transaction/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/domain/verifying_contract/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/enriched_addresses/additionalProperties/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #2: TokenTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #3: AllowanceDetails]/spender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #5: ContractDeploymentDetails]/contract_address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/source/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/owner/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/spender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/source/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/contract_deployments/items/address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/set_code_authorizations/items/contract/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/set_code_authorizations/items/eoa/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/fee_payer/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/parsed_data/method_arguments/items/enriched_address/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #8: PredictedEvmTransaction]/to/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #1: EnrichedAptosAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #2: EnrichedArchAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #3: EnrichedCantonAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #4: EnrichedCosmosBechAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #5: EnrichedEvmAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #6: EnrichedExchangeAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/recipient/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/sender/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #1: EnrichedAptosAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/from/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #1: EnrichedAptosAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added the new ripple enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/vault/type response property for the response status 200

      response-property-enum-value-added

    • added ripple discriminator mapping keys to the input_asset_identifier request property

      request-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the output_asset_identifier request property

      request-property-discriminator-mapping-added

    • added RippleAssetIdentifierRequest to the input_asset_identifier request property oneOf list

      request-property-one-of-added

    • added RippleAssetIdentifierRequest to the output_asset_identifier request property oneOf list

      request-property-one-of-added

    • added ripple_transaction mapping keys to the response discriminator for the response status 200

      response-body-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/allowances/items/owner/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/allowances/items/spender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #10: PredictedSolanaMessage -> subschema #11: PredictedSolanaMessage]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/fee_payer/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/instructions/items/program/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #11: PredictedSolanaTransaction -> subschema #12: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/recipients/items/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #2: UnknownAssetStacksPostCondition]/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #12: PredictedStacksTransaction -> subschema #13: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #3: StacksRawTransactionDetails]/contract_call_payload/contract_address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #13: PredictedStarknetMessage -> subschema #14: PredictedStarknetMessage]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/call_data/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #14: PredictedStarknetTransaction -> subschema #15: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #3: StarknetRawTransactionDetails]/recipients/items/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #15: PredictedStellarMessage -> subschema #16: PredictedStellarMessage]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #4: StellarChangeTrustDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #5: StellarRawTransactionDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #16: PredictedStellarTransaction -> subschema #17: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #6: StellarClaimClaimableBalanceDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #17: PredictedSuiMessage -> subschema #18: PredictedSuiMessage]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/fee_payer/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/recipients/items/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #18: PredictedSuiTransaction -> subschema #19: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #19: PredictedTonMessage -> subschema #20: PredictedTonMessage]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #1: PredictedAptosMessage]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/address_fees/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #20: PredictedTonTransaction -> subschema #21: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #3: TonRawTransactionDetails]/recipients/items/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #21: PredictedTronMessage -> subschema #22: PredictedTronMessage]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #22: PredictedTronTransaction -> subschema #23: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #23: PredictedUtxoMessage -> subschema #24: PredictedUtxoMessage]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/inputs/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/outputs/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #24: PredictedUtxoTransaction -> subschema #25: PredictedUtxoTransaction]/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #3: AptosEntryPointDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/fee_payer/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/payload/oneOf[subschema #1: AptosEntryFunctionPayload]/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #2: PredictedAptosTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #1: ArchNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #2: ArchTokenTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #3: ArchRawTransactionDetails]/recipients/items/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/instructions/items/program/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #3: PredictedArchTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #4: PredictedCantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #4: PredictedCantonTransaction]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #4: PredictedCantonTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #5: PredictedCosmosTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #6: PredictedCosmosMessage]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/owner/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/spender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/source/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/source/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/domain/verifying_contract/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/gas_token/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/refund_receiver/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/rejected_transaction/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #2: TokenTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #3: AllowanceDetails]/spender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #5: ContractDeploymentDetails]/contract_address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/source/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/source/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/contract_deployments/items/address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/set_code_authorizations/items/contract/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/set_code_authorizations/items/eoa/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/fee_payer/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/parsed_data/method_arguments/items/enriched_address/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #8: PredictedEvmTransaction]/to/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/chain response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/recipient/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/sender/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/from/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress -> subschema #11: EnrichedStellarAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress -> subschema #12: EnrichedSuiAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress -> subschema #13: EnrichedTonAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress -> subschema #14: EnrichedTronAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress -> subschema #15: EnrichedUtxoAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress -> subschema #8: EnrichedSolanaAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress -> subschema #9: EnrichedStacksAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress -> subschema #10: EnrichedStarknetAddress]/contact/address_ref response property for the response status 200

      response-property-discriminator-mapping-added

    • added ripple discriminator mapping keys to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

  • c4c28d2331055756See the full diff
    • added the new -3.00 enum value to the oneOf[subschema #20: PredictedTonTransaction]/payload/network response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #12: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #4: PredictedCantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/chain/oneOf[subschema #6: EnrichedExchangeChain]/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new exchange_paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #12: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #4: PredictedCantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #6: EnrichedExchangeAddress]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/sender/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/recipient/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/sender/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/from/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/allowances/items/owner/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/allowances/items/spender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #10: PredictedSolanaMessage]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/expected_result/enriched_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/fee_payer/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/instructions/items/program/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #1: SolanaNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #2: SolanaTokenTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #3: SolanaRawTransactionDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #11: PredictedSolanaTransaction]/solana_transaction_type_details/oneOf[subschema #4: PredictedSolanaSpotSwapDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #1: KnownAssetStacksPostCondition]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/post_conditions/post_conditions/items/oneOf[subschema #2: UnknownAssetStacksPostCondition]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #1: StacksNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #2: StacksTokenTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #12: PredictedStacksTransaction]/stacks_transaction_type_details/oneOf[subschema #3: StacksRawTransactionDetails]/contract_call_payload/contract_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #13: PredictedStarknetMessage]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/call_data/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #1: StarknetNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #2: StarknetErc20TransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #14: PredictedStarknetTransaction]/starknet_transaction_type_details/oneOf[subschema #3: StarknetRawTransactionDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #15: PredictedStellarMessage]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/effects/trustline_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #1: StellarNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #2: StellarClassicAssetTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #3: StellarSorobanTokenTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #4: StellarChangeTrustDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #5: StellarRawTransactionDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #16: PredictedStellarTransaction]/stellar_transaction_type_details/oneOf[subschema #6: StellarClaimClaimableBalanceDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #17: PredictedSuiMessage]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/expected_result/enriched_gas/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/fee_payer/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #1: SuiNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #2: SuiCoinTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #18: PredictedSuiTransaction]/sui_transaction_type_details/oneOf[subschema #3: SuiProgrammableTransactionBlockDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: PredictedTonMessage]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #19: PredictedTonMessage]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #1: PredictedAptosMessage]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/address_fees/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/address_fees/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/suggested_fees/chain_unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #1: TonNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #2: TonJettonTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #20: PredictedTonTransaction]/ton_transaction_type_details/oneOf[subschema #3: TonRawTransactionDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #21: PredictedTronMessage]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #1: TronNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #2: TronTokenTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #3: TronStakeDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #4: TronUnstakeDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #5: TronDelegateDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #6: TronUndelegateDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #22: PredictedTronTransaction]/tron_transaction_type_details/oneOf[subschema #7: TronContractCallDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #23: PredictedUtxoMessage]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/inputs/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/outputs/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/expected_result/fees/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #24: PredictedUtxoTransaction]/utxo_transaction_type_details/oneOf[subschema #2: UtxoPsbtDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #1: AptosNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #2: AptosCoinTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/aptos_transaction_type_details/oneOf[subschema #3: AptosEntryPointDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/expected_result/fee_statement/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/fee_payer/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/payload/oneOf[subschema #1: AptosEntryFunctionPayload]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #2: PredictedAptosTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #1: ArchNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #2: ArchTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/arch_transaction_type_details/oneOf[subschema #3: ArchRawTransactionDetails]/recipients/items/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/expected_result/fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/instructions/items/program/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #3: PredictedArchTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/canton_transaction_type_details/oneOf[subschema #5: CantonPreApprovalSetupDetails]/asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #4: PredictedCantonTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #2: CosmosNativeTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/cosmos_transaction_type_details/oneOf[subschema #3: CosmosTokenTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #5: PredictedCosmosTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #6: PredictedCosmosMessage]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/owner/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/allowances/items/spender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/bridges/items/source/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #1: UnknownTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #2: PermitTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #3: Permit2TypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/bridge_effects/source/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/input_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/output_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/permit2_details/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/provider_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #4: SpotSwapTypedMessageEvmMessage]/wrapped_native_asset/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/gas_token/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/refund_receiver/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/rejected_transaction/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #5: SafeTypedMessageEvmMessage]/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/domain/verifying_contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #7: PredictedEvmMessage]/typed_data/oneOf[subschema #6: HyperliquidTypedMessageEvmMessage]/enriched_addresses/additionalProperties/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #2: TokenTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #3: AllowanceDetails]/spender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #5: ContractDeploymentDetails]/contract_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effect/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/evm_transaction_type_details/oneOf[subschema #6: BridgeDetails]/bridge_effects/source/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/owner/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/allowances/items/spender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/destination/oneOf[subschema #1: EvmBridgeEffectKnownDestination]/dest_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #1: EvmBridgeEffectSourceNative]/source_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridge/items/source/oneOf[subschema #2: EvmBridgeEffectSourceErc20]/source_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/destination/oneOf[subschema #1: EvmBridgeKnownDestination]/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/bridges/items/source/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/contract_deployments/items/address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/set_code_authorizations/items/contract/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/set_code_authorizations/items/eoa/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/effects/transfers/items/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/expected_result/gas_debit/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/fee_payer/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/parsed_data/method_arguments/items/enriched_address/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #8: PredictedEvmTransaction]/to/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/chain/oneOf[subschema #12: EnrichedTonChain]/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #10: EnrichedStellarAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #11: EnrichedSuiAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #12: EnrichedTonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #13: EnrichedTronAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #14: EnrichedUtxoAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #7: EnrichedSolanaAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #8: EnrichedStacksAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/recipient/oneOf[subschema #9: EnrichedStarknetAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #1: ExchangeExternalWithdrawDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/recipient/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/exchange_transaction_type_details/oneOf[subschema #2: ExchangeInternalTransferDetails]/sender/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #10: EnrichedStellarAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #11: EnrichedSuiAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #12: EnrichedTonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #13: EnrichedTronAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #14: EnrichedUtxoAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #7: EnrichedSolanaAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #8: EnrichedStacksAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/address/oneOf[subschema #9: EnrichedStarknetAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/balance_changes/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/from/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #10: EnrichedStellarAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #11: EnrichedSuiAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #12: EnrichedTonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #13: EnrichedTronAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #14: EnrichedUtxoAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #1: EnrichedAptosAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #2: EnrichedArchAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #3: EnrichedCantonAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #4: EnrichedCosmosBechAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #5: EnrichedEvmAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #6: EnrichedExchangeAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #7: EnrichedSolanaAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #8: EnrichedStacksAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/effects/transfers/items/to/oneOf[subschema #9: EnrichedStarknetAddress]/contact/address_ref/oneOf[subschema #11: TonAddressBookContactAddressRef]/chains/items/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the oneOf[subschema #9: PredictedExchangeTransaction]/expected_result/exchange_fee/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the request property input_asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifierRequest]/exchange_type

      request-property-enum-value-added

    • added the new paxos enum value to the request property output_asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifierRequest]/exchange_type

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property input_asset_identifier/oneOf[subschema #12: TonAssetIdentifierRequest]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property input_asset_identifier/oneOf[subschema #12: TonAssetIdentifierRequest]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property output_asset_identifier/oneOf[subschema #12: TonAssetIdentifierRequest]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property output_asset_identifier/oneOf[subschema #12: TonAssetIdentifierRequest]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain

      request-property-enum-value-added