package interfaces type HvyogoSignable interface { GetArgString() string SetSign(string) GetCooperatorId() string }