feat(web3.js): support withdraw from Vote account (#22932)

This commit is contained in:
mooori
2022-02-04 21:37:28 +01:00
committed by GitHub
parent 96c88d1a5e
commit 4d877567dd
4 changed files with 472 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ export * from './secp256k1-program';
export * from './transaction';
export * from './validator-info';
export * from './vote-account';
export * from './vote-program';
export * from './sysvar';
export * from './errors';
export * from './util/borsh-schema';