UNPKG

sensible-sdk

Version:

Sensible-SDK

15 lines (14 loc) 406 B
import { Bytes } from "scryptlib"; declare type ContractConfig = { unlockContractCodeHashArray: string[]; tokenGenesisSize: number; tokenSize: number; nftSellSize: number; unlockContractSizes: number[]; }; export declare class ContractUtil { static unlockContractCodeHashArray: Bytes[]; static tokenCodeHash: string; static init(config?: ContractConfig): void; } export {};