makeSignature
export function makeSignature(
pubKey: PubKeyLike,
bytes: BytesLike
): Signature
Arguments
1. pubKey
pubKey: PubKeyLike
2. bytes
bytes: BytesLike
Returns
Signatureexport function makeSignature(
pubKey: PubKeyLike,
bytes: BytesLike
): Signature
pubKeypubKey: PubKeyLike
bytesbytes: BytesLike
Signature