{ "id": 0, "name": "@0xproject/web3-wrapper", "kind": 0, "flags": {}, "children": [ { "id": 75, "name": "\"types/src/index\"", "kind": 1, "kindString": "External module", "flags": { "isExported": true }, "originalName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/packages/types/src/index.ts", "children": [ { "id": 104, "name": "AbiType", "kind": 4, "kindString": "Enumeration", "flags": { "isExported": true }, "children": [ { "id": 106, "name": "Constructor", "kind": 16, "kindString": "Enumeration member", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 37, "character": 15 } ], "defaultValue": "\"constructor\"" }, { "id": 107, "name": "Event", "kind": 16, "kindString": "Enumeration member", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 38, "character": 9 } ], "defaultValue": "\"event\"" }, { "id": 108, "name": "Fallback", "kind": 16, "kindString": "Enumeration member", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 39, "character": 12 } ], "defaultValue": "\"fallback\"" }, { "id": 105, "name": "Function", "kind": 16, "kindString": "Enumeration member", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 36, "character": 12 } ], "defaultValue": "\"function\"" } ], "groups": [ { "title": "Enumeration members", "kind": 16, "children": [106, 107, 108, 105] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 35, "character": 19 } ] }, { "id": 141, "name": "BlockParamLiteral", "kind": 4, "kindString": "Enumeration", "flags": { "isExported": true }, "children": [ { "id": 142, "name": "Latest", "kind": 16, "kindString": "Enumeration member", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 65, "character": 10 } ], "defaultValue": "\"latest\"" }, { "id": 143, "name": "Pending", "kind": 16, "kindString": "Enumeration member", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 66, "character": 11 } ], "defaultValue": "\"pending\"" } ], "groups": [ { "title": "Enumeration members", "kind": 16, "children": [142, 143] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 64, "character": 29 } ] }, { "id": 124, "name": "SolidityTypes", "kind": 4, "kindString": "Enumeration", "flags": { "isExported": true }, "children": [ { "id": 125, "name": "Address", "kind": 16, "kindString": "Enumeration member", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 51, "character": 11 } ], "defaultValue": "\"address\"" }, { "id": 128, "name": "Uint", "kind": 16, "kindString": "Enumeration member", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 54, "character": 8 } ], "defaultValue": "\"uint\"" }, { "id": 126, "name": "Uint256", "kind": 16, "kindString": "Enumeration member", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 52, "character": 11 } ], "defaultValue": "\"uint256\"" }, { "id": 127, "name": "Uint8", "kind": 16, "kindString": "Enumeration member", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 53, "character": 9 } ], "defaultValue": "\"uint8\"" } ], "groups": [ { "title": "Enumeration members", "kind": 16, "children": [125, 128, 126, 127] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 50, "character": 25 } ] }, { "id": 109, "name": "DecodedLogArgs", "kind": 256, "kindString": "Interface", "flags": { "isExported": true }, "indexSignature": { "id": 110, "name": "__index", "kind": 8192, "kindString": "Index signature", "flags": {}, "parameters": [ { "id": 111, "name": "argName", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "intrinsic", "name": "string" } } ], "type": { "type": "reference", "name": "ContractEventArg", "id": 153 } }, "sources": [ { "fileName": "types/src/index.ts", "line": 44, "character": 31 } ] }, { "id": 101, "name": "JSONRPCPayload", "kind": 256, "kindString": "Interface", "flags": { "isExported": true }, "children": [ { "id": 103, "name": "method", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 32, "character": 10 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 102, "name": "params", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 31, "character": 10 } ], "type": { "type": "array", "elementType": { "type": "intrinsic", "name": "any" } } } ], "groups": [ { "title": "Properties", "kind": 1024, "children": [103, 102] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 30, "character": 31 } ] }, { "id": 112, "name": "LogWithDecodedArgs", "kind": 256, "kindString": "Interface", "flags": { "isExported": true }, "typeParameter": [ { "id": 113, "name": "ArgsType", "kind": 131072, "kindString": "Type parameter", "flags": {} } ], "children": [ { "id": 121, "name": "address", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/node_modules/web3-typescript-typings/index.d.ts", "line": 413, "character": 19 } ], "type": { "type": "intrinsic", "name": "string" }, "inheritedFrom": { "type": "reference", "name": "LogEntry.address" } }, { "id": 115, "name": "args", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/node_modules/web3-typescript-typings/index.d.ts", "line": 124, "character": 16 } ], "type": { "type": "typeParameter", "name": "ArgsType" }, "inheritedFrom": { "type": "reference", "name": "DecodedLogEntry.args" } }, { "id": 119, "name": "blockHash", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/node_modules/web3-typescript-typings/index.d.ts", "line": 411, "character": 21 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] }, "inheritedFrom": { "type": "reference", "name": "LogEntry.blockHash" } }, { "id": 120, "name": "blockNumber", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/node_modules/web3-typescript-typings/index.d.ts", "line": 412, "character": 23 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "number" }, { "type": "intrinsic", "name": "null" } ] }, "inheritedFrom": { "type": "reference", "name": "LogEntry.blockNumber" } }, { "id": 122, "name": "data", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/node_modules/web3-typescript-typings/index.d.ts", "line": 414, "character": 16 } ], "type": { "type": "intrinsic", "name": "string" }, "inheritedFrom": { "type": "reference", "name": "LogEntry.data" } }, { "id": 114, "name": "event", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/node_modules/web3-typescript-typings/index.d.ts", "line": 123, "character": 17 } ], "type": { "type": "intrinsic", "name": "string" }, "inheritedFrom": { "type": "reference", "name": "DecodedLogEntry.event" } }, { "id": 116, "name": "logIndex", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/node_modules/web3-typescript-typings/index.d.ts", "line": 408, "character": 20 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "number" }, { "type": "intrinsic", "name": "null" } ] }, "inheritedFrom": { "type": "reference", "name": "LogEntry.logIndex" } }, { "id": 123, "name": "topics", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/node_modules/web3-typescript-typings/index.d.ts", "line": 415, "character": 18 } ], "type": { "type": "array", "elementType": { "type": "intrinsic", "name": "string" } }, "inheritedFrom": { "type": "reference", "name": "LogEntry.topics" } }, { "id": 118, "name": "transactionHash", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/node_modules/web3-typescript-typings/index.d.ts", "line": 410, "character": 27 } ], "type": { "type": "intrinsic", "name": "string" }, "inheritedFrom": { "type": "reference", "name": "LogEntry.transactionHash" } }, { "id": 117, "name": "transactionIndex", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/node_modules/web3-typescript-typings/index.d.ts", "line": 409, "character": 28 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "number" }, { "type": "intrinsic", "name": "null" } ] }, "inheritedFrom": { "type": "reference", "name": "LogEntry.transactionIndex" } } ], "groups": [ { "title": "Properties", "kind": 1024, "children": [121, 115, 119, 120, 122, 114, 116, 123, 118, 117] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 48, "character": 35 } ], "extendedTypes": [ { "type": "reference", "name": "DecodedLogEntry", "typeArguments": [ { "type": "typeParameter", "name": "ArgsType" } ] } ] }, { "id": 144, "name": "RawLogEntry", "kind": 256, "kindString": "Interface", "flags": { "isExported": true }, "children": [ { "id": 150, "name": "address", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 77, "character": 11 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 148, "name": "blockHash", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 75, "character": 13 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] } }, { "id": 149, "name": "blockNumber", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 76, "character": 15 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] } }, { "id": 151, "name": "data", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 78, "character": 8 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 145, "name": "logIndex", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 72, "character": 12 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] } }, { "id": 152, "name": "topics", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 79, "character": 10 } ], "type": { "type": "array", "elementType": { "type": "intrinsic", "name": "string" } } }, { "id": 147, "name": "transactionHash", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 74, "character": 19 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 146, "name": "transactionIndex", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 73, "character": 20 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] } } ], "groups": [ { "title": "Properties", "kind": 1024, "children": [150, 148, 149, 151, 145, 152, 147, 146] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 71, "character": 28 } ] }, { "id": 89, "name": "TransactionReceipt", "kind": 256, "kindString": "Interface", "flags": { "isExported": true }, "children": [ { "id": 90, "name": "blockHash", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 17, "character": 13 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 91, "name": "blockNumber", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 18, "character": 15 } ], "type": { "type": "intrinsic", "name": "number" } }, { "id": 99, "name": "contractAddress", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 26, "character": 19 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] } }, { "id": 97, "name": "cumulativeGasUsed", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 24, "character": 21 } ], "type": { "type": "intrinsic", "name": "number" } }, { "id": 94, "name": "from", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 21, "character": 8 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 98, "name": "gasUsed", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 25, "character": 11 } ], "type": { "type": "intrinsic", "name": "number" } }, { "id": 100, "name": "logs", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 27, "character": 8 } ], "type": { "type": "array", "elementType": { "type": "reference", "name": "LogEntry" } } }, { "id": 96, "name": "status", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 23, "character": 10 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "null" }, { "type": "unknown", "name": "0" }, { "type": "unknown", "name": "1" } ] } }, { "id": 95, "name": "to", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 22, "character": 6 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 92, "name": "transactionHash", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 19, "character": 19 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 93, "name": "transactionIndex", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 20, "character": 20 } ], "type": { "type": "intrinsic", "name": "number" } } ], "groups": [ { "title": "Properties", "kind": 1024, "children": [90, 91, 99, 97, 94, 98, 100, 96, 95, 92, 93] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 16, "character": 35 } ], "extendedBy": [ { "type": "reference", "name": "TransactionReceiptWithDecodedLogs", "id": 129 } ] }, { "id": 129, "name": "TransactionReceiptWithDecodedLogs", "kind": 256, "kindString": "Interface", "flags": { "isExported": true }, "children": [ { "id": 131, "name": "blockHash", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 17, "character": 13 } ], "type": { "type": "intrinsic", "name": "string" }, "inheritedFrom": { "type": "reference", "name": "TransactionReceipt.blockHash", "id": 90 } }, { "id": 132, "name": "blockNumber", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 18, "character": 15 } ], "type": { "type": "intrinsic", "name": "number" }, "inheritedFrom": { "type": "reference", "name": "TransactionReceipt.blockNumber", "id": 91 } }, { "id": 140, "name": "contractAddress", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 26, "character": 19 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] }, "inheritedFrom": { "type": "reference", "name": "TransactionReceipt.contractAddress", "id": 99 } }, { "id": 138, "name": "cumulativeGasUsed", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 24, "character": 21 } ], "type": { "type": "intrinsic", "name": "number" }, "inheritedFrom": { "type": "reference", "name": "TransactionReceipt.cumulativeGasUsed", "id": 97 } }, { "id": 135, "name": "from", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 21, "character": 8 } ], "type": { "type": "intrinsic", "name": "string" }, "inheritedFrom": { "type": "reference", "name": "TransactionReceipt.from", "id": 94 } }, { "id": 139, "name": "gasUsed", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 25, "character": 11 } ], "type": { "type": "intrinsic", "name": "number" }, "inheritedFrom": { "type": "reference", "name": "TransactionReceipt.gasUsed", "id": 98 } }, { "id": 130, "name": "logs", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 58, "character": 8 } ], "type": { "type": "reference", "name": "Array", "typeArguments": [ { "type": "union", "types": [ { "type": "reference", "name": "LogWithDecodedArgs", "id": 112, "typeArguments": [ { "type": "reference", "name": "DecodedLogArgs", "id": 109 } ] }, { "type": "reference", "name": "LogEntry" } ] } ] }, "overwrites": { "type": "reference", "name": "TransactionReceipt.logs", "id": 100 } }, { "id": 137, "name": "status", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 23, "character": 10 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "null" }, { "type": "unknown", "name": "0" }, { "type": "unknown", "name": "1" } ] }, "inheritedFrom": { "type": "reference", "name": "TransactionReceipt.status", "id": 96 } }, { "id": 136, "name": "to", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 22, "character": 6 } ], "type": { "type": "intrinsic", "name": "string" }, "inheritedFrom": { "type": "reference", "name": "TransactionReceipt.to", "id": 95 } }, { "id": 133, "name": "transactionHash", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 19, "character": 19 } ], "type": { "type": "intrinsic", "name": "string" }, "inheritedFrom": { "type": "reference", "name": "TransactionReceipt.transactionHash", "id": 92 } }, { "id": 134, "name": "transactionIndex", "kind": 1024, "kindString": "Property", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 20, "character": 20 } ], "type": { "type": "intrinsic", "name": "number" }, "inheritedFrom": { "type": "reference", "name": "TransactionReceipt.transactionIndex", "id": 93 } } ], "groups": [ { "title": "Properties", "kind": 1024, "children": [131, 132, 140, 138, 135, 139, 130, 137, 136, 133, 134] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 57, "character": 50 } ], "extendedTypes": [ { "type": "reference", "name": "TransactionReceipt", "id": 89 } ] }, { "id": 76, "name": "TxData", "kind": 256, "kindString": "Interface", "flags": { "isExported": true }, "children": [ { "id": 77, "name": "data", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 5, "character": 8 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "undefined" }, { "type": "intrinsic", "name": "string" } ] } }, { "id": 78, "name": "from", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 6, "character": 8 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "undefined" }, { "type": "intrinsic", "name": "string" } ] } }, { "id": 79, "name": "gas", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 7, "character": 7 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "undefined" }, { "type": "intrinsic", "name": "number" } ] } }, { "id": 80, "name": "gasPrice", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 8, "character": 12 } ], "type": { "type": "reference", "name": "BigNumber" } }, { "id": 81, "name": "nonce", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 9, "character": 9 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "undefined" }, { "type": "intrinsic", "name": "number" } ] } } ], "groups": [ { "title": "Properties", "kind": 1024, "children": [77, 78, 79, 80, 81] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 4, "character": 23 } ], "extendedBy": [ { "type": "reference", "name": "TxDataPayable", "id": 82 } ] }, { "id": 82, "name": "TxDataPayable", "kind": 256, "kindString": "Interface", "flags": { "isExported": true }, "children": [ { "id": 84, "name": "data", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 5, "character": 8 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "undefined" }, { "type": "intrinsic", "name": "string" } ] }, "inheritedFrom": { "type": "reference", "name": "TxData.data", "id": 77 } }, { "id": 85, "name": "from", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 6, "character": 8 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "undefined" }, { "type": "intrinsic", "name": "string" } ] }, "inheritedFrom": { "type": "reference", "name": "TxData.from", "id": 78 } }, { "id": 86, "name": "gas", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 7, "character": 7 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "undefined" }, { "type": "intrinsic", "name": "number" } ] }, "inheritedFrom": { "type": "reference", "name": "TxData.gas", "id": 79 } }, { "id": 87, "name": "gasPrice", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 8, "character": 12 } ], "type": { "type": "reference", "name": "BigNumber" }, "inheritedFrom": { "type": "reference", "name": "TxData.gasPrice", "id": 80 } }, { "id": 88, "name": "nonce", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 9, "character": 9 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "undefined" }, { "type": "intrinsic", "name": "number" } ] }, "inheritedFrom": { "type": "reference", "name": "TxData.nonce", "id": 81 } }, { "id": 83, "name": "value", "kind": 1024, "kindString": "Property", "flags": { "isExported": true, "isOptional": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 13, "character": 9 } ], "type": { "type": "reference", "name": "BigNumber" } } ], "groups": [ { "title": "Properties", "kind": 1024, "children": [84, 85, 86, 87, 88, 83] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 12, "character": 30 } ], "extendedTypes": [ { "type": "reference", "name": "TxData", "id": 76 } ] }, { "id": 155, "name": "BlockParam", "kind": 4194304, "kindString": "Type alias", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 69, "character": 22 } ], "type": { "type": "union", "types": [ { "type": "reference", "name": "BlockParamLiteral", "id": 141 }, { "type": "intrinsic", "name": "number" } ] } }, { "id": 153, "name": "ContractEventArg", "kind": 4194304, "kindString": "Type alias", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 42, "character": 28 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "reference", "name": "BigNumber" }, { "type": "intrinsic", "name": "number" } ] } }, { "id": 154, "name": "RawLog", "kind": 4194304, "kindString": "Type alias", "flags": { "isExported": true }, "sources": [ { "fileName": "types/src/index.ts", "line": 49, "character": 18 } ], "type": { "type": "reference", "name": "LogEntry" } } ], "groups": [ { "title": "Enumerations", "kind": 4, "children": [104, 141, 124] }, { "title": "Interfaces", "kind": 256, "children": [109, 101, 112, 144, 89, 129, 76, 82] }, { "title": "Type aliases", "kind": 4194304, "children": [155, 153, 154] } ], "sources": [ { "fileName": "types/src/index.ts", "line": 1, "character": 0 } ] }, { "id": 1, "name": "\"web3-wrapper/src/index\"", "kind": 1, "kindString": "External module", "flags": { "isExported": true }, "originalName": "/Users/fabioberger/Documents/projects/0x_project/0x-monorepo/packages/web3-wrapper/src/index.ts", "children": [ { "id": 11, "name": "Web3Wrapper", "kind": 128, "kindString": "Class", "flags": { "isExported": true }, "children": [ { "id": 12, "name": "constructor", "kind": 512, "kindString": "Constructor", "flags": { "isExported": true }, "signatures": [ { "id": 13, "name": "new Web3Wrapper", "kind": 16384, "kindString": "Constructor signature", "flags": {}, "parameters": [ { "id": 14, "name": "provider", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", "name": "Provider" } }, { "id": 15, "name": "defaults", "kind": 32768, "kindString": "Parameter", "flags": { "isOptional": true }, "type": { "type": "reference", "name": "Partial", "typeArguments": [ { "type": "reference", "name": "TxData" } ] } } ], "type": { "type": "reference", "name": "Web3Wrapper", "id": 11 } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 20, "character": 38 } ] }, { "id": 68, "name": "callAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 69, "name": "callAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 70, "name": "callData", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", "name": "CallData" } }, { "id": 71, "name": "defaultBlock", "kind": 32768, "kindString": "Parameter", "flags": { "isOptional": true }, "type": { "type": "reference", "name": "Web3.BlockParam" } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "intrinsic", "name": "string" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 135, "character": 26 } ] }, { "id": 42, "name": "doesContractExistAtAddressAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 43, "name": "doesContractExistAtAddressAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 44, "name": "address", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "intrinsic", "name": "string" } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "intrinsic", "name": "boolean" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 76, "character": 48 } ] }, { "id": 65, "name": "estimateGasAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 66, "name": "estimateGasAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 67, "name": "txData", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", "name": "Partial", "typeArguments": [ { "type": "reference", "name": "TxData" } ] } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "intrinsic", "name": "number" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 131, "character": 33 } ] }, { "id": 57, "name": "getAvailableAddressesAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 58, "name": "getAvailableAddressesAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "array", "elementType": { "type": "intrinsic", "name": "string" } } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 98, "character": 43 } ] }, { "id": 39, "name": "getBalanceInWeiAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 40, "name": "getBalanceInWeiAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 41, "name": "owner", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "intrinsic", "name": "string" } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "reference", "name": "BigNumber" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 70, "character": 37 } ] }, { "id": 51, "name": "getBlockAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 52, "name": "getBlockAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 53, "name": "blockParam", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "reference", "name": "Web3.BlockParam" } ] } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "reference", "name": "BlockWithoutTransactionData" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 90, "character": 30 } ] }, { "id": 49, "name": "getBlockNumberAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 50, "name": "getBlockNumberAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "intrinsic", "name": "number" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 86, "character": 36 } ] }, { "id": 54, "name": "getBlockTimestampAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 55, "name": "getBlockTimestampAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 56, "name": "blockParam", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "reference", "name": "Web3.BlockParam" } ] } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "intrinsic", "name": "number" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 94, "character": 39 } ] }, { "id": 16, "name": "getContractDefaults", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 17, "name": "getContractDefaults", "kind": 4096, "kindString": "Call signature", "flags": {}, "type": { "type": "reference", "name": "Partial", "typeArguments": [ { "type": "reference", "name": "TxData" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 33, "character": 30 } ] }, { "id": 62, "name": "getContractFromAbi", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 63, "name": "getContractFromAbi", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 64, "name": "abi", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", "name": "Web3.ContractAbi" } } ], "type": { "type": "reference", "name": "Contract", "typeArguments": [ { "type": "intrinsic", "name": "any" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 127, "character": 29 } ] }, { "id": 34, "name": "getCurrentProvider", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 35, "name": "getCurrentProvider", "kind": 4096, "kindString": "Call signature", "flags": {}, "type": { "type": "reference", "name": "Provider" } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 63, "character": 29 } ] }, { "id": 59, "name": "getLogsAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 60, "name": "getLogsAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 61, "name": "filter", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", "name": "FilterObject" } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "array", "elementType": { "type": "reference", "name": "LogEntry" } } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 103, "character": 29 } ] }, { "id": 29, "name": "getNetworkIdAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 30, "name": "getNetworkIdAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "intrinsic", "name": "number" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 51, "character": 34 } ] }, { "id": 27, "name": "getNodeVersionAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 28, "name": "getNodeVersionAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "intrinsic", "name": "string" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 47, "character": 36 } ] }, { "id": 31, "name": "getTransactionReceiptAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 32, "name": "getTransactionReceiptAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 33, "name": "txHash", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "intrinsic", "name": "string" } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "reference", "name": "TransactionReceipt" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 56, "character": 43 } ] }, { "id": 21, "name": "isAddress", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 22, "name": "isAddress", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 23, "name": "address", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "intrinsic", "name": "string" } } ], "type": { "type": "intrinsic", "name": "boolean" } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 39, "character": 20 } ] }, { "id": 24, "name": "isSenderAddressAvailableAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 25, "name": "isSenderAddressAvailableAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 26, "name": "senderAddress", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "intrinsic", "name": "string" } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "intrinsic", "name": "boolean" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 42, "character": 46 } ] }, { "id": 72, "name": "sendTransactionAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 73, "name": "sendTransactionAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 74, "name": "txData", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", "name": "TxData" } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "intrinsic", "name": "string" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 139, "character": 37 } ] }, { "id": 18, "name": "setProvider", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 19, "name": "setProvider", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 20, "name": "provider", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", "name": "Provider" } } ], "type": { "type": "intrinsic", "name": "void" } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 36, "character": 22 } ] }, { "id": 45, "name": "signTransactionAsync", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 46, "name": "signTransactionAsync", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 47, "name": "address", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "intrinsic", "name": "string" } }, { "id": 48, "name": "message", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "intrinsic", "name": "string" } } ], "type": { "type": "reference", "name": "Promise", "typeArguments": [ { "type": "intrinsic", "name": "string" } ] } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 82, "character": 37 } ] }, { "id": 36, "name": "toWei", "kind": 2048, "kindString": "Method", "flags": { "isExported": true, "isPublic": true }, "signatures": [ { "id": 37, "name": "toWei", "kind": 4096, "kindString": "Call signature", "flags": {}, "parameters": [ { "id": 38, "name": "ethAmount", "kind": 32768, "kindString": "Parameter", "flags": {}, "type": { "type": "reference", "name": "BigNumber" } } ], "type": { "type": "reference", "name": "BigNumber" } } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 66, "character": 16 } ] } ], "groups": [ { "title": "Constructors", "kind": 512, "children": [12] }, { "title": "Methods", "kind": 2048, "children": [ 68, 42, 65, 57, 39, 51, 49, 54, 16, 62, 34, 59, 29, 27, 31, 21, 24, 72, 18, 45, 36 ] } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 17, "character": 24 } ] }, { "id": 2, "name": "RawLogEntry", "kind": 256, "kindString": "Interface", "flags": {}, "children": [ { "id": 8, "name": "address", "kind": 1024, "kindString": "Property", "flags": {}, "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 12, "character": 11 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 6, "name": "blockHash", "kind": 1024, "kindString": "Property", "flags": {}, "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 10, "character": 13 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] } }, { "id": 7, "name": "blockNumber", "kind": 1024, "kindString": "Property", "flags": {}, "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 11, "character": 15 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] } }, { "id": 9, "name": "data", "kind": 1024, "kindString": "Property", "flags": {}, "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 13, "character": 8 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 3, "name": "logIndex", "kind": 1024, "kindString": "Property", "flags": {}, "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 7, "character": 12 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] } }, { "id": 10, "name": "topics", "kind": 1024, "kindString": "Property", "flags": {}, "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 14, "character": 10 } ], "type": { "type": "array", "elementType": { "type": "intrinsic", "name": "string" } } }, { "id": 5, "name": "transactionHash", "kind": 1024, "kindString": "Property", "flags": {}, "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 9, "character": 19 } ], "type": { "type": "intrinsic", "name": "string" } }, { "id": 4, "name": "transactionIndex", "kind": 1024, "kindString": "Property", "flags": {}, "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 8, "character": 20 } ], "type": { "type": "union", "types": [ { "type": "intrinsic", "name": "string" }, { "type": "intrinsic", "name": "null" } ] } } ], "groups": [ { "title": "Properties", "kind": 1024, "children": [8, 6, 7, 9, 3, 10, 5, 4] } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 6, "character": 21 } ] } ], "groups": [ { "title": "Classes", "kind": 128, "children": [11] }, { "title": "Interfaces", "kind": 256, "children": [2] } ], "sources": [ { "fileName": "web3-wrapper/src/index.ts", "line": 1, "character": 0 } ] } ], "groups": [ { "title": "External modules", "kind": 1, "children": [75, 1] } ] }