Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit e523d07

Browse files
committed
chain: Use BigInt for Transaction.nonce field
1 parent a522261 commit e523d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chain/ethereum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export namespace ethereum {
356356
public gasLimit: BigInt,
357357
public gasPrice: BigInt,
358358
public input: Bytes,
359-
public nonce: Bytes,
359+
public nonce: BigInt,
360360
) {}
361361
}
362362

0 commit comments

Comments
 (0)