Make TransactionResponse hash required (#537).
This commit is contained in:
parent
69bfc6b736
commit
095c1fe579
|
@ -28,6 +28,8 @@ export type TransactionRequest = {
|
|||
}
|
||||
|
||||
export interface TransactionResponse extends Transaction {
|
||||
hash: string;
|
||||
|
||||
// Only if a transaction has been mined
|
||||
blockNumber?: number,
|
||||
blockHash?: string,
|
||||
|
|
Loading…
Reference in New Issue