contracts

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContractService

type ContractService struct {
	// contains filtered or unexported fields
}

ContractService is a struct wrapper for contract functions

func NewContractService

func NewContractService(tzclient tzc.TezosClient) *ContractService

NewContractService returns a new ContractService

func (*ContractService) GetStorage

func (s *ContractService) GetStorage(contract string) ([]byte, error)

GetStorage gets the contract storage for a contract

type TezosContractsService

type TezosContractsService interface {
	GetStorage(contract string) ([]byte, error)
}

Jump to

Keyboard shortcuts

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