@exodus/solana-web3.js
Version:
Solana Javascript API
6 lines (5 loc) • 359 B
TypeScript
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>;