Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyRegistryAddress = "0x00000000Fc1237824fb747aBDE0FF18990E59b7e" KeyRegistryChainID uint64 = 10 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FarcasterProvider ¶
type FarcasterProvider struct { Address common.Address ChainID uint64 // contains filtered or unexported fields }
FarcasterProvider is a Web3 provider that connects to multiple Ethereum clients.
func NewFarcasterProvider ¶
func NewFarcasterProvider(w3p *web3.Web3Pool) (*FarcasterProvider, error)
func (*FarcasterProvider) GetAppKeysByFid ¶
func (p *FarcasterProvider) GetAppKeysByFid(fid *big.Int) ([][]byte, error)
type ProviderInfo ¶
type ProviderInfo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.