Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertEventEmmited ¶ added in v0.3.0
func MustDateTimeToProto ¶ added in v0.2.0
MustDateTimeToProto parses a time.DateTime (YYYY-MM-DD HH:MM:SS) timestamp and converts into a proto Timestamp. Panics if input is invalid
Types ¶
type AccountKeeperStub ¶
func (*AccountKeeperStub) FirstAcc ¶ added in v0.3.0
func (s *AccountKeeperStub) FirstAcc() sdk.AccountI
func (*AccountKeeperStub) GenAccount ¶ added in v0.3.0
func (s *AccountKeeperStub) GenAccount() sdk.AccountI
func (*AccountKeeperStub) GetAccount ¶
func (s *AccountKeeperStub) GetAccount(ctx context.Context, address sdk.AccAddress) sdk.AccountI
func (*AccountKeeperStub) NewAccount ¶ added in v0.3.0
func (s *AccountKeeperStub) NewAccount(key cryptotypes.PubKey) sdk.AccountI
Click to show internal directories.
Click to hide internal directories.