UNPKG

@nolus/nolusjs

Version:

JS library for NodeJS and Web browsers to interact with the Nolus Protocol

5 lines (4 loc) 93 B
export interface ContractData { contractAddress: string; msg: Record<string, any>; }