UNPKG

@exodus/solana-web3.js

Version:
6 lines (5 loc) 366 B
import { Layout } from '@exodus/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>;