tsc fixes
This commit is contained in:
parent
b119f3e88f
commit
e39e9bbc31
|
@ -13,7 +13,7 @@ export const makeTransaction = Record<TransactionProps>({
|
|||
blockNumber: 0,
|
||||
cancelled: false,
|
||||
confirmations: List([]),
|
||||
created: false,
|
||||
created: '',
|
||||
creator: '',
|
||||
creationTx: false,
|
||||
customTx: false,
|
||||
|
|
|
@ -38,7 +38,7 @@ export type TransactionProps = {
|
|||
blockNumber?: number | null
|
||||
cancelled?: boolean
|
||||
confirmations: List<Confirmation>
|
||||
created: boolean
|
||||
created: string
|
||||
creator: string
|
||||
creationTx: boolean
|
||||
customTx: boolean
|
||||
|
|
Loading…
Reference in New Issue