#1 go-ethereum
Package ethereum defines interfaces for interacting with Ethereum.
Go library to interface with Solana JSON RPC and WebSocket interfaces.
Health score 94/100, confidence 100/100.
| Latest version | v1.20.0 |
| Imported by | 2.2K packages |
| Stars | 1.6K |
| Forks | 432 |
| Last activity | 3 days ago |
| Latest release | v1.20.0 (21 days ago) |
| License | Apache-2.0 |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| AccountMeta | Type | type AccountMeta struct{ ... } |
| AccountMeta.IsSigner | Field | IsSigner bool |
| AccountMeta.IsWritable | Field | IsWritable bool |
| AccountMeta.PublicKey | Field | PublicKey PublicKey |
| AccountMeta.SIGNER | Method | func (meta *AccountMeta) SIGNER() *AccountMeta |
| AccountMeta.WRITE | Method | func (meta *AccountMeta) WRITE() *AccountMeta |
| Meta | Function | func Meta(pubKey PublicKey) *AccountMeta |
| NewAccountMeta | Function | func NewAccountMeta(pubKey PublicKey, WRITE bool, SIGNER bool) *AccountMeta |
| AccountMetaSlice | Type | type AccountMetaSlice []*AccountMeta |
| AccountMetaSlice.Append | Method | func (slice *AccountMetaSlice) Append(account *AccountMeta) |
| AccountMetaSlice.Get | Method | func (slice AccountMetaSlice) Get(index int) *AccountMeta |
| AccountMetaSlice.GetAccounts | Method | func (slice AccountMetaSlice) GetAccounts() []*AccountMeta |
Package ethereum defines interfaces for interacting with Ethereum.
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
Lightning Network Daemon ⚡️
Ethereum Golang API