UNPKG

@solana/rpc-types

Version:

Type definitions for values used in the Solana RPC, and helper functions for working with them

7 lines 290 B
import { Brand } from '@solana/nominal-types'; export type Slot = bigint; export type Epoch = bigint; export type MicroLamports = Brand<bigint, 'MicroLamports'>; export type SignedLamports = bigint; export type F64UnsafeSeeDocumentation = number; //# sourceMappingURL=typed-numbers.d.ts.map