(ctx sdk.Context)
| 47 | SetMTP(ctx sdk.Context, mtp *MTP) error |
| 48 | GetMTP(ctx sdk.Context, mtpAddress string, id uint64) (MTP, error) |
| 49 | GetMTPIterator(ctx sdk.Context) sdk.Iterator |
| 50 | GetMTPs(ctx sdk.Context, pagination *query.PageRequest) ([]*MTP, *query.PageResponse, error) |
| 51 | GetMTPsForPool(ctx sdk.Context, asset string, pagination *query.PageRequest) ([]*MTP, *query.PageResponse, error) |
| 52 | GetMTPsForAddress(ctx sdk.Context, mtpAddress sdk.Address, pagination *query.PageRequest) ([]*MTP, *query.PageResponse, error) |
no outgoing calls