BaseCompiledTransactionMessage: Readonly<
    {
        header: ReturnType<typeof getCompiledMessageHeader>;
        instructions: ReturnType<typeof getCompiledInstructions>;
        lifetimeToken: ReturnType<typeof getCompiledLifetimeToken>;
        staticAccounts: ReturnType<typeof getCompiledStaticAccounts>;
    },
>