class Blueprint extends Base<ApiType>import { Blueprint } from "https://dotland.deno.dev/x/polkadot@0.2.23/api-contract/base/index.ts"; ConstructorsnewBlueprint(api: ApiBase<ApiType>,abi: string | Record<string, unknown> | Abi,codeHash: string | Hash | Uint8Array,decorateMethod: DecorateMethod<ApiType>,)Type ParametersApiType extends ApiTypesPropertiesreadonlycodeHash: Hashreadonlytx: MapConstructorExec<ApiType>