Skip to content
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
@spielcrypto
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