Skip to content

Commit

Permalink
WIP wallet adoption
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav committed Oct 11, 2024
1 parent c4a4d97 commit c650a59
Show file tree
Hide file tree
Showing 13 changed files with 601 additions and 1,661 deletions.
8 changes: 5 additions & 3 deletions proto/authenticator.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions proto/clients/authenticator.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions proto/clients/authenticator.gen.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable */
// sequence-waas-authenticator v0.1.0 fdf39b8b0bdcc44e72cae2ad1827d0d3d870334d
// sequence-waas-authenticator v0.1.0 218398767d9c7af982b5b6db3e65a2b2e4da4f9d
// --
// Code generated by webrpc-gen@v0.18.8 with typescript generator. DO NOT EDIT.
// Code generated by webrpc-gen@v0.19.3 with typescript generator. DO NOT EDIT.
//
// webrpc-gen -schema=authenticator.ridl -target=typescript -client -out=./clients/authenticator.gen.ts

Expand All @@ -12,7 +12,7 @@ export const WebRPCVersion = "v1"
export const WebRPCSchemaVersion = "v0.1.0"

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = "fdf39b8b0bdcc44e72cae2ad1827d0d3d870334d"
export const WebRPCSchemaHash = "218398767d9c7af982b5b6db3e65a2b2e4da4f9d"

//
// Types
Expand All @@ -35,7 +35,8 @@ export enum IntentName {
federateAccount = 'federateAccount',
removeAccount = 'removeAccount',
listAccounts = 'listAccounts',
getIdToken = 'getIdToken'
getIdToken = 'getIdToken',
adoptChildWallet = 'adoptChildWallet'
}

export enum IntentResponseCode {
Expand All @@ -55,7 +56,8 @@ export enum IntentResponseCode {
accountList = 'accountList',
accountFederated = 'accountFederated',
accountRemoved = 'accountRemoved',
idToken = 'idToken'
idToken = 'idToken',
childwalletAdopted = 'childwalletAdopted'
}

export enum IdentityType {
Expand Down
Loading

0 comments on commit c650a59

Please sign in to comment.