crypto_apis 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -10
  3. data/docs/AssetsApi.md +1 -1
  4. data/docs/AutomaticCoinsForwardingApi.md +1 -1
  5. data/docs/AutomaticTokensForwardingApi.md +1 -1
  6. data/docs/GetBlockDetailsByBlockHashRIBS.md +0 -2
  7. data/docs/GetBlockDetailsByBlockHeightRIBS.md +0 -2
  8. data/docs/GetLatestMinedBlockRIBS.md +0 -2
  9. data/docs/GetTransactionDetailsByTransactionIDRIBS.md +0 -2
  10. data/docs/InformativeApi.md +1 -1
  11. data/docs/InternalApi.md +1 -1
  12. data/docs/ListTransactionsByAddressRIBS.md +0 -2
  13. data/docs/ListTransactionsByBlockHashRIBS.md +0 -2
  14. data/docs/ListTransactionsByBlockHeightRIBS.md +0 -2
  15. data/docs/ManageSubscriptionsApi.md +1 -1
  16. data/docs/MetadataApi.md +1 -1
  17. data/docs/OmniLayerApi.md +6 -6
  18. data/docs/TokensApi.md +3 -3
  19. data/docs/UTXOBasedApi.md +1 -1
  20. data/docs/UnifiedEndpointsApi.md +3 -3
  21. data/docs/XRPRippleApi.md +3 -3
  22. data/docs/ZilliqaApi.md +3 -3
  23. data/lib/crypto_apis.rb +0 -9
  24. data/lib/crypto_apis/api/assets_api.rb +2 -2
  25. data/lib/crypto_apis/api/automatic_coins_forwarding_api.rb +2 -2
  26. data/lib/crypto_apis/api/automatic_tokens_forwarding_api.rb +2 -2
  27. data/lib/crypto_apis/api/create_subscriptions_for_api.rb +8 -8
  28. data/lib/crypto_apis/api/informative_api.rb +2 -2
  29. data/lib/crypto_apis/api/internal_api.rb +2 -2
  30. data/lib/crypto_apis/api/manage_subscriptions_api.rb +2 -2
  31. data/lib/crypto_apis/api/metadata_api.rb +2 -2
  32. data/lib/crypto_apis/api/omni_layer_api.rb +12 -12
  33. data/lib/crypto_apis/api/tokens_api.rb +6 -6
  34. data/lib/crypto_apis/api/unified_endpoints_api.rb +14 -14
  35. data/lib/crypto_apis/api/utxo_based_api.rb +2 -2
  36. data/lib/crypto_apis/api/xrp_ripple_api.rb +6 -6
  37. data/lib/crypto_apis/api/zilliqa_api.rb +6 -6
  38. data/lib/crypto_apis/models/get_block_details_by_block_hash_ribs.rb +0 -1
  39. data/lib/crypto_apis/models/get_block_details_by_block_height_ribs.rb +0 -1
  40. data/lib/crypto_apis/models/get_latest_mined_block_ribs.rb +0 -1
  41. data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribs.rb +0 -1
  42. data/lib/crypto_apis/models/list_transactions_by_address_ribs.rb +0 -1
  43. data/lib/crypto_apis/models/list_transactions_by_block_hash_ribs.rb +0 -1
  44. data/lib/crypto_apis/models/list_transactions_by_block_height_ribs.rb +0 -1
  45. data/lib/crypto_apis/version.rb +1 -1
  46. data/spec/api/assets_api_spec.rb +1 -1
  47. data/spec/api/automatic_coins_forwarding_api_spec.rb +1 -1
  48. data/spec/api/automatic_tokens_forwarding_api_spec.rb +1 -1
  49. data/spec/api/informative_api_spec.rb +1 -1
  50. data/spec/api/internal_api_spec.rb +1 -1
  51. data/spec/api/manage_subscriptions_api_spec.rb +1 -1
  52. data/spec/api/metadata_api_spec.rb +1 -1
  53. data/spec/api/omni_layer_api_spec.rb +6 -6
  54. data/spec/api/tokens_api_spec.rb +3 -3
  55. data/spec/api/unified_endpoints_api_spec.rb +3 -3
  56. data/spec/api/utxo_based_api_spec.rb +1 -1
  57. data/spec/api/xrp_ripple_api_spec.rb +3 -3
  58. data/spec/api/zilliqa_api_spec.rb +3 -3
  59. metadata +2 -38
  60. data/docs/GetBlockDetailsByBlockHashRIBSBSC.md +0 -36
  61. data/docs/GetBlockDetailsByBlockHeightRIBSBSC.md +0 -34
  62. data/docs/GetLatestMinedBlockRIBSBSC.md +0 -34
  63. data/docs/GetTransactionDetailsByTransactionIDRIBSBSC.md +0 -28
  64. data/docs/GetTransactionDetailsByTransactionIDRIBSBSCGasPrice.md +0 -20
  65. data/docs/ListTransactionsByAddressRIBSBSC.md +0 -30
  66. data/docs/ListTransactionsByBlockHashRIBSBSC.md +0 -30
  67. data/docs/ListTransactionsByBlockHeightRIBSBSC.md +0 -28
  68. data/docs/ListTransactionsByBlockHeightRIBSBSCGasPrice.md +0 -20
  69. data/lib/crypto_apis/models/get_block_details_by_block_hash_ribsbsc.rb +0 -361
  70. data/lib/crypto_apis/models/get_block_details_by_block_height_ribsbsc.rb +0 -345
  71. data/lib/crypto_apis/models/get_latest_mined_block_ribsbsc.rb +0 -345
  72. data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbsc.rb +0 -299
  73. data/lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbsc_gas_price.rb +0 -238
  74. data/lib/crypto_apis/models/list_transactions_by_address_ribsbsc.rb +0 -314
  75. data/lib/crypto_apis/models/list_transactions_by_block_hash_ribsbsc.rb +0 -314
  76. data/lib/crypto_apis/models/list_transactions_by_block_height_ribsbsc.rb +0 -299
  77. data/lib/crypto_apis/models/list_transactions_by_block_height_ribsbsc_gas_price.rb +0 -238
  78. data/spec/models/get_block_details_by_block_hash_ribsbsc_spec.rb +0 -88
  79. data/spec/models/get_block_details_by_block_height_ribsbsc_spec.rb +0 -82
  80. data/spec/models/get_latest_mined_block_ribsbsc_spec.rb +0 -82
  81. data/spec/models/get_transaction_details_by_transaction_idribsbsc_gas_price_spec.rb +0 -40
  82. data/spec/models/get_transaction_details_by_transaction_idribsbsc_spec.rb +0 -64
  83. data/spec/models/list_transactions_by_address_ribsbsc_spec.rb +0 -70
  84. data/spec/models/list_transactions_by_block_hash_ribsbsc_spec.rb +0 -70
  85. data/spec/models/list_transactions_by_block_height_ribsbsc_gas_price_spec.rb +0 -40
  86. data/spec/models/list_transactions_by_block_height_ribsbsc_spec.rb +0 -64
