Skip to main content
Kadena supports the following signature kinds:
  • PactCommand, unsigned Pact command.

PactCommand

Signs an unsigned Pact command.
  • The response only includes the signature. You must package it correctly before submitting the transaction to chain.
  • Kadena does not have a deterministic serialized format. The exact serialized string used for signing must be submitted.

Typescript Example with kadena.js

Last modified on July 7, 2026