method Option.prototype.unwrapOrimport { Option } from "https://dotland.deno.dev/x/polkadot@0.2.38/types-codec/index.ts"; unwrapOr<O>(defaultValue: O): T | OType ParametersOParametersdefaultValue: OThe value to return if the option isNone ReturnsT | O