@@ -115,7 +115,7 @@ module CryptoApis
115
115
  end
116
116
 
117
117
  # List HD Wallet (xPub, yPub, zPub) Transactions
118
- # This endpoint will list HD Wallet transactions. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
118
+ # This endpoint will list HD Wallet transactions.
119
119
  # @param blockchain [String] Represents the specific blockchain.
120
120
  # @param extended_public_key [String] Defines the master public key (xPub) of the account.
121
121
  # @param network [String] Represents the specific network.
@@ -131,7 +131,7 @@ module CryptoApis
131
131
  end
132
132
 
133
133
  # List HD Wallet (xPub, yPub, zPub) Transactions
134
- # This endpoint will list HD Wallet transactions. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
134
+ # This endpoint will list HD Wallet transactions.
135
135
  # @param blockchain [String] Represents the specific blockchain.
136
136
  # @param extended_public_key [String] Defines the master public key (xPub) of the account.
137
137
  # @param network [String] Represents the specific network.
@@ -399,7 +399,7 @@ module CryptoApis
399
399
  end
400
400
 
401
401
  # List XRP (Ripple) Transactions by Address
402
- # This endpoint will list XRP transactions by a attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
402
+ # This endpoint will list XRP transactions by a attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
403
403
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", are test networks.
404
404
  # @param address [String] Represents the public address, which is a compressed and shortened form of a public key.
405
405
  # @param [Hash] opts the optional parameters
@@ -414,7 +414,7 @@ module CryptoApis
414
414
  end
415
415
 
416
416
  # List XRP (Ripple) Transactions by Address
417
- # This endpoint will list XRP transactions by a attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
417
+ # This endpoint will list XRP transactions by a attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
418
418
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", are test networks.
419
419
  # @param address [String] Represents the public address, which is a compressed and shortened form of a public key.
420
420
  # @param [Hash] opts the optional parameters
@@ -489,7 +489,7 @@ module CryptoApis
489
489
  end
490
490
 
491
491
  # List XRP (Ripple) Transactions By Block Hash
492
- # This endpoint will list transactions by an attribute `blockHash`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
492
+ # This endpoint will list transactions by an attribute `blockHash`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
493
493
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
494
494
  # @param block_hash [String] Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
495
495
  # @param [Hash] opts the optional parameters
@@ -503,7 +503,7 @@ module CryptoApis
503
503
  end
504
504
 
505
505
  # List XRP (Ripple) Transactions By Block Hash
506
- # This endpoint will list transactions by an attribute `blockHash`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
506
+ # This endpoint will list transactions by an attribute `blockHash`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
507
507
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
508
508
  # @param block_hash [String] Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
509
509
  # @param [Hash] opts the optional parameters
@@ -572,7 +572,7 @@ module CryptoApis
572
572
  end
573
573
 
574
574
  # List XRP (Ripple) Transactions By Block Height
575
- # This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
575
+ # This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
576
576
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
577
577
  # @param block_height [Integer]
578
578
  # @param [Hash] opts the optional parameters
@@ -586,7 +586,7 @@ module CryptoApis
586
586
  end
587
587
 
588
588
  # List XRP (Ripple) Transactions By Block Height
589
- # This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
589
+ # This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
590
590
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
591
591
  # @param block_height [Integer]
592
592
  # @param [Hash] opts the optional parameters
@@ -399,7 +399,7 @@ module CryptoApis
399
399
  end
400
400
 
401
401
  # List Zilliqa Transactions by Address
402
- # Through this endpoint customers can list transactions on the Zilliqa blockchain by the address parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
402
+ # Through this endpoint customers can list transactions on the Zilliqa blockchain by the address parameter.
403
403
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
404
404
  # @param address [String] Defines the specific address of the sender.
405
405
  # @param [Hash] opts the optional parameters
@@ -413,7 +413,7 @@ module CryptoApis
413
413
  end
414
414
 
415
415
  # List Zilliqa Transactions by Address
416
- # Through this endpoint customers can list transactions on the Zilliqa blockchain by the address parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
416
+ # Through this endpoint customers can list transactions on the Zilliqa blockchain by the address parameter.
417
417
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
418
418
  # @param address [String] Defines the specific address of the sender.
419
419
  # @param [Hash] opts the optional parameters
@@ -482,7 +482,7 @@ module CryptoApis
482
482
  end
483
483
 
484
484
  # List Zilliqa Transactions By Block Hash
485
- # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block hash parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
485
+ # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block hash parameter.
486
486
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
487
487
  # @param block_hash [String] Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
488
488
  # @param [Hash] opts the optional parameters
@@ -496,7 +496,7 @@ module CryptoApis
496
496
  end
497
497
 
498
498
  # List Zilliqa Transactions By Block Hash
499
- # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block hash parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
499
+ # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block hash parameter.
500
500
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
501
501
  # @param block_hash [String] Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
502
502
  # @param [Hash] opts the optional parameters
@@ -565,7 +565,7 @@ module CryptoApis
565
565
  end
566
566
 
567
567
  # List Zilliqa Transactions By Block Height
568
- # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block height parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
568
+ # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block height parameter.
569
569
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
570
570
  # @param block_height [Integer] Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the \"Genesis block\".
571
571
  # @param [Hash] opts the optional parameters
@@ -579,7 +579,7 @@ module CryptoApis
579
579
  end
580
580
 
581
581
  # List Zilliqa Transactions By Block Height
582
- # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block height parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
582
+ # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block height parameter.
583
583
  # @param network [String] Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
584
584
  # @param block_height [Integer] Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the \"Genesis block\".
585
585
  # @param [Hash] opts the optional parameters
