UNPKG

@exodus/solana-web3.js

Version:
6 lines (5 loc) 359 B
import { Layout } from '@solana/buffer-layout'; export declare const u64: (property?: string | undefined) => Layout<bigint>; export declare const u128: (property?: string | undefined) => Layout<bigint>; export declare const u192: (property?: string | undefined) => Layout<bigint>; export declare const u256: (property?: string | undefined) => Layout<bigint>;