File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # sequence-builder v0.1.0 5efc697e3a9bb84df6cafc472faece18610f4f72
1+ # sequence-builder v0.1.0 ff18326224157a2317a535a2f53fb9cd64251b64
22# --
33# Code generated by webrpc-gen@v0.26.1 with openapi generator; DO NOT EDIT
44#
@@ -944,6 +944,18 @@ components:
944944 type : string
945945 updatedAt :
946946 type : string
947+ ContractData :
948+ type : object
949+ required :
950+ - abi
951+ - bytecode
952+ properties :
953+ abi :
954+ type : string
955+ bytecode :
956+ type : string
957+ hash :
958+ type : string
947959 AuthSessionType :
948960 type : string
949961 description : Represented as uint16 on the server side
@@ -1564,119 +1576,6 @@ components:
15641576 type : string
15651577 updatedAt :
15661578 type : string
1567- ContractSource :
1568- type : object
1569- required :
1570- - id
1571- - uid
1572- - contractType
1573- - name
1574- - description
1575- - author
1576- - license
1577- - audited
1578- - moreInfoUrl
1579- - disabled
1580- - factorySourceUid
1581- - abi
1582- - bytecode
1583- - bytecodeHash
1584- - createdAt
1585- - updatedAt
1586- properties :
1587- id :
1588- type : number
1589- uid :
1590- type : string
1591- contractType :
1592- type : string
1593- projectId :
1594- type : number
1595- name :
1596- type : string
1597- description :
1598- type : string
1599- author :
1600- type : string
1601- license :
1602- type : string
1603- audited :
1604- type : boolean
1605- moreInfoUrl :
1606- type : string
1607- disabled :
1608- type : boolean
1609- factorySourceUid :
1610- type : string
1611- abi :
1612- type : string
1613- bytecode :
1614- type : string
1615- bytecodeHash :
1616- type : string
1617- createdAt :
1618- type : string
1619- updatedAt :
1620- type : string
1621- ContractFactory :
1622- type : object
1623- required :
1624- - id
1625- - chainId
1626- - contractAddress
1627- - uid
1628- - createdAt
1629- - updatedAt
1630- properties :
1631- id :
1632- type : number
1633- chainId :
1634- type : number
1635- contractAddress :
1636- type : string
1637- uid :
1638- type : string
1639- abi :
1640- type : string
1641- bytecode :
1642- type : string
1643- bytecodeHash :
1644- type : string
1645- createdAt :
1646- type : string
1647- updatedAt :
1648- type : string
1649- NewContractSource :
1650- type : object
1651- required :
1652- - uid
1653- - name
1654- - contractType
1655- - bytecode
1656- - abi
1657- properties :
1658- uid :
1659- type : string
1660- name :
1661- type : string
1662- description :
1663- type : string
1664- author :
1665- type : string
1666- license :
1667- type : string
1668- audited :
1669- type : boolean
1670- moreInfoUrl :
1671- type : string
1672- disabled :
1673- type : boolean
1674- contractType :
1675- type : string
1676- bytecode :
1677- type : string
1678- abi :
1679- type : string
16801579 GasTankStatus :
16811580 type : object
16821581 required :
@@ -2577,6 +2476,109 @@ components:
25772476 type : number
25782477 numTxns :
25792478 type : number
2479+ ContractLibraryStatus :
2480+ type : string
2481+ description : Represented as uint8 on the server side
2482+ enum :
2483+ - DEPRECATED
2484+ - NIGHTLY
2485+ - STABLE
2486+ ContractLibraryItem :
2487+ type : object
2488+ required :
2489+ - uid
2490+ - contractType
2491+ - name
2492+ - description
2493+ - author
2494+ - license
2495+ - moreInfoUrl
2496+ - disabled
2497+ - createdAt
2498+ - updatedAt
2499+ properties :
2500+ uid :
2501+ type : string
2502+ contractType :
2503+ type : string
2504+ name :
2505+ type : string
2506+ description :
2507+ type : string
2508+ author :
2509+ type : string
2510+ license :
2511+ type : string
2512+ moreInfoUrl :
2513+ type : string
2514+ disabled :
2515+ type : boolean
2516+ createdAt :
2517+ type : string
2518+ updatedAt :
2519+ type : string
2520+ ContractLibraryVersion :
2521+ type : object
2522+ required :
2523+ - uid
2524+ - version
2525+ - audited
2526+ - releaseNotes
2527+ - upgradable
2528+ - sourceData
2529+ - status
2530+ - createdAt
2531+ - updatedAt
2532+ properties :
2533+ uid :
2534+ type : string
2535+ version :
2536+ type : number
2537+ audited :
2538+ type : boolean
2539+ releaseNotes :
2540+ type : string
2541+ upgradable :
2542+ type : boolean
2543+ sourceData :
2544+ $ref : ' #/components/schemas/ContractData'
2545+ factoryAddress :
2546+ type : string
2547+ factoryData :
2548+ $ref : ' #/components/schemas/ContractData'
2549+ chainIds :
2550+ type : array
2551+ description : ' []uint64'
2552+ items :
2553+ type : number
2554+ status :
2555+ $ref : ' #/components/schemas/ContractLibraryStatus'
2556+ createdAt :
2557+ type : string
2558+ updatedAt :
2559+ type : string
2560+ ProjectContractSource :
2561+ type : object
2562+ required :
2563+ - projectId
2564+ - uid
2565+ - data
2566+ - name
2567+ - createdAt
2568+ - updatedAt
2569+ properties :
2570+ projectId :
2571+ type : number
2572+ uid :
2573+ type : string
2574+ data :
2575+ $ref : ' #/components/schemas/ContractData'
2576+ name :
2577+ type : string
2578+ createdAt :
2579+ type : string
2580+ updatedAt :
2581+ type : string
25802582 EcosystemType :
25812583 type : string
25822584 description : Represented as string on the server side
You can’t perform that action at this time.
0 commit comments