``` new AccountInfo({ address: data.address, publicKey: new Ed25519PublicKey(data.publicKey!) }); ``` `Buffer is not defined` It comes from `fromHexInput`. https://github.com/aptos-labs/aptos-ts-sdk/blob/db88e984528a545a240bad876d9ea832fd0c8348/src/core/hex.ts#L149