Skip to main content
Module

x/polkadot/types-codec/primitive/F64.ts

Package publishing for deno.land/x/polkadot
Go to Latest
File

import { Float } from '../native/Float.ts';
/** * @name f64 * @description * A 64-bit float */export class f64 extends Float.with(64) { // NOTE without this, we cannot properly determine extensions readonly __FloatType = 'f64';}