Skip to content

Commit

Permalink
make capacityDelegationAuthSig optional (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bean authored Feb 2, 2024
1 parent d93f5f6 commit e55e41d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/types/src/lib/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1063,8 +1063,11 @@ export interface GetSessionSigsProps {
sessionKey?: any;

// rateLimitAuthSig: AuthSig;

capacityDelegationAuthSig: AuthSig;

// Used for delegation of Capacity Credit. This signature will be checked for proof of capacity credit.
// on both manzano and habanero networks capacity credit proof is required.
// see more here: https://developer.litprotocol.com/v3/sdk/capacity-credits
capacityDelegationAuthSig?: AuthSig;
}

export interface AuthCallback {
Expand Down

0 comments on commit e55e41d

Please sign in to comment.