(ctx sdk.Context, mtp *MTP)
| 45 | GetMTPCount(ctx sdk.Context) uint64 |
| 46 | GetOpenMTPCount(ctx sdk.Context) uint64 |
| 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) |
no outgoing calls