Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2e62fd8

Browse files
authored
stake-pool-js: export the StakePoolLayout (#7324)
* export the StakePoolLayout * export other layouts
1 parent ebe9b1e commit 2e62fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stake-pool/js/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import BN from 'bn.js';
4646
export type { StakePool, AccountType, ValidatorList, ValidatorStakeInfo } from './layouts';
4747
export { STAKE_POOL_PROGRAM_ID } from './constants';
4848
export * from './instructions';
49+
export { StakePoolLayout, ValidatorListLayout, ValidatorStakeInfoLayout } from './layouts';
4950

5051
export interface ValidatorListAccount {
5152
pubkey: PublicKey;

0 commit comments

Comments
 (0)