Documentation ¶
Index ¶
- Variables
- func CopyFile(src, dst string) (int64, error)
- func Eventually(condition func() bool, waitFor time.Duration, tick time.Duration) error
- func NewClaimRecordsListJson(userEntries []cfeclaimmoduletypes.ClaimRecordEntry) (string, error)
- func NewProposalJSON(messages []sdk.Msg) (string, error)
- func WriteFile(path string, body []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EncodingConfig params.EncodingConfig Cdc codec.Codec )
Functions ¶
func Eventually ¶
Eventually asserts that given condition will be met in waitFor time, periodically checking target function each tick. copied and modified this function from testify assertion package
func NewClaimRecordsListJson ¶ added in v1.3.0
func NewClaimRecordsListJson(userEntries []cfeclaimmoduletypes.ClaimRecordEntry) (string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.