(ctx context.Context, localpart string, mortgageFee string)
| 109 | InsertChainData(ctx context.Context, localpart string, servername string, chatFee string, mortgageFee string) (err error) |
| 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 |
no outgoing calls
no test coverage detected