getRotationVaultAddresses


This endpoint allows a user who has only been PROPOSED to a new vault to be able to find that vault's address so they can interact with it.


import { getRotationVaultAddresses } from "@intuweb3/web";
await getRotationVaultAddresses(proposedRotationAddress, Provider);
InputType of InputDescription
signaturestringhash of the signature of the vault message
providerObjectProvider or Signer objectg from user