fix: update buffer-layout to fix downstream bundler issues (#18529)
* fix: update buffer-layout to fix downstream bundler issues * chore: run check on generated type declaration
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import * as BufferLayout from 'buffer-layout';
|
||||
import * as BufferLayout from '@solana/buffer-layout';
|
||||
import {Buffer} from 'buffer';
|
||||
|
||||
import type {Blockhash} from './blockhash';
|
||||
import * as Layout from './layout';
|
||||
|
Reference in New Issue
Block a user