ReadonlyalgorithmMust match the algorithm used during GenerateKey.
ReadonlykeyMust match the identifier used during GenerateKey.
ReadonlymessageRaw bytes to sign. Pass the digest or message according to the target chain convention; the engine does not pre-hash.
ReadonlyparticipantsMust match the participants count used during GenerateKey.
ReadonlypublicExactly the publicKeyPackage bytes returned by the matching
GenerateKey call.
ReadonlythresholdMust match the threshold used during GenerateKey.
Request payload for the
SignRPC.