Method: CryptoApis::BroadcastTransactionSuccess#idempotency_key
- Defined in:
- lib/crypto_apis/models/broadcast_transaction_success.rb
#idempotency_key ⇒ Object
Specifies a unique ID generated by the system and attached to each callback. It is used by the server to recognize consecutive requests with the same data with the purpose not to perform the same operation twice.
25 26 27 |
# File 'lib/crypto_apis/models/broadcast_transaction_success.rb', line 25 def idempotency_key @idempotency_key end |