TransactionJsonParsed: Readonly<
    {
        message: {
            accountKeys: [
                {
                    pubkey: Address;
                    signer: boolean;
                    source: string;
                    writable: boolean;
                },
            ];
            instructions: readonly (
                ParsedTransactionInstruction
                | PartiallyDecodedTransactionInstruction
            )[];
        };
    },
> & TransactionBase