 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( // RootCmd is a root command of config section. RootCmd = &cobra.Command{ Use: "morph", Short: "Section for morph network configuration commands.", } )
Functions ¶
This section is empty.
Types ¶
type Container ¶ added in v0.24.0
type Container struct {
	Value     []byte `json:"value"`
	Signature []byte `json:"signature"`
	PublicKey []byte `json:"public_key"`
	Token     []byte `json:"token"`
	EACL      *EACL  `json:"eacl"`
}
    Container represents container struct in contract storage.
func (*Container) FromStackItem ¶ added in v0.24.0
FromStackItem implements stackitem.Convertible.
type EACL ¶ added in v0.24.0
type EACL struct {
	Value     []byte `json:"value"`
	Signature []byte `json:"signature"`
	PublicKey []byte `json:"public_key"`
	Token     []byte `json:"token"`
}
    EACL represents extended ACL struct in contract storage.
func (*EACL) FromStackItem ¶ added in v0.24.0
FromStackItem implements stackitem.Convertible.
       Source Files
      ¶
      Source Files
      ¶
    
   Click to show internal directories. 
   Click to hide internal directories.