Documentation ¶
Index ¶
- type ReputationKeeper
- func (_m *ReputationKeeper) DonateAt(ctx types.Context, username linotypes.AccountKey, post linotypes.Permlink, ...) (linotypes.MiniDollar, types.Error)
- func (_m *ReputationKeeper) ExportToFile(ctx types.Context, cdc *amino.Codec, file string) error
- func (_m *ReputationKeeper) GetCurrentRound(ctx types.Context) (int64, types.Error)
- func (_m *ReputationKeeper) GetReputation(ctx types.Context, username linotypes.AccountKey) (linotypes.MiniDollar, types.Error)
- func (_m *ReputationKeeper) ImportFromFile(ctx types.Context, cdc *amino.Codec, file string) error
- func (_m *ReputationKeeper) Update(ctx types.Context) types.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReputationKeeper ¶
ReputationKeeper is an autogenerated mock type for the ReputationKeeper type
func (*ReputationKeeper) DonateAt ¶
func (_m *ReputationKeeper) DonateAt(ctx types.Context, username linotypes.AccountKey, post linotypes.Permlink, amount linotypes.MiniDollar) (linotypes.MiniDollar, types.Error)
DonateAt provides a mock function with given fields: ctx, username, post, amount
func (*ReputationKeeper) ExportToFile ¶
ExportToFile provides a mock function with given fields: ctx, cdc, file
func (*ReputationKeeper) GetCurrentRound ¶
GetCurrentRound provides a mock function with given fields: ctx
func (*ReputationKeeper) GetReputation ¶
func (_m *ReputationKeeper) GetReputation(ctx types.Context, username linotypes.AccountKey) (linotypes.MiniDollar, types.Error)
GetReputation provides a mock function with given fields: ctx, username
func (*ReputationKeeper) ImportFromFile ¶
ImportFromFile provides a mock function with given fields: ctx, cdc, file
Click to show internal directories.
Click to hide internal directories.