(ctx context.Context, localpart string)
| 108 | InsertRelationInvite(ctx context.Context, inviter string, invitee string, presentFee string) (err error) |
| 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) |
no outgoing calls
no test coverage detected