From d31bb44bdc654294cf16a65ea0f768efc02c3cb9 Mon Sep 17 00:00:00 2001 From: 8e8b2c <8e8b2c@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:25:55 +0000 Subject: [PATCH] deploy: 3b023a79d3ab4ab5148d487e6e68f6069d655989 --- .../authority_src.AccessTokenAssessor.html | 4 +-- classes/authority_src.BytesSigner.html | 4 +-- .../authority_src.EvmBytesSignerClient.html | 6 ++--- ...uthority_src.ExternalIdAttestorClient.html | 6 ++--- classes/authority_src.OfferCreator.html | 4 +-- classes/authority_src.PingCoordinator.html | 4 +-- classes/authority_src.QueryService.html | 4 +-- classes/authority_src.RecordsCoordinator.html | 4 +-- classes/authority_src.SignerCoordinator.html | 4 +-- ...ority_src.UsernameRegistryCoordinator.html | 4 +-- classes/authority_src.VersionCoordinator.html | 4 +-- ..._src.EvmBytesSignatureRequestorClient.html | 4 +-- ....ExternalIdAttestationRequestorClient.html | 6 ++--- classes/client_src.HoloomClient.html | 26 +++++++++---------- enums/authority_src.IntegrityZomeIndex.html | 4 +-- ...ernameRegistryIntegrityEntryTypeIndex.html | 4 +-- ...sernameRegistryIntegrityLinkTypeIndex.html | 4 +-- functions/authority_src.callZomeFnHelper.html | 2 +- ...ority_src.convertBuffersToUint8Arrays.html | 2 +- ...uthority_src.runEvmBytesSignerFromEnv.html | 2 +- ...rity_src.runExternalIdAttestorFromEnv.html | 2 +- functions/authority_src.runQueryFromEnv.html | 2 +- functions/client_src.decodeAppEntry.html | 2 +- .../client_src.flattenEvmSignatureToHex.html | 2 +- functions/client_src.forMs.html | 2 +- functions/client_src.formatEvmSignature.html | 2 +- functions/client_src.retryUntilIf.html | 2 +- .../authority_src.UsernameRegistryItem.html | 4 +-- ..._src.UsernameRegistryMetadataResponse.html | 4 +-- ...uthority_src.UsernameRegistryResponse.html | 4 +-- ...y_src.UsernameRegistryWalletsResponse.html | 4 +-- modules/authority_src.html | 2 +- modules/client_src.html | 2 +- modules/types_src.html | 2 +- types/authority_src.ChainWalletSignature.html | 2 +- ...y_src.ConfirmExternalIdRequestPayload.html | 2 +- ...rity_src.CreateEvmSigningOfferPayload.html | 2 +- types/authority_src.DocumentRelationTag.html | 2 +- ...vmSignatureOverRecipeExecutionRequest.html | 2 +- types/authority_src.EvmSigningOffer.html | 2 +- types/authority_src.EvmU256Item.html | 2 +- types/authority_src.ExecuteRecipePayload.html | 2 +- .../authority_src.ExternalIdAttestation.html | 2 +- ...rc.GetAttestationForExternalIdPayload.html | 2 +- ...ExternalIdAttestationsForAgentPayload.html | 2 +- ...ority_src.GetMetadataItemValuePayload.html | 2 +- ...GetUsernameAttestationForAgentPayload.html | 2 +- ...stExternalIdAttestationRequestPayload.html | 2 +- ...hority_src.JqInstructionArgumentNames.html | 2 +- types/authority_src.LocalHoloomSignal.html | 2 +- types/authority_src.MetadataItem.html | 2 +- types/authority_src.OracleDocument.html | 2 +- types/authority_src.PickByType.html | 2 +- types/authority_src.Recipe.html | 2 +- types/authority_src.RecipeArgument.html | 2 +- types/authority_src.RecipeArgumentType.html | 2 +- types/authority_src.RecipeExecution.html | 2 +- types/authority_src.RecipeInstruction.html | 2 +- ...hority_src.RecipeInstructionExecution.html | 2 +- ...tureOverRecipeExecutionRequestPayload.html | 2 +- ...ty_src.RejectExternalIdRequestPayload.html | 2 +- types/authority_src.RemoteHoloomSignal.html | 2 +- ...tureOverRecipeExecutionRequestPayload.html | 2 +- ...ndExternalIdAttestationRequestPayload.html | 2 +- ...ignUsernameAndRequestAttestationInput.html | 2 +- types/authority_src.SignableBytes.html | 2 +- .../authority_src.SignedEvmSigningOffer.html | 2 +- types/authority_src.SignedEvmU256Array.html | 2 +- types/authority_src.SignedUsername.html | 2 +- ...thority_src.UpdateMetadataItemPayload.html | 2 +- types/authority_src.UsernameAttestation.html | 2 +- types/authority_src.WalletAttestation.html | 2 +- 72 files changed, 107 insertions(+), 107 deletions(-) diff --git a/classes/authority_src.AccessTokenAssessor.html b/classes/authority_src.AccessTokenAssessor.html index 998544c..300b777 100644 --- a/classes/authority_src.AccessTokenAssessor.html +++ b/classes/authority_src.AccessTokenAssessor.html @@ -1,5 +1,5 @@ -AccessTokenAssessor | holoom

Constructors

constructor +AccessTokenAssessor | holoom

Constructors

Properties

Methods

Constructors

Properties

config: {
    clientSecret: string;
    displayNameFieldName: string;
    externalIdFieldName: string;
    redirectUri: string;
    tokenEndpoint: string;
    userInfoEndpoint: string;
}

Methods

+

Constructors

Properties

config: {
    clientSecret: string;
    displayNameFieldName: string;
    externalIdFieldName: string;
    redirectUri: string;
    tokenEndpoint: string;
    userInfoEndpoint: string;
}

Methods

diff --git a/classes/authority_src.BytesSigner.html b/classes/authority_src.BytesSigner.html index b408c80..8c26171 100644 --- a/classes/authority_src.BytesSigner.html +++ b/classes/authority_src.BytesSigner.html @@ -1,7 +1,7 @@ -BytesSigner | holoom

Constructors

constructor +BytesSigner | holoom

Constructors

Properties

account: {}
address: Uint8Array
privateKey: string

Methods

+

Constructors

Properties

account: {}
address: Uint8Array
privateKey: string

Methods

diff --git a/classes/authority_src.EvmBytesSignerClient.html b/classes/authority_src.EvmBytesSignerClient.html index 5d775bc..bc88c63 100644 --- a/classes/authority_src.EvmBytesSignerClient.html +++ b/classes/authority_src.EvmBytesSignerClient.html @@ -1,8 +1,8 @@ -EvmBytesSignerClient | holoom

Class EvmBytesSignerClient

Constructors

constructor +EvmBytesSignerClient | holoom

Class EvmBytesSignerClient

Constructors

Properties

bytesSigner: BytesSigner

Methods

  • Parameters

    • signal: {
          request_id: string;
          requestor_pubkey: Uint8Array;
          type: "EvmSignatureRequested";
          u256_array: Uint8Array[];
      }
      • request_id: string
      • requestor_pubkey: Uint8Array
      • type: "EvmSignatureRequested"
      • u256_array: Uint8Array[]

    Returns Promise<void>

+

Constructors

Properties

bytesSigner: BytesSigner

Methods

  • Parameters

    • signal: {
          request_id: string;
          requestor_pubkey: Uint8Array;
          type: "EvmSignatureRequested";
          u256_array: Uint8Array[];
      }
      • request_id: string
      • requestor_pubkey: Uint8Array
      • type: "EvmSignatureRequested"
      • u256_array: Uint8Array[]

    Returns Promise<void>

