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