export namespace BasicTypes { export type BlockNumber = string export type Hash = string export type ID = number export type JSONRPC_VERSION = '2.0' export type ErrorCode = number export type ErrorMessage = string export type TransactionContent = string }