Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAccount ¶
type MockAccount struct {
Name, Password string
Address types.AccAddress
}
type MockClient ¶
type MockClient struct { sdk.IRITAClient // contains filtered or unexported fields }
func GetMock ¶
func GetMock() *MockClient
func (MockClient) Account ¶
func (tc MockClient) Account() MockAccount
func (MockClient) RandStringOfLength ¶
func (tc MockClient) RandStringOfLength(l int) string
Click to show internal directories.
Click to hide internal directories.