kinds:
Transaction, unsigned operation.
Transaction
Signs an unsigned operation.| Field | Description | Type - Optional |
|---|---|---|
blockchainKind | Tezos | String |
kind | Transaction | String |
transaction | The unsigned hex encoded operation as shown below. | String |
Typescript Example with Taquito
First install the Taquito SDK. You can find the full documentation here: https://taquito.io/docs/quick_start/ Taquito is a little special in that it requires asigner to forge an operation. In fact, we only need the signer to return the wallet address and the (encoded) public key. We’ll initialize a Taquito RPC instance using our fake signer and a local forger (see below). After forging the operation, we can sign via the DFNS TypeScript SDK.