Support Idempotent requests
Idempotent requests are important to enable consistency over the network with other services using the ledger.
An optional x-request-id header should ensure only once processing per unique value of the header. When not present, this rule should not be applied.
Support Idempotent requests
Idempotent requests are important to enable consistency over the network with other services using the ledger.
An optional
x-request-idheader should ensure only once processing per unique value of the header. When not present, this rule should not be applied.