function augmentObjectimport { augmentObject } from "https://deno.land/x/polkadot@0.2.14/api/util/augmentObject.ts"; augmentObject<T>(prefix: string | null,src: Sections<T>,dst: Sections<T>,fromEmpty?,): Sections<T>Type ParametersTParametersprefix: string | nullsrc: Sections<T>dst: Sections<T>optionalfromEmpty = [UNSUPPORTED]ReturnsSections<T>