export type ParamJSON = | undefined | string | BufferString | AddressString | Hash256String | PublicKeyString | boolean | ParamJSONArray;