Skip to main content

Function: resolvePolicyAccountAddress()

resolvePolicyAccountAddress(signer, opts): Promise<string>
Defined in: packages/accounts/src/policy-account/resolveAddress.ts:21 Resolve the policy account’s deterministic C-address. The account is deployed by the sponsor with a salt over the ed25519 root public key - the contract id depends only on (deployer, salt, network), so this reuses the same derivation as the contract/passkey model, keyed by the root raw public key.

Parameters

signer

BuckspaySigner

opts

PolicyAccountOptions

Returns

Promise<string>