class Tuple implements ITuple<Codec[]> extends AbstractArray<Codec>import { Tuple } from "https://deno.land/x/polkadot@0.2.25/types/codec/index.ts"; ConstructorsnewTuple(registry: Registry,Types: TupleTypes | TupleType,value?: AnyTupleValue,unnamed 3?: Options,)PropertiesreadonlyencodedLength: numberreadonlyTypes: string[]Methodsinspect(): InspecttoRawType(): stringtoString(): stringtoU8a(isBare?: boolean): Uint8ArrayStatic Methodswith(Types: TupleTypes | TupleType): CodecClass<Tuple>