Skip to content

Commit edc8c85

Browse files
committed
fix: updated blueprint examplar to use updated bridge
1 parent 2717129 commit edc8c85

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Binary file not shown.

Source/Immutable/Public/Immutable/ImmutablePassport.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,11 @@ class IMMUTABLE_API UImmutablePassport : public UObject {
512512
*/
513513
void ImxRegisterOffchain(const FImtblPassportResponseDelegate& ResponseDelegate);
514514

515+
/**
516+
* Checks if the user's credentials have been stored
517+
* @param ResponseDelegate The response delegate of type
518+
* FImtblPassportResponseDelegate to call on response from JS.
519+
*/
515520
void HasStoredCredentials(const FImtblPassportResponseDelegate& ResponseDelegate);
516521

517522
protected:

0 commit comments

Comments
 (0)