#1 solana-go
Go library to interface with Solana JSON RPC and WebSocket interfaces.
Package ethereum defines interfaces for interacting with Ethereum.
Health score 83/100, confidence 80/100.
| Latest version | v1.17.3 |
| Imported by | 18.2K packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 16 days ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| BlockNumberReader | Type | type BlockNumberReader interface{ ... } |
| BlockNumberReader.BlockNumber | Method | BlockNumber func(ctx context.Context) (uint64, error) |
| BlockOverrides | Type | type BlockOverrides struct{ ... } |
| BlockOverrides.BaseFee | Field | BaseFee *big.Int |
| BlockOverrides.Coinbase | Field | Coinbase common.Address |
| BlockOverrides.Difficulty | Field | Difficulty *big.Int |
| BlockOverrides.GasLimit | Field | GasLimit uint64 |
| BlockOverrides.MarshalJSON | Method | func (o BlockOverrides) MarshalJSON() ([]byte, error) |
| BlockOverrides.Number | Field | Number *big.Int |
| BlockOverrides.Random | Field | Random common.Hash |
| BlockOverrides.Time | Field | Time uint64 |
| CallMsg | Type | type CallMsg struct{ ... } |
Go library to interface with Solana JSON RPC and WebSocket interfaces.