TransactionResponseJson: {
    abis?: JsonAbisFromAllCalls;
    gqlTransaction?: GqlTransaction;
    id: string;
    preConfirmationStatus?: StatusChangeSubscription["statusChange"];
    providerCache: ProviderCacheJson;
    providerUrl: string;
    requestJson?: string;
    status?: StatusChangeSubscription["statusChange"];
}