Type alias Web3PrimitiveType

Web3PrimitiveType: string | boolean | Web3PrimitiveType[] | {
    [key: string]: Web3PrimitiveType;
}

Generated using TypeDoc