Type Definitions
SecretHashPair
Secret Hash Pair
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
secret |
Buffer | a cryptographically secure 32 Byte hash if the entropy of sjcl.random is completed appropriately |
hash |
Buffer | keccak256 hash of secret |
- Source:
Signature
Signature Type defintion from ethereumjs
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
r |
Buffer | |
s |
Buffer | |
v |
int |
- Source: