@martiandao/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
10 lines • 381 B
TypeScript
export declare type Seq<T> = T[];
export declare type Uint8 = number;
export declare type Uint16 = number;
export declare type Uint32 = number;
export declare type Uint64 = bigint;
export declare type Uint128 = bigint;
export declare type Uint256 = bigint;
export declare type AnyNumber = bigint | number;
export declare type Bytes = Uint8Array;
//# sourceMappingURL=types.d.ts.map