package wallet type Status int64 func (o *Status) ToInt() int { return int(*o) } type ThreePartyStatus int64 func (o *ThreePartyStatus) ToInt() int { return int(*o) } type DirectionType int64 func (o *DirectionType) ToInt() int { return int(*o) }