Skip to content

Commit 68c8091

Browse files
authored
chore: add public methods to wallet client (#288)
* chore: adding rollup build, bundle esm only deps together with build * chore: add methods introduced in granite upgrade * chore: add avalanche specific block types * chore: modify codeowners file to include data-platform team * chore: modify naming to be consistent and add docs to readme * chore: add build path for proposervm to rollup config * chore: fix dev docs for the new methods * chore: modify dev docs in pChain getAllValidatorsAt decorator to add note * chore: fix typos, add avalanche provider and expose public methods to wallet client * chore: modify avalanche specific methods to take nano avax as amount
1 parent 0bce471 commit 68c8091

File tree

80 files changed

+1960
-1302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1960
-1302
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Keccak",
1818
"labelhash",
1919
"locktime",
20-
"memonics",
20+
"mnemonics",
2121
"multicall",
2222
"nhpjar",
2323
"offchain",

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ import {
400400
```typescript
401401
import {
402402
privateKeyToAvalancheAccount,
403-
memonicsToAvalancheAccount,
403+
mnemonicsToAvalancheAccount,
404404
hdKeyToAvalancheAccount,
405405
privateKeyToXPAddress,
406406
publicKeyToXPAddress,

client/TYPEDOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ import {
386386
```typescript
387387
import {
388388
privateKeyToAvalancheAccount,
389-
memonicsToAvalancheAccount,
389+
mnemonicsToAvalancheAccount,
390390
hdKeyToAvalancheAccount,
391391
privateKeyToXPAddress,
392392
publicKeyToXPAddress,

0 commit comments

Comments
 (0)