UNPKG

quiamet

Version:

The web3 inject of bearby walet to access massa blockchain

19 lines (16 loc) 193 B
export enum ArgTypes { STRING, BOOL, U8, U32, U64, U128, U256, I32, I64, F32, F64, ARRAY, UINT8ARRAY, } export type NativeType = string | boolean | number | bigint;