TxParamsSignedTx1Type: Omit<TxParams & { tag: SignedTx; version: 1 }, "version"> & {
    version?: 1;
}