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