(ctx context.Context, localpart string, chatFee string)
| 110 | SelectChainData(ctx context.Context, localpart string) (*types2.UserChainInfo, error) |
| 111 | SetMortgageFee(ctx context.Context, localpart string, mortgageFee string) (err error) |
| 112 | SetChatFee(ctx context.Context, localpart string, chatFee string) (err error) |
| 113 | InsertAddressBook(ctx context.Context, localpart string, friendLocalpart []string) (err error) |
| 114 | |
| 115 | AddTelNumbers(ctx context.Context, localpart string, telNums []int64) (err error) |
no outgoing calls
no test coverage detected