wallet/multisig/createSigningPackage
Creates a signing package for a given transaction for a multisig account. After this step, the created signing package will be used by the participants to create a signature share using the wallet/multisig/createSignatureShare RPC.
Request
{
unsignedTransaction: string
commitments: Array<string>
account?: string
}
Response
{
signingPackage: string
}