From 21c3374248352510bcfb88930f35493250c6b0bd Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Tue, 15 Aug 2023 16:49:45 +0200 Subject: [PATCH] Manually patch charged_fee as required --- src/oasis-nexus/generated/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oasis-nexus/generated/api.ts b/src/oasis-nexus/generated/api.ts index 9620bb790f..194a90d80d 100644 --- a/src/oasis-nexus/generated/api.ts +++ b/src/oasis-nexus/generated/api.ts @@ -751,7 +751,7 @@ execute it. ParaTime base units, as a string). Calculated as `gas_price * gas_used`, where `gas_price = fee / gas_limit`. */ - charged_fee?: string; + charged_fee: string; /** The total byte size of the transaction. */ size: number; /** The method that was called. Defined by the runtime. In theory, this could be any string as the runtimes evolve.