wallet/multisig/createSignatureShare
Creates a signature share for a participant for a given signing package. After this step, the signatures are collected and used by the wallet/multisig/aggregateSignatureShares RPC to create the final signed transaction.
Request
{
  account?: string
  signingPackage: string
}
Response
{
  signatureShare: string
}