We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf5f63 commit 97b54b1Copy full SHA for 97b54b1
packages/xrpl/src/models/ledger/FeeSettings.ts
@@ -24,6 +24,10 @@ export interface FeeSettingsPostAmendmentFields {
24
ReserveBaseDrops: string
25
/** The incremental owner reserve for owning objects, as drops of XRP. */
26
ReserveIncrementDrops: string
27
+
28
+ ExtensionComputeLimit: number
29
30
+ ExtensionSizeLimit: number
31
}
32
33
export interface FeeSettingsBase
0 commit comments