UNPKG

eth-connect

Version:

Ethereum TypeScript API, middleware to talk to a ethereum node using an async provider

1,611 lines 844 kB
{ "metadata": { "toolPackage": "@microsoft/api-extractor", "toolVersion": "7.36.3", "schemaVersion": 1011, "oldestForwardsCompatibleVersion": 1001, "tsdocConfig": { "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", "noStandardTags": true, "tagDefinitions": [ { "tagName": "@alpha", "syntaxKind": "modifier" }, { "tagName": "@beta", "syntaxKind": "modifier" }, { "tagName": "@defaultValue", "syntaxKind": "block" }, { "tagName": "@decorator", "syntaxKind": "block", "allowMultiple": true }, { "tagName": "@deprecated", "syntaxKind": "block" }, { "tagName": "@eventProperty", "syntaxKind": "modifier" }, { "tagName": "@example", "syntaxKind": "block", "allowMultiple": true }, { "tagName": "@experimental", "syntaxKind": "modifier" }, { "tagName": "@inheritDoc", "syntaxKind": "inline" }, { "tagName": "@internal", "syntaxKind": "modifier" }, { "tagName": "@label", "syntaxKind": "inline" }, { "tagName": "@link", "syntaxKind": "inline", "allowMultiple": true }, { "tagName": "@override", "syntaxKind": "modifier" }, { "tagName": "@packageDocumentation", "syntaxKind": "modifier" }, { "tagName": "@param", "syntaxKind": "block", "allowMultiple": true }, { "tagName": "@privateRemarks", "syntaxKind": "block" }, { "tagName": "@public", "syntaxKind": "modifier" }, { "tagName": "@readonly", "syntaxKind": "modifier" }, { "tagName": "@remarks", "syntaxKind": "block" }, { "tagName": "@returns", "syntaxKind": "block" }, { "tagName": "@sealed", "syntaxKind": "modifier" }, { "tagName": "@see", "syntaxKind": "block" }, { "tagName": "@throws", "syntaxKind": "block", "allowMultiple": true }, { "tagName": "@typeParam", "syntaxKind": "block", "allowMultiple": true }, { "tagName": "@virtual", "syntaxKind": "modifier" }, { "tagName": "@betaDocumentation", "syntaxKind": "modifier" }, { "tagName": "@internalRemarks", "syntaxKind": "block" }, { "tagName": "@preapproved", "syntaxKind": "modifier" } ], "supportForTags": { "@alpha": true, "@beta": true, "@defaultValue": true, "@decorator": true, "@deprecated": true, "@eventProperty": true, "@example": true, "@experimental": true, "@inheritDoc": true, "@internal": true, "@label": true, "@link": true, "@override": true, "@packageDocumentation": true, "@param": true, "@privateRemarks": true, "@public": true, "@readonly": true, "@remarks": true, "@returns": true, "@sealed": true, "@see": true, "@throws": true, "@typeParam": true, "@virtual": true, "@betaDocumentation": true, "@internalRemarks": true, "@preapproved": true }, "reportUnsupportedHtmlElements": false } }, "kind": "Package", "canonicalReference": "eth-connect!", "docComment": "", "name": "eth-connect", "preserveMemberOrder": false, "members": [ { "kind": "EntryPoint", "canonicalReference": "eth-connect!", "name": "", "preserveMemberOrder": false, "members": [ { "kind": "Interface", "canonicalReference": "eth-connect!AbiConstructor:interface", "docComment": "/**\n * @public\n */\n", "excerptTokens": [ { "kind": "Content", "text": "export interface AbiConstructor " } ], "fileUrlPath": "../src/Schema.ts", "releaseTag": "Public", "name": "AbiConstructor", "preserveMemberOrder": false, "members": [ { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiConstructor#anonymous:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "anonymous?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "anonymous", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiConstructor#constant:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "constant?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "constant", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiConstructor#gas:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "gas?: " }, { "kind": "Content", "text": "number" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "gas", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiConstructor#inputs:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "inputs?: " }, { "kind": "Reference", "text": "AbiInput", "canonicalReference": "eth-connect!AbiInput:interface" }, { "kind": "Content", "text": "[]" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "inputs", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 3 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiConstructor#name:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "name?: " }, { "kind": "Content", "text": "string" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "name", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiConstructor#outputs:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "outputs?: " }, { "kind": "Reference", "text": "AbiOutput", "canonicalReference": "eth-connect!AbiOutput:interface" }, { "kind": "Content", "text": "[]" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "outputs", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 3 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiConstructor#payable:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "payable?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "payable", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiConstructor#stateMutability:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "stateMutability?: " }, { "kind": "Reference", "text": "StateMutabilityType", "canonicalReference": "eth-connect!StateMutabilityType:type" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "stateMutability", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiConstructor#type:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "type: " }, { "kind": "Content", "text": "'constructor'" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "type", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } } ], "extendsTokenRanges": [] }, { "kind": "Interface", "canonicalReference": "eth-connect!AbiEvent:interface", "docComment": "/**\n * @public\n */\n", "excerptTokens": [ { "kind": "Content", "text": "export interface AbiEvent " } ], "fileUrlPath": "../src/Schema.ts", "releaseTag": "Public", "name": "AbiEvent", "preserveMemberOrder": false, "members": [ { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiEvent#anonymous:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "anonymous?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "anonymous", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiEvent#constant:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "constant?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "constant", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiEvent#gas:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "gas?: " }, { "kind": "Content", "text": "number" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "gas", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiEvent#inputs:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "inputs?: " }, { "kind": "Reference", "text": "AbiInput", "canonicalReference": "eth-connect!AbiInput:interface" }, { "kind": "Content", "text": "[]" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "inputs", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 3 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiEvent#name:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "name?: " }, { "kind": "Content", "text": "string" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "name", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiEvent#outputs:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "outputs?: " }, { "kind": "Reference", "text": "AbiOutput", "canonicalReference": "eth-connect!AbiOutput:interface" }, { "kind": "Content", "text": "[]" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "outputs", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 3 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiEvent#payable:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "payable?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "payable", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiEvent#stateMutability:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "stateMutability?: " }, { "kind": "Reference", "text": "StateMutabilityType", "canonicalReference": "eth-connect!StateMutabilityType:type" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "stateMutability", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiEvent#type:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "type: " }, { "kind": "Content", "text": "'event'" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "type", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } } ], "extendsTokenRanges": [] }, { "kind": "Interface", "canonicalReference": "eth-connect!AbiFallback:interface", "docComment": "/**\n * @public\n */\n", "excerptTokens": [ { "kind": "Content", "text": "export interface AbiFallback " } ], "fileUrlPath": "../src/Schema.ts", "releaseTag": "Public", "name": "AbiFallback", "preserveMemberOrder": false, "members": [ { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFallback#anonymous:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "anonymous?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "anonymous", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFallback#constant:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "constant?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "constant", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFallback#gas:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "gas?: " }, { "kind": "Content", "text": "number" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "gas", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFallback#inputs:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "inputs?: " }, { "kind": "Reference", "text": "AbiInput", "canonicalReference": "eth-connect!AbiInput:interface" }, { "kind": "Content", "text": "[]" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "inputs", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 3 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFallback#name:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "name?: " }, { "kind": "Content", "text": "string" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "name", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFallback#outputs:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "outputs?: " }, { "kind": "Reference", "text": "AbiOutput", "canonicalReference": "eth-connect!AbiOutput:interface" }, { "kind": "Content", "text": "[]" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "outputs", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 3 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFallback#payable:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "payable?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "payable", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFallback#stateMutability:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "stateMutability?: " }, { "kind": "Reference", "text": "StateMutabilityType", "canonicalReference": "eth-connect!StateMutabilityType:type" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "stateMutability", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFallback#type:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "type: " }, { "kind": "Content", "text": "'fallback'" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "type", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } } ], "extendsTokenRanges": [] }, { "kind": "Interface", "canonicalReference": "eth-connect!AbiFunction:interface", "docComment": "/**\n * @public\n */\n", "excerptTokens": [ { "kind": "Content", "text": "export interface AbiFunction " } ], "fileUrlPath": "../src/Schema.ts", "releaseTag": "Public", "name": "AbiFunction", "preserveMemberOrder": false, "members": [ { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFunction#anonymous:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "anonymous?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "anonymous", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFunction#constant:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "constant?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "constant", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFunction#gas:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "gas?: " }, { "kind": "Content", "text": "number" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "gas", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFunction#inputs:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "inputs?: " }, { "kind": "Reference", "text": "AbiInput", "canonicalReference": "eth-connect!AbiInput:interface" }, { "kind": "Content", "text": "[]" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "inputs", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 3 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFunction#name:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "name?: " }, { "kind": "Content", "text": "string" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "name", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFunction#outputs:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "outputs?: " }, { "kind": "Reference", "text": "AbiOutput", "canonicalReference": "eth-connect!AbiOutput:interface" }, { "kind": "Content", "text": "[]" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "outputs", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 3 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFunction#payable:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "payable?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "payable", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFunction#stateMutability:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "stateMutability?: " }, { "kind": "Reference", "text": "StateMutabilityType", "canonicalReference": "eth-connect!StateMutabilityType:type" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "stateMutability", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiFunction#type:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "type: " }, { "kind": "Content", "text": "'function'" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "type", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } } ], "extendsTokenRanges": [] }, { "kind": "Interface", "canonicalReference": "eth-connect!AbiInput:interface", "docComment": "/**\n * @public\n */\n", "excerptTokens": [ { "kind": "Content", "text": "export interface AbiInput extends " }, { "kind": "Reference", "text": "AbiOutput", "canonicalReference": "eth-connect!AbiOutput:interface" }, { "kind": "Content", "text": " " } ], "fileUrlPath": "../src/Schema.ts", "releaseTag": "Public", "name": "AbiInput", "preserveMemberOrder": false, "members": [ { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiInput#indexed:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "indexed?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "indexed", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } } ], "extendsTokenRanges": [ { "startIndex": 1, "endIndex": 2 } ] }, { "kind": "TypeAlias", "canonicalReference": "eth-connect!AbiItem:type", "docComment": "/**\n * @public\n */\n", "excerptTokens": [ { "kind": "Content", "text": "export type AbiItem = " }, { "kind": "Reference", "text": "AbiFunction", "canonicalReference": "eth-connect!AbiFunction:interface" }, { "kind": "Content", "text": " | " }, { "kind": "Reference", "text": "AbiEvent", "canonicalReference": "eth-connect!AbiEvent:interface" }, { "kind": "Content", "text": " | " }, { "kind": "Reference", "text": "AbiConstructor", "canonicalReference": "eth-connect!AbiConstructor:interface" }, { "kind": "Content", "text": " | " }, { "kind": "Reference", "text": "AbiFallback", "canonicalReference": "eth-connect!AbiFallback:interface" }, { "kind": "Content", "text": " | " }, { "kind": "Reference", "text": "AbiItemGeneric", "canonicalReference": "eth-connect!AbiItemGeneric:interface" }, { "kind": "Content", "text": ";" } ], "fileUrlPath": "../src/Schema.ts", "releaseTag": "Public", "name": "AbiItem", "typeTokenRange": { "startIndex": 1, "endIndex": 10 } }, { "kind": "Interface", "canonicalReference": "eth-connect!AbiItemGeneric:interface", "docComment": "/**\n * @public\n */\n", "excerptTokens": [ { "kind": "Content", "text": "export interface AbiItemGeneric " } ], "fileUrlPath": "../src/Schema.ts", "releaseTag": "Public", "name": "AbiItemGeneric", "preserveMemberOrder": false, "members": [ { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiItemGeneric#anonymous:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "anonymous?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "anonymous", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiItemGeneric#constant:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "constant?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "constant", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiItemGeneric#gas:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "gas?: " }, { "kind": "Content", "text": "number" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "gas", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiItemGeneric#inputs:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "inputs?: " }, { "kind": "Reference", "text": "AbiInput", "canonicalReference": "eth-connect!AbiInput:interface" }, { "kind": "Content", "text": "[]" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "inputs", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 3 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiItemGeneric#name:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "name?: " }, { "kind": "Content", "text": "string" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "name", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiItemGeneric#outputs:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "outputs?: " }, { "kind": "Reference", "text": "AbiOutput", "canonicalReference": "eth-connect!AbiOutput:interface" }, { "kind": "Content", "text": "[]" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "outputs", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 3 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiItemGeneric#payable:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "payable?: " }, { "kind": "Content", "text": "boolean" }, { "kind": "Content", "text": ";" } ], "isReadonly": false, "isOptional": true, "releaseTag": "Public", "name": "payable", "propertyTypeTokenRange": { "startIndex": 1, "endIndex": 2 } }, { "kind": "PropertySignature", "canonicalReference": "eth-connect!AbiItemGeneric#stateMutability:member", "docComment": "", "excerptTokens": [ { "kind": "Content", "text": "stateMutability?: " }, { "kind": "Reference", "text": "StateMutabilityType", "canonicalReference": "eth-c