diff --git a/classes/authority_src.ExternalIdAttestorClient.html b/classes/authority_src.ExternalIdAttestorClient.html index ff60c78..990c70f 100644 --- a/classes/authority_src.ExternalIdAttestorClient.html +++ b/classes/authority_src.ExternalIdAttestorClient.html @@ -68,14 +68,14 @@ T-->>A: AccessToken A->>T: fetchUserInfo (AccessToken) T-->>A: UserInfo (ExternalId, DisplayName) - A->>H: Confirm Request (ConfirmIdRequestPayload)

Constructors

constructor + A->>H: Confirm Request (ConfirmIdRequestPayload)

Constructors

Properties

accessTokenAssessor: AccessTokenAssessor

Methods

  • Parameters

    • signal: {
          code: string;
          code_verifier: string;
          request_id: string;
          requestor_pubkey: Uint8Array;
          type: "ExternalIdAttestationRequested";
      }
      • code: string
      • code_verifier: string
      • request_id: string
      • requestor_pubkey: Uint8Array
      • type: "ExternalIdAttestationRequested"

    Returns Promise<void>

+

Constructors

Properties

accessTokenAssessor: AccessTokenAssessor

Methods

  • Parameters

    • signal: {
          code: string;
          code_verifier: string;
          request_id: string;
          requestor_pubkey: Uint8Array;
          type: "ExternalIdAttestationRequested";
      }
      • code: string
      • code_verifier: string
      • request_id: string
      • requestor_pubkey: Uint8Array
      • type: "ExternalIdAttestationRequested"

    Returns Promise<void>

Constructors

constructor +OfferCreator | holoom

Constructors

Properties

Methods

Constructors

Properties

bytesSigner: BytesSigner

Methods

+

Constructors

Properties

bytesSigner: BytesSigner

Methods

diff --git a/classes/authority_src.PingCoordinator.html b/classes/authority_src.PingCoordinator.html index f194a1f..e32d1b6 100644 --- a/classes/authority_src.PingCoordinator.html +++ b/classes/authority_src.PingCoordinator.html @@ -1,4 +1,4 @@ -PingCoordinator | holoom

Constructors

constructor +PingCoordinator | holoom

Constructors

Methods

Constructors

Methods

+

Constructors

Methods

diff --git a/classes/authority_src.QueryService.html b/classes/authority_src.QueryService.html index cc9d7b0..5d7d32f 100644 --- a/classes/authority_src.QueryService.html +++ b/classes/authority_src.QueryService.html @@ -1,5 +1,5 @@ -QueryService | holoom

Constructors

constructor +QueryService | holoom

Constructors

Methods

+

Constructors

Methods

diff --git a/classes/authority_src.RecordsCoordinator.html b/classes/authority_src.RecordsCoordinator.html index 6be39f6..5b75167 100644 --- a/classes/authority_src.RecordsCoordinator.html +++ b/classes/authority_src.RecordsCoordinator.html @@ -1,4 +1,4 @@ -RecordsCoordinator | holoom

Constructors

constructor +RecordsCoordinator | holoom

Constructors

Methods

Constructors

Methods

+

Constructors

Methods

diff --git a/classes/authority_src.SignerCoordinator.html b/classes/authority_src.SignerCoordinator.html index 01b3c67..9a8bba9 100644 --- a/classes/authority_src.SignerCoordinator.html +++ b/classes/authority_src.SignerCoordinator.html @@ -1,4 +1,4 @@ -SignerCoordinator | holoom

Constructors

constructor +SignerCoordinator | holoom

Constructors

Methods

Constructors

Methods

+

Constructors

Methods

diff --git a/classes/authority_src.UsernameRegistryCoordinator.html b/classes/authority_src.UsernameRegistryCoordinator.html index 6bed630..7cc975e 100644 --- a/classes/authority_src.UsernameRegistryCoordinator.html +++ b/classes/authority_src.UsernameRegistryCoordinator.html @@ -1,4 +1,4 @@ -UsernameRegistryCoordinator | holoom

Class UsernameRegistryCoordinator

Constructors

constructor +UsernameRegistryCoordinator | holoom

Class UsernameRegistryCoordinator

Constructors

Methods

+

Constructors

Methods

diff --git a/classes/authority_src.VersionCoordinator.html b/classes/authority_src.VersionCoordinator.html index abaeb5b..9ea3d4f 100644 --- a/classes/authority_src.VersionCoordinator.html +++ b/classes/authority_src.VersionCoordinator.html @@ -1,4 +1,4 @@ -VersionCoordinator | holoom

Constructors

constructor +VersionCoordinator | holoom

Constructors

Methods

Constructors

Methods

+

Constructors

Methods

diff --git a/classes/client_src.EvmBytesSignatureRequestorClient.html b/classes/client_src.EvmBytesSignatureRequestorClient.html index ff5f426..13082d8 100644 --- a/classes/client_src.EvmBytesSignatureRequestorClient.html +++ b/classes/client_src.EvmBytesSignatureRequestorClient.html @@ -1,7 +1,7 @@ -EvmBytesSignatureRequestorClient | holoom

Class EvmBytesSignatureRequestorClient

Constructors

constructor +EvmBytesSignatureRequestorClient | holoom

Class EvmBytesSignatureRequestorClient

Constructors

Properties

appClient: AppClient
resolvers: {
    [requestId: string]: RequestResolver;
} = {}
usernameRegistryCoordinator: UsernameRegistryCoordinator

Methods

+

Constructors

Properties

appClient: AppClient
resolvers: {
    [requestId: string]: RequestResolver;
} = {}
usernameRegistryCoordinator: UsernameRegistryCoordinator

Methods

diff --git a/classes/client_src.ExternalIdAttestationRequestorClient.html b/classes/client_src.ExternalIdAttestationRequestorClient.html index 1d0e188..e326032 100644 --- a/classes/client_src.ExternalIdAttestationRequestorClient.html +++ b/classes/client_src.ExternalIdAttestationRequestorClient.html @@ -64,14 +64,14 @@ network's authority agent. It should be invoked after receiving an authorization code (by callback) from the identity provider in question.

Currently the only PKCE Authorization Code flow is supported.

-

Constructors

Constructors

Properties

appClient: AppClient
attestationProvider: Uint8Array
resolvers: {
    [requestId: string]: RequestResolver;
} = {}
usernameRegistryCoordinator: UsernameRegistryCoordinator

Methods

  • Submits sign-in flow related secrets to the holoom network's authority +

Constructors

Properties

appClient: AppClient
attestationProvider: Uint8Array
resolvers: {
    [requestId: string]: RequestResolver;
} = {}
usernameRegistryCoordinator: UsernameRegistryCoordinator

Methods

  • Submits sign-in flow related secrets to the holoom network's authority agent, which in turn makes use of them as evidence that the user controls the corresponding external web2 account. The authority subsequently creates an ExternalIdAttestation entry to attest this is so.

    @@ -81,7 +81,7 @@ callback. The holoom network's authority agent exchanges this for an access token.

Returns Promise<Record>

The ExternalIdAttestation entry created by the authority

-
+

Enumeration IntegrityZomeIndex

Enumeration Members

Enumeration Members

UsernameRegistryIntegrity: 0
+IntegrityZomeIndex | holoom

Enumeration IntegrityZomeIndex

Enumeration Members

Enumeration Members

UsernameRegistryIntegrity: 0
diff --git a/enums/authority_src.UsernameRegistryIntegrityEntryTypeIndex.html b/enums/authority_src.UsernameRegistryIntegrityEntryTypeIndex.html index 52d6e98..624b89a 100644 --- a/enums/authority_src.UsernameRegistryIntegrityEntryTypeIndex.html +++ b/enums/authority_src.UsernameRegistryIntegrityEntryTypeIndex.html @@ -1,9 +1,9 @@ UsernameRegistryIntegrityEntryTypeIndex | holoom

Enumeration UsernameRegistryIntegrityEntryTypeIndex

Generated by scripts/extract-integrity-enums.ts

-
+

Enumeration Members

ExternalIdAttestation: 2
OracleDocument: 3
Recipe: 4
RecipeExecution: 5
SignedEvmSigningOffer: 6
UsernameAttestation: 0
WalletAttestation: 1
diff --git a/enums/authority_src.UsernameRegistryIntegrityLinkTypeIndex.html b/enums/authority_src.UsernameRegistryIntegrityLinkTypeIndex.html index ff20d48..1bb7ef2 100644 --- a/enums/authority_src.UsernameRegistryIntegrityLinkTypeIndex.html +++ b/enums/authority_src.UsernameRegistryIntegrityLinkTypeIndex.html @@ -1,4 +1,4 @@ -UsernameRegistryIntegrityLinkTypeIndex | holoom

Enumeration UsernameRegistryIntegrityLinkTypeIndex

Enumeration Members

AgentMetadata +UsernameRegistryIntegrityLinkTypeIndex | holoom

Enumeration UsernameRegistryIntegrityLinkTypeIndex

Enumeration Members

AgentMetadata: 1
AgentToExternalIdAttestation: 3
AgentToUsernameAttestations: 0
AgentToWalletAttestations: 2
EvmAddressToSigningOffer: 11
ExternalIdAttestor: 4
ExternalIdToAttestation: 5
NameToOracleDocument: 7
NameToRecipe: 9
NameToSigningOffer: 10
Publisher: 6
RelateOracleDocumentName: 8
+

Enumeration Members

AgentMetadata: 1
AgentToExternalIdAttestation: 3
AgentToUsernameAttestations: 0
AgentToWalletAttestations: 2
EvmAddressToSigningOffer: 11
ExternalIdAttestor: 4
ExternalIdToAttestation: 5
NameToOracleDocument: 7
NameToRecipe: 9
NameToSigningOffer: 10
Publisher: 6
RelateOracleDocumentName: 8
diff --git a/functions/authority_src.callZomeFnHelper.html b/functions/authority_src.callZomeFnHelper.html index 4ccd8f1..0c5bb0a 100644 --- a/functions/authority_src.callZomeFnHelper.html +++ b/functions/authority_src.callZomeFnHelper.html @@ -1 +1 @@ -callZomeFnHelper | holoom

Function callZomeFnHelper

  • Parameters

    • client: AppClient
    • role_name: string
    • zome_name: string
    • fn_name: string
    • payload: unknown

    Returns Promise<any>

+callZomeFnHelper | holoom

Function callZomeFnHelper

  • Parameters

    • client: AppClient
    • role_name: string
    • zome_name: string
    • fn_name: string
    • payload: unknown

    Returns Promise<any>

diff --git a/functions/authority_src.convertBuffersToUint8Arrays.html b/functions/authority_src.convertBuffersToUint8Arrays.html index 125b151..ec94212 100644 --- a/functions/authority_src.convertBuffersToUint8Arrays.html +++ b/functions/authority_src.convertBuffersToUint8Arrays.html @@ -3,4 +3,4 @@ behaviour when testing in node vs the browser.

Type Parameters

Parameters

Returns T

The equivalent to the input with all buffers replaced.

-
+
diff --git a/functions/authority_src.runEvmBytesSignerFromEnv.html b/functions/authority_src.runEvmBytesSignerFromEnv.html index 87def1e..bbd66a4 100644 --- a/functions/authority_src.runEvmBytesSignerFromEnv.html +++ b/functions/authority_src.runEvmBytesSignerFromEnv.html @@ -1 +1 @@ -runEvmBytesSignerFromEnv | holoom

Function runEvmBytesSignerFromEnv

+runEvmBytesSignerFromEnv | holoom

Function runEvmBytesSignerFromEnv

diff --git a/functions/authority_src.runExternalIdAttestorFromEnv.html b/functions/authority_src.runExternalIdAttestorFromEnv.html index f860fd5..28b8965 100644 --- a/functions/authority_src.runExternalIdAttestorFromEnv.html +++ b/functions/authority_src.runExternalIdAttestorFromEnv.html @@ -1 +1 @@ -runExternalIdAttestorFromEnv | holoom

Function runExternalIdAttestorFromEnv

+runExternalIdAttestorFromEnv | holoom

Function runExternalIdAttestorFromEnv

diff --git a/functions/authority_src.runQueryFromEnv.html b/functions/authority_src.runQueryFromEnv.html index ea7635c..d648ee1 100644 --- a/functions/authority_src.runQueryFromEnv.html +++ b/functions/authority_src.runQueryFromEnv.html @@ -1 +1 @@ -runQueryFromEnv | holoom

Function runQueryFromEnv

+runQueryFromEnv | holoom

Function runQueryFromEnv

diff --git a/functions/client_src.decodeAppEntry.html b/functions/client_src.decodeAppEntry.html index 7cba3d2..f788220 100644 --- a/functions/client_src.decodeAppEntry.html +++ b/functions/client_src.decodeAppEntry.html @@ -1 +1 @@ -decodeAppEntry | holoom

Function decodeAppEntry

+decodeAppEntry | holoom

Function decodeAppEntry

diff --git a/functions/client_src.flattenEvmSignatureToHex.html b/functions/client_src.flattenEvmSignatureToHex.html index 7932dbf..0c632a5 100644 --- a/functions/client_src.flattenEvmSignatureToHex.html +++ b/functions/client_src.flattenEvmSignatureToHex.html @@ -1 +1 @@ -flattenEvmSignatureToHex | holoom

Function flattenEvmSignatureToHex

  • Parameters

    • __namedParameters: [Uint8Array, Uint8Array, number]

    Returns Hex

+flattenEvmSignatureToHex | holoom

Function flattenEvmSignatureToHex

  • Parameters

    • __namedParameters: [Uint8Array, Uint8Array, number]

    Returns Hex

diff --git a/functions/client_src.forMs.html b/functions/client_src.forMs.html index c1453b0..22d5709 100644 --- a/functions/client_src.forMs.html +++ b/functions/client_src.forMs.html @@ -1 +1 @@ -forMs | holoom

Function forMs

+forMs | holoom

Function forMs

diff --git a/functions/client_src.formatEvmSignature.html b/functions/client_src.formatEvmSignature.html index 3ebd521..39dd35e 100644 --- a/functions/client_src.formatEvmSignature.html +++ b/functions/client_src.formatEvmSignature.html @@ -1 +1 @@ -formatEvmSignature | holoom

Function formatEvmSignature

  • Parameters

    • hex: `0x${string}`

    Returns [Uint8Array, Uint8Array, number]

+formatEvmSignature | holoom

Function formatEvmSignature

  • Parameters

    • hex: `0x${string}`

    Returns [Uint8Array, Uint8Array, number]

diff --git a/functions/client_src.retryUntilIf.html b/functions/client_src.retryUntilIf.html index 7f6c630..7ce449f 100644 --- a/functions/client_src.retryUntilIf.html +++ b/functions/client_src.retryUntilIf.html @@ -1 +1 @@ -retryUntilIf | holoom

Function retryUntilIf

  • Type Parameters

    • T

    Parameters

    • action: (() => Promise<T>)
        • (): Promise<T>
        • Returns Promise<T>

    • timeout: number
    • retryDelay: number
    • predicate: ((err: Error) => boolean)
        • (err): boolean
        • Parameters

          • err: Error

          Returns boolean

    Returns Promise<T>

+retryUntilIf | holoom

Function retryUntilIf

  • Type Parameters

    • T

    Parameters

    • action: (() => Promise<T>)
        • (): Promise<T>
        • Returns Promise<T>

    • timeout: number
    • retryDelay: number
    • predicate: ((err: Error) => boolean)
        • (err): boolean
        • Parameters

          • err: Error

          Returns boolean

    Returns Promise<T>

diff --git a/interfaces/authority_src.UsernameRegistryItem.html b/interfaces/authority_src.UsernameRegistryItem.html index 29d8b00..7699686 100644 --- a/interfaces/authority_src.UsernameRegistryItem.html +++ b/interfaces/authority_src.UsernameRegistryItem.html @@ -1,3 +1,3 @@ -UsernameRegistryItem | holoom

Interface UsernameRegistryItem

interface UsernameRegistryItem {
    agent_pubkey_b64: string;
    username: string;
}

Properties

agent_pubkey_b64 +UsernameRegistryItem | holoom

Interface UsernameRegistryItem

interface UsernameRegistryItem {
    agent_pubkey_b64: string;
    username: string;
}

Properties

agent_pubkey_b64: string
username: string
+

Properties

agent_pubkey_b64: string
username: string
diff --git a/interfaces/authority_src.UsernameRegistryMetadataResponse.html b/interfaces/authority_src.UsernameRegistryMetadataResponse.html index f229ddc..26e33d7 100644 --- a/interfaces/authority_src.UsernameRegistryMetadataResponse.html +++ b/interfaces/authority_src.UsernameRegistryMetadataResponse.html @@ -1,3 +1,3 @@ -UsernameRegistryMetadataResponse | holoom

Interface UsernameRegistryMetadataResponse

interface UsernameRegistryMetadataResponse {
    metadata: {
        [key: string]: string;
    };
    success: boolean;
}

Properties

metadata +UsernameRegistryMetadataResponse | holoom

Interface UsernameRegistryMetadataResponse

interface UsernameRegistryMetadataResponse {
    metadata: {
        [key: string]: string;
    };
    success: boolean;
}

Properties

Properties

metadata: {
    [key: string]: string;
}
success: boolean
+

Properties

metadata: {
    [key: string]: string;
}
success: boolean
diff --git a/interfaces/authority_src.UsernameRegistryResponse.html b/interfaces/authority_src.UsernameRegistryResponse.html index dfe224c..49526fe 100644 --- a/interfaces/authority_src.UsernameRegistryResponse.html +++ b/interfaces/authority_src.UsernameRegistryResponse.html @@ -1,3 +1,3 @@ -UsernameRegistryResponse | holoom

Interface UsernameRegistryResponse

interface UsernameRegistryResponse {
    items: UsernameRegistryItem[];
    success: boolean;
}

Properties

items +UsernameRegistryResponse | holoom

Interface UsernameRegistryResponse

interface UsernameRegistryResponse {
    items: UsernameRegistryItem[];
    success: boolean;
}

Properties

Properties

success: boolean
+

Properties

success: boolean
diff --git a/interfaces/authority_src.UsernameRegistryWalletsResponse.html b/interfaces/authority_src.UsernameRegistryWalletsResponse.html index 5e1702e..4d25ca5 100644 --- a/interfaces/authority_src.UsernameRegistryWalletsResponse.html +++ b/interfaces/authority_src.UsernameRegistryWalletsResponse.html @@ -1,4 +1,4 @@ -UsernameRegistryWalletsResponse | holoom

Interface UsernameRegistryWalletsResponse

interface UsernameRegistryWalletsResponse {
    evm_addresses: string[];
    solana_addresses: string[];
    success: boolean;
}

Properties

evm_addresses +UsernameRegistryWalletsResponse | holoom

Interface UsernameRegistryWalletsResponse

interface UsernameRegistryWalletsResponse {
    evm_addresses: string[];
    solana_addresses: string[];
    success: boolean;
}

Properties

evm_addresses: string[]
solana_addresses: string[]
success: boolean
+

Properties

evm_addresses: string[]
solana_addresses: string[]
success: boolean
diff --git a/modules/authority_src.html b/modules/authority_src.html index e2a56c7..761dd98 100644 --- a/modules/authority_src.html +++ b/modules/authority_src.html @@ -1,4 +1,4 @@ -authority/src | holoom

Module authority/src

Index

Enumerations

IntegrityZomeIndex +authority/src | holoom

Module authority/src

Index

Enumerations

Classes

AccessTokenAssessor diff --git a/modules/client_src.html b/modules/client_src.html index a266de9..32fb5b5 100644 --- a/modules/client_src.html +++ b/modules/client_src.html @@ -1,4 +1,4 @@ -client/src | holoom

Module client/src

References

ChainWalletSignature +client/src | holoom

Module client/src

References

ChainWalletSignature ConfirmExternalIdRequestPayload CreateEvmSigningOfferPayload DocumentRelationTag diff --git a/modules/types_src.html b/modules/types_src.html index da33e9b..2c83df8 100644 --- a/modules/types_src.html +++ b/modules/types_src.html @@ -1,4 +1,4 @@ -types/src | holoom

Module types/src

References

ChainWalletSignature +types/src | holoom

Module types/src

References

ChainWalletSignature ConfirmExternalIdRequestPayload CreateEvmSigningOfferPayload DocumentRelationTag diff --git a/types/authority_src.ChainWalletSignature.html b/types/authority_src.ChainWalletSignature.html index 24e6ed5..cdd7a4e 100644 --- a/types/authority_src.ChainWalletSignature.html +++ b/types/authority_src.ChainWalletSignature.html @@ -1 +1 @@ -ChainWalletSignature | holoom

Type Alias ChainWalletSignature

ChainWalletSignature: {
    Evm: {
        evm_address: Uint8Array;
        evm_signature: [Uint8Array, Uint8Array, number];
    };
} | {
    Solana: {
        solana_address: Uint8Array;
        solana_signature: number[];
    };
}
+ChainWalletSignature | holoom

Type Alias ChainWalletSignature

ChainWalletSignature: {
    Evm: {
        evm_address: Uint8Array;
        evm_signature: [Uint8Array, Uint8Array, number];
    };
} | {
    Solana: {
        solana_address: Uint8Array;
        solana_signature: number[];
    };
}
diff --git a/types/authority_src.ConfirmExternalIdRequestPayload.html b/types/authority_src.ConfirmExternalIdRequestPayload.html index b10e767..06bc1a8 100644 --- a/types/authority_src.ConfirmExternalIdRequestPayload.html +++ b/types/authority_src.ConfirmExternalIdRequestPayload.html @@ -1 +1 @@ -ConfirmExternalIdRequestPayload | holoom

Type Alias ConfirmExternalIdRequestPayload

ConfirmExternalIdRequestPayload: {
    display_name: string;
    external_id: string;
    request_id: string;
    requestor: AgentPubKey;
}
+ConfirmExternalIdRequestPayload | holoom

Type Alias ConfirmExternalIdRequestPayload

ConfirmExternalIdRequestPayload: {
    display_name: string;
    external_id: string;
    request_id: string;
    requestor: AgentPubKey;
}
diff --git a/types/authority_src.CreateEvmSigningOfferPayload.html b/types/authority_src.CreateEvmSigningOfferPayload.html index 1458a40..c0d3135 100644 --- a/types/authority_src.CreateEvmSigningOfferPayload.html +++ b/types/authority_src.CreateEvmSigningOfferPayload.html @@ -1 +1 @@ -CreateEvmSigningOfferPayload | holoom

Type Alias CreateEvmSigningOfferPayload

CreateEvmSigningOfferPayload: {
    identifier: string;
    signed_offer: SignedEvmSigningOffer;
}
+CreateEvmSigningOfferPayload | holoom

Type Alias CreateEvmSigningOfferPayload

CreateEvmSigningOfferPayload: {
    identifier: string;
    signed_offer: SignedEvmSigningOffer;
}
diff --git a/types/authority_src.DocumentRelationTag.html b/types/authority_src.DocumentRelationTag.html index 90e58d0..98cb7e5 100644 --- a/types/authority_src.DocumentRelationTag.html +++ b/types/authority_src.DocumentRelationTag.html @@ -1 +1 @@ -DocumentRelationTag | holoom

Type Alias DocumentRelationTag

DocumentRelationTag: {
    name: string;
    relation: string;
}
+DocumentRelationTag | holoom

Type Alias DocumentRelationTag

DocumentRelationTag: {
    name: string;
    relation: string;
}
diff --git a/types/authority_src.EvmSignatureOverRecipeExecutionRequest.html b/types/authority_src.EvmSignatureOverRecipeExecutionRequest.html index 811e27e..65649b4 100644 --- a/types/authority_src.EvmSignatureOverRecipeExecutionRequest.html +++ b/types/authority_src.EvmSignatureOverRecipeExecutionRequest.html @@ -1 +1 @@ -EvmSignatureOverRecipeExecutionRequest | holoom

Type Alias EvmSignatureOverRecipeExecutionRequest

EvmSignatureOverRecipeExecutionRequest: {
    recipe_execution_ah: ActionHash;
    request_id: string;
    signing_offer_ah: ActionHash;
}
+EvmSignatureOverRecipeExecutionRequest | holoom

Type Alias EvmSignatureOverRecipeExecutionRequest

EvmSignatureOverRecipeExecutionRequest: {
    recipe_execution_ah: ActionHash;
    request_id: string;
    signing_offer_ah: ActionHash;
}
diff --git a/types/authority_src.EvmSigningOffer.html b/types/authority_src.EvmSigningOffer.html index 7510c6b..38cd0b3 100644 --- a/types/authority_src.EvmSigningOffer.html +++ b/types/authority_src.EvmSigningOffer.html @@ -1 +1 @@ -EvmSigningOffer | holoom

Type Alias EvmSigningOffer

EvmSigningOffer: {
    recipe_ah: ActionHash;
    u256_items: EvmU256Item[];
}
+EvmSigningOffer | holoom

Type Alias EvmSigningOffer

EvmSigningOffer: {
    recipe_ah: ActionHash;
    u256_items: EvmU256Item[];
}
diff --git a/types/authority_src.EvmU256Item.html b/types/authority_src.EvmU256Item.html index fe85898..e9ee82a 100644 --- a/types/authority_src.EvmU256Item.html +++ b/types/authority_src.EvmU256Item.html @@ -1 +1 @@ -EvmU256Item | holoom

Type Alias EvmU256Item

EvmU256Item: {
    type: "Uint";
} | {
    type: "Hex";
} | {
    type: "HoloAgent";
}
+EvmU256Item | holoom

Type Alias EvmU256Item

EvmU256Item: {
    type: "Uint";
} | {
    type: "Hex";
} | {
    type: "HoloAgent";
}
diff --git a/types/authority_src.ExecuteRecipePayload.html b/types/authority_src.ExecuteRecipePayload.html index fe148e8..cf75bd1 100644 --- a/types/authority_src.ExecuteRecipePayload.html +++ b/types/authority_src.ExecuteRecipePayload.html @@ -1 +1 @@ -ExecuteRecipePayload | holoom

Type Alias ExecuteRecipePayload

ExecuteRecipePayload: {
    arguments: RecipeArgument[];
    recipe_ah: ActionHash;
}
+ExecuteRecipePayload | holoom

Type Alias ExecuteRecipePayload

ExecuteRecipePayload: {
    arguments: RecipeArgument[];
    recipe_ah: ActionHash;
}
diff --git a/types/authority_src.ExternalIdAttestation.html b/types/authority_src.ExternalIdAttestation.html index 05f4e7d..23a91e5 100644 --- a/types/authority_src.ExternalIdAttestation.html +++ b/types/authority_src.ExternalIdAttestation.html @@ -1 +1 @@ -ExternalIdAttestation | holoom

Type Alias ExternalIdAttestation

ExternalIdAttestation: {
    display_name: string;
    external_id: string;
    internal_pubkey: AgentPubKey;
    request_id: string;
}
+ExternalIdAttestation | holoom

Type Alias ExternalIdAttestation

ExternalIdAttestation: {
    display_name: string;
    external_id: string;
    internal_pubkey: AgentPubKey;
    request_id: string;
}
diff --git a/types/authority_src.GetAttestationForExternalIdPayload.html b/types/authority_src.GetAttestationForExternalIdPayload.html index 02234cf..7aea328 100644 --- a/types/authority_src.GetAttestationForExternalIdPayload.html +++ b/types/authority_src.GetAttestationForExternalIdPayload.html @@ -1,4 +1,4 @@ GetAttestationForExternalIdPayload | holoom

Type Alias GetAttestationForExternalIdPayload

GetAttestationForExternalIdPayload: {
    external_id: string;
    trusted_authorities: AgentPubKey[];
}

Input to get_attestation_for_external_id

Type declaration

  • external_id: string

    The external ID for which to want a corresponding attestation

  • trusted_authorities: AgentPubKey[]

    The authorities whose attestations you respect.

    -
+
diff --git a/types/authority_src.GetExternalIdAttestationsForAgentPayload.html b/types/authority_src.GetExternalIdAttestationsForAgentPayload.html index 7abfa07..bd8f327 100644 --- a/types/authority_src.GetExternalIdAttestationsForAgentPayload.html +++ b/types/authority_src.GetExternalIdAttestationsForAgentPayload.html @@ -1,4 +1,4 @@ GetExternalIdAttestationsForAgentPayload | holoom

Type Alias GetExternalIdAttestationsForAgentPayload

GetExternalIdAttestationsForAgentPayload: {
    agent_pubkey: AgentPubKey;
    trusted_authorities: AgentPubKey[];
}

Input to get_external_id_attestations_for_agent

Type declaration

  • agent_pubkey: AgentPubKey

    The agent whose is the object of the attestations you wish to retrieve

  • trusted_authorities: AgentPubKey[]

    The authorities whose attestations you respect.

    -
+
diff --git a/types/authority_src.GetMetadataItemValuePayload.html b/types/authority_src.GetMetadataItemValuePayload.html index 134a1be..41b4c7d 100644 --- a/types/authority_src.GetMetadataItemValuePayload.html +++ b/types/authority_src.GetMetadataItemValuePayload.html @@ -1 +1 @@ -GetMetadataItemValuePayload | holoom

Type Alias GetMetadataItemValuePayload

GetMetadataItemValuePayload: {
    agent_pubkey: AgentPubKey;
    name: string;
}
+GetMetadataItemValuePayload | holoom

Type Alias GetMetadataItemValuePayload

GetMetadataItemValuePayload: {
    agent_pubkey: AgentPubKey;
    name: string;
}
diff --git a/types/authority_src.GetUsernameAttestationForAgentPayload.html b/types/authority_src.GetUsernameAttestationForAgentPayload.html index d318bd1..f8dd1a6 100644 --- a/types/authority_src.GetUsernameAttestationForAgentPayload.html +++ b/types/authority_src.GetUsernameAttestationForAgentPayload.html @@ -1,4 +1,4 @@ GetUsernameAttestationForAgentPayload | holoom

Type Alias GetUsernameAttestationForAgentPayload

GetUsernameAttestationForAgentPayload: {
    agent: AgentPubKey;
    trusted_authorities: AgentPubKey[];
}

The input to get_username_attestation_for_agent

Type declaration

  • agent: AgentPubKey

    The agent whose is the object of the attestations you wish to retrieve

  • trusted_authorities: AgentPubKey[]

    The authorities whose attestations you respect.

    -
+
diff --git a/types/authority_src.IngestExternalIdAttestationRequestPayload.html b/types/authority_src.IngestExternalIdAttestationRequestPayload.html index d79befb..43a439f 100644 --- a/types/authority_src.IngestExternalIdAttestationRequestPayload.html +++ b/types/authority_src.IngestExternalIdAttestationRequestPayload.html @@ -1 +1 @@ -IngestExternalIdAttestationRequestPayload | holoom

Type Alias IngestExternalIdAttestationRequestPayload

IngestExternalIdAttestationRequestPayload: {
    code: string;
    code_verifier: string;
    request_id: string;
}
+IngestExternalIdAttestationRequestPayload | holoom

Type Alias IngestExternalIdAttestationRequestPayload

IngestExternalIdAttestationRequestPayload: {
    code: string;
    code_verifier: string;
    request_id: string;
}
diff --git a/types/authority_src.JqInstructionArgumentNames.html b/types/authority_src.JqInstructionArgumentNames.html index dfecaa3..e541304 100644 --- a/types/authority_src.JqInstructionArgumentNames.html +++ b/types/authority_src.JqInstructionArgumentNames.html @@ -1 +1 @@ -JqInstructionArgumentNames | holoom

Type Alias JqInstructionArgumentNames

JqInstructionArgumentNames: {
    type: "Single";
    var_name: string;
} | {
    type: "List";
    var_names: string[];
}
+JqInstructionArgumentNames | holoom

Type Alias JqInstructionArgumentNames

JqInstructionArgumentNames: {
    type: "Single";
    var_name: string;
} | {
    type: "List";
    var_names: string[];
}
diff --git a/types/authority_src.LocalHoloomSignal.html b/types/authority_src.LocalHoloomSignal.html index 40f6379..896e099 100644 --- a/types/authority_src.LocalHoloomSignal.html +++ b/types/authority_src.LocalHoloomSignal.html @@ -1 +1 @@ -LocalHoloomSignal | holoom

Type Alias LocalHoloomSignal

LocalHoloomSignal:
    | {
        code: string;
        code_verifier: string;
        request_id: string;
        requestor_pubkey: AgentPubKey;
        type: "ExternalIdAttestationRequested";
    }
    | {
        record: Record;
        request_id: string;
        type: "ExternalIdAttested";
    }
    | {
        reason: string;
        request_id: string;
        type: "ExternalIdRejected";
    }
    | {
        request_id: string;
        requestor_pubkey: AgentPubKey;
        type: "EvmSignatureRequested";
        u256_array: Uint8Array[];
    }
    | {
        request_id: string;
        signed_u256_array: SignedEvmU256Array;
        type: "EvmSignatureProvided";
    }
    | {
        reason: string;
        request_id: string;
        type: "EvmSignatureRequestRejected";
    }
+LocalHoloomSignal | holoom

Type Alias LocalHoloomSignal

LocalHoloomSignal:
    | {
        code: string;
        code_verifier: string;
        request_id: string;
        requestor_pubkey: AgentPubKey;
        type: "ExternalIdAttestationRequested";
    }
    | {
        record: Record;
        request_id: string;
        type: "ExternalIdAttested";
    }
    | {
        reason: string;
        request_id: string;
        type: "ExternalIdRejected";
    }
    | {
        request_id: string;
        requestor_pubkey: AgentPubKey;
        type: "EvmSignatureRequested";
        u256_array: Uint8Array[];
    }
    | {
        request_id: string;
        signed_u256_array: SignedEvmU256Array;
        type: "EvmSignatureProvided";
    }
    | {
        reason: string;
        request_id: string;
        type: "EvmSignatureRequestRejected";
    }
diff --git a/types/authority_src.MetadataItem.html b/types/authority_src.MetadataItem.html index b3d8cd4..ef37ab1 100644 --- a/types/authority_src.MetadataItem.html +++ b/types/authority_src.MetadataItem.html @@ -1 +1 @@ -MetadataItem | holoom

Type Alias MetadataItem

MetadataItem: {
    name: string;
    value: string;
}
+MetadataItem | holoom

Type Alias MetadataItem

MetadataItem: {
    name: string;
    value: string;
}
diff --git a/types/authority_src.OracleDocument.html b/types/authority_src.OracleDocument.html index 7495f8c..3c2e65a 100644 --- a/types/authority_src.OracleDocument.html +++ b/types/authority_src.OracleDocument.html @@ -1 +1 @@ -OracleDocument | holoom

Type Alias OracleDocument

OracleDocument: {
    json_data: string;
    name: string;
}
+OracleDocument | holoom

Type Alias OracleDocument

OracleDocument: {
    json_data: string;
    name: string;
}
diff --git a/types/authority_src.PickByType.html b/types/authority_src.PickByType.html index c91205c..4afc372 100644 --- a/types/authority_src.PickByType.html +++ b/types/authority_src.PickByType.html @@ -1 +1 @@ -PickByType | holoom

Type Alias PickByType<T, K>

PickByType<T, K>: T extends {
        type: K;
    }
    ? T
    : never

Type Parameters

  • T
  • K
+PickByType | holoom

Type Alias PickByType<T, K>

PickByType<T, K>: T extends {
        type: K;
    }
    ? T
    : never

Type Parameters

  • T
  • K
diff --git a/types/authority_src.Recipe.html b/types/authority_src.Recipe.html index c92cac0..a879655 100644 --- a/types/authority_src.Recipe.html +++ b/types/authority_src.Recipe.html @@ -1 +1 @@ -Recipe | holoom

Type Alias Recipe

Recipe: {
    arguments: [string, RecipeArgumentType][];
    instructions: [string, RecipeInstruction][];
    trusted_authors: AgentPubKey[];
}
+Recipe | holoom

Type Alias Recipe

Recipe: {
    arguments: [string, RecipeArgumentType][];
    instructions: [string, RecipeInstruction][];
    trusted_authors: AgentPubKey[];
}
diff --git a/types/authority_src.RecipeArgument.html b/types/authority_src.RecipeArgument.html index 7e81542..a886966 100644 --- a/types/authority_src.RecipeArgument.html +++ b/types/authority_src.RecipeArgument.html @@ -1 +1 @@ -RecipeArgument | holoom

Type Alias RecipeArgument

RecipeArgument: {
    type: "String";
    value: string;
} | {
    type: "EvmAddress";
    value: Uint8Array;
}
+RecipeArgument | holoom

Type Alias RecipeArgument

RecipeArgument: {
    type: "String";
    value: string;
} | {
    type: "EvmAddress";
    value: Uint8Array;
}
diff --git a/types/authority_src.RecipeArgumentType.html b/types/authority_src.RecipeArgumentType.html index 810492d..1931415 100644 --- a/types/authority_src.RecipeArgumentType.html +++ b/types/authority_src.RecipeArgumentType.html @@ -1 +1 @@ -RecipeArgumentType | holoom

Type Alias RecipeArgumentType

RecipeArgumentType: {
    type: "String";
} | {
    type: "EvmAddress";
}
+RecipeArgumentType | holoom

Type Alias RecipeArgumentType

RecipeArgumentType: {
    type: "String";
} | {
    type: "EvmAddress";
}
diff --git a/types/authority_src.RecipeExecution.html b/types/authority_src.RecipeExecution.html index cb633aa..b726597 100644 --- a/types/authority_src.RecipeExecution.html +++ b/types/authority_src.RecipeExecution.html @@ -1 +1 @@ -RecipeExecution | holoom

Type Alias RecipeExecution

RecipeExecution: {
    arguments: RecipeArgument[];
    instruction_executions: RecipeInstructionExecution[];
    output: string;
    recipe_ah: ActionHash;
}
+RecipeExecution | holoom

Type Alias RecipeExecution

RecipeExecution: {
    arguments: RecipeArgument[];
    instruction_executions: RecipeInstructionExecution[];
    output: string;
    recipe_ah: ActionHash;
}
diff --git a/types/authority_src.RecipeInstruction.html b/types/authority_src.RecipeInstruction.html index 01de0d2..15991f3 100644 --- a/types/authority_src.RecipeInstruction.html +++ b/types/authority_src.RecipeInstruction.html @@ -1 +1 @@ -RecipeInstruction | holoom

Type Alias RecipeInstruction

RecipeInstruction:
    | {
        type: "Constant";
        value: string;
    }
    | {
        type: "GetLatestDocWithIdentifier";
        var_name: string;
    }
    | {
        input_var_names: JqInstructionArgumentNames;
        program: string;
        type: "Jq";
    }
    | {
        type: "GetDocsListedByVar";
        var_name: string;
    }
    | {
        trusted_author: AgentPubKey;
        type: "GetLatestCallerExternalId";
    }
    | {
        type: "GetCallerAgentPublicKey";
    }
+RecipeInstruction | holoom

Type Alias RecipeInstruction

RecipeInstruction:
    | {
        type: "Constant";
        value: string;
    }
    | {
        type: "GetLatestDocWithIdentifier";
        var_name: string;
    }
    | {
        input_var_names: JqInstructionArgumentNames;
        program: string;
        type: "Jq";
    }
    | {
        type: "GetDocsListedByVar";
        var_name: string;
    }
    | {
        trusted_author: AgentPubKey;
        type: "GetLatestCallerExternalId";
    }
    | {
        type: "GetCallerAgentPublicKey";
    }
diff --git a/types/authority_src.RecipeInstructionExecution.html b/types/authority_src.RecipeInstructionExecution.html index 0c6a6ab..2d8791a 100644 --- a/types/authority_src.RecipeInstructionExecution.html +++ b/types/authority_src.RecipeInstructionExecution.html @@ -1 +1 @@ -RecipeInstructionExecution | holoom

Type Alias RecipeInstructionExecution

RecipeInstructionExecution:
    | "Constant"
    | {
        GetLatestDocWithIdentifier: {
            doc_ah: ActionHash;
        };
    }
    | "Jq"
    | {
        GetDocsListedByVar: {
            doc_ahs: ActionHash[];
        };
    }
    | {
        GetLatestCallerExternalId: {
            attestation_ah: ActionHash;
        };
    }
    | "GetCallerAgentPublicKey"
+RecipeInstructionExecution | holoom

Type Alias RecipeInstructionExecution

RecipeInstructionExecution:
    | "Constant"
    | {
        GetLatestDocWithIdentifier: {
            doc_ah: ActionHash;
        };
    }
    | "Jq"
    | {
        GetDocsListedByVar: {
            doc_ahs: ActionHash[];
        };
    }
    | {
        GetLatestCallerExternalId: {
            attestation_ah: ActionHash;
        };
    }
    | "GetCallerAgentPublicKey"
diff --git a/types/authority_src.RejectEvmSignatureOverRecipeExecutionRequestPayload.html b/types/authority_src.RejectEvmSignatureOverRecipeExecutionRequestPayload.html index 28c2a9c..690ff6a 100644 --- a/types/authority_src.RejectEvmSignatureOverRecipeExecutionRequestPayload.html +++ b/types/authority_src.RejectEvmSignatureOverRecipeExecutionRequestPayload.html @@ -1 +1 @@ -RejectEvmSignatureOverRecipeExecutionRequestPayload | holoom

Type Alias RejectEvmSignatureOverRecipeExecutionRequestPayload

RejectEvmSignatureOverRecipeExecutionRequestPayload: {
    reason: string;
    request_id: string;
    requestor: AgentPubKey;
}
+RejectEvmSignatureOverRecipeExecutionRequestPayload | holoom

Type Alias RejectEvmSignatureOverRecipeExecutionRequestPayload

RejectEvmSignatureOverRecipeExecutionRequestPayload: {
    reason: string;
    request_id: string;
    requestor: AgentPubKey;
}
diff --git a/types/authority_src.RejectExternalIdRequestPayload.html b/types/authority_src.RejectExternalIdRequestPayload.html index 3cf3ffc..37a03b6 100644 --- a/types/authority_src.RejectExternalIdRequestPayload.html +++ b/types/authority_src.RejectExternalIdRequestPayload.html @@ -1 +1 @@ -RejectExternalIdRequestPayload | holoom

Type Alias RejectExternalIdRequestPayload

RejectExternalIdRequestPayload: {
    reason: string;
    request_id: string;
    requestor: AgentPubKey;
}
+RejectExternalIdRequestPayload | holoom

Type Alias RejectExternalIdRequestPayload

RejectExternalIdRequestPayload: {
    reason: string;
    request_id: string;
    requestor: AgentPubKey;
}
diff --git a/types/authority_src.RemoteHoloomSignal.html b/types/authority_src.RemoteHoloomSignal.html index e3890d8..471acfd 100644 --- a/types/authority_src.RemoteHoloomSignal.html +++ b/types/authority_src.RemoteHoloomSignal.html @@ -1 +1 @@ -RemoteHoloomSignal | holoom

Type Alias RemoteHoloomSignal

RemoteHoloomSignal:
    | {
        ExternalIdAttested: {
            record: Record;
            request_id: string;
        };
    }
    | {
        ExternalIdRejected: {
            reason: string;
            request_id: string;
        };
    }
    | {
        EvmSignatureProvided: {
            request_id: string;
            signed_u256_array: SignedEvmU256Array;
        };
    }
    | {
        EvmSignatureRequestRejected: {
            reason: string;
            request_id: string;
        };
    }
+RemoteHoloomSignal | holoom

Type Alias RemoteHoloomSignal

RemoteHoloomSignal:
    | {
        ExternalIdAttested: {
            record: Record;
            request_id: string;
        };
    }
    | {
        ExternalIdRejected: {
            reason: string;
            request_id: string;
        };
    }
    | {
        EvmSignatureProvided: {
            request_id: string;
            signed_u256_array: SignedEvmU256Array;
        };
    }
    | {
        EvmSignatureRequestRejected: {
            reason: string;
            request_id: string;
        };
    }
diff --git a/types/authority_src.ResolveEvmSignatureOverRecipeExecutionRequestPayload.html b/types/authority_src.ResolveEvmSignatureOverRecipeExecutionRequestPayload.html index 1280e73..f25d749 100644 --- a/types/authority_src.ResolveEvmSignatureOverRecipeExecutionRequestPayload.html +++ b/types/authority_src.ResolveEvmSignatureOverRecipeExecutionRequestPayload.html @@ -1 +1 @@ -ResolveEvmSignatureOverRecipeExecutionRequestPayload | holoom

Type Alias ResolveEvmSignatureOverRecipeExecutionRequestPayload

ResolveEvmSignatureOverRecipeExecutionRequestPayload: {
    request_id: string;
    requestor: AgentPubKey;
    signed_u256_array: SignedEvmU256Array;
}
+ResolveEvmSignatureOverRecipeExecutionRequestPayload | holoom

Type Alias ResolveEvmSignatureOverRecipeExecutionRequestPayload

ResolveEvmSignatureOverRecipeExecutionRequestPayload: {
    request_id: string;
    requestor: AgentPubKey;
    signed_u256_array: SignedEvmU256Array;
}
diff --git a/types/authority_src.SendExternalIdAttestationRequestPayload.html b/types/authority_src.SendExternalIdAttestationRequestPayload.html index 1e8f3c5..74255b3 100644 --- a/types/authority_src.SendExternalIdAttestationRequestPayload.html +++ b/types/authority_src.SendExternalIdAttestationRequestPayload.html @@ -1 +1 @@ -SendExternalIdAttestationRequestPayload | holoom

Type Alias SendExternalIdAttestationRequestPayload

SendExternalIdAttestationRequestPayload: {
    authority: AgentPubKey;
    code: string;
    code_verifier: string;
    request_id: string;
}
+SendExternalIdAttestationRequestPayload | holoom

Type Alias SendExternalIdAttestationRequestPayload

SendExternalIdAttestationRequestPayload: {
    authority: AgentPubKey;
    code: string;
    code_verifier: string;
    request_id: string;
}
diff --git a/types/authority_src.SignUsernameAndRequestAttestationInput.html b/types/authority_src.SignUsernameAndRequestAttestationInput.html index 3f76710..43c7c23 100644 --- a/types/authority_src.SignUsernameAndRequestAttestationInput.html +++ b/types/authority_src.SignUsernameAndRequestAttestationInput.html @@ -1,4 +1,4 @@ SignUsernameAndRequestAttestationInput | holoom

Type Alias SignUsernameAndRequestAttestationInput

SignUsernameAndRequestAttestationInput: {
    authority: AgentPubKey;
    username: string;
}

The input to sign_username_and_request_attestation

Type declaration

  • authority: AgentPubKey

    The authorities whose attestations you respect.

  • username: string

    The username for which you want a corresponding attestation

    -
+
diff --git a/types/authority_src.SignableBytes.html b/types/authority_src.SignableBytes.html index 7fe4c69..34a4460 100644 --- a/types/authority_src.SignableBytes.html +++ b/types/authority_src.SignableBytes.html @@ -1 +1 @@ -SignableBytes | holoom

Type Alias SignableBytes

SignableBytes: number[]
+SignableBytes | holoom

Type Alias SignableBytes

SignableBytes: number[]
diff --git a/types/authority_src.SignedEvmSigningOffer.html b/types/authority_src.SignedEvmSigningOffer.html index e953f1c..a708e6a 100644 --- a/types/authority_src.SignedEvmSigningOffer.html +++ b/types/authority_src.SignedEvmSigningOffer.html @@ -1 +1 @@ -SignedEvmSigningOffer | holoom

Type Alias SignedEvmSigningOffer

SignedEvmSigningOffer: {
    offer: EvmSigningOffer;
    signature: [Uint8Array, Uint8Array, number];
    signer: Uint8Array;
}
+SignedEvmSigningOffer | holoom

Type Alias SignedEvmSigningOffer

SignedEvmSigningOffer: {
    offer: EvmSigningOffer;
    signature: [Uint8Array, Uint8Array, number];
    signer: Uint8Array;
}
diff --git a/types/authority_src.SignedEvmU256Array.html b/types/authority_src.SignedEvmU256Array.html index 2ac5454..26275b9 100644 --- a/types/authority_src.SignedEvmU256Array.html +++ b/types/authority_src.SignedEvmU256Array.html @@ -1 +1 @@ -SignedEvmU256Array | holoom

Type Alias SignedEvmU256Array

SignedEvmU256Array: {
    raw: Uint8Array[];
    signature: [Uint8Array, Uint8Array, number];
    signer: Uint8Array;
}
+SignedEvmU256Array | holoom

Type Alias SignedEvmU256Array

SignedEvmU256Array: {
    raw: Uint8Array[];
    signature: [Uint8Array, Uint8Array, number];
    signer: Uint8Array;
}
diff --git a/types/authority_src.SignedUsername.html b/types/authority_src.SignedUsername.html index 1c76527..b650146 100644 --- a/types/authority_src.SignedUsername.html +++ b/types/authority_src.SignedUsername.html @@ -1 +1 @@ -SignedUsername | holoom

Type Alias SignedUsername

SignedUsername: {
    signature: Signature;
    signer: AgentPubKey;
    username: string;
}
+SignedUsername | holoom

Type Alias SignedUsername

SignedUsername: {
    signature: Signature;
    signer: AgentPubKey;
    username: string;
}
diff --git a/types/authority_src.UpdateMetadataItemPayload.html b/types/authority_src.UpdateMetadataItemPayload.html index 6a76e6d..0d25ef7 100644 --- a/types/authority_src.UpdateMetadataItemPayload.html +++ b/types/authority_src.UpdateMetadataItemPayload.html @@ -1 +1 @@ -UpdateMetadataItemPayload | holoom

Type Alias UpdateMetadataItemPayload

UpdateMetadataItemPayload: {
    agent_pubkey: AgentPubKey;
    name: string;
    value: string;
}
+UpdateMetadataItemPayload | holoom

Type Alias UpdateMetadataItemPayload

UpdateMetadataItemPayload: {
    agent_pubkey: AgentPubKey;
    name: string;
    value: string;
}
diff --git a/types/authority_src.UsernameAttestation.html b/types/authority_src.UsernameAttestation.html index 9fb0fdf..b13a128 100644 --- a/types/authority_src.UsernameAttestation.html +++ b/types/authority_src.UsernameAttestation.html @@ -1 +1 @@ -UsernameAttestation | holoom

Type Alias UsernameAttestation

UsernameAttestation: {
    agent: AgentPubKey;
    username: string;
}
+UsernameAttestation | holoom

Type Alias UsernameAttestation

UsernameAttestation: {
    agent: AgentPubKey;
    username: string;
}
diff --git a/types/authority_src.WalletAttestation.html b/types/authority_src.WalletAttestation.html index d47bafc..4f6c75f 100644 --- a/types/authority_src.WalletAttestation.html +++ b/types/authority_src.WalletAttestation.html @@ -1 +1 @@ -WalletAttestation | holoom

Type Alias WalletAttestation

WalletAttestation: {
    agent: AgentPubKey;
    chain_wallet_signature: ChainWalletSignature;
    prev_action: ActionHash;
}
+WalletAttestation | holoom

Type Alias WalletAttestation

WalletAttestation: {
    agent: AgentPubKey;
    chain_wallet_signature: ChainWalletSignature;
    prev_action: ActionHash;
}