Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Alice is the test key A. Alice = newEd25519TestKey("oasis-runtime-sdk/test-keys: alice") // Bob is the test key A. Bob = newEd25519TestKey("oasis-runtime-sdk/test-keys: bob") // Charlie is the test key C. Charlie = newEd25519TestKey("oasis-runtime-sdk/test-keys: charlie") // Cory is the default test key used by oasis-net-runner. Cory = newEd25519TestKey("ekiden test entity key seed") // Dave is the test key D. Dave = newSecp256k1TestKey("oasis-runtime-sdk/test-keys: dave") // Erin is the test key E. Erin = newSecp256k1TestKey("oasis-runtime-sdk/test-keys: erin") // Frank is the test key F. Frank = newSr25519TestKey("oasis-runtime-sdk/test-keys: frank") // Grace is the test key G. Grace = newSr25519TestKey("oasis-runtime-sdk/test-keys: grace") // TestAccounts contains all test keys. TestAccounts = map[string]TestKey{ "alice": Alice, "bob": Bob, "charlie": Charlie, "cory": Cory, "dave": Dave, "erin": Erin, "frank": Frank, "grace": Grace, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.