@paystreamer/sdk
    Preparing search index...

    Interface DecryptWithPolicyParams

    interface DecryptWithPolicyParams {
        client: SealClient;
        data: Uint8Array;
        sessionKey: SessionKey;
        txBytes: Uint8Array;
    }
    Index
    client: SealClient
    data: Uint8Array
    sessionKey: SessionKey
    txBytes: Uint8Array

    Serialized bytes of a transaction that calls the target platform's seal_approve function — build this with a plain Transaction targeting ${packageId}::${module}::seal_approve and the arguments your specific policy expects (e.g. the id, a SubscriptionAccount<T> object reference). Seal's key servers dry-run it to decide access.