the https://github.com/canton-network/wallet-gateway/blob/main/sdk/wallet-sdk/src/wallet/namespace/amulet/preapproval.ts#L182 method is slow when party is missing preapproval and the ``` * @param options.expectGone Set true to resolve when no preapproval is returned (post-cancel). ``` is not available on the method, we should introduce this parameter again.
the https://github.com/canton-network/wallet-gateway/blob/main/sdk/wallet-sdk/src/wallet/namespace/amulet/preapproval.ts#L182 method is slow when party is missing preapproval and the
is not available on the method, we should introduce this parameter again.