Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAll ¶
func GetAll() (map[string]ContractInterface, error)
GetAll - receives all contract interfaces
func GetMethods ¶
GetMethods - returns list of interface methods
Types ¶
type ContractInterface ¶
type ContractInterface struct { IsRoot bool `json:"is_root,omitempty"` Entrypoints map[string]stdJSON.RawMessage }
ContractInterface -
type Fa1_2 ¶
type Fa1_2 struct{}
Fa1_2 -
func (*Fa1_2) GetContractInterface ¶
GetContractInterface -
type ViewAddress ¶
type ViewAddress struct{}
ViewAddress -
func (*ViewAddress) GetContractInterface ¶
func (f *ViewAddress) GetContractInterface() string
GetContractInterface -
type ViewBalanceOf ¶
type ViewBalanceOf struct{}
ViewBalanceOf -
func (*ViewBalanceOf) GetContractInterface ¶
func (f *ViewBalanceOf) GetContractInterface() string
GetContractInterface -
Click to show internal directories.
Click to hide internal directories.