package wallet type BusinessName string func (b BusinessName) ToINT8() int8 { return int8(0) }