Skip to content

Conversation

@danielailie
Copy link
Contributor

No description provided.

@danielailie danielailie self-assigned this Jan 23, 2025
popenta
popenta previously approved these changes Jan 23, 2025
private getOutputForESDTSetNewURIsEvent(event: TransactionEvent): SetNewUrisOutput {
const tokenIdentifier = this.extractTokenIdentifier(event);
const nonce = this.extractNonce(event);
const uri = !event.topics[3]?.length ? "" : event.topics[3].toString();
Copy link
Contributor

@popenta popenta Jan 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find it a bit strange to have not (!) before the condition :) Not a big deal nonetheless.

Comment on lines +121 to +123
export type SetNewUrisOutput = { tokenIdentifier: string; nonce: bigint; uri: string };
export type ModifyingCreatorOutput = { tokenIdentifier: string; nonce: bigint };
export type UpdateAttibutesOutput = { tokenIdentifier: string; nonce: bigint; metadata: Uint8Array };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bit of naming inconsistency - modify vs. modifying, update vs. updating. Which one should we pick?

@danielailie danielailie merged commit 3b88b84 into feat/next Jan 23, 2025
4 checks passed
@danielailie danielailie deleted the TOOL-431-add-missing-function-on-token-management-controller branch January 23, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants