export type NodeMessage = { accountKeys: { pubkey: string; signer: boolean; source: 'transaction' | 'lookupTable'; writable: boolean; }[]; instructions: { accounts: string[]; data: string; programId: string; }[]; };