package request

type ChainParams struct {
	Hash string `json:"hash" form:"hash"` // 区块/合约hash
}