IBundleRegistry.sol
Methods
bundles(string)
Solidity
function bundles(string) external view returns (string bundle, string source, string host, string output, bool active, address author)
Parameters
| Name | Type | Description |
|---|---|---|
| _0 | string | undefined |
Returns
| Name | Type | Description |
|---|---|---|
| bundle | string | undefined |
| source | string | undefined |
| host | string | undefined |
| output | string | undefined |
| active | bool | undefined |
| author | address | undefined |
pause()
Solidity
function pause() external nonpayable
register(string,string,string,string,bool)
Solidity
function register(string _bundle, string _source, string _host, string _output, bool _active) external nonpayable returns (struct IBundleRegistry.DataSourceAdapter bundle)
Parameters
| Name | Type | Description |
|---|---|---|
| _bundle | string | undefined |
| _source | string | undefined |
| _host | string | undefined |
| _output | string | undefined |
| _active | bool | undefined |
Returns
| Name | Type | Description |
|---|---|---|
| bundle | IBundleRegistry.DataSourceAdapter | undefined |
Events
BundleRegistered
Solidity
event BundleRegistered(string bundle, string name, address creator)
Parameters
| Name | Type | Description |
|---|---|---|
| bundle | string | undefined |
| name | string | undefined |
| creator | address | undefined |