Type Alias RuleResolvingParams

RuleResolvingParams: {
    extraArgs: Record<string, any>;
    itemId: string;
    itemType: string;
    kiosk: ObjectArgument;
    kioskCap: ObjectArgument;
    packageId: string;
    policyId: ObjectArgument;
    price: string;
    purchasedItem: TransactionObjectArgument;
    sellerKiosk: ObjectArgument;
    transaction: Transaction;
    transactionBlock: Transaction;
    transferRequest: TransactionObjectArgument;
}

Type declaration