cosmos-sdk/client/keys
Alessio Treglia 415eab7a56
Create new generic keyring constructor: NewKeyring (#5547)
Remove other convenience constructors:
 * Remove NewKeyBaseFromHomeFlag
 * Remove NewKeyringFromDir
 * Remove NewKeyringFromHomeFlag
2020-01-22 17:54:56 +00:00
..
add.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
add_ledger_test.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
add_test.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
codec.go Interchangable PrivKey implementations in keybase (#5278) 2019-12-12 21:52:24 +00:00
codec_test.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
delete.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
delete_test.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
export.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
export_test.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
import.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
import_test.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
list.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
list_test.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
migrate.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
migrate_test.go Interchangable PrivKey implementations in keybase (#5278) 2019-12-12 21:52:24 +00:00
mnemonic.go Interchangable PrivKey implementations in keybase (#5278) 2019-12-12 21:52:24 +00:00
mnemonic_test.go Interchangable PrivKey implementations in keybase (#5278) 2019-12-12 21:52:24 +00:00
parse.go Interchangable PrivKey implementations in keybase (#5278) 2019-12-12 21:52:24 +00:00
parse_test.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
root.go Interchangable PrivKey implementations in keybase (#5278) 2019-12-12 21:52:24 +00:00
root_test.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
show.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
show_test.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
types.go gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
update.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
update_test.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00
utils.go Create new generic keyring constructor: NewKeyring (#5547) 2020-01-22 17:54:56 +00:00