Type Alias: ResourceBoundsBN
ResourceBoundsBN =
{ [K in keyof ResourceBounds]: ResourceBounds[K] extends object ? { [P in keyof ResourceBounds[K]]: bigint } : number }
Defined in: src/provider/types/spec.type.ts:172
Resource bounds in big number format