From 5d086459d9b024df58b6e84a54b4b0001c93bdee Mon Sep 17 00:00:00 2001 From: 8e8b2c <8e8b2c@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:44:04 +0000 Subject: [PATCH] deploy: 4e28dcd9859879eb0c4e0e83c3101cf4d929a3c1 --- .../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 ed718d7..998544c 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 b59465e..b408c80 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 bef3926..5d775bc 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 0081001..ff60c78 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 198f811..f194a1f 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 d551b88..cc9d7b0 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 3ce6edb..6be39f6 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 a37e029..01b3c67 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 61508f4..6bed630 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 6dadeb5..abaeb5b 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 73723ba..ff5f426 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 dd96479..1d0e188 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 7f56774..52d6e98 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 980bd47..ff20d48 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 fa003ad..4ccd8f1 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 f65bbe6..125b151 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 dc4b1bf..87def1e 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 8483ea9..f860fd5 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 d269f3f..ea7635c 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 9ee4be7..7cba3d2 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 d826f82..7932dbf 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 6d2b349..c1453b0 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 9ac79bd..3ebd521 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 20c99a4..7f6c630 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 bf8961d..29d8b00 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 d27a0b9..f229ddc 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 b408f09..dfe224c 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 303cab9..5e1702e 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 2d3fcf6..e2a56c7 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 d14e8f5..a266de9 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 c5c5b0a..da33e9b 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 c2dcdf1..24e6ed5 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 70c4d3b..b10e767 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 5cf59a8..1458a40 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 f6cb804..90e58d0 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 de9f892..811e27e 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 aba02c2..7510c6b 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 2bd7cc4..fe85898 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 6ad297a..fe148e8 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 bcefff0..05f4e7d 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 3a78ece..02234cf 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 d14a49d..7abfa07 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 9cd8258..134a1be 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 abc8551..d318bd1 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 ed8c288..d79befb 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 924442c..dfecaa3 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 00df0c8..40f6379 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 6812f5b..b3d8cd4 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 4c047e2..7495f8c 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 815f1d0..c91205c 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 51afb6a..c92cac0 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 abcb9ce..7e81542 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 b79d526..810492d 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 0cfdb03..cb633aa 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 491e828..01de0d2 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 4aa70b6..0c6a6ab 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 ce0acfa..28c2a9c 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 65c1d12..3cf3ffc 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 54eac64..e3890d8 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 264e286..1280e73 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 4432a59..1e8f3c5 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 620a082..3f76710 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 68295b5..7fe4c69 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 ccea883..e953f1c 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 4f20e8a..2ac5454 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 4adfd9c..1c76527 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 bbc3524..6a76e6d 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 245128e..9fb0fdf 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 ca5f0bb..d47bafc 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;
}