Skip to content

when collectionID start with 0x0 the payload remove the 0 after x #422

Closed Answered by banool
dancespiele asked this question in Questions
Discussion options

You must be logged in to vote

Yeah hopefully we can fix this, but in the near term, I recommend using SDK code to help with this. For example, in Typescript:

import { AccountAddress } from "@aptos-labs/ts-sdk";

const addressOne = AccountAddress.fromString("0x123");
const addressTwo = AccountAddress.fromString("0x123");
addressOne.equals(addressTwo);

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dancespiele
Comment options

@banool
Comment options

Answer selected by banool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants