chia-agent
Version:
chia rpc/websocket client library
12 lines (11 loc) • 347 B
TypeScript
export type int = number;
export type int8 = number;
export type uint8 = number;
export type int16 = number;
export type uint16 = number;
export type int32 = number;
export type uint32 = number;
export type int64 = number | bigint;
export type uint64 = number | bigint;
export type uint128 = number | bigint;
export type int512 = number | bigint;