interface IOption implements Codecimport { type IOption } from "https://deno.land/x/polkadot@0.2.17/types-codec/types/interfaces.ts"; Type ParametersoptionalT extends Codec = CodecPropertiesreadonlyisNone: booleanreadonlyisSome: booleanreadonlyvalue: CodecMethodsunwrap(): TunwrapOr<O>(other: O): T | OunwrapOrDefault(): T