MCPcopy Create free account
hub / github.com/Sifchain/sifnode / GetMTPIterator

Method GetMTPIterator

x/margin/types/expected_keepers.go:49–49  ·  view source on GitHub ↗
(ctx sdk.Context)

Source from the content-addressed store, hash-verified

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)

Callers 1

Calls

no outgoing calls

Tested by 1