Skip to content

Commit

Permalink
Merge main into release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 21, 2024
2 parents b20a31f + 744affe commit 7ef6f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/code/interfaces/types_indexer.TransactionResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ___

### asset-config-transaction

**asset-config-transaction**: [`AssetConfigTransactionResult`](types_indexer.AssetConfigTransactionResult.md)
`Optional` **asset-config-transaction**: [`AssetConfigTransactionResult`](types_indexer.AssetConfigTransactionResult.md)

If the transaction is an `acfg` transaction this will be populated see `tx-type`

Expand Down
2 changes: 1 addition & 1 deletion src/types/indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export interface TransactionResult extends Record<string, any> {
*/
'created-application-index'?: number
/** If the transaction is an `acfg` transaction this will be populated see `tx-type` */
'asset-config-transaction': AssetConfigTransactionResult
'asset-config-transaction'?: AssetConfigTransactionResult
/** If the transaction is an `acfg` transaction that resulted in an asset creation then this
* specifies the asset index (ID) of that asset.
*/
Expand Down

0 comments on commit 7ef6f19

Please sign in to comment.