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-exp";
await getRotationVaultAddresses(proposedRotationAddress, Provider);
Input | Type of Input | Description |
---|---|---|
signature | string | hash of the signature of the vault message |
provider | Object | Provider or Signer objectg from user |