fun combine(sigAndPubKey: SignatureAndPublicKey!): SignatureAndPublicKey!
(source)
Combine the signature and public key provided to form a new signature and public key pair
sigAndPubKey
- SignatureAndPublicKey!: the signature and public key pair
Return
SignatureAndPublicKey!: a new signature and public key pair as a combination of both elements.