github.com/diadata-org/diadata@v1.4.593/pkg/dia/helpers/alephium-helper/contract_state.go (about)

     1  package alephiumhelper
     2  
     3  type MutField struct {
     4  	Type  string `json:"type"`
     5  	Value string `json:"value"`
     6  }
     7  
     8  type ContractStateResponse struct {
     9  	Address   string     `json:"address"`
    10  	MutFields []MutField `json:"mutFields"`
    11  }