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

     1  package alephiumhelper
     2  
     3  type CallContractRequest struct {
     4  	Group       int    `json:"group"`
     5  	Address     string `json:"address"`
     6  	MethodIndex int    `json:"methodIndex"`
     7  }
     8  
     9  type Calls struct {
    10  	Calls []CallContractRequest `json:"calls"`
    11  }