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