mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Update release notes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## deriveAddress
|
||||
|
||||
`deriveAddress(publicKey: string) : string
|
||||
`deriveAddress(publicKey: string): string`
|
||||
|
||||
Derive an XRP Ledger address from a public key.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## deriveKeypair
|
||||
|
||||
`deriveKeypair(seed: string) : {privateKey: string, publicKey: string}`
|
||||
`deriveKeypair(seed: string): {privateKey: string, publicKey: string}`
|
||||
|
||||
Derive a public and private key from a seed.
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
## isValidAddress
|
||||
|
||||
`isValidAddress(address: string) : boolean
|
||||
`isValidAddress(address: string): boolean`
|
||||
|
||||
Checks if the specified string contains a valid ledger address.
|
||||
Checks if the specified string contains a valid address.
|
||||
|
||||
### Parameters
|
||||
|
||||
This method takes one parameter, the address which to validate.
|
||||
This method takes one parameter, the address to validate.
|
||||
|
||||
### Return Value
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
## isValidSecret
|
||||
|
||||
`isValidSecret(secret: string) : boolean
|
||||
`isValidSecret(secret: string): boolean`
|
||||
|
||||
Checks if the specified string contains a valid ledger secret.
|
||||
Checks if the specified string contains a valid secret.
|
||||
|
||||
### Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user