@@ -65,7 +65,7 @@ _**see**_: Transaction
65
65
66
66
_ Overrides [ Transaction] ( transaction.md ) .[ constructor] ( transaction.md#constructor ) _
67
67
68
- _ Defined in [ fake.ts:22] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/fake.ts#L22 ) _
68
+ _ Defined in [ fake.ts:22] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/fake.ts#L22 ) _
69
69
70
70
** Parameters:**
71
71
@@ -88,7 +88,7 @@ _Defined in [fake.ts:22](https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca
88
88
89
89
_ Inherited from [ Transaction] ( transaction.md ) .[ \_ from] ( transaction.md#_from ) _
90
90
91
- _ Defined in [ transaction.ts:37] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L37 ) _
91
+ _ Defined in [ transaction.ts:37] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L37 ) _
92
92
93
93
---
94
94
@@ -100,7 +100,7 @@ _Defined in [transaction.ts:37](https://github.com/ethereumjs/ethereumjs-tx/blob
100
100
101
101
_ Inherited from [ Transaction] ( transaction.md ) .[ data] ( transaction.md#data ) _
102
102
103
- _ Defined in [ transaction.ts:30] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L30 ) _
103
+ _ Defined in [ transaction.ts:30] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L30 ) _
104
104
105
105
---
106
106
@@ -110,7 +110,7 @@ _Defined in [transaction.ts:30](https://github.com/ethereumjs/ethereumjs-tx/blob
110
110
111
111
** ● from** : _ ` Buffer ` _
112
112
113
- _ Defined in [ fake.ts:22] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/fake.ts#L22 ) _
113
+ _ Defined in [ fake.ts:22] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/fake.ts#L22 ) _
114
114
115
115
Set from address to bypass transaction signing. This is not an optional property, as its getter never returns undefined.
116
116
@@ -124,7 +124,7 @@ Set from address to bypass transaction signing. This is not an optional property
124
124
125
125
_ Inherited from [ Transaction] ( transaction.md ) .[ gasLimit] ( transaction.md#gaslimit ) _
126
126
127
- _ Defined in [ transaction.ts:26] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L26 ) _
127
+ _ Defined in [ transaction.ts:26] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L26 ) _
128
128
129
129
---
130
130
@@ -136,7 +136,7 @@ _Defined in [transaction.ts:26](https://github.com/ethereumjs/ethereumjs-tx/blob
136
136
137
137
_ Inherited from [ Transaction] ( transaction.md ) .[ gasPrice] ( transaction.md#gasprice ) _
138
138
139
- _ Defined in [ transaction.ts:27] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L27 ) _
139
+ _ Defined in [ transaction.ts:27] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L27 ) _
140
140
141
141
---
142
142
@@ -148,7 +148,7 @@ _Defined in [transaction.ts:27](https://github.com/ethereumjs/ethereumjs-tx/blob
148
148
149
149
_ Inherited from [ Transaction] ( transaction.md ) .[ nonce] ( transaction.md#nonce ) _
150
150
151
- _ Defined in [ transaction.ts:25] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L25 ) _
151
+ _ Defined in [ transaction.ts:25] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L25 ) _
152
152
153
153
---
154
154
@@ -160,7 +160,7 @@ _Defined in [transaction.ts:25](https://github.com/ethereumjs/ethereumjs-tx/blob
160
160
161
161
_ Inherited from [ Transaction] ( transaction.md ) .[ r] ( transaction.md#r ) _
162
162
163
- _ Defined in [ transaction.ts:32] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L32 ) _
163
+ _ Defined in [ transaction.ts:32] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L32 ) _
164
164
165
165
---
166
166
@@ -172,7 +172,7 @@ _Defined in [transaction.ts:32](https://github.com/ethereumjs/ethereumjs-tx/blob
172
172
173
173
_ Inherited from [ Transaction] ( transaction.md ) .[ raw] ( transaction.md#raw ) _
174
174
175
- _ Defined in [ transaction.ts:24] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L24 ) _
175
+ _ Defined in [ transaction.ts:24] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L24 ) _
176
176
177
177
---
178
178
@@ -184,7 +184,7 @@ _Defined in [transaction.ts:24](https://github.com/ethereumjs/ethereumjs-tx/blob
184
184
185
185
_ Inherited from [ Transaction] ( transaction.md ) .[ s] ( transaction.md#s ) _
186
186
187
- _ Defined in [ transaction.ts:33] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L33 ) _
187
+ _ Defined in [ transaction.ts:33] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L33 ) _
188
188
189
189
---
190
190
@@ -196,7 +196,7 @@ _Defined in [transaction.ts:33](https://github.com/ethereumjs/ethereumjs-tx/blob
196
196
197
197
_ Inherited from [ Transaction] ( transaction.md ) .[ to] ( transaction.md#to ) _
198
198
199
- _ Defined in [ transaction.ts:28] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L28 ) _
199
+ _ Defined in [ transaction.ts:28] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L28 ) _
200
200
201
201
---
202
202
@@ -208,7 +208,7 @@ _Defined in [transaction.ts:28](https://github.com/ethereumjs/ethereumjs-tx/blob
208
208
209
209
_ Inherited from [ Transaction] ( transaction.md ) .[ v] ( transaction.md#v ) _
210
210
211
- _ Defined in [ transaction.ts:31] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L31 ) _
211
+ _ Defined in [ transaction.ts:31] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L31 ) _
212
212
213
213
---
214
214
@@ -220,7 +220,7 @@ _Defined in [transaction.ts:31](https://github.com/ethereumjs/ethereumjs-tx/blob
220
220
221
221
_ Inherited from [ Transaction] ( transaction.md ) .[ value] ( transaction.md#value ) _
222
222
223
- _ Defined in [ transaction.ts:29] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L29 ) _
223
+ _ Defined in [ transaction.ts:29] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L29 ) _
224
224
225
225
---
226
226
@@ -234,7 +234,7 @@ _Defined in [transaction.ts:29](https://github.com/ethereumjs/ethereumjs-tx/blob
234
234
235
235
_ Inherited from [ Transaction] ( transaction.md ) .[ getBaseFee] ( transaction.md#getbasefee ) _
236
236
237
- _ Defined in [ transaction.ts:296] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L296 ) _
237
+ _ Defined in [ transaction.ts:296] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L296 ) _
238
238
239
239
the minimum amount of gas the tx must have (DataFee + TxFee + Creation Fee)
240
240
@@ -250,7 +250,7 @@ the minimum amount of gas the tx must have (DataFee + TxFee + Creation Fee)
250
250
251
251
_ Inherited from [ Transaction] ( transaction.md ) .[ getChainId] ( transaction.md#getchainid ) _
252
252
253
- _ Defined in [ transaction.ts:202] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L202 ) _
253
+ _ Defined in [ transaction.ts:202] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L202 ) _
254
254
255
255
returns chain ID
256
256
@@ -266,7 +266,7 @@ returns chain ID
266
266
267
267
_ Inherited from [ Transaction] ( transaction.md ) .[ getDataFee] ( transaction.md#getdatafee ) _
268
268
269
- _ Defined in [ transaction.ts:282] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L282 ) _
269
+ _ Defined in [ transaction.ts:282] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L282 ) _
270
270
271
271
The amount of gas paid for the data in this tx
272
272
@@ -282,7 +282,7 @@ The amount of gas paid for the data in this tx
282
282
283
283
_ Inherited from [ Transaction] ( transaction.md ) .[ getSenderAddress] ( transaction.md#getsenderaddress ) _
284
284
285
- _ Defined in [ transaction.ts:209] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L209 ) _
285
+ _ Defined in [ transaction.ts:209] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L209 ) _
286
286
287
287
returns the sender's address
288
288
@@ -298,7 +298,7 @@ returns the sender's address
298
298
299
299
_ Inherited from [ Transaction] ( transaction.md ) .[ getSenderPublicKey] ( transaction.md#getsenderpublickey ) _
300
300
301
- _ Defined in [ transaction.ts:221] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L221 ) _
301
+ _ Defined in [ transaction.ts:221] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L221 ) _
302
302
303
303
returns the public key of the sender
304
304
@@ -314,7 +314,7 @@ returns the public key of the sender
314
314
315
315
_ Inherited from [ Transaction] ( transaction.md ) .[ getUpfrontCost] ( transaction.md#getupfrontcost ) _
316
316
317
- _ Defined in [ transaction.ts:307] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L307 ) _
317
+ _ Defined in [ transaction.ts:307] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L307 ) _
318
318
319
319
the up front amount that an account must have for this transaction to be valid
320
320
@@ -330,7 +330,7 @@ the up front amount that an account must have for this transaction to be valid
330
330
331
331
_ Overrides [ Transaction] ( transaction.md ) .[ hash] ( transaction.md#hash ) _
332
332
333
- _ Defined in [ fake.ts:53] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/fake.ts#L53 ) _
333
+ _ Defined in [ fake.ts:53] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/fake.ts#L53 ) _
334
334
335
335
Computes a sha3-256 hash of the serialized tx, using the sender address to generate a fake signature.
336
336
@@ -352,7 +352,7 @@ Computes a sha3-256 hash of the serialized tx, using the sender address to gener
352
352
353
353
_ Inherited from [ Transaction] ( transaction.md ) .[ serialize] ( transaction.md#serialize ) _
354
354
355
- _ Defined in [ transaction.ts:337] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L337 ) _
355
+ _ Defined in [ transaction.ts:337] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L337 ) _
356
356
357
357
Returns the rlp encoding of the transaction
358
358
@@ -368,7 +368,7 @@ Returns the rlp encoding of the transaction
368
368
369
369
_ Inherited from [ Transaction] ( transaction.md ) .[ sign] ( transaction.md#sign ) _
370
370
371
- _ Defined in [ transaction.ts:262] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L262 ) _
371
+ _ Defined in [ transaction.ts:262] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L262 ) _
372
372
373
373
sign a transaction with a given private key
374
374
@@ -390,7 +390,7 @@ sign a transaction with a given private key
390
390
391
391
_ Inherited from [ Transaction] ( transaction.md ) .[ toCreationAddress] ( transaction.md#tocreationaddress ) _
392
392
393
- _ Defined in [ transaction.ts:169] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L169 ) _
393
+ _ Defined in [ transaction.ts:169] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L169 ) _
394
394
395
395
If the tx's ` to ` is to the creation address
396
396
@@ -406,7 +406,7 @@ If the tx's `to` is to the creation address
406
406
407
407
_ Inherited from [ Transaction] ( transaction.md ) .[ toJSON] ( transaction.md#tojson ) _
408
408
409
- _ Defined in [ transaction.ts:346] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L346 ) _
409
+ _ Defined in [ transaction.ts:346] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L346 ) _
410
410
411
411
Returns the transaction in JSON format
412
412
@@ -434,15 +434,15 @@ _**see**_: [ethereumjs-util](https://github.com/ethereumjs/ethereumjs-util/blob/
434
434
435
435
_ Inherited from [ Transaction] ( transaction.md ) .[ validate] ( transaction.md#validate ) _
436
436
437
- _ Defined in [ transaction.ts:314] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L314 ) _
437
+ _ Defined in [ transaction.ts:314] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L314 ) _
438
438
439
439
Validates the signature and checks to see if it has enough gas.
440
440
441
441
** Returns:** ` boolean `
442
442
443
443
_ Inherited from [ Transaction] ( transaction.md ) .[ validate] ( transaction.md#validate ) _
444
444
445
- _ Defined in [ transaction.ts:315] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L315 ) _
445
+ _ Defined in [ transaction.ts:315] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L315 ) _
446
446
447
447
** Parameters:**
448
448
@@ -454,7 +454,7 @@ _Defined in [transaction.ts:315](https://github.com/ethereumjs/ethereumjs-tx/blo
454
454
455
455
_ Inherited from [ Transaction] ( transaction.md ) .[ validate] ( transaction.md#validate ) _
456
456
457
- _ Defined in [ transaction.ts:316] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L316 ) _
457
+ _ Defined in [ transaction.ts:316] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L316 ) _
458
458
459
459
** Parameters:**
460
460
@@ -474,7 +474,7 @@ _Defined in [transaction.ts:316](https://github.com/ethereumjs/ethereumjs-tx/blo
474
474
475
475
_ Inherited from [ Transaction] ( transaction.md ) .[ verifySignature] ( transaction.md#verifysignature ) _
476
476
477
- _ Defined in [ transaction.ts:233] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5b72ca6 /src/transaction.ts#L233 ) _
477
+ _ Defined in [ transaction.ts:233] ( https://github.com/ethereumjs/ethereumjs-tx/blob/5c81b38 /src/transaction.ts#L233 ) _
478
478
479
479
Determines if the signature is valid
480
480
0 commit comments