UNPKG

@effectai/sdk

Version:

Effect Network Javscript/Typescript SDK (for [https://effect.network](https://effect.network))

4 lines (3 loc) 269 B
import { Checksum256, type NameType, UInt64 } from "@wharfkit/antelope"; export declare function createCompositeU64Key(lowerId: number, upperId: number): UInt64; export declare const generateCheckSumForVAccount: (actor: NameType, tokenContract: string) => Checksum256;