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

# Functions

CollectibleApprovalActionString retrieves an enum value from the enum constants string name.
CollectibleApprovalActionStrings returns a slice of all String values of the enum.
CollectibleApprovalActionValues returns all values of the enum.
CollectibleAuctionActionString retrieves an enum value from the enum constants string name.
CollectibleAuctionActionStrings returns a slice of all String values of the enum.
CollectibleAuctionActionValues returns all values of the enum.
CollectibleTradeActionString retrieves an enum value from the enum constants string name.
CollectibleTradeActionStrings returns a slice of all String values of the enum.
CollectibleTradeActionValues returns all values of the enum.
ExchangeLiquidityActionString retrieves an enum value from the enum constants string name.
ExchangeLiquidityActionStrings returns a slice of all String values of the enum.
ExchangeLiquidityActionValues returns all values of the enum.
ExchangeLoanActionString retrieves an enum value from the enum constants string name.
ExchangeLoanActionStrings returns a slice of all String values of the enum.
ExchangeLoanActionValues returns all values of the enum.
ExchangeStakingActionString retrieves an enum value from the enum constants string name.
ExchangeStakingActionStrings returns a slice of all String values of the enum.
ExchangeStakingActionValues returns all values of the enum.
GovernanceVoteActionString retrieves an enum value from the enum constants string name.
GovernanceVoteActionStrings returns a slice of all String values of the enum.
GovernanceVoteActionValues returns all values of the enum.
MetaverseTradeActionString retrieves an enum value from the enum constants string name.
MetaverseTradeActionStrings returns a slice of all String values of the enum.
MetaverseTradeActionValues returns all values of the enum.
SocialProfileActionString retrieves an enum value from the enum constants string name.
SocialProfileActionStrings returns a slice of all String values of the enum.
SocialProfileActionValues returns all values of the enum.
SocialProxyActionString retrieves an enum value from the enum constants string name.
SocialProxyActionStrings returns a slice of all String values of the enum.
SocialProxyActionValues returns all values of the enum.
StandardString retrieves an enum value from the enum constants string name.
StandardStrings returns a slice of all String values of the enum.
StandardValues returns all values of the enum.
TransactionApprovalActionString retrieves an enum value from the enum constants string name.
TransactionApprovalActionStrings returns a slice of all String values of the enum.
TransactionApprovalActionValues returns all values of the enum.
TransactionBridgeActionString retrieves an enum value from the enum constants string name.
TransactionBridgeActionStrings returns a slice of all String values of the enum.
TransactionBridgeActionValues returns all values of the enum.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ERC-1155.
ERC-165.
ERC-1967.
ERC-20.
ERC-721.
NEP-141.
Unknown.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=CollectibleApprovalAction --transform=snake --trimprefix=ActionCollectibleApproval --output collectible_approval.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=CollectibleApprovalAction --transform=snake --trimprefix=ActionCollectibleApproval --output ../../openapi/enum/CollectibleApprovalAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=CollectibleAuctionAction --transform=snake --trimprefix=ActionCollectibleAuction --output collectible_auction.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=CollectibleAuctionAction --transform=snake --trimprefix=ActionCollectibleAuction --output ../../openapi/enum/CollectibleAuctionAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
No description provided by the author
No description provided by the author
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=CollectibleTradeAction --transform=snake --trimprefix=ActionCollectibleTrade --output collectible_trade.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=CollectibleTradeAction --transform=snake --trimprefix=ActionCollectibleTrade --output ../../openapi/enum/CollectibleTradeAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
No description provided by the author
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=ExchangeLiquidityAction --transform=snake --trimprefix=ActionExchangeLiquidity --output exchange_liquidity.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=ExchangeLiquidityAction --transform=snake --trimprefix=ActionExchangeLiquidity --output ../../openapi/enum/ExchangeLiquidityAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=ExchangeLoanAction --transform=snake --trimprefix=ActionExchangeLoan --output exchange_loan.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=ExchangeLoanAction --transform=snake --trimprefix=ActionExchangeLoan --output ../../openapi/enum/ExchangeLoanAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=ExchangeStakingAction --transform=snake --trimprefix=ActionExchangeStaking --output exchange_staking.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=ExchangeStakingAction --transform=snake --trimprefix=ActionExchangeStaking --output ../../openapi/enum/ExchangeStakingAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=GovernanceVoteAction --transform=snake --trimprefix=ActionGovernanceVote --output governance_vote.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=GovernanceVoteAction --transform=snake --trimprefix=ActionGovernanceVote --output ../../openapi/enum/GovernanceVoteAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
No description provided by the author
No description provided by the author
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=MetaverseTradeAction --transform=snake --trimprefix=ActionMetaverseTrade --output metaverse_trade.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=MetaverseTradeAction --transform=snake --trimprefix=ActionMetaverseTrade --output ../../openapi/enum/MetaverseTradeAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=SocialProfileAction --transform=snake --trimprefix=ActionSocialProfile --output social_profile.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=SocialProfileAction --transform=snake --trimprefix=ActionSocialProfile --output ../../openapi/enum/SocialProfileAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=SocialProxyAction --transform=snake --trimprefix=ActionSocialProxy --output social_proxy.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=SocialProxyAction --transform=snake --trimprefix=ActionSocialProxy --output ../../openapi/enum/SocialProxyAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
No description provided by the author
No description provided by the author
No description provided by the author
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=Standard --linecomment --output token_standard_string.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=Standard --linecomment --output ../../openapi/enum/Standard.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=TransactionApprovalAction --transform=snake --trimprefix=ActionTransaction --output transaction_approval.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=TransactionApprovalAction --transform=snake --trimprefix=ActionTransaction --output ../../openapi/enum/TransactionApprovalAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=TransactionBridgeAction --transform=snake --trimprefix=ActionTransactionBridge --output transaction_bridge.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=TransactionBridgeAction --transform=snake --trimprefix=ActionTransactionBridge --output ../../openapi/enum/TransactionBridgeAction.yaml -t ../../openapi/tmpl/Action.yaml.tmpl.
No description provided by the author
No description provided by the author
No description provided by the author