seed

package
v0.0.1-rc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Apis

type Apis struct {
	RPC []RPC `json:"rpc"`
}

type RPC

type RPC struct {
	Address  string `json:"address"`
	Provider string `json:"provider"`
}

type Seed

type Seed struct {
	Status  string `json:"status"`
	ChainID string `json:"chain_id"`
	Apis    Apis   `json:"apis"`
}

func Fetch

func Fetch(url string) (Seed, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL