Skip to content

Commit

Permalink
[chore] Fixing types collateral is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Sep 12, 2021
1 parent 4f0c1df commit 0107049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/HistoryTransaction.js
Expand Up @@ -122,5 +122,5 @@ export type Transaction = {|
certificates: Array<RemoteCertificateMeta>,
+validContract?: boolean,
+scriptSize?: number,
+collateralInputs: Array<{address: string, amount: string, assets: Array<BaseAsset>}>,
+collateralInputs?: Array<{address: string, amount: string, assets: Array<BaseAsset>}>,
|}

0 comments on commit 0107049

Please sign in to comment.