UNPKG

@polkadot/types-codec

Version:
12 lines (11 loc) 273 B
import { UInt } from '../base/UInt.js'; declare const u64_base: import("../types/codec.js").CodecClass<UInt, any[]>; /** * @name u64 * @description * A 64-bit unsigned integer */ export declare class u64 extends u64_base { readonly __UIntType = "u64"; } export {};