initia-labs / initia.js

Apache License 2.0
22 stars 23 forks source link

export types in /core dir #15

Closed JSHan94 closed 1 year ago

JSHan94 commented 1 year ago

some types are not exported. is there any reason?

for example, in /core/move/types.ts

export interface ModuleABI {
  address: string;
  name: string;
  friends: string[];
  exposed_functions: MoveFunctionABI[];
  structs: MoveStructABI[];
}

is not exported

joon9823 commented 1 year ago

https://github.com/initia-labs/initia.js/commit/b0682a9d876e4bb0b701d6cd2fac40ebffe03bd1