@hicaru/bearby.js
Version:
The web3 inject of bearby walet to access massa blockchain
37 lines (33 loc) • 364 B
text/typescript
export enum ArgTypes {
STRING,
BOOL,
U8,
U32,
U64,
I128,
U128,
U256,
I32,
I64,
F32,
F64,
ARRAY,
UINT8ARRAY,
SERIALIZABLE,
SERIALIZABLE_OBJECT_ARRAY,
}
export enum ArrayTypes {
STRING,
BOOL,
U8,
U32,
U64,
I128,
U128,
U256,
I32,
I64,
F32,
F64,
}
export type NativeType = string | boolean | number | bigint;