Skip to content

Commit

Permalink
fix register type
Browse files Browse the repository at this point in the history
  • Loading branch information
capt-nemo429 committed Aug 2, 2022
1 parent 5e4ca5a commit 102cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/input-types/transaction-output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class TransactionOutput {
assets?: [AssetInput];

@Field(() => GraphQLJSONObject)
additionalRegisters!: Registers;
additionalRegisters!: Registers<string>;

@Field({ nullable: true })
transactionId?: string;
Expand Down

0 comments on commit 102cdf9

Please sign in to comment.