Documentation ¶
Index ¶
- type Database
- func (db *Database) GetCommunityERC20Metadata() ([]*token.CommunityToken, error)
- func (db *Database) GetTokenPrivilegesLevel(chainID uint64, contractAddress string) (token.PrivilegesLevel, error)
- func (db *Database) GetTokenType(chainID uint64, contractAddress string) (protobuf.CommunityTokenType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
func (*Database) GetCommunityERC20Metadata ¶
func (db *Database) GetCommunityERC20Metadata() ([]*token.CommunityToken, error)
func (*Database) GetTokenPrivilegesLevel ¶
func (*Database) GetTokenType ¶
Click to show internal directories.
Click to hide internal directories.