Skip to content

Commit e17614f

Browse files
author
ScottyPoi
committed
testdata: add description to signers.ts
1 parent 3ab7adb commit e17614f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/testdata/src/signers.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import { Address, hexToBytes } from '@ethereumjs/util'
22

3+
/**
4+
* Commen set of Signers for internal test construction.
5+
* Sets of privateKeys, publicKeys, and addresses
6+
* Use these signers in test construction instead of hardcoding or constructing new signers.
7+
*/
8+
39
export type Signer = {
410
address: Address
511
privateKey: Uint8Array

0 commit comments

Comments
 (0)