privateKey
): Signer
Name | Type | Description |
---|---|---|
privateKey | BytesLike | The private key to use for signing |
Readonly
address: Address
Readonly
compressedPublicKey: string
Readonly
privateKey: string
Readonly
publicKey: string
point
): string
Name | Type | Description |
---|---|---|
point | BytesLike | Point to add on the curve |
string
publicKey
): string
Name | Type | Description |
---|---|---|
publicKey | BytesLike | Compact publicKey |
string
entropy?
): string
| Uint8Array
Name | Type | Description |
---|---|---|
entropy? | BytesLike | Adds extra entropy to generate the privateKey |
string
| Uint8Array
sign
. data
, signature
): string
sign
. string