refactor: AccountInfo userdata is now never null
This commit is contained in:
@ -27,7 +27,7 @@ declare module '@solana/web3.js' {
|
||||
declare export type AccountInfo = {
|
||||
tokens: number,
|
||||
programId: PublicKey,
|
||||
userdata: Buffer | null,
|
||||
userdata: Buffer,
|
||||
}
|
||||
|
||||
declare export type SignatureStatus = 'Confirmed' | 'SignatureNotFound' | 'ProgramRuntimeError' | 'GenericFailure';
|
||||
|
Reference in New Issue
Block a user