address

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressSecurity

type AddressSecurity struct {
	AccessToken string
	Config      *Config
}

func NewAddressSecurity

func NewAddressSecurity(accessToken string, config *Config) *AddressSecurity

func (*AddressSecurity) Run

func (s *AddressSecurity) Run(chainId, address string) (*Result, error)

type Config

type Config struct {
	// timeout seconds
	Timeout int
}

type Result

type Result struct {
	Code    int               `json:"code"`
	Message string            `json:"message"`
	Result  map[string]string `json:"result"`
}

Jump to

Keyboard shortcuts

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