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

Commit b31cea1

Browse files
committed
export the StakePoolLayout
1 parent 2124f75 commit b31cea1

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 } from './layouts';
4950

5051
export interface ValidatorListAccount {
5152
pubkey: PublicKey;

0 commit comments

Comments
 (0)