Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Mar 12, 2024
1 parent 661bfc9 commit 5eb588e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/nodejs/lib/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
import {
AccountId,
BlockId,
DelegationId,
FoundryId,
NftId,
TokenId,
Expand Down Expand Up @@ -83,7 +84,7 @@ export class Utils {
* @param outputId The output ID as hex-encoded string.
* @returns The delegation ID.
*/
static computeDelegationId(outputId: OutputId): AccountId {
static computeDelegationId(outputId: OutputId): DelegationId {
return callUtilsMethod({
name: 'blake2b256Hash',
data: {
Expand Down

0 comments on commit 5eb588e

Please sign in to comment.