package interfaces
import "service/api/message"
type HvyogoSignable interface {
GetArgList() []*message.JsonParamEntry
SetSign(string)
GetCooperatorId() string
}