@@ -21,7 +21,6 @@ module CryptoApis
21
21
  [
22
22
  :'GetBlockDetailsByBlockHashRIBSB',
23
23
  :'GetBlockDetailsByBlockHashRIBSBC',
24
- :'GetBlockDetailsByBlockHashRIBSBSC',
25
24
  :'GetBlockDetailsByBlockHashRIBSD',
26
25
  :'GetBlockDetailsByBlockHashRIBSD2',
27
26
  :'GetBlockDetailsByBlockHashRIBSE',
@@ -21,7 +21,6 @@ module CryptoApis
21
21
  [
22
22
  :'GetBlockDetailsByBlockHeightRIBSB',
23
23
  :'GetBlockDetailsByBlockHeightRIBSBC',
24
- :'GetBlockDetailsByBlockHeightRIBSBSC',
25
24
  :'GetBlockDetailsByBlockHeightRIBSD',
26
25
  :'GetBlockDetailsByBlockHeightRIBSD2',
27
26
  :'GetBlockDetailsByBlockHeightRIBSE',
@@ -21,7 +21,6 @@ module CryptoApis
21
21
  [
22
22
  :'GetLatestMinedBlockRIBSB',
23
23
  :'GetLatestMinedBlockRIBSBC',
24
- :'GetLatestMinedBlockRIBSBSC',
25
24
  :'GetLatestMinedBlockRIBSD',
26
25
  :'GetLatestMinedBlockRIBSD2',
27
26
  :'GetLatestMinedBlockRIBSE',
@@ -21,7 +21,6 @@ module CryptoApis
21
21
  [
22
22
  :'GetTransactionDetailsByTransactionIDRIBSB',
23
23
  :'GetTransactionDetailsByTransactionIDRIBSBC',
24
- :'GetTransactionDetailsByTransactionIDRIBSBSC',
25
24
  :'GetTransactionDetailsByTransactionIDRIBSD',
26
25
  :'GetTransactionDetailsByTransactionIDRIBSD2',
27
26
  :'GetTransactionDetailsByTransactionIDRIBSE',
@@ -21,7 +21,6 @@ module CryptoApis
21
21
  [
22
22
  :'ListTransactionsByAddressRIBSB',
23
23
  :'ListTransactionsByAddressRIBSBC',
24
- :'ListTransactionsByAddressRIBSBSC',
25
24
  :'ListTransactionsByAddressRIBSD',
26
25
  :'ListTransactionsByAddressRIBSD2',
27
26
  :'ListTransactionsByAddressRIBSE',
@@ -21,7 +21,6 @@ module CryptoApis
21
21
  [
22
22
  :'ListTransactionsByBlockHashRIBSB',
23
23
  :'ListTransactionsByBlockHashRIBSBC',
24
- :'ListTransactionsByBlockHashRIBSBSC',
25
24
  :'ListTransactionsByBlockHashRIBSD',
26
25
  :'ListTransactionsByBlockHashRIBSD2',
27
26
  :'ListTransactionsByBlockHashRIBSE',
@@ -21,7 +21,6 @@ module CryptoApis
21
21
  [
22
22
  :'ListTransactionsByBlockHeightRIBSB',
23
23
  :'ListTransactionsByBlockHeightRIBSBC',
24
- :'ListTransactionsByBlockHeightRIBSBSC',
25
24
  :'ListTransactionsByBlockHeightRIBSD',
26
25
  :'ListTransactionsByBlockHeightRIBSD2',
27
26
  :'ListTransactionsByBlockHeightRIBSE',
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.2.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module CryptoApis
14
- VERSION = '1.2.0'
14
+ VERSION = '1.2.1'
15
15
  end
@@ -34,7 +34,7 @@ describe 'AssetsApi' do
34
34
 
35
35
  # unit tests for list_assets_details
36
36
  # List Assets Details
37
- # This endpoint will return details on a requested asset. The asset could be a cryptocurrency or FIAT asset that we support. Each asset has a unique identifier - `assetId` and a unique symbol in the form of a string, e.g. \"BTC\". The details returned could include information on the latest rate and rate fluctuation of different periods of time - 24 hours, a week, one hour, the encoding of the logo, and more. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
37
+ # This endpoint will return details on a requested asset. The asset could be a cryptocurrency or FIAT asset that we support. Each asset has a unique identifier - `assetId` and a unique symbol in the form of a string, e.g. \"BTC\". The details returned could include information on the latest rate and rate fluctuation of different periods of time - 24 hours, a week, one hour, the encoding of the logo, and more.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
40
40
  # @option opts [String] :asset_type Defines the type of the supported asset. This could be either \"crypto\" or \"fiat\".
@@ -64,7 +64,7 @@ describe 'AutomaticCoinsForwardingApi' do
64
64
 
65
65
  # unit tests for list_coins_forwarding_automations
66
66
  # List Coins Forwarding Automations
67
- # Through this endpoint customers can list all of their **coins** forwarding automations (**not** tokens). Customers can set up automatic forwarding functions for coins by setting a `fromAddress` and a `toAddress`, and specifying the amount that can be transferred between addresses. A `feePriority` will be returned which represents the fee priority of the automation whether it is \"SLOW\", \"STANDARD\" OR \"FAST\". {warning}The subscription will work for all incoming transactions until it is deleted. There is no need to do that for every transaction.{/warning} {note}Please note that listing data from the same type will apply pagination on the results.{/note}
67
+ # Through this endpoint customers can list all of their **coins** forwarding automations (**not** tokens). Customers can set up automatic forwarding functions for coins by setting a `fromAddress` and a `toAddress`, and specifying the amount that can be transferred between addresses. A `feePriority` will be returned which represents the fee priority of the automation whether it is \"SLOW\", \"STANDARD\" OR \"FAST\". {warning}The subscription will work for all transactions until it is deleted. There is no need to do that for every transaction.{/warning}
68
68
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
69
69
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
70
70
  # @param [Hash] opts the optional parameters
@@ -93,7 +93,7 @@ describe 'AutomaticTokensForwardingApi' do
93
93
 
94
94
  # unit tests for list_tokens_forwarding_automations
95
95
  # List Tokens Forwarding Automations
96
- # Through this endpoint customers can list all of their **tokens** forwarding automations (**not** coins). Customers can set up automatic forwarding functions for tokens by setting a `fromAddress` and a `toAddress`, and specifying the amount that can be transferred between addresses. A `feePriority` will be returned which represents the fee priority of the automation whether it is \"SLOW\", \"STANDARD\" OR \"FAST\". {warning}The subscription will work for all incoming transactions until it is deleted. There is no need to do that for every transaction.{/warning} {note}Please note that listing data from the same type will apply pagination on the results.{/note}
96
+ # Through this endpoint customers can list all of their **tokens** forwarding automations (**not** coins). Customers can set up automatic forwarding functions for tokens by setting a `fromAddress` and a `toAddress`, and specifying the amount that can be transferred between addresses. A `feePriority` will be returned which represents the fee priority of the automation whether it is \"SLOW\", \"STANDARD\" OR \"FAST\". {warning}The subscription will work for all transactions until it is deleted. There is no need to do that for every transaction.{/warning}
97
97
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
98
98
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
99
99
  # @param [Hash] opts the optional parameters
@@ -64,7 +64,7 @@ describe 'InformativeApi' do
64
64
 
65
65
  # unit tests for list_supported_tokens
66
66
  # List Supported Tokens
67
- # Through this endpoint customers can obtain information on multiple tokens at once. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
67
+ # Through this endpoint customers can obtain information on multiple tokens at once.
68
68
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
69
69
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
70
70
  # @param [Hash] opts the optional parameters
@@ -50,7 +50,7 @@ describe 'InternalApi' do
50
50
 
51
51
  # unit tests for list_internal_transaction_details_by_transaction_hash
52
52
  # List Internal Transaction Details by Transaction Hash
53
- # Through this endpoint customers can list internal transactions along with their details by a specific attribute `transactionHash`, which is the parent transaction's Hash. An internal transaction is the result of a smart contract being triggered by an EOA or a subsequent contract call. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
53
+ # Through this endpoint customers can list internal transactions along with their details by a specific attribute `transactionHash`, which is the parent transaction's Hash. An internal transaction is the result of a smart contract being triggered by an EOA or a subsequent contract call.
54
54
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
55
55
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
56
56
  # @param transaction_hash String identifier of the parent transaction of the internal transaction represented in CryptoAPIs.
@@ -49,7 +49,7 @@ describe 'ManageSubscriptionsApi' do
49
49
 
50
50
  # unit tests for list_blockchain_events_subscriptions
51
51
  # List Blockchain Events Subscriptions
52
- # Through this endpoint the customer can obtain a list of their callback subscriptions for the available Blockchain events. Currently Crypto APIs 2.0 offers certain Blockchain event endpoints which allow the user to subscribe for one/a few/all and receive callback notifications when the specific event occurs. {note}To have an operational callback subscription, you need to first verify a domain for the Callback URL. Please see more information on Callbacks [here](https://developers.cryptoapis.io/technical-documentation/general-information/callbacks#callback-url).{/note} {warning}Crypto APIs will notify the user **only when** the event occurs. There are cases when the specific event doesn't happen at all, or takes a long time to do so. A callback notification **will not** be sent if the event does not or cannot occur, or will take long time to occur.{/warning} {note}Please note that listing data from the same type will apply pagination on the results.{/note}
52
+ # Through this endpoint the customer can obtain a list of their callback subscriptions for the available Blockchain events. Currently Crypto APIs 2.0 offers certain Blockchain event endpoints which allow the user to subscribe for one/a few/all and receive callback notifications when the specific event occurs. {note}To have an operational callback subscription, you need to first verify a domain for the Callback URL. Please see more information on Callbacks [here](https://developers.cryptoapis.io/technical-documentation/general-information/callbacks#callback-url).{/note}
53
53
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
54
54
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
55
55
  # @param [Hash] opts the optional parameters
@@ -34,7 +34,7 @@ describe 'MetadataApi' do
34
34
 
35
35
  # unit tests for list_supported_assets
36
36
  # List Supported Assets
37
- # This endpoint will return a list of supported assets. The asset could be a cryptocurrency or FIAT assets that we support. Each asset has a unique identifier - `assetId` and a unique symbol in the form of a string, e.g. \"BTC\". {note}Please note that listing data from the same type will apply pagination on the results.{/note}
37
+ # This endpoint will return a list of supported assets. The asset could be a cryptocurrency or FIAT assets that we support. Each asset has a unique identifier - `assetId` and a unique symbol in the form of a string, e.g. \"BTC\".
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :context In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user.
40
40
  # @option opts [String] :asset_type Defines the type of the supported asset. This could be either \"crypto\" or \"fiat\".
@@ -64,7 +64,7 @@ describe 'OmniLayerApi' do
64
64
 
65
65
  # unit tests for list_omni_tokens_by_address
66
66
  # List Omni Tokens By Address
67
- # Through this endpoint the customer can receive basic information about a given Omni address based on confirmed/synced blocks only. In the case where there are any incoming or outgoing **unconfirmed** transactions for the specific address, they **will not** be counted or calculated here. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
67
+ # Through this endpoint the customer can receive basic information about a given Omni address based on confirmed/synced blocks only. In the case where there are any incoming or outgoing **unconfirmed** transactions for the specific address, they **will not** be counted or calculated here.
68
68
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
69
69
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
70
70
  # @param address Represents the public address, which is a compressed and shortened form of a public key.
@@ -79,7 +79,7 @@ describe 'OmniLayerApi' do
79
79
 
80
80
  # unit tests for list_omni_transactions_by_address
81
81
  # List Omni Transactions By Address
82
- # This endpoint will list Omni transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
82
+ # This endpoint will list Omni transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc.
83
83
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
84
84
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
85
85
  # @param address Represents the public address, which is a compressed and shortened form of a public key.
@@ -96,7 +96,7 @@ describe 'OmniLayerApi' do
96
96
 
97
97
  # unit tests for list_omni_transactions_by_block_hash
98
98
  # List Omni Transactions By Block Hash
99
- # This endpoint will list Omni transactions by an attribute `transactionHash`. The transactions listed will detail additional information such as addresses, height, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
99
+ # This endpoint will list Omni transactions by an attribute `transactionHash`. The transactions listed will detail additional information such as addresses, height, time of creation in Unix timestamp, etc.
100
100
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
101
101
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
102
102
  # @param block_hash Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
@@ -113,7 +113,7 @@ describe 'OmniLayerApi' do
113
113
 
114
114
  # unit tests for list_omni_transactions_by_block_height
115
115
  # List Omni Transactions By Block Height
116
- # This endpoint will list Omni transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
116
+ # This endpoint will list Omni transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc.
117
117
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
118
118
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
119
119
  # @param block_height Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the \"Genesis block\".
@@ -130,7 +130,7 @@ describe 'OmniLayerApi' do
130
130
 
131
131
  # unit tests for list_unconfirmed_omni_transactions_by_address
132
132
  # List Unconfirmed Omni Transactions By Address
133
- # This endpoint will list unconfirmed Omni transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
133
+ # This endpoint will list unconfirmed Omni transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block.
134
134
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
135
135
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
136
136
  # @param address Represents the public address, which is a compressed and shortened form of a public key.
@@ -147,7 +147,7 @@ describe 'OmniLayerApi' do
147
147
 
148
148
  # unit tests for list_unconfirmed_omni_transactions_by_property_id
149
149
  # List Unconfirmed Omni Transactions By Property ID
150
- # This endpoint will list unconfirmed Omni transactions by an attribute `propertyId`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
150
+ # This endpoint will list unconfirmed Omni transactions by an attribute `propertyId`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block.
151
151
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
152
152
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
153
153
  # @param property_id Represents the identifier of the tokens to send.
@@ -49,7 +49,7 @@ describe 'TokensApi' do
49
49
 
50
50
  # unit tests for list_tokens_by_address
51
51
  # List Tokens By Address
52
- # Through this endpoint customers can obtain token data by providing an attribute - `address`. The information that can be returned can include the contract address, the token symbol, type and balance. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
52
+ # Through this endpoint customers can obtain token data by providing an attribute - `address`. The information that can be returned can include the contract address, the token symbol, type and balance.
53
53
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Ethereum Classic, etc.
54
54
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"ropsten\", \"rinkeby\" are test networks.
55
55
  # @param address Represents the public address, which is a compressed and shortened form of a public key.
@@ -66,7 +66,7 @@ describe 'TokensApi' do
66
66
 
67
67
  # unit tests for list_tokens_transfers_by_address
68
68
  # List Tokens Transfers By Address
69
- # Through this endpoint customers can obtain a list with token transfers by the `address` attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for **tokens** not coins.{/note} {note}Please note that listing data from the same type will apply pagination on the results.{/note}
69
+ # Through this endpoint customers can obtain a list with token transfers by the `address` attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for **tokens** not coins.{/note}
70
70
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Ethereum Classic, etc.
71
71
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"ropsten\", \"rinkeby\" are test networks.
72
72
  # @param address Represents the public address, which is a compressed and shortened form of a public key.
@@ -83,7 +83,7 @@ describe 'TokensApi' do
83
83
 
84
84
  # unit tests for list_tokens_transfers_by_transaction_hash
85
85
  # List Tokens Transfers By Transaction Hash
86
- # Through this endpoint customers can obtain a list with token transfers by the `transactionHash` attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for **tokens** not coins.{/note} {note}Please note that listing data from the same type will apply pagination on the results.{/note}
86
+ # Through this endpoint customers can obtain a list with token transfers by the `transactionHash` attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for **tokens** not coins.{/note}
87
87
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Ethereum Classic, etc.
88
88
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"ropsten\", \"rinkeby\" are test networks.
89
89
  # @param transaction_hash Represents the hash of the transaction, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
@@ -122,7 +122,7 @@ describe 'UnifiedEndpointsApi' do
122
122
 
123
123
  # unit tests for list_transactions_by_address
124
124
  # List Transactions By Address
125
- # This endpoint will list transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
125
+ # This endpoint will list transactions by an attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc.
126
126
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
127
127
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
128
128
  # @param address Represents the public address, which is a compressed and shortened form of a public key.
@@ -139,7 +139,7 @@ describe 'UnifiedEndpointsApi' do
139
139
 
140
140
  # unit tests for list_transactions_by_block_hash
141
141
  # List Transactions by Block Hash
142
- # This endpoint will list transactions by an attribute `transactionHash`. The transactions listed will detail additional information such as addresses, height, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
142
+ # This endpoint will list transactions by an attribute `transactionHash`. The transactions listed will detail additional information such as addresses, height, time of creation in Unix timestamp, etc.
143
143
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
144
144
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
145
145
  # @param block_hash Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
@@ -156,7 +156,7 @@ describe 'UnifiedEndpointsApi' do
156
156
 
157
157
  # unit tests for list_transactions_by_block_height
158
158
  # List Transactions by Block Height
159
- # This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
159
+ # This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc.
160
160
  # @param blockchain Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
161
161
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
162
162
  # @param height Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the \"Genesis block\".
@@ -50,7 +50,7 @@ describe 'UTXOBasedApi' do
50
50
 
51
51
  # unit tests for list_hd_wallet__x_pub_y_pub_z_pub_transactions
52
52
  # List HD Wallet (xPub, yPub, zPub) Transactions
53
- # This endpoint will list HD Wallet transactions. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
53
+ # This endpoint will list HD Wallet transactions.
54
54
  # @param blockchain Represents the specific blockchain.
55
55
  # @param extended_public_key Defines the master public key (xPub) of the account.
56
56
  # @param network Represents the specific network.
@@ -103,7 +103,7 @@ describe 'XRPRippleApi' do
103
103
 
104
104
  # unit tests for list_xrp__ripple_transactions_by_address
105
105
  # List XRP (Ripple) Transactions by Address
106
- # This endpoint will list XRP transactions by a attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
106
+ # This endpoint will list XRP transactions by a attribute `address`. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
107
107
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", are test networks.
108
108
  # @param address Represents the public address, which is a compressed and shortened form of a public key.
109
109
  # @param [Hash] opts the optional parameters
@@ -120,7 +120,7 @@ describe 'XRPRippleApi' do
120
120
 
121
121
  # unit tests for list_xrp__ripple_transactions_by_block_hash
122
122
  # List XRP (Ripple) Transactions By Block Hash
123
- # This endpoint will list transactions by an attribute `blockHash`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
123
+ # This endpoint will list transactions by an attribute `blockHash`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
124
124
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
125
125
  # @param block_hash Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
126
126
  # @param [Hash] opts the optional parameters
@@ -136,7 +136,7 @@ describe 'XRPRippleApi' do
136
136
 
137
137
  # unit tests for list_xrp__ripple_transactions_by_block_height
138
138
  # List XRP (Ripple) Transactions By Block Height
139
- # This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
139
+ # This endpoint will list transactions by an attribute `blockHeight`. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc. Since XRP is a different blockchain than Bitcoin and Ethereum, it isn't unified.
140
140
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
141
141
  # @param block_height
142
142
  # @param [Hash] opts the optional parameters
@@ -103,7 +103,7 @@ describe 'ZilliqaApi' do
103
103
 
104
104
  # unit tests for list_zilliqa_transactions_by_address
105
105
  # List Zilliqa Transactions by Address
106
- # Through this endpoint customers can list transactions on the Zilliqa blockchain by the address parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
106
+ # Through this endpoint customers can list transactions on the Zilliqa blockchain by the address parameter.
107
107
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
108
108
  # @param address Defines the specific address of the sender.
109
109
  # @param [Hash] opts the optional parameters
@@ -119,7 +119,7 @@ describe 'ZilliqaApi' do
119
119
 
120
120
  # unit tests for list_zilliqa_transactions_by_block_hash
121
121
  # List Zilliqa Transactions By Block Hash
122
- # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block hash parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
122
+ # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block hash parameter.
123
123
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
124
124
  # @param block_hash Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
125
125
  # @param [Hash] opts the optional parameters
@@ -135,7 +135,7 @@ describe 'ZilliqaApi' do
135
135
 
136
136
  # unit tests for list_zilliqa_transactions_by_block_height
137
137
  # List Zilliqa Transactions By Block Height
138
- # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block height parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}
138
+ # Through this endpoint customers can list transactions on the Zilliqa blockchain by the block height parameter.
139
139
  # @param network Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - \"mainnet\" is the live network with actual data while networks like \"testnet\", \"ropsten\", \"rinkeby\" are test networks.
140
140
  # @param block_height Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the \"Genesis block\".
141
141
  # @param [Hash] opts the optional parameters
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crypto_apis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CryptoAPIs Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-29 00:00:00.000000000 Z
11
+ date: 2021-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -235,7 +235,6 @@ files:
235
235
  - docs/GetBlockDetailsByBlockHashRIBS.md
236
236
  - docs/GetBlockDetailsByBlockHashRIBSB.md
237
237
  - docs/GetBlockDetailsByBlockHashRIBSBC.md
238
- - docs/GetBlockDetailsByBlockHashRIBSBSC.md
239
238
  - docs/GetBlockDetailsByBlockHashRIBSD.md
240
239
  - docs/GetBlockDetailsByBlockHashRIBSD2.md
241
240
  - docs/GetBlockDetailsByBlockHashRIBSE.md
@@ -247,7 +246,6 @@ files:
247
246
  - docs/GetBlockDetailsByBlockHeightRIBS.md
248
247
  - docs/GetBlockDetailsByBlockHeightRIBSB.md
249
248
  - docs/GetBlockDetailsByBlockHeightRIBSBC.md
250
- - docs/GetBlockDetailsByBlockHeightRIBSBSC.md
251
249
  - docs/GetBlockDetailsByBlockHeightRIBSD.md
252
250
  - docs/GetBlockDetailsByBlockHeightRIBSD2.md
253
251
  - docs/GetBlockDetailsByBlockHeightRIBSE.md
@@ -281,7 +279,6 @@ files:
281
279
  - docs/GetLatestMinedBlockRIBS.md
282
280
  - docs/GetLatestMinedBlockRIBSB.md
283
281
  - docs/GetLatestMinedBlockRIBSBC.md
284
- - docs/GetLatestMinedBlockRIBSBSC.md
285
282
  - docs/GetLatestMinedBlockRIBSD.md
286
283
  - docs/GetLatestMinedBlockRIBSD2.md
287
284
  - docs/GetLatestMinedBlockRIBSE.md
@@ -308,8 +305,6 @@ files:
308
305
  - docs/GetTransactionDetailsByTransactionIDRIBSBCScriptPubKey.md
309
306
  - docs/GetTransactionDetailsByTransactionIDRIBSBCVin.md
310
307
  - docs/GetTransactionDetailsByTransactionIDRIBSBCVout.md
311
- - docs/GetTransactionDetailsByTransactionIDRIBSBSC.md
312
- - docs/GetTransactionDetailsByTransactionIDRIBSBSCGasPrice.md
313
308
  - docs/GetTransactionDetailsByTransactionIDRIBSBScriptPubKey.md
314
309
  - docs/GetTransactionDetailsByTransactionIDRIBSBScriptSig.md
315
310
  - docs/GetTransactionDetailsByTransactionIDRIBSBVin.md
@@ -477,7 +472,6 @@ files:
477
472
  - docs/ListTransactionsByAddressRIBSB.md
478
473
  - docs/ListTransactionsByAddressRIBSBC.md
479
474
  - docs/ListTransactionsByAddressRIBSBCVin.md
480
- - docs/ListTransactionsByAddressRIBSBSC.md
481
475
  - docs/ListTransactionsByAddressRIBSBScriptPubKey.md
482
476
  - docs/ListTransactionsByAddressRIBSBVin.md
483
477
  - docs/ListTransactionsByAddressRIBSBVout.md
@@ -505,7 +499,6 @@ files:
505
499
  - docs/ListTransactionsByBlockHashRIBSBCScriptPubKey.md
506
500
  - docs/ListTransactionsByBlockHashRIBSBCVin.md
507
501
  - docs/ListTransactionsByBlockHashRIBSBCVout.md
508
- - docs/ListTransactionsByBlockHashRIBSBSC.md
509
502
  - docs/ListTransactionsByBlockHashRIBSBVin.md
510
503
  - docs/ListTransactionsByBlockHashRIBSD.md
511
504
  - docs/ListTransactionsByBlockHashRIBSD2.md
@@ -532,8 +525,6 @@ files:
532
525
  - docs/ListTransactionsByBlockHeightRIBS.md
533
526
  - docs/ListTransactionsByBlockHeightRIBSB.md
534
527
  - docs/ListTransactionsByBlockHeightRIBSBC.md
535
- - docs/ListTransactionsByBlockHeightRIBSBSC.md
536
- - docs/ListTransactionsByBlockHeightRIBSBSCGasPrice.md
537
528
  - docs/ListTransactionsByBlockHeightRIBSBScriptPubKey.md
538
529
  - docs/ListTransactionsByBlockHeightRIBSBVout.md
539
530
  - docs/ListTransactionsByBlockHeightRIBSD.md
@@ -916,7 +907,6 @@ files:
916
907
  - lib/crypto_apis/models/get_block_details_by_block_hash_ribs.rb
917
908
  - lib/crypto_apis/models/get_block_details_by_block_hash_ribsb.rb
918
909
  - lib/crypto_apis/models/get_block_details_by_block_hash_ribsbc.rb
919
- - lib/crypto_apis/models/get_block_details_by_block_hash_ribsbsc.rb
920
910
  - lib/crypto_apis/models/get_block_details_by_block_hash_ribsd.rb
921
911
  - lib/crypto_apis/models/get_block_details_by_block_hash_ribsd2.rb
922
912
  - lib/crypto_apis/models/get_block_details_by_block_hash_ribse.rb
@@ -928,7 +918,6 @@ files:
928
918
  - lib/crypto_apis/models/get_block_details_by_block_height_ribs.rb
929
919
  - lib/crypto_apis/models/get_block_details_by_block_height_ribsb.rb
930
920
  - lib/crypto_apis/models/get_block_details_by_block_height_ribsbc.rb
931
- - lib/crypto_apis/models/get_block_details_by_block_height_ribsbsc.rb
932
921
  - lib/crypto_apis/models/get_block_details_by_block_height_ribsd.rb
933
922
  - lib/crypto_apis/models/get_block_details_by_block_height_ribsd2.rb
934
923
  - lib/crypto_apis/models/get_block_details_by_block_height_ribse.rb
@@ -962,7 +951,6 @@ files:
962
951
  - lib/crypto_apis/models/get_latest_mined_block_ribs.rb
963
952
  - lib/crypto_apis/models/get_latest_mined_block_ribsb.rb
964
953
  - lib/crypto_apis/models/get_latest_mined_block_ribsbc.rb
965
- - lib/crypto_apis/models/get_latest_mined_block_ribsbsc.rb
966
954
  - lib/crypto_apis/models/get_latest_mined_block_ribsd.rb
967
955
  - lib/crypto_apis/models/get_latest_mined_block_ribsd2.rb
968
956
  - lib/crypto_apis/models/get_latest_mined_block_ribse.rb
@@ -996,8 +984,6 @@ files:
996
984
  - lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbc_script_pub_key.rb
997
985
  - lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbc_vin.rb
998
986
  - lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbc_vout.rb
999
- - lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbsc.rb
1000
- - lib/crypto_apis/models/get_transaction_details_by_transaction_idribsbsc_gas_price.rb
1001
987
  - lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd.rb
1002
988
  - lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd2.rb
1003
989
  - lib/crypto_apis/models/get_transaction_details_by_transaction_idribsd2_script_pub_key.rb
@@ -1159,7 +1145,6 @@ files:
1159
1145
  - lib/crypto_apis/models/list_transactions_by_address_ribsb_vout.rb
1160
1146
  - lib/crypto_apis/models/list_transactions_by_address_ribsbc.rb
1161
1147
  - lib/crypto_apis/models/list_transactions_by_address_ribsbc_vin.rb
1162
- - lib/crypto_apis/models/list_transactions_by_address_ribsbsc.rb
1163
1148
  - lib/crypto_apis/models/list_transactions_by_address_ribsd.rb
1164
1149
  - lib/crypto_apis/models/list_transactions_by_address_ribsd2.rb
1165
1150
  - lib/crypto_apis/models/list_transactions_by_address_ribsd2_script_pub_key.rb
@@ -1188,7 +1173,6 @@ files:
1188
1173
  - lib/crypto_apis/models/list_transactions_by_block_hash_ribsbc_script_pub_key.rb
1189
1174
  - lib/crypto_apis/models/list_transactions_by_block_hash_ribsbc_vin.rb
1190
1175
  - lib/crypto_apis/models/list_transactions_by_block_hash_ribsbc_vout.rb
1191
- - lib/crypto_apis/models/list_transactions_by_block_hash_ribsbsc.rb
1192
1176
  - lib/crypto_apis/models/list_transactions_by_block_hash_ribsd.rb
1193
1177
  - lib/crypto_apis/models/list_transactions_by_block_hash_ribsd2.rb
1194
1178
  - lib/crypto_apis/models/list_transactions_by_block_hash_ribsd2_script_pub_key.rb
@@ -1214,8 +1198,6 @@ files:
1214
1198
  - lib/crypto_apis/models/list_transactions_by_block_height_ribsb_script_pub_key.rb
1215
1199
  - lib/crypto_apis/models/list_transactions_by_block_height_ribsb_vout.rb
1216
1200
  - lib/crypto_apis/models/list_transactions_by_block_height_ribsbc.rb
1217
- - lib/crypto_apis/models/list_transactions_by_block_height_ribsbsc.rb
1218
- - lib/crypto_apis/models/list_transactions_by_block_height_ribsbsc_gas_price.rb
1219
1201
  - lib/crypto_apis/models/list_transactions_by_block_height_ribsd.rb
1220
1202
  - lib/crypto_apis/models/list_transactions_by_block_height_ribsd2.rb
1221
1203
  - lib/crypto_apis/models/list_transactions_by_block_height_ribsd2_vin.rb
@@ -1585,7 +1567,6 @@ files:
1585
1567
  - spec/models/get_block_details_by_block_hash_ribs_spec.rb
1586
1568
  - spec/models/get_block_details_by_block_hash_ribsb_spec.rb
1587
1569
  - spec/models/get_block_details_by_block_hash_ribsbc_spec.rb
1588
- - spec/models/get_block_details_by_block_hash_ribsbsc_spec.rb
1589
1570
  - spec/models/get_block_details_by_block_hash_ribsd2_spec.rb
1590
1571
  - spec/models/get_block_details_by_block_hash_ribsd_spec.rb
1591
1572
  - spec/models/get_block_details_by_block_hash_ribse_spec.rb
@@ -1597,7 +1578,6 @@ files:
1597
1578
  - spec/models/get_block_details_by_block_height_ribs_spec.rb
1598
1579
  - spec/models/get_block_details_by_block_height_ribsb_spec.rb
1599
1580
  - spec/models/get_block_details_by_block_height_ribsbc_spec.rb
1600
- - spec/models/get_block_details_by_block_height_ribsbsc_spec.rb
1601
1581
  - spec/models/get_block_details_by_block_height_ribsd2_spec.rb
1602
1582
  - spec/models/get_block_details_by_block_height_ribsd_spec.rb
1603
1583
  - spec/models/get_block_details_by_block_height_ribse_spec.rb
@@ -1631,7 +1611,6 @@ files:
1631
1611
  - spec/models/get_latest_mined_block_ribs_spec.rb
1632
1612
  - spec/models/get_latest_mined_block_ribsb_spec.rb
1633
1613
  - spec/models/get_latest_mined_block_ribsbc_spec.rb
1634
- - spec/models/get_latest_mined_block_ribsbsc_spec.rb
1635
1614
  - spec/models/get_latest_mined_block_ribsd2_spec.rb
1636
1615
  - spec/models/get_latest_mined_block_ribsd_spec.rb
1637
1616
  - spec/models/get_latest_mined_block_ribse_spec.rb
@@ -1665,8 +1644,6 @@ files:
1665
1644
  - spec/models/get_transaction_details_by_transaction_idribsbc_spec.rb
1666
1645
  - spec/models/get_transaction_details_by_transaction_idribsbc_vin_spec.rb
1667
1646
  - spec/models/get_transaction_details_by_transaction_idribsbc_vout_spec.rb
1668
- - spec/models/get_transaction_details_by_transaction_idribsbsc_gas_price_spec.rb
1669
- - spec/models/get_transaction_details_by_transaction_idribsbsc_spec.rb
1670
1647
  - spec/models/get_transaction_details_by_transaction_idribsd2_script_pub_key_spec.rb
1671
1648
  - spec/models/get_transaction_details_by_transaction_idribsd2_script_sig_spec.rb
1672
1649
  - spec/models/get_transaction_details_by_transaction_idribsd2_spec.rb
@@ -1828,7 +1805,6 @@ files:
1828
1805
  - spec/models/list_transactions_by_address_ribsb_vout_spec.rb
1829
1806
  - spec/models/list_transactions_by_address_ribsbc_spec.rb
1830
1807
  - spec/models/list_transactions_by_address_ribsbc_vin_spec.rb
1831
- - spec/models/list_transactions_by_address_ribsbsc_spec.rb
1832
1808
  - spec/models/list_transactions_by_address_ribsd2_script_pub_key_spec.rb
1833
1809
  - spec/models/list_transactions_by_address_ribsd2_script_sig_spec.rb
1834
1810
  - spec/models/list_transactions_by_address_ribsd2_spec.rb
@@ -1857,7 +1833,6 @@ files:
1857
1833
  - spec/models/list_transactions_by_block_hash_ribsbc_spec.rb
1858
1834
  - spec/models/list_transactions_by_block_hash_ribsbc_vin_spec.rb
1859
1835
  - spec/models/list_transactions_by_block_hash_ribsbc_vout_spec.rb
1860
- - spec/models/list_transactions_by_block_hash_ribsbsc_spec.rb
1861
1836
  - spec/models/list_transactions_by_block_hash_ribsd2_script_pub_key_spec.rb
1862
1837
  - spec/models/list_transactions_by_block_hash_ribsd2_script_sig_spec.rb
1863
1838
  - spec/models/list_transactions_by_block_hash_ribsd2_spec.rb
@@ -1883,8 +1858,6 @@ files:
1883
1858
  - spec/models/list_transactions_by_block_height_ribsb_spec.rb
1884
1859
  - spec/models/list_transactions_by_block_height_ribsb_vout_spec.rb
1885
1860
  - spec/models/list_transactions_by_block_height_ribsbc_spec.rb
1886
- - spec/models/list_transactions_by_block_height_ribsbsc_gas_price_spec.rb
1887
- - spec/models/list_transactions_by_block_height_ribsbsc_spec.rb
1888
1861
  - spec/models/list_transactions_by_block_height_ribsd2_spec.rb
1889
1862
  - spec/models/list_transactions_by_block_height_ribsd2_vin_spec.rb
1890
1863
  - spec/models/list_transactions_by_block_height_ribsd_script_pub_key_spec.rb
@@ -2210,7 +2183,6 @@ test_files:
2210
2183
  - spec/models/tokens_forwarding_automations_limit_reached_spec.rb
2211
2184
  - spec/models/list_hd_wallet_x_pub_y_pub_z_pub_transactions_ri_spec.rb
2212
2185
  - spec/models/get_address_details_ri_total_spent_spec.rb
2213
- - spec/models/get_transaction_details_by_transaction_idribsbsc_spec.rb
2214
2186
  - spec/models/delete_blockchain_event_subscription_r_spec.rb
2215
2187
  - spec/models/new_confirmed_internal_transactions_rb_data_item_spec.rb
2216
2188
  - spec/models/list_assets_details_r_data_spec.rb
@@ -2320,7 +2292,6 @@ test_files:
2320
2292
  - spec/models/get_unconfirmed_omni_transaction_by_transaction_id_txid_ri_senders_spec.rb
2321
2293
  - spec/models/get_xrp_ripple_block_details_by_block_height_r_data_spec.rb
2322
2294
  - spec/models/list_xrp_ripple_transactions_by_block_height_ri_receive_spec.rb
2323
- - spec/models/get_block_details_by_block_hash_ribsbsc_spec.rb
2324
2295
  - spec/models/list_transactions_by_block_hash_ribsl_vout_spec.rb
2325
2296
  - spec/models/get_xrp_ripple_transaction_details_by_transaction_idr_spec.rb
2326
2297
  - spec/models/list_transactions_by_block_hash_ribsbc_script_pub_key_spec.rb
@@ -2330,7 +2301,6 @@ test_files:
2330
2301
  - spec/models/list_assets_details_ri_asset_logo_spec.rb
2331
2302
  - spec/models/list_transactions_by_block_hash_ribsb_spec.rb
2332
2303
  - spec/models/coins_forwarding_automations_limit_reached_spec.rb
2333
- - spec/models/list_transactions_by_block_hash_ribsbsc_spec.rb
2334
2304
  - spec/models/list_transactions_by_block_height_ribsb_script_pub_key_spec.rb
2335
2305
  - spec/models/list_transactions_by_block_hash_ribsd2_vin_spec.rb
2336
2306
  - spec/models/create_tokens_transaction_request_from_address_rise_spec.rb
@@ -2359,7 +2329,6 @@ test_files:
2359
2329
  - spec/models/create_coins_transaction_request_from_wallet_rb_data_item_recipients_spec.rb
2360
2330
  - spec/models/list_internal_transaction_details_by_transaction_hash_r_spec.rb
2361
2331
  - spec/models/new_confirmed_coins_transactions_and_each_confirmation_rb_data_item_spec.rb
2362
- - spec/models/list_transactions_by_block_height_ribsbsc_spec.rb
2363
2332
  - spec/models/list_tokens_forwarding_automations_r_data_spec.rb
2364
2333
  - spec/models/get_address_details_r_data_spec.rb
2365
2334
  - spec/models/invalid_network_error_spec.rb
@@ -2409,7 +2378,6 @@ test_files:
2409
2378
  - spec/models/create_tokens_transaction_request_from_address_rb_spec.rb
2410
2379
  - spec/models/create_tokens_transaction_request_from_address_ri_spec.rb
2411
2380
  - spec/models/list_zilliqa_transactions_by_block_height_r_spec.rb
2412
- - spec/models/list_transactions_by_block_height_ribsbsc_gas_price_spec.rb
2413
2381
  - spec/models/endpoint_not_allowed_for_api_key_spec.rb
2414
2382
  - spec/models/already_exists_error_spec.rb
2415
2383
  - spec/models/list_xrp_ripple_transactions_by_block_hash_ri_spec.rb
@@ -2468,7 +2436,6 @@ test_files:
2468
2436
  - spec/models/add_tokens_to_existing_from_address_rb_token_data_spec.rb
2469
2437
  - spec/models/add_tokens_to_existing_from_address_ritseet_spec.rb
2470
2438
  - spec/models/new_confirmed_tokens_transactions_and_each_confirmation_r_data_spec.rb
2471
- - spec/models/get_latest_mined_block_ribsbsc_spec.rb
2472
2439
  - spec/models/create_automatic_coins_forwarding_rb_data_item_spec.rb
2473
2440
  - spec/models/list_xrp_ripple_transactions_by_block_height_r_spec.rb
2474
2441
  - spec/models/wallet_as_a_service_token_not_supported_error_spec.rb
@@ -2603,7 +2570,6 @@ test_files:
2603
2570
  - spec/models/block_mined_data_spec.rb
2604
2571
  - spec/models/list_tokens_forwarding_automations_ri_spec.rb
2605
2572
  - spec/models/get_contract_details_by_address_ri_spec.rb
2606
- - spec/models/list_transactions_by_address_ribsbsc_spec.rb
2607
2573
  - spec/models/get_latest_mined_zilliqa_block_ri_spec.rb
2608
2574
  - spec/models/insufficient_credits_error_spec.rb
2609
2575
  - spec/models/list_tokens_transfers_by_address_ri_spec.rb
@@ -2677,7 +2643,6 @@ test_files:
2677
2643
  - spec/models/new_block_r_spec.rb
2678
2644
  - spec/models/get_zilliqa_block_details_by_block_height_r_spec.rb
2679
2645
  - spec/models/create_automatic_tokens_forwarding_ri_spec.rb
2680
- - spec/models/get_transaction_details_by_transaction_idribsbsc_gas_price_spec.rb
2681
2646
  - spec/models/address_tokens_transaction_confirmed_token_spec.rb
2682
2647
  - spec/models/new_block_rb_spec.rb
2683
2648
  - spec/models/get_transaction_details_by_transaction_idribsl_script_sig_spec.rb
@@ -2712,7 +2677,6 @@ test_files:
2712
2677
  - spec/models/list_supported_assets_r_spec.rb
2713
2678
  - spec/models/get_fee_recommendations_r_data_spec.rb
2714
2679
  - spec/models/new_unconfirmed_tokens_transactions_r_spec.rb
2715
- - spec/models/get_block_details_by_block_height_ribsbsc_spec.rb
2716
2680
  - spec/models/list_transactions_by_block_height_ribsb_spec.rb
2717
2681
  - spec/models/get_address_details_ri_confirmed_balance_spec.rb
2718
2682
  - spec/models/get_xrp_ripple_address_details_r_spec.rb