Substrate based chains like Polkadot, Kusama and Polymesh support the following signature kinds:
SignerPayload, serialized .
SignerPayload
Signs a generic signer payload. Note: converting the generic signer payload to a signable extrinsic requires fetching metadata from the targeted blockchain. Therefore it's tied to a specific network rather than the blockchain kind.
Field
Description
Type - Optional
network
A supported Substrate network.
String
kind
SignerPayload
String
payload
The unsigned hex encoded signer payload as shown below.