File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export type WaitingRoomQueue = WaitingRoomQueueDefault | "auth" | "checkout" | "
8282export type Fetch = ( input : RequestInfo , init ?: FetchOptions ) => Promise < Response > ;
8383export type GetRosettaEnvByKey = ( key : string ) => string | undefined ;
8484export type WaitForCapacity = ( queue : WaitingRoomQueue ) => Promise < void > ;
85- export type GetUserCredit = ( ) => Promise < number > ;
85+ export type GetUserBalance = ( ) => Promise < number > ;
8686export type RegisterIframeMessageListener = ( eventtype : string , listener : ( event : any , iframe : HTMLIFrameElement ) => void ) => void ;
8787
8888export interface WhoamiV1 {
@@ -274,7 +274,7 @@ export interface WaitingRoomV1 {
274274}
275275
276276export interface WalletV1 {
277- getUserCredit : GetUserCredit ;
277+ getUserBalance : GetUserBalance ;
278278}
279279
280280export type ILayer = "privacy" | "reject" ;
You can’t perform that action at this time.
0 commit comments