Skip to content

Commit

Permalink
stake-pool-js: export the StakePoolLayout (#7324)
Browse files Browse the repository at this point in the history
* export the StakePoolLayout

* export other layouts
  • Loading branch information
tomjohn1028 authored Oct 8, 2024
1 parent ebe9b1e commit 2e62fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stake-pool/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import BN from 'bn.js';
export type { StakePool, AccountType, ValidatorList, ValidatorStakeInfo } from './layouts';
export { STAKE_POOL_PROGRAM_ID } from './constants';
export * from './instructions';
export { StakePoolLayout, ValidatorListLayout, ValidatorStakeInfoLayout } from './layouts';

export interface ValidatorListAccount {
pubkey: PublicKey;
Expand Down

0 comments on commit 2e62fd8

Please sign in to comment.