Quicksign: KIP-0015
Additional quicksign endpoint to the kadena-signing-api that allows wallets to show the user multiple transactions at once for signature approval.
Last updated
Additional quicksign endpoint to the kadena-signing-api that allows wallets to show the user multiple transactions at once for signature approval.
Last updated
This API allows to sign multiple transactions at once and ask for a signature approval to the user.
QuickSign request: If you want to do a quick sign, use the kda_requestQuickSign
request:
commandSigDatas
is an array of CommandSigData objects.
The schema for a CommandSigData
object is:
The pubKey
field is a lowercase base-16 encoded public key
The sig
element is either a lowercase base-16 encoded signature or a null value (representing a request for signature).
In case of a success sign you'll get a success response from eckoWALLET in the quickSigndata array (one element for each requested signing command)
The signature will be added in the correct sig
record that contains the public key of the eckoWALLET account. In case of any error, the response status will be fail
The "cmd" string represents a json-encoded payload type, specified here: The Signer schema instead: