This endpoint converts a hex string representing a TransactionSpendingLimit object into a client-friendly object. This is mainly used by identity to parse the transaction spending limit from extra data of an Authorize Derived Key transaction to show the user the permissions they are granting to a derived key.
Path Parameters
Name
Type
Description
transactionSpendingLimitHex*
String
Hex string representing a TransactionSpendingLimit
{ <TransactionSpendingLimitResponse> // See the TransactionSpendingLimitResponse description in DataTypes for more details
}
...coming soon! See comments in sample response for descriptions for now.
This endpoint converts a into a hex string. This is mainly used by identity to convert the object into the form needed to generate an access signature at the endpoint.