needsNonInvokerSigningBy

fun needsNonInvokerSigningBy(includeAlreadySigned: Boolean = false): Set<String>

Get the addresses that need to sign authorization entries.

Returns account or contract addresses (G.., C..) that need to sign auth entries. Useful for multi-sig scenarios where you need to collect signatures.

Return

Set of addresses that need to sign

Parameters

includeAlreadySigned

Whether to include already-signed entries (default false)

Throws

if not yet simulated