Skip to content

Commit

Permalink
regenerate-bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Aug 8, 2024
1 parent d16859d commit 29974a6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions src/backend/backend.did
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,5 @@ service : (Arg) -> {
sign_prehash : (text) -> (text);
sign_transaction : (SignRequest) -> (text);
stats : () -> (Stats) query;
<<<<<<< HEAD
step_migration : () -> ();
=======
>>>>>>> origin/main
}
3 changes: 0 additions & 3 deletions src/declarations/backend/backend.did
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,5 @@ service : (Arg) -> {
sign_prehash : (text) -> (text);
sign_transaction : (SignRequest) -> (text);
stats : () -> (Stats) query;
<<<<<<< HEAD
step_migration : () -> ();
=======
>>>>>>> origin/main
}
3 changes: 0 additions & 3 deletions src/declarations/backend/backend.did.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,7 @@ export interface _SERVICE {
sign_prehash: ActorMethod<[string], string>;
sign_transaction: ActorMethod<[SignRequest], string>;
stats: ActorMethod<[], Stats>;
<<<<<<< HEAD
step_migration: ActorMethod<[], undefined>;
=======
>>>>>>> origin/main
}
export declare const idlFactory: IDL.InterfaceFactory;
export declare const init: (args: { IDL: typeof IDL }) => IDL.Type[];
4 changes: 0 additions & 4 deletions src/declarations/backend/backend.factory.certified.did.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,8 @@ export const idlFactory = ({ IDL }) => {
set_user_token: IDL.Func([UserToken], [], []),
sign_prehash: IDL.Func([IDL.Text], [IDL.Text], []),
sign_transaction: IDL.Func([SignRequest], [IDL.Text], []),
<<<<<<< HEAD
stats: IDL.Func([], [Stats]),
step_migration: IDL.Func([], [], [])
=======
stats: IDL.Func([], [Stats])
>>>>>>> origin/main
});
};
// @ts-ignore
Expand Down
4 changes: 0 additions & 4 deletions src/declarations/backend/backend.factory.did.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,8 @@ export const idlFactory = ({ IDL }) => {
set_user_token: IDL.Func([UserToken], [], []),
sign_prehash: IDL.Func([IDL.Text], [IDL.Text], []),
sign_transaction: IDL.Func([SignRequest], [IDL.Text], []),
<<<<<<< HEAD
stats: IDL.Func([], [Stats], ['query']),
step_migration: IDL.Func([], [], [])
=======
stats: IDL.Func([], [Stats], ['query'])
>>>>>>> origin/main
});
};
// @ts-ignore
Expand Down

0 comments on commit 29974a6

Please sign in to comment.