vue-blocklink
Version:
Vue support for the Blockchain Link browser extension
4 lines • 319 B
TypeScript
export type { EncodingRules, DecodingRules } from './utils/rules';
export { Address, Array, Bool, DynamicBytes, Int, Method, Pointer, StaticBytes, String, Tuple, UInt, create, createMethod, } from './evm_data_type_factory';
export { DataType } from './abstract_data_types/data_type';
//# sourceMappingURL=index.d.ts.map