package
0.5.16
Repository: https://github.com/rss3-network/protocol-go.git
Documentation: pkg.go.dev

# Functions

EthereumChainIDString retrieves an enum value from the enum constants string name.
EthereumChainIDStrings returns a slice of all String values of the enum.
EthereumChainIDValues returns all values of the enum.
No description provided by the author
No description provided by the author
NetworkString retrieves an enum value from the enum constants string name.
NetworkStrings returns a slice of all String values of the enum.
NetworkValues returns all values of the enum.
ParseNetworkAndChainIDFromString returns the Network and its corresponding EthereumChainID based on a string network name.

# Constants

Open Data Protocols.
arbitrum.
arweave.
Open Data Protocols.
Open Data Protocols.
avax.
base.
binance-smart-chain.
bitcoin.
bluesky.
crossbell.
ethereum.
arbitrum.
avax.
base.
binance-smart-chain.
crossbell.
gnosis.
linea.
ethereum.
optimism.
polygon.
savm.
vsl.
x-layer.
Open Data Protocols.
farcaster.
Open Data Protocols.
gnosis.
linea.
mastodon.
near.
Open Data Protocols.
optimism.
polygon.
rsshub.
Open Data Protocols.
savm.
unknown.
vsl.
x-layer.

# Type aliases

go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=EthereumChainID --linecomment --output ethereum_chain_string.go --json --yaml --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=EthereumChainID --linecomment --output ../../openapi/enum/EthereumChain.yaml -t ../../openapi/tmpl/Network.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=Network --linecomment --output network_string.go --json --yaml --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=Network --linecomment --output ../../openapi/enum/Network.yaml -t ../../openapi/tmpl/Network.yaml.tmpl.
No description provided by the author