diff --git a/js/client-ext-utils/classes/connection.ExtConnection.html b/js/client-ext-utils/classes/connection.ExtConnection.html index 472cdf2d8d..132ff164a4 100644 --- a/js/client-ext-utils/classes/connection.ExtConnection.html +++ b/js/client-ext-utils/classes/connection.ExtConnection.html @@ -3,10 +3,10 @@ the requester). The meaning of the requests and responses are defined in another layer of abstraction.

Use create to create one.

-

Constructors

Constructors

Properties

messageFrame: Window
nextId: number
origin: string

Methods

  • Parameters

    • req: unknown

    Returns Promise<unknown>

  • Parameters

    • type: string
    • handler: ((event) => void)
        • (event): void
        • Parameters

          • event: never

          Returns void

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

messageFrame: Window
nextId: number
origin: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/js/client-ext-utils/classes/signature.ExtContextSigner.html b/js/client-ext-utils/classes/signature.ExtContextSigner.html index 32096fa3e1..b74c53e4fe 100644 --- a/js/client-ext-utils/classes/signature.ExtContextSigner.html +++ b/js/client-ext-utils/classes/signature.ExtContextSigner.html @@ -1,5 +1,5 @@ ExtContextSigner | @oasisprotocol/client-ext-utils

A ContextSigner implementation that asks an extension for everything.

-

Implements

  • ContextSigner

Constructors

Implements

  • ContextSigner

Constructors

Properties

connection publicKey which @@ -11,7 +11,7 @@

Parameters

  • connection: ExtConnection
  • which: any

    An extra parameter, suggested to be used to help select which key to use. This library passes it through verbatim; it's up to the extension to define how it's interpreted.

    -
  • publicKey: Uint8Array

Returns ExtContextSigner

Properties

connection: ExtConnection
publicKey: Uint8Array
which: any

Methods

  • Returns Uint8Array

  • Parameters

    • context: string
    • message: Uint8Array

    Returns Promise<Uint8Array>

Properties

connection: ExtConnection
publicKey: Uint8Array
which: any

Methods

  • Returns Uint8Array

  • Parameters

    • context: string
    • message: Uint8Array

    Returns Promise<Uint8Array>

  • Parameters

    • connection: ExtConnection
    • which: any

      An extra parameter, suggested to be used to help select which key to use. This library passes it through verbatim; it's up to the extension to define how it's interpreted.

      -

    Returns Promise<ExtContextSigner>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<ExtContextSigner>

Generated using TypeDoc

\ No newline at end of file diff --git a/js/client-ext-utils/functions/connection.connect.html b/js/client-ext-utils/functions/connection.connect.html index ea259a7bcb..0afd3a82de 100644 --- a/js/client-ext-utils/functions/connection.connect.html +++ b/js/client-ext-utils/functions/connection.connect.html @@ -10,4 +10,4 @@

Parameters

Returns Promise<ExtConnection>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<ExtConnection>

Generated using TypeDoc

\ No newline at end of file diff --git a/js/client-ext-utils/functions/connection.handleMessage.html b/js/client-ext-utils/functions/connection.handleMessage.html index e99819a77a..5fc3b166ac 100644 --- a/js/client-ext-utils/functions/connection.handleMessage.html +++ b/js/client-ext-utils/functions/connection.handleMessage.html @@ -1 +1 @@ -handleMessage | @oasisprotocol/client-ext-utils
  • Parameters

    • e: MessageEvent<unknown>

    Returns void

Generated using TypeDoc

\ No newline at end of file +handleMessage | @oasisprotocol/client-ext-utils
  • Parameters

    • e: MessageEvent<unknown>

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/js/client-ext-utils/functions/ext.keysChanged.html b/js/client-ext-utils/functions/ext.keysChanged.html index 3e220b2f49..d4eb91686e 100644 --- a/js/client-ext-utils/functions/ext.keysChanged.html +++ b/js/client-ext-utils/functions/ext.keysChanged.html @@ -1,3 +1,3 @@ keysChanged | @oasisprotocol/client-ext-utils
  • Call this to tell the web content that the list of available keys has changed.

    Parameters

    • keys: KeyInfo[]

      The new list of available keys, as would be returned from keysList

      -

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/js/client-ext-utils/functions/ext.ready.html b/js/client-ext-utils/functions/ext.ready.html index 44b3e3deaa..bcabc72711 100644 --- a/js/client-ext-utils/functions/ext.ready.html +++ b/js/client-ext-utils/functions/ext.ready.html @@ -1,2 +1,2 @@ ready | @oasisprotocol/client-ext-utils
  • Call this to let the web content start making requests.

    -

    Parameters

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/js/client-ext-utils/functions/keys.list.html b/js/client-ext-utils/functions/keys.list.html index 36e09bbc53..5de93d4ab0 100644 --- a/js/client-ext-utils/functions/keys.list.html +++ b/js/client-ext-utils/functions/keys.list.html @@ -1,3 +1,3 @@ list | @oasisprotocol/client-ext-utils
  • If the extension can share a list of keys and the web content wants to know what keys are available, this method retrieves that list.

    -

    Parameters

    Returns Promise<KeyInfo[]>

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns Promise<KeyInfo[]>

Generated using TypeDoc

\ No newline at end of file diff --git a/js/client-ext-utils/functions/keys.setKeysChangeHandler.html b/js/client-ext-utils/functions/keys.setKeysChangeHandler.html index 189437d76b..a1c008bc4e 100644 --- a/js/client-ext-utils/functions/keys.setKeysChangeHandler.html +++ b/js/client-ext-utils/functions/keys.setKeysChangeHandler.html @@ -2,4 +2,4 @@ to list that started before an invocation of this handler may return a list that is out of date. A connection can have up to one of these callbacks.

-

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/js/client-ext-utils/interfaces/ext.Handlers.html b/js/client-ext-utils/interfaces/ext.Handlers.html index d0814f6e1e..56c9b871b2 100644 --- a/js/client-ext-utils/interfaces/ext.Handlers.html +++ b/js/client-ext-utils/interfaces/ext.Handlers.html @@ -1,12 +1,12 @@ Handlers | @oasisprotocol/client-ext-utils

A collection of methods that web content can access.

-
interface Handlers {
    contextSignerPublic(origin, req): Promise<ContextSignerPublicResponse>;
    contextSignerSign(origin, req): Promise<ContextSignerSignResponse>;
    keysList(origin, req): Promise<KeysListResponse>;
}

Methods

interface Handlers {
    contextSignerPublic(origin, req): Promise<ContextSignerPublicResponse>;
    contextSignerSign(origin, req): Promise<ContextSignerSignResponse>;
    keysList(origin, req): Promise<KeysListResponse>;
}

Methods

Returns Promise<ContextSignerPublicResponse>

Returns Promise<ContextSignerSignResponse>

Generated using TypeDoc

\ No newline at end of file +
  • req: KeysListRequest
  • Returns Promise<KeysListResponse>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.ContextSignerPublicRequest.html b/js/client-ext-utils/interfaces/protocol.ContextSignerPublicRequest.html index 897a0dd1c5..97f8cc9f70 100644 --- a/js/client-ext-utils/interfaces/protocol.ContextSignerPublicRequest.html +++ b/js/client-ext-utils/interfaces/protocol.ContextSignerPublicRequest.html @@ -1,6 +1,6 @@ -ContextSignerPublicRequest | @oasisprotocol/client-ext-utils
    interface ContextSignerPublicRequest {
        method: "context-signer-public-v1";
        which: any;
    }

    Properties

    method +ContextSignerPublicRequest | @oasisprotocol/client-ext-utils
    interface ContextSignerPublicRequest {
        method: "context-signer-public-v1";
        which: any;
    }

    Properties

    Properties

    method: "context-signer-public-v1"
    which: any

    An extra parameter, suggested to be used to help select which key to +

    Properties

    method: "context-signer-public-v1"
    which: any

    An extra parameter, suggested to be used to help select which key to use. This library passes it through verbatim; it's up to the extension to define how it's interpreted.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.ContextSignerPublicResponse.html b/js/client-ext-utils/interfaces/protocol.ContextSignerPublicResponse.html index 61270c3e0e..8c0119b791 100644 --- a/js/client-ext-utils/interfaces/protocol.ContextSignerPublicResponse.html +++ b/js/client-ext-utils/interfaces/protocol.ContextSignerPublicResponse.html @@ -1,2 +1,2 @@ -ContextSignerPublicResponse | @oasisprotocol/client-ext-utils
    interface ContextSignerPublicResponse {
        public_key: Uint8Array;
    }

    Properties

    Properties

    public_key: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +ContextSignerPublicResponse | @oasisprotocol/client-ext-utils
    interface ContextSignerPublicResponse {
        public_key: Uint8Array;
    }

    Properties

    Properties

    public_key: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.ContextSignerSignRequest.html b/js/client-ext-utils/interfaces/protocol.ContextSignerSignRequest.html index c14e726a88..cb9c4c4816 100644 --- a/js/client-ext-utils/interfaces/protocol.ContextSignerSignRequest.html +++ b/js/client-ext-utils/interfaces/protocol.ContextSignerSignRequest.html @@ -1,8 +1,8 @@ -ContextSignerSignRequest | @oasisprotocol/client-ext-utils
    interface ContextSignerSignRequest {
        context: string;
        message: Uint8Array;
        method: "context-signer-sign-v1";
        which: any;
    }

    Properties

    context +ContextSignerSignRequest | @oasisprotocol/client-ext-utils
    interface ContextSignerSignRequest {
        context: string;
        message: Uint8Array;
        method: "context-signer-sign-v1";
        which: any;
    }

    Properties

    context: string
    message: Uint8Array
    method: "context-signer-sign-v1"
    which: any

    An extra parameter, suggested to be used to help select which key to +

    Properties

    context: string
    message: Uint8Array
    method: "context-signer-sign-v1"
    which: any

    An extra parameter, suggested to be used to help select which key to use. This library passes it through verbatim; it's up to the extension to define how it's interpreted.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.ContextSignerSignResponse.html b/js/client-ext-utils/interfaces/protocol.ContextSignerSignResponse.html index d35f4ab3aa..6050a0e0df 100644 --- a/js/client-ext-utils/interfaces/protocol.ContextSignerSignResponse.html +++ b/js/client-ext-utils/interfaces/protocol.ContextSignerSignResponse.html @@ -1,5 +1,5 @@ ContextSignerSignResponse | @oasisprotocol/client-ext-utils

    Either the signature as requested (and with approved: true) or an explicit decline to sign (approved: false and no signature).

    -
    interface ContextSignerSignResponse {
        approved: boolean;
        signature?: Uint8Array;
    }

    Properties

    interface ContextSignerSignResponse {
        approved: boolean;
        signature?: Uint8Array;
    }

    Properties

    Properties

    approved: boolean
    signature?: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    approved: boolean
    signature?: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.KeyInfo.html b/js/client-ext-utils/interfaces/protocol.KeyInfo.html index 1e0e3889ac..07dbe86ffb 100644 --- a/js/client-ext-utils/interfaces/protocol.KeyInfo.html +++ b/js/client-ext-utils/interfaces/protocol.KeyInfo.html @@ -1,7 +1,7 @@ -KeyInfo | @oasisprotocol/client-ext-utils
    interface KeyInfo {
        metadata: any;
        which: any;
    }

    Properties

    metadata +KeyInfo | @oasisprotocol/client-ext-utils
    interface KeyInfo {
        metadata: any;
        which: any;
    }

    Properties

    Properties

    metadata: any

    An extra output, suggested to be used to describe the key. It's up to the extension to define how it's structured.

    -
    which: any

    A value for the which parameter when requesting a public key or a +

    which: any

    A value for the which parameter when requesting a public key or a signature. It's up to the extension to define how it's structured.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.KeysChangeEvent.html b/js/client-ext-utils/interfaces/protocol.KeysChangeEvent.html index bb5a1e3a7e..cdc1512eca 100644 --- a/js/client-ext-utils/interfaces/protocol.KeysChangeEvent.html +++ b/js/client-ext-utils/interfaces/protocol.KeysChangeEvent.html @@ -1,4 +1,4 @@ -KeysChangeEvent | @oasisprotocol/client-ext-utils
    interface KeysChangeEvent {
        keys: KeyInfo[];
        type: "keys-change-v1";
    }

    Properties

    keys +KeysChangeEvent | @oasisprotocol/client-ext-utils
    interface KeysChangeEvent {
        keys: KeyInfo[];
        type: "keys-change-v1";
    }

    Properties

    Properties

    keys: KeyInfo[]

    The new list of available keys, as would be returned from keys.list.

    -
    type: "keys-change-v1"

    Generated using TypeDoc

    \ No newline at end of file +
    type: "keys-change-v1"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.KeysListRequest.html b/js/client-ext-utils/interfaces/protocol.KeysListRequest.html index ea55b23745..7cf7a9a331 100644 --- a/js/client-ext-utils/interfaces/protocol.KeysListRequest.html +++ b/js/client-ext-utils/interfaces/protocol.KeysListRequest.html @@ -1,2 +1,2 @@ -KeysListRequest | @oasisprotocol/client-ext-utils
    interface KeysListRequest {
        method: "keys-list-v1";
    }

    Properties

    Properties

    method: "keys-list-v1"

    Generated using TypeDoc

    \ No newline at end of file +KeysListRequest | @oasisprotocol/client-ext-utils
    interface KeysListRequest {
        method: "keys-list-v1";
    }

    Properties

    Properties

    method: "keys-list-v1"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.KeysListResponse.html b/js/client-ext-utils/interfaces/protocol.KeysListResponse.html index d0112ba58e..3fc3fbd946 100644 --- a/js/client-ext-utils/interfaces/protocol.KeysListResponse.html +++ b/js/client-ext-utils/interfaces/protocol.KeysListResponse.html @@ -1,2 +1,2 @@ -KeysListResponse | @oasisprotocol/client-ext-utils
    interface KeysListResponse {
        keys: KeyInfo[];
    }

    Properties

    Properties

    keys: KeyInfo[]

    Generated using TypeDoc

    \ No newline at end of file +KeysListResponse | @oasisprotocol/client-ext-utils
    interface KeysListResponse {
        keys: KeyInfo[];
    }

    Properties

    Properties

    keys: KeyInfo[]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.MessageEvent.html b/js/client-ext-utils/interfaces/protocol.MessageEvent.html index 9a98787fde..9e5203d4f3 100644 --- a/js/client-ext-utils/interfaces/protocol.MessageEvent.html +++ b/js/client-ext-utils/interfaces/protocol.MessageEvent.html @@ -1,3 +1,3 @@ -MessageEvent | @oasisprotocol/client-ext-utils
    interface MessageEvent {
        event: unknown;
        type: "oasis-xu-event-v1";
    }

    Properties

    event +MessageEvent | @oasisprotocol/client-ext-utils
    interface MessageEvent {
        event: unknown;
        type: "oasis-xu-event-v1";
    }

    Properties

    Properties

    event: unknown
    type: "oasis-xu-event-v1"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    event: unknown
    type: "oasis-xu-event-v1"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.MessageReady.html b/js/client-ext-utils/interfaces/protocol.MessageReady.html index 26dca00926..92527bb279 100644 --- a/js/client-ext-utils/interfaces/protocol.MessageReady.html +++ b/js/client-ext-utils/interfaces/protocol.MessageReady.html @@ -1,2 +1,2 @@ -MessageReady | @oasisprotocol/client-ext-utils
    interface MessageReady {
        type: "oasis-xu-ready-v1";
    }

    Properties

    Properties

    type: "oasis-xu-ready-v1"

    Generated using TypeDoc

    \ No newline at end of file +MessageReady | @oasisprotocol/client-ext-utils
    interface MessageReady {
        type: "oasis-xu-ready-v1";
    }

    Properties

    Properties

    type: "oasis-xu-ready-v1"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.MessageRequest.html b/js/client-ext-utils/interfaces/protocol.MessageRequest.html index 8a26f3d02e..d48877d785 100644 --- a/js/client-ext-utils/interfaces/protocol.MessageRequest.html +++ b/js/client-ext-utils/interfaces/protocol.MessageRequest.html @@ -1,4 +1,4 @@ -MessageRequest | @oasisprotocol/client-ext-utils
    interface MessageRequest {
        body: unknown;
        id: number;
        type: "oasis-xu-request-v1";
    }

    Properties

    body +MessageRequest | @oasisprotocol/client-ext-utils
    interface MessageRequest {
        body: unknown;
        id: number;
        type: "oasis-xu-request-v1";
    }

    Properties

    Properties

    body: unknown
    id: number
    type: "oasis-xu-request-v1"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    body: unknown
    id: number
    type: "oasis-xu-request-v1"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/interfaces/protocol.MessageResponse.html b/js/client-ext-utils/interfaces/protocol.MessageResponse.html index 079f799be9..603f1885c2 100644 --- a/js/client-ext-utils/interfaces/protocol.MessageResponse.html +++ b/js/client-ext-utils/interfaces/protocol.MessageResponse.html @@ -1,5 +1,5 @@ -MessageResponse | @oasisprotocol/client-ext-utils
    interface MessageResponse {
        body?: unknown;
        err?: unknown;
        id: number;
        type: "oasis-xu-response-v1";
    }

    Properties

    body? +MessageResponse | @oasisprotocol/client-ext-utils
    interface MessageResponse {
        body?: unknown;
        err?: unknown;
        id: number;
        type: "oasis-xu-response-v1";
    }

    Properties

    Properties

    body?: unknown
    err?: unknown
    id: number
    type: "oasis-xu-response-v1"

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    body?: unknown
    err?: unknown
    id: number
    type: "oasis-xu-response-v1"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/modules/connection.html b/js/client-ext-utils/modules/connection.html index 4d55b9d2b7..8147539dd2 100644 --- a/js/client-ext-utils/modules/connection.html +++ b/js/client-ext-utils/modules/connection.html @@ -1,4 +1,4 @@ -connection | @oasisprotocol/client-ext-utils

    Index

    Classes

    ExtConnection +connection | @oasisprotocol/client-ext-utils

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/modules/ext.html b/js/client-ext-utils/modules/ext.html index 4f87ff827b..0df65a7983 100644 --- a/js/client-ext-utils/modules/ext.html +++ b/js/client-ext-utils/modules/ext.html @@ -1,4 +1,4 @@ -ext | @oasisprotocol/client-ext-utils

    Index

    Interfaces

    Handlers +ext | @oasisprotocol/client-ext-utils

    Index

    Interfaces

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/modules/keys.html b/js/client-ext-utils/modules/keys.html index b4a91b187a..4524ef61b9 100644 --- a/js/client-ext-utils/modules/keys.html +++ b/js/client-ext-utils/modules/keys.html @@ -1,3 +1,3 @@ -keys | @oasisprotocol/client-ext-utils

    Index

    Functions

    list +keys | @oasisprotocol/client-ext-utils

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/modules/protocol.html b/js/client-ext-utils/modules/protocol.html index b8f7e045a5..6c4a4b5067 100644 --- a/js/client-ext-utils/modules/protocol.html +++ b/js/client-ext-utils/modules/protocol.html @@ -1,4 +1,4 @@ -protocol | @oasisprotocol/client-ext-utils

    Index

    Interfaces

    ContextSignerPublicRequest +protocol | @oasisprotocol/client-ext-utils

    Index

    Interfaces

    ContextSignerPublicRequest ContextSignerPublicResponse ContextSignerSignRequest ContextSignerSignResponse diff --git a/js/client-ext-utils/modules/signature.html b/js/client-ext-utils/modules/signature.html index 62605d31a0..0c8ff55be8 100644 --- a/js/client-ext-utils/modules/signature.html +++ b/js/client-ext-utils/modules/signature.html @@ -1,2 +1,2 @@ -signature | @oasisprotocol/client-ext-utils

    Index

    Classes

    ExtContextSigner +signature | @oasisprotocol/client-ext-utils

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/variables/protocol.EVENT_KEYS_CHANGE.html b/js/client-ext-utils/variables/protocol.EVENT_KEYS_CHANGE.html index a233d0f473..e9940e256a 100644 --- a/js/client-ext-utils/variables/protocol.EVENT_KEYS_CHANGE.html +++ b/js/client-ext-utils/variables/protocol.EVENT_KEYS_CHANGE.html @@ -1 +1 @@ -EVENT_KEYS_CHANGE | @oasisprotocol/client-ext-utils
    EVENT_KEYS_CHANGE: "keys-change-v1" = 'keys-change-v1'

    Generated using TypeDoc

    \ No newline at end of file +EVENT_KEYS_CHANGE | @oasisprotocol/client-ext-utils
    EVENT_KEYS_CHANGE: "keys-change-v1" = 'keys-change-v1'

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_EVENT.html b/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_EVENT.html index 0c50e01a4a..82fd4e1c78 100644 --- a/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_EVENT.html +++ b/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_EVENT.html @@ -1 +1 @@ -MESSAGE_TYPE_EVENT | @oasisprotocol/client-ext-utils
    MESSAGE_TYPE_EVENT: "oasis-xu-event-v1" = 'oasis-xu-event-v1'

    Generated using TypeDoc

    \ No newline at end of file +MESSAGE_TYPE_EVENT | @oasisprotocol/client-ext-utils
    MESSAGE_TYPE_EVENT: "oasis-xu-event-v1" = 'oasis-xu-event-v1'

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_READY.html b/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_READY.html index e4e6923e86..bda45444b3 100644 --- a/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_READY.html +++ b/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_READY.html @@ -1,3 +1,3 @@ MESSAGE_TYPE_READY | @oasisprotocol/client-ext-utils
    MESSAGE_TYPE_READY: "oasis-xu-ready-v1" = 'oasis-xu-ready-v1'

    File

    Constants and type definitions for the postMessage-based protocol used between web content and the extension.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_REQUEST.html b/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_REQUEST.html index 97c73c2f47..90f72d304c 100644 --- a/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_REQUEST.html +++ b/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_REQUEST.html @@ -1 +1 @@ -MESSAGE_TYPE_REQUEST | @oasisprotocol/client-ext-utils
    MESSAGE_TYPE_REQUEST: "oasis-xu-request-v1" = 'oasis-xu-request-v1'

    Generated using TypeDoc

    \ No newline at end of file +MESSAGE_TYPE_REQUEST | @oasisprotocol/client-ext-utils
    MESSAGE_TYPE_REQUEST: "oasis-xu-request-v1" = 'oasis-xu-request-v1'

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_RESPONSE.html b/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_RESPONSE.html index 63777dc361..27f3c81999 100644 --- a/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_RESPONSE.html +++ b/js/client-ext-utils/variables/protocol.MESSAGE_TYPE_RESPONSE.html @@ -1 +1 @@ -MESSAGE_TYPE_RESPONSE | @oasisprotocol/client-ext-utils
    MESSAGE_TYPE_RESPONSE: "oasis-xu-response-v1" = 'oasis-xu-response-v1'

    Generated using TypeDoc

    \ No newline at end of file +MESSAGE_TYPE_RESPONSE | @oasisprotocol/client-ext-utils
    MESSAGE_TYPE_RESPONSE: "oasis-xu-response-v1" = 'oasis-xu-response-v1'

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/variables/protocol.METHOD_CONTEXT_SIGNER_PUBLIC.html b/js/client-ext-utils/variables/protocol.METHOD_CONTEXT_SIGNER_PUBLIC.html index c56422d4cf..fe3157f9b4 100644 --- a/js/client-ext-utils/variables/protocol.METHOD_CONTEXT_SIGNER_PUBLIC.html +++ b/js/client-ext-utils/variables/protocol.METHOD_CONTEXT_SIGNER_PUBLIC.html @@ -1 +1 @@ -METHOD_CONTEXT_SIGNER_PUBLIC | @oasisprotocol/client-ext-utils
    METHOD_CONTEXT_SIGNER_PUBLIC: "context-signer-public-v1" = 'context-signer-public-v1'

    Generated using TypeDoc

    \ No newline at end of file +METHOD_CONTEXT_SIGNER_PUBLIC | @oasisprotocol/client-ext-utils
    METHOD_CONTEXT_SIGNER_PUBLIC: "context-signer-public-v1" = 'context-signer-public-v1'

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/variables/protocol.METHOD_CONTEXT_SIGNER_SIGN.html b/js/client-ext-utils/variables/protocol.METHOD_CONTEXT_SIGNER_SIGN.html index 20a6199321..2bacb39cc0 100644 --- a/js/client-ext-utils/variables/protocol.METHOD_CONTEXT_SIGNER_SIGN.html +++ b/js/client-ext-utils/variables/protocol.METHOD_CONTEXT_SIGNER_SIGN.html @@ -1 +1 @@ -METHOD_CONTEXT_SIGNER_SIGN | @oasisprotocol/client-ext-utils
    METHOD_CONTEXT_SIGNER_SIGN: "context-signer-sign-v1" = 'context-signer-sign-v1'

    Generated using TypeDoc

    \ No newline at end of file +METHOD_CONTEXT_SIGNER_SIGN | @oasisprotocol/client-ext-utils
    METHOD_CONTEXT_SIGNER_SIGN: "context-signer-sign-v1" = 'context-signer-sign-v1'

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-ext-utils/variables/protocol.METHOD_KEYS_LIST.html b/js/client-ext-utils/variables/protocol.METHOD_KEYS_LIST.html index 1ca278f940..6089738696 100644 --- a/js/client-ext-utils/variables/protocol.METHOD_KEYS_LIST.html +++ b/js/client-ext-utils/variables/protocol.METHOD_KEYS_LIST.html @@ -1 +1 @@ -METHOD_KEYS_LIST | @oasisprotocol/client-ext-utils
    METHOD_KEYS_LIST: "keys-list-v1" = 'keys-list-v1'

    Generated using TypeDoc

    \ No newline at end of file +METHOD_KEYS_LIST | @oasisprotocol/client-ext-utils
    METHOD_KEYS_LIST: "keys-list-v1" = 'keys-list-v1'

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/accounts.Wrapper.html b/js/client-rt/classes/accounts.Wrapper.html index 7583bcb197..b55fc893f6 100644 --- a/js/client-rt/classes/accounts.Wrapper.html +++ b/js/client-rt/classes/accounts.Wrapper.html @@ -1,4 +1,4 @@ -Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    constructor +Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/consensus.Wrapper.html b/js/client-rt/classes/consensus.Wrapper.html index 0a1ba7311b..5c55b2b782 100644 --- a/js/client-rt/classes/consensus.Wrapper.html +++ b/js/client-rt/classes/consensus.Wrapper.html @@ -1,6 +1,6 @@ -Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    constructor +Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/consensusAccounts.Wrapper.html b/js/client-rt/classes/consensusAccounts.Wrapper.html index a1662164b8..776b7ecda0 100644 --- a/js/client-rt/classes/consensusAccounts.Wrapper.html +++ b/js/client-rt/classes/consensusAccounts.Wrapper.html @@ -1,4 +1,4 @@ -Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    constructor +Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/contracts.Wrapper.html b/js/client-rt/classes/contracts.Wrapper.html index 8b2f068366..f0fee273f7 100644 --- a/js/client-rt/classes/contracts.Wrapper.html +++ b/js/client-rt/classes/contracts.Wrapper.html @@ -1,4 +1,4 @@ -Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    constructor +Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/core.Wrapper.html b/js/client-rt/classes/core.Wrapper.html index 45e31a6090..09025c8dac 100644 --- a/js/client-rt/classes/core.Wrapper.html +++ b/js/client-rt/classes/core.Wrapper.html @@ -1,4 +1,4 @@ -Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    constructor +Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/event.Visitor.html b/js/client-rt/classes/event.Visitor.html index 0ef22f70a1..8d095cb7b2 100644 --- a/js/client-rt/classes/event.Visitor.html +++ b/js/client-rt/classes/event.Visitor.html @@ -1,7 +1,7 @@ -Visitor | @oasisprotocol/client-rt

    Constructors

    constructor +Visitor | @oasisprotocol/client-rt

    Constructors

    Properties

    Methods

    Constructors

    Properties

    handlers: {
        [keyHex: string]: Handler<never>;
    }

    Type declaration

    Methods

    • Calls one of the handlers based on a given event's key.

      +

    Constructors

    Properties

    handlers: {
        [keyHex: string]: Handler<never>;
    }

    Type declaration

    Methods

    • Calls one of the handlers based on a given event's key.

      Parameters

      • e: RuntimeClientEvent

        The event

      Returns boolean

      true if the event matched one of the handlers

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/evm.Wrapper.html b/js/client-rt/classes/evm.Wrapper.html index 3242feb8dc..89341d2d19 100644 --- a/js/client-rt/classes/evm.Wrapper.html +++ b/js/client-rt/classes/evm.Wrapper.html @@ -1,4 +1,4 @@ -Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    constructor +Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/rewards.Wrapper.html b/js/client-rt/classes/rewards.Wrapper.html index fc6660253d..dbd944fc93 100644 --- a/js/client-rt/classes/rewards.Wrapper.html +++ b/js/client-rt/classes/rewards.Wrapper.html @@ -1,6 +1,6 @@ -Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    constructor +Wrapper | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/signatureSecp256k1.BlindContextSigner.html b/js/client-rt/classes/signatureSecp256k1.BlindContextSigner.html index 3125db9c33..53e0327275 100644 --- a/js/client-rt/classes/signatureSecp256k1.BlindContextSigner.html +++ b/js/client-rt/classes/signatureSecp256k1.BlindContextSigner.html @@ -1,5 +1,5 @@ -BlindContextSigner | @oasisprotocol/client-rt

    Implements

    Constructors

    constructor +BlindContextSigner | @oasisprotocol/client-rt

    Implements

    Constructors

    Properties

    Methods

    Constructors

    Properties

    signer: Signer

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    signer: Signer

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/signatureSecp256k1.EllipticSigner.html b/js/client-rt/classes/signatureSecp256k1.EllipticSigner.html index 8f7df53294..7ec762c5c8 100644 --- a/js/client-rt/classes/signatureSecp256k1.EllipticSigner.html +++ b/js/client-rt/classes/signatureSecp256k1.EllipticSigner.html @@ -1,7 +1,7 @@ -EllipticSigner | @oasisprotocol/client-rt

    Implements

    Constructors

    constructor +EllipticSigner | @oasisprotocol/client-rt

    Implements

    Constructors

    Properties

    Methods

    Constructors

    Properties

    key: KeyPair

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    key: KeyPair

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/wrapper.Base.html b/js/client-rt/classes/wrapper.Base.html index ddd6b9cc9d..8381789372 100644 --- a/js/client-rt/classes/wrapper.Base.html +++ b/js/client-rt/classes/wrapper.Base.html @@ -1,5 +1,5 @@ -Base | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    constructor +Base | @oasisprotocol/client-rt

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    runtimeID: Uint8Array

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/wrapper.QueryWrapper.html b/js/client-rt/classes/wrapper.QueryWrapper.html index 8ba9ed7515..105c271d0f 100644 --- a/js/client-rt/classes/wrapper.QueryWrapper.html +++ b/js/client-rt/classes/wrapper.QueryWrapper.html @@ -1,6 +1,6 @@ -QueryWrapper | @oasisprotocol/client-rt

    Class QueryWrapper<ARGS, DATA>

    Type Parameters

    • ARGS

    • DATA

    Constructors

    constructor +QueryWrapper | @oasisprotocol/client-rt

    Class QueryWrapper<ARGS, DATA>

    Type Parameters

    • ARGS

    • DATA

    Constructors

    Properties

    Methods

    Constructors

    Properties

    request: RuntimeClientQueryRequest

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    Properties

    request: RuntimeClientQueryRequest

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/classes/wrapper.TransactionWrapper.html b/js/client-rt/classes/wrapper.TransactionWrapper.html index ffe4b7a174..b16da8dcca 100644 --- a/js/client-rt/classes/wrapper.TransactionWrapper.html +++ b/js/client-rt/classes/wrapper.TransactionWrapper.html @@ -1,4 +1,4 @@ -TransactionWrapper | @oasisprotocol/client-rt

    Class TransactionWrapper<BODY, OK>

    Type Parameters

    • BODY

    • OK

    Constructors

    constructor +TransactionWrapper | @oasisprotocol/client-rt

    Class TransactionWrapper<BODY, OK>

    Type Parameters

    • BODY

    • OK

    Constructors

    Properties

    runtimeID: Uint8Array
    transaction: Transaction
    unverifiedTransaction: UnverifiedTransaction

    Methods

    • Parameters

      • proofProviders: ProofProvider[]

        An array of providers matching the layout of the +

    Constructors

    Properties

    runtimeID: Uint8Array
    transaction: Transaction
    unverifiedTransaction: UnverifiedTransaction

    Methods

    • Parameters

      • proofProviders: ProofProvider[]

        An array of providers matching the layout of the transaction's signer info.

        -
      • consensusChainContext: string

      Returns Promise<void>

    • Parameters

      • nic: NodeInternal

      Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file +
  • consensusChainContext: string
  • Returns Promise<void>

    • Parameters

      • nic: NodeInternal

      Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/accounts.moduleEventHandler.html b/js/client-rt/functions/accounts.moduleEventHandler.html index 6cc97c4d7d..35ca150249 100644 --- a/js/client-rt/functions/accounts.moduleEventHandler.html +++ b/js/client-rt/functions/accounts.moduleEventHandler.html @@ -1 +1 @@ -moduleEventHandler | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +moduleEventHandler | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/address.fromBech32.html b/js/client-rt/functions/address.fromBech32.html index deeb2aa775..ec85a57912 100644 --- a/js/client-rt/functions/address.fromBech32.html +++ b/js/client-rt/functions/address.fromBech32.html @@ -1 +1 @@ -fromBech32 | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +fromBech32 | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/address.fromMultisigConfig.html b/js/client-rt/functions/address.fromMultisigConfig.html index e67fa42f7a..fa9d18e02c 100644 --- a/js/client-rt/functions/address.fromMultisigConfig.html +++ b/js/client-rt/functions/address.fromMultisigConfig.html @@ -1 +1 @@ -fromMultisigConfig | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +fromMultisigConfig | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/address.fromSigspec.html b/js/client-rt/functions/address.fromSigspec.html index cfac47f4ab..d930c4e75b 100644 --- a/js/client-rt/functions/address.fromSigspec.html +++ b/js/client-rt/functions/address.fromSigspec.html @@ -1 +1 @@ -fromSigspec | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +fromSigspec | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/address.toBech32.html b/js/client-rt/functions/address.toBech32.html index b04914946f..1273091650 100644 --- a/js/client-rt/functions/address.toBech32.html +++ b/js/client-rt/functions/address.toBech32.html @@ -1 +1 @@ -toBech32 | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +toBech32 | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/callformat.decodeResult.html b/js/client-rt/functions/callformat.decodeResult.html index b64e85a207..ac5d030e3b 100644 --- a/js/client-rt/functions/callformat.decodeResult.html +++ b/js/client-rt/functions/callformat.decodeResult.html @@ -1,2 +1,2 @@ decodeResult | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns Promise<CallResult>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/callformat.encodeCall.html b/js/client-rt/functions/callformat.encodeCall.html index b383d68db2..4b03f7c42d 100644 --- a/js/client-rt/functions/callformat.encodeCall.html +++ b/js/client-rt/functions/callformat.encodeCall.html @@ -1,3 +1,3 @@ encodeCall | @oasisprotocol/client-rt
    • encodeCall randomly generates nonce and keyPair and then call encodeCallWithNonceAndKeys It returns the encoded call and any metadata needed to successfully decode the result.

      -

      Parameters

      Returns Promise<[Call, unknown]>

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns Promise<[Call, unknown]>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/callformat.encodeCallWithNonceAndKeys.html b/js/client-rt/functions/callformat.encodeCallWithNonceAndKeys.html index 9df3d1cd80..17b0949bd5 100644 --- a/js/client-rt/functions/callformat.encodeCallWithNonceAndKeys.html +++ b/js/client-rt/functions/callformat.encodeCallWithNonceAndKeys.html @@ -1,3 +1,3 @@ encodeCallWithNonceAndKeys | @oasisprotocol/client-rt
    • encodeCallWithNonceAndKeys encodes a call based on its configured call format. It returns the encoded call and any metadata needed to successfully decode the result.

      -

      Parameters

      • nonce: Uint8Array
      • sk: Uint8Array
      • pk: Uint8Array
      • call: Call
      • format: number
      • Optional config: EncodeConfig

      Returns Promise<[Call, unknown]>

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns Promise<[Call, unknown]>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/consensusAccounts.moduleEventHandler.html b/js/client-rt/functions/consensusAccounts.moduleEventHandler.html index a6e91ba418..2ab841fb3f 100644 --- a/js/client-rt/functions/consensusAccounts.moduleEventHandler.html +++ b/js/client-rt/functions/consensusAccounts.moduleEventHandler.html @@ -1 +1 @@ -moduleEventHandler | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +moduleEventHandler | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/core.moduleEventHandler.html b/js/client-rt/functions/core.moduleEventHandler.html index 13ad82a150..efc34b52b0 100644 --- a/js/client-rt/functions/core.moduleEventHandler.html +++ b/js/client-rt/functions/core.moduleEventHandler.html @@ -1 +1 @@ -moduleEventHandler | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +moduleEventHandler | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/event.toKey.html b/js/client-rt/functions/event.toKey.html index aa7280e367..4eefc7df4c 100644 --- a/js/client-rt/functions/event.toKey.html +++ b/js/client-rt/functions/event.toKey.html @@ -1 +1 @@ -toKey | @oasisprotocol/client-rt
    • Parameters

      • module: string
      • code: number

      Returns Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +toKey | @oasisprotocol/client-rt
    • Parameters

      • module: string
      • code: number

      Returns Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/evm.moduleEventHandler.html b/js/client-rt/functions/evm.moduleEventHandler.html index 3867aea2c7..702bb0e9ef 100644 --- a/js/client-rt/functions/evm.moduleEventHandler.html +++ b/js/client-rt/functions/evm.moduleEventHandler.html @@ -1 +1 @@ -moduleEventHandler | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +moduleEventHandler | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/mraeDeoxysii.boxOpen.html b/js/client-rt/functions/mraeDeoxysii.boxOpen.html index ad474972da..7ffaaa8c4a 100644 --- a/js/client-rt/functions/mraeDeoxysii.boxOpen.html +++ b/js/client-rt/functions/mraeDeoxysii.boxOpen.html @@ -1,4 +1,4 @@ boxOpen | @oasisprotocol/client-rt
    • boxOpen unboxes ("opens") the provided additional data and plaintext via Deoxys-II-256-128 using a symmetric key derived from the provided X25519 public and private keys.

      -

      Parameters

      • nonce: Uint8Array
      • ciperText: Uint8Array
      • associateData: Uint8Array
      • publicKey: Uint8Array
      • privateKey: Uint8Array

      Returns Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/mraeDeoxysii.boxSeal.html b/js/client-rt/functions/mraeDeoxysii.boxSeal.html index f642bf13fa..4302ec2b21 100644 --- a/js/client-rt/functions/mraeDeoxysii.boxSeal.html +++ b/js/client-rt/functions/mraeDeoxysii.boxSeal.html @@ -1,4 +1,4 @@ boxSeal | @oasisprotocol/client-rt
    • boxSeal boxes ("seals") the provided additional data and plaintext via Deoxys-II-256-128 using a symmetric key derived from the provided X25519 public and private keys.

      -

      Parameters

      • nonce: Uint8Array
      • plainText: Uint8Array
      • associateData: Uint8Array
      • publicKey: Uint8Array
      • privateKey: Uint8Array

      Returns Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/mraeDeoxysii.deriveSymmetricKey.html b/js/client-rt/functions/mraeDeoxysii.deriveSymmetricKey.html index 87bab25694..341261ffeb 100644 --- a/js/client-rt/functions/mraeDeoxysii.deriveSymmetricKey.html +++ b/js/client-rt/functions/mraeDeoxysii.deriveSymmetricKey.html @@ -1,3 +1,3 @@ deriveSymmetricKey | @oasisprotocol/client-rt
    • deriveSymmetricKey derives a MRAE AEAD symmetric key suitable for use with the asymmetric box primitives from the provided X25519 public and private keys.

      -

      Parameters

      • publicKey: Uint8Array
      • privateKey: Uint8Array

      Returns Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/signatureSecp256k1.verify.html b/js/client-rt/functions/signatureSecp256k1.verify.html index a82c8313db..6a82c207a8 100644 --- a/js/client-rt/functions/signatureSecp256k1.verify.html +++ b/js/client-rt/functions/signatureSecp256k1.verify.html @@ -1 +1 @@ -verify | @oasisprotocol/client-rt
    • Parameters

      • context: string
      • message: Uint8Array
      • signature: Uint8Array
      • publicKey: Uint8Array

      Returns Promise<boolean>

    Generated using TypeDoc

    \ No newline at end of file +verify | @oasisprotocol/client-rt
    • Parameters

      • context: string
      • message: Uint8Array
      • signature: Uint8Array
      • publicKey: Uint8Array

      Returns Promise<boolean>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/transaction.deriveChainContext.html b/js/client-rt/functions/transaction.deriveChainContext.html index cdc46a30e6..ab097638c4 100644 --- a/js/client-rt/functions/transaction.deriveChainContext.html +++ b/js/client-rt/functions/transaction.deriveChainContext.html @@ -1 +1 @@ -deriveChainContext | @oasisprotocol/client-rt
    • Parameters

      • runtimeID: Uint8Array
      • consensusChainContext: string

      Returns Promise<string>

    Generated using TypeDoc

    \ No newline at end of file +deriveChainContext | @oasisprotocol/client-rt
    • Parameters

      • runtimeID: Uint8Array
      • consensusChainContext: string

      Returns Promise<string>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/transaction.proveAny.html b/js/client-rt/functions/transaction.proveAny.html index 68afdde54d..b24b85ca2b 100644 --- a/js/client-rt/functions/transaction.proveAny.html +++ b/js/client-rt/functions/transaction.proveAny.html @@ -1 +1 @@ -proveAny | @oasisprotocol/client-rt
    • Parameters

      Returns Promise<{
          signature: Uint8Array;
      } | {
          multisig: (null | Uint8Array)[];
      }>

    Generated using TypeDoc

    \ No newline at end of file +proveAny | @oasisprotocol/client-rt
    • Parameters

      Returns Promise<{
          signature: Uint8Array;
      } | {
          multisig: (null | Uint8Array)[];
      }>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/transaction.proveMultisig.html b/js/client-rt/functions/transaction.proveMultisig.html index 62e433c2f8..ab101d203c 100644 --- a/js/client-rt/functions/transaction.proveMultisig.html +++ b/js/client-rt/functions/transaction.proveMultisig.html @@ -1 +1 @@ -proveMultisig | @oasisprotocol/client-rt
    • Parameters

      Returns Promise<{
          multisig: (null | Uint8Array)[];
      }>

    Generated using TypeDoc

    \ No newline at end of file +proveMultisig | @oasisprotocol/client-rt
    • Parameters

      Returns Promise<{
          multisig: (null | Uint8Array)[];
      }>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/transaction.proveSignature.html b/js/client-rt/functions/transaction.proveSignature.html index cb6c3d1856..766ba17bb0 100644 --- a/js/client-rt/functions/transaction.proveSignature.html +++ b/js/client-rt/functions/transaction.proveSignature.html @@ -1 +1 @@ -proveSignature | @oasisprotocol/client-rt
    • Parameters

      Returns Promise<{
          signature: Uint8Array;
      }>

    Generated using TypeDoc

    \ No newline at end of file +proveSignature | @oasisprotocol/client-rt
    • Parameters

      Returns Promise<{
          signature: Uint8Array;
      }>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/transaction.signAny.html b/js/client-rt/functions/transaction.signAny.html index ca1925abd5..b8bcd4fdd3 100644 --- a/js/client-rt/functions/transaction.signAny.html +++ b/js/client-rt/functions/transaction.signAny.html @@ -1 +1 @@ -signAny | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +signAny | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/transaction.signUnverifiedTransaction.html b/js/client-rt/functions/transaction.signUnverifiedTransaction.html index 5dd84e2f2d..acd745ba74 100644 --- a/js/client-rt/functions/transaction.signUnverifiedTransaction.html +++ b/js/client-rt/functions/transaction.signUnverifiedTransaction.html @@ -1,3 +1,3 @@ signUnverifiedTransaction | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +
  • runtimeID: Uint8Array
  • consensusChainContext: string
  • transaction: Transaction
  • Returns Promise<UnverifiedTransaction>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/functions/transaction.visitCall.html b/js/client-rt/functions/transaction.visitCall.html index ff1f7e5717..edd77d78b3 100644 --- a/js/client-rt/functions/transaction.visitCall.html +++ b/js/client-rt/functions/transaction.visitCall.html @@ -1 +1 @@ -visitCall | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file +visitCall | @oasisprotocol/client-rt

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/callformat.EncodeConfig.html b/js/client-rt/interfaces/callformat.EncodeConfig.html index c54c4ceabd..537c3833f6 100644 --- a/js/client-rt/interfaces/callformat.EncodeConfig.html +++ b/js/client-rt/interfaces/callformat.EncodeConfig.html @@ -1,6 +1,6 @@ EncodeConfig | @oasisprotocol/client-rt

    EncodeConfig is call encoding configuration. golang: oasis-sdk/client-sdk/go/callformat/callformat.go rust:

    -
    interface EncodeConfig {
        publicKey?: KeyManagerSignedPublicKey;
    }

    Properties

    interface EncodeConfig {
        publicKey?: KeyManagerSignedPublicKey;
    }

    Properties

    Properties

    publicKey is an optional runtime's call data public key to use for encrypted call formats.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/callformat.MetaEncryptedX25519DeoxysII.html b/js/client-rt/interfaces/callformat.MetaEncryptedX25519DeoxysII.html index 77eda1a824..3f9c8122f5 100644 --- a/js/client-rt/interfaces/callformat.MetaEncryptedX25519DeoxysII.html +++ b/js/client-rt/interfaces/callformat.MetaEncryptedX25519DeoxysII.html @@ -1,3 +1,3 @@ -MetaEncryptedX25519DeoxysII | @oasisprotocol/client-rt
    interface MetaEncryptedX25519DeoxysII {
        pk: Uint8Array;
        sk: Uint8Array;
    }

    Properties

    pk +MetaEncryptedX25519DeoxysII | @oasisprotocol/client-rt
    interface MetaEncryptedX25519DeoxysII {
        pk: Uint8Array;
        sk: Uint8Array;
    }

    Properties

    pk sk -

    Properties

    pk: Uint8Array
    sk: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    pk: Uint8Array
    sk: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/signatureSecp256k1.ContextSigner.html b/js/client-rt/interfaces/signatureSecp256k1.ContextSigner.html index 2656ab7e2d..1d77583ad5 100644 --- a/js/client-rt/interfaces/signatureSecp256k1.ContextSigner.html +++ b/js/client-rt/interfaces/signatureSecp256k1.ContextSigner.html @@ -1,3 +1,3 @@ -ContextSigner | @oasisprotocol/client-rt
    interface ContextSigner {
        public(): Uint8Array;
        sign(context, message): Promise<Uint8Array>;
    }

    Implemented by

    Methods

    public +ContextSigner | @oasisprotocol/client-rt
    interface ContextSigner {
        public(): Uint8Array;
        sign(context, message): Promise<Uint8Array>;
    }

    Implemented by

    Methods

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/signatureSecp256k1.Signer.html b/js/client-rt/interfaces/signatureSecp256k1.Signer.html index a2fd783377..f40d77d755 100644 --- a/js/client-rt/interfaces/signatureSecp256k1.Signer.html +++ b/js/client-rt/interfaces/signatureSecp256k1.Signer.html @@ -1,3 +1,3 @@ -Signer | @oasisprotocol/client-rt
    interface Signer {
        public(): Uint8Array;
        sign(message): Promise<Uint8Array>;
    }

    Implemented by

    Methods

    public +Signer | @oasisprotocol/client-rt
    interface Signer {
        public(): Uint8Array;
        sign(message): Promise<Uint8Array>;
    }

    Implemented by

    Methods

    Methods

    Generated using TypeDoc

    \ No newline at end of file +

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AccountsAccountBalances.html b/js/client-rt/interfaces/types.AccountsAccountBalances.html index ca83254b7a..4c41048aed 100644 --- a/js/client-rt/interfaces/types.AccountsAccountBalances.html +++ b/js/client-rt/interfaces/types.AccountsAccountBalances.html @@ -1,3 +1,3 @@ AccountsAccountBalances | @oasisprotocol/client-rt

    Balances in an account.

    -
    interface AccountsAccountBalances {
        balances: Map<Uint8Array, Uint8Array>;
    }

    Properties

    Properties

    balances: Map<Uint8Array, Uint8Array>

    Generated using TypeDoc

    \ No newline at end of file +
    interface AccountsAccountBalances {
        balances: Map<Uint8Array, Uint8Array>;
    }

    Properties

    Properties

    balances: Map<Uint8Array, Uint8Array>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AccountsAddressesQuery.html b/js/client-rt/interfaces/types.AccountsAddressesQuery.html index cb0c44d460..8be0eff74e 100644 --- a/js/client-rt/interfaces/types.AccountsAddressesQuery.html +++ b/js/client-rt/interfaces/types.AccountsAddressesQuery.html @@ -1,3 +1,3 @@ AccountsAddressesQuery | @oasisprotocol/client-rt

    Arguments for the Addresses query.

    -
    interface AccountsAddressesQuery {
        denomination: Uint8Array;
    }

    Properties

    Properties

    denomination: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +
    interface AccountsAddressesQuery {
        denomination: Uint8Array;
    }

    Properties

    Properties

    denomination: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AccountsBalancesQuery.html b/js/client-rt/interfaces/types.AccountsBalancesQuery.html index b34d421e4d..0d7142f0d1 100644 --- a/js/client-rt/interfaces/types.AccountsBalancesQuery.html +++ b/js/client-rt/interfaces/types.AccountsBalancesQuery.html @@ -1,3 +1,3 @@ AccountsBalancesQuery | @oasisprotocol/client-rt

    Arguments for the Balances query.

    -
    interface AccountsBalancesQuery {
        address: Uint8Array;
    }

    Properties

    Properties

    address: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +
    interface AccountsBalancesQuery {
        address: Uint8Array;
    }

    Properties

    Properties

    address: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AccountsBurnEvent.html b/js/client-rt/interfaces/types.AccountsBurnEvent.html index ffb8c26eb8..f790cd12bb 100644 --- a/js/client-rt/interfaces/types.AccountsBurnEvent.html +++ b/js/client-rt/interfaces/types.AccountsBurnEvent.html @@ -1,3 +1,3 @@ -AccountsBurnEvent | @oasisprotocol/client-rt
    interface AccountsBurnEvent {
        amount: BaseUnits;
        owner: Uint8Array;
    }

    Properties

    amount +AccountsBurnEvent | @oasisprotocol/client-rt
    interface AccountsBurnEvent {
        amount: BaseUnits;
        owner: Uint8Array;
    }

    Properties

    Properties

    amount: BaseUnits
    owner: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    amount: BaseUnits
    owner: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AccountsDenominationInfo.html b/js/client-rt/interfaces/types.AccountsDenominationInfo.html index 5207c0bc26..e4c07ee429 100644 --- a/js/client-rt/interfaces/types.AccountsDenominationInfo.html +++ b/js/client-rt/interfaces/types.AccountsDenominationInfo.html @@ -1,3 +1,3 @@ AccountsDenominationInfo | @oasisprotocol/client-rt

    Information about a denomination.

    -
    interface AccountsDenominationInfo {
        decimals: number;
    }

    Properties

    Properties

    decimals: number

    Generated using TypeDoc

    \ No newline at end of file +
    interface AccountsDenominationInfo {
        decimals: number;
    }

    Properties

    Properties

    decimals: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AccountsDenominationInfoQuery.html b/js/client-rt/interfaces/types.AccountsDenominationInfoQuery.html index d58e8ba479..c7aef00b18 100644 --- a/js/client-rt/interfaces/types.AccountsDenominationInfoQuery.html +++ b/js/client-rt/interfaces/types.AccountsDenominationInfoQuery.html @@ -1,3 +1,3 @@ AccountsDenominationInfoQuery | @oasisprotocol/client-rt

    Interface AccountsDenominationInfoQuery

    Arguments for the DenominationInfo query.

    -
    interface AccountsDenominationInfoQuery {
        denomination: Uint8Array;
    }

    Properties

    Properties

    denomination: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +
    interface AccountsDenominationInfoQuery {
        denomination: Uint8Array;
    }

    Properties

    Properties

    denomination: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AccountsMintEvent.html b/js/client-rt/interfaces/types.AccountsMintEvent.html index cca09ce3aa..ac64be1bbc 100644 --- a/js/client-rt/interfaces/types.AccountsMintEvent.html +++ b/js/client-rt/interfaces/types.AccountsMintEvent.html @@ -1,3 +1,3 @@ -AccountsMintEvent | @oasisprotocol/client-rt
    interface AccountsMintEvent {
        amount: BaseUnits;
        owner: Uint8Array;
    }

    Properties

    amount +AccountsMintEvent | @oasisprotocol/client-rt
    interface AccountsMintEvent {
        amount: BaseUnits;
        owner: Uint8Array;
    }

    Properties

    Properties

    amount: BaseUnits
    owner: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    amount: BaseUnits
    owner: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AccountsNonceQuery.html b/js/client-rt/interfaces/types.AccountsNonceQuery.html index 90630219ea..80fb3a7271 100644 --- a/js/client-rt/interfaces/types.AccountsNonceQuery.html +++ b/js/client-rt/interfaces/types.AccountsNonceQuery.html @@ -1,3 +1,3 @@ AccountsNonceQuery | @oasisprotocol/client-rt

    Arguments for the Nonce query.

    -
    interface AccountsNonceQuery {
        address: Uint8Array;
    }

    Properties

    Properties

    address: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +
    interface AccountsNonceQuery {
        address: Uint8Array;
    }

    Properties

    Properties

    address: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AccountsTransfer.html b/js/client-rt/interfaces/types.AccountsTransfer.html index 0bf295dae9..8b1f5b6fd0 100644 --- a/js/client-rt/interfaces/types.AccountsTransfer.html +++ b/js/client-rt/interfaces/types.AccountsTransfer.html @@ -1,4 +1,4 @@ AccountsTransfer | @oasisprotocol/client-rt

    Transfer call.

    -
    interface AccountsTransfer {
        amount: BaseUnits;
        to: Uint8Array;
    }

    Properties

    interface AccountsTransfer {
        amount: BaseUnits;
        to: Uint8Array;
    }

    Properties

    Properties

    amount: BaseUnits
    to: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    amount: BaseUnits
    to: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AccountsTransferEvent.html b/js/client-rt/interfaces/types.AccountsTransferEvent.html index 08651b8123..8381786435 100644 --- a/js/client-rt/interfaces/types.AccountsTransferEvent.html +++ b/js/client-rt/interfaces/types.AccountsTransferEvent.html @@ -1,4 +1,4 @@ -AccountsTransferEvent | @oasisprotocol/client-rt
    interface AccountsTransferEvent {
        amount: BaseUnits;
        from: Uint8Array;
        to: Uint8Array;
    }

    Properties

    amount +AccountsTransferEvent | @oasisprotocol/client-rt
    interface AccountsTransferEvent {
        amount: BaseUnits;
        from: Uint8Array;
        to: Uint8Array;
    }

    Properties

    Properties

    amount: BaseUnits
    from: Uint8Array
    to: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    amount: BaseUnits
    from: Uint8Array
    to: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AddressSpec.html b/js/client-rt/interfaces/types.AddressSpec.html index 1060d9313b..841be704a5 100644 --- a/js/client-rt/interfaces/types.AddressSpec.html +++ b/js/client-rt/interfaces/types.AddressSpec.html @@ -1,6 +1,6 @@ AddressSpec | @oasisprotocol/client-rt

    Common information that specifies an address as well as how to authenticate.

    -
    interface AddressSpec {
        multisig?: MultisigConfig;
        signature?: SignatureAddressSpec;
    }

    Properties

    interface AddressSpec {
        multisig?: MultisigConfig;
        signature?: SignatureAddressSpec;
    }

    Properties

    multisig?: MultisigConfig

    For multisig authentication.

    -

    For signature authentication.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    signature?: SignatureAddressSpec

    For signature authentication.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AuthInfo.html b/js/client-rt/interfaces/types.AuthInfo.html index 90d99b839e..206918259a 100644 --- a/js/client-rt/interfaces/types.AuthInfo.html +++ b/js/client-rt/interfaces/types.AuthInfo.html @@ -1,6 +1,6 @@ AuthInfo | @oasisprotocol/client-rt

    Transaction authentication information.

    -
    interface AuthInfo {
        fee: Fee;
        not_after?: longnum;
        not_before?: longnum;
        si: SignerInfo[];
    }

    Properties

    fee +
    interface AuthInfo {
        fee: Fee;
        not_after?: longnum;
        not_before?: longnum;
        si: SignerInfo[];
    }

    Properties

    fee: Fee
    not_after?: longnum
    not_before?: longnum

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    fee: Fee
    not_after?: longnum
    not_before?: longnum

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.AuthProof.html b/js/client-rt/interfaces/types.AuthProof.html index 30901684a5..a20a81b947 100644 --- a/js/client-rt/interfaces/types.AuthProof.html +++ b/js/client-rt/interfaces/types.AuthProof.html @@ -1,9 +1,9 @@ AuthProof | @oasisprotocol/client-rt

    A container for data that authenticates a transaction.

    -
    interface AuthProof {
        module?: string;
        multisig?: (null | Uint8Array)[];
        signature?: Uint8Array;
    }

    Properties

    interface AuthProof {
        module?: string;
        multisig?: (null | Uint8Array)[];
        signature?: Uint8Array;
    }

    Properties

    module?: string

    A flag to use module-controlled decoding. The string is an encoding scheme name that a module must handle. When using this variant, the scheme name must not be empty.

    -
    multisig?: (null | Uint8Array)[]

    For multisig authentication.

    -
    signature?: Uint8Array

    For signature authentication.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    multisig?: (null | Uint8Array)[]

    For multisig authentication.

    +
    signature?: Uint8Array

    For signature authentication.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.Call.html b/js/client-rt/interfaces/types.Call.html index 30f2e725d4..2921cb14d7 100644 --- a/js/client-rt/interfaces/types.Call.html +++ b/js/client-rt/interfaces/types.Call.html @@ -1,6 +1,6 @@ Call | @oasisprotocol/client-rt

    Method call.

    -
    interface Call {
        body: unknown;
        format?: number;
        method: string;
        ro?: boolean;
    }

    Properties

    interface Call {
        body: unknown;
        format?: number;
        method: string;
        ro?: boolean;
    }

    Properties

    Properties

    body: unknown
    format?: number
    method: string
    ro?: boolean

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    body: unknown
    format?: number
    method: string
    ro?: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.CallEnvelopeX25519DeoxysII.html b/js/client-rt/interfaces/types.CallEnvelopeX25519DeoxysII.html index 609528bc75..4e867498cb 100644 --- a/js/client-rt/interfaces/types.CallEnvelopeX25519DeoxysII.html +++ b/js/client-rt/interfaces/types.CallEnvelopeX25519DeoxysII.html @@ -1,5 +1,5 @@ CallEnvelopeX25519DeoxysII | @oasisprotocol/client-rt

    A call envelope when using the CALLFORMAT_ENCRYPTED_X25519DEOXYSII format.

    -
    interface CallEnvelopeX25519DeoxysII {
        data: Uint8Array;
        nonce: Uint8Array;
        pk: Uint8Array;
    }

    Properties

    interface CallEnvelopeX25519DeoxysII {
        data: Uint8Array;
        nonce: Uint8Array;
        pk: Uint8Array;
    }

    Properties

    Properties

    data: Uint8Array
    nonce: Uint8Array
    pk: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    data: Uint8Array
    nonce: Uint8Array
    pk: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.CallResult.html b/js/client-rt/interfaces/types.CallResult.html index 981d3b283b..9e13ccf10b 100644 --- a/js/client-rt/interfaces/types.CallResult.html +++ b/js/client-rt/interfaces/types.CallResult.html @@ -1,5 +1,5 @@ CallResult | @oasisprotocol/client-rt

    Call result.

    -
    interface CallResult {
        fail?: FailedCallResult;
        ok?: unknown;
        unknown?: Uint8Array;
    }

    Properties

    interface CallResult {
        fail?: FailedCallResult;
        ok?: unknown;
        unknown?: Uint8Array;
    }

    Properties

    Properties

    ok?: unknown
    unknown?: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    ok?: unknown
    unknown?: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.CallerAddress.html b/js/client-rt/interfaces/types.CallerAddress.html index b3e12583bb..8366e2f2e8 100644 --- a/js/client-rt/interfaces/types.CallerAddress.html +++ b/js/client-rt/interfaces/types.CallerAddress.html @@ -1,4 +1,4 @@ CallerAddress | @oasisprotocol/client-rt

    Caller address.

    -
    interface CallerAddress {
        address?: Uint8Array;
        eth_address?: Uint8Array;
    }

    Properties

    interface CallerAddress {
        address?: Uint8Array;
        eth_address?: Uint8Array;
    }

    Properties

    address?: Uint8Array
    eth_address?: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    address?: Uint8Array
    eth_address?: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ChangeUpgradePolicy.html b/js/client-rt/interfaces/types.ChangeUpgradePolicy.html index 4414fcfeaa..e6185e5e9d 100644 --- a/js/client-rt/interfaces/types.ChangeUpgradePolicy.html +++ b/js/client-rt/interfaces/types.ChangeUpgradePolicy.html @@ -1,6 +1,6 @@ ChangeUpgradePolicy | @oasisprotocol/client-rt

    Change upgrade policy call.

    -
    interface ChangeUpgradePolicy {
        id: longnum;
        upgrades_policy: ContractsPolicy;
    }

    Properties

    id +
    interface ChangeUpgradePolicy {
        id: longnum;
        upgrades_policy: ContractsPolicy;
    }

    Properties

    Properties

    id: longnum

    Instance identifier.

    -
    upgrades_policy: ContractsPolicy

    Updated contract upgrade policy.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    upgrades_policy: ContractsPolicy

    Updated contract upgrade policy.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ConsensusAccountBalance.html b/js/client-rt/interfaces/types.ConsensusAccountBalance.html index af242f17d1..7b5202fd9e 100644 --- a/js/client-rt/interfaces/types.ConsensusAccountBalance.html +++ b/js/client-rt/interfaces/types.ConsensusAccountBalance.html @@ -1,3 +1,3 @@ ConsensusAccountBalance | @oasisprotocol/client-rt

    Consensus account balance.

    -
    interface ConsensusAccountBalance {
        balance: Uint8Array;
    }

    Properties

    Properties

    balance: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +
    interface ConsensusAccountBalance {
        balance: Uint8Array;
    }

    Properties

    Properties

    balance: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ConsensusAccountQuery.html b/js/client-rt/interfaces/types.ConsensusAccountQuery.html index c241b2e5e8..e1b7da2648 100644 --- a/js/client-rt/interfaces/types.ConsensusAccountQuery.html +++ b/js/client-rt/interfaces/types.ConsensusAccountQuery.html @@ -1,3 +1,3 @@ ConsensusAccountQuery | @oasisprotocol/client-rt

    Consensus account query.

    -
    interface ConsensusAccountQuery {
        address: Uint8Array;
    }

    Properties

    Properties

    address: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +
    interface ConsensusAccountQuery {
        address: Uint8Array;
    }

    Properties

    Properties

    address: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ConsensusAccountsConsensusError.html b/js/client-rt/interfaces/types.ConsensusAccountsConsensusError.html index 96a798685f..bd80585196 100644 --- a/js/client-rt/interfaces/types.ConsensusAccountsConsensusError.html +++ b/js/client-rt/interfaces/types.ConsensusAccountsConsensusError.html @@ -1,3 +1,3 @@ -ConsensusAccountsConsensusError | @oasisprotocol/client-rt

    Interface ConsensusAccountsConsensusError

    interface ConsensusAccountsConsensusError {
        code: number;
        module?: string;
    }

    Properties

    code +ConsensusAccountsConsensusError | @oasisprotocol/client-rt

    Interface ConsensusAccountsConsensusError

    interface ConsensusAccountsConsensusError {
        code: number;
        module?: string;
    }

    Properties

    Properties

    code: number
    module?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    code: number
    module?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ConsensusAccountsDepositEvent.html b/js/client-rt/interfaces/types.ConsensusAccountsDepositEvent.html index 7303c8f944..be2fbb6e69 100644 --- a/js/client-rt/interfaces/types.ConsensusAccountsDepositEvent.html +++ b/js/client-rt/interfaces/types.ConsensusAccountsDepositEvent.html @@ -1,6 +1,6 @@ -ConsensusAccountsDepositEvent | @oasisprotocol/client-rt

    Interface ConsensusAccountsDepositEvent

    interface ConsensusAccountsDepositEvent {
        amount: BaseUnits;
        error?: ConsensusAccountsConsensusError;
        from: Uint8Array;
        nonce: longnum;
        to: Uint8Array;
    }

    Properties

    amount +ConsensusAccountsDepositEvent | @oasisprotocol/client-rt

    Interface ConsensusAccountsDepositEvent

    interface ConsensusAccountsDepositEvent {
        amount: BaseUnits;
        error?: ConsensusAccountsConsensusError;
        from: Uint8Array;
        nonce: longnum;
        to: Uint8Array;
    }

    Properties

    Properties

    amount: BaseUnits
    from: Uint8Array
    nonce: longnum
    to: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    amount: BaseUnits
    from: Uint8Array
    nonce: longnum
    to: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ConsensusAccountsWithdrawEvent.html b/js/client-rt/interfaces/types.ConsensusAccountsWithdrawEvent.html index 2373dfd204..3db8866509 100644 --- a/js/client-rt/interfaces/types.ConsensusAccountsWithdrawEvent.html +++ b/js/client-rt/interfaces/types.ConsensusAccountsWithdrawEvent.html @@ -1,6 +1,6 @@ -ConsensusAccountsWithdrawEvent | @oasisprotocol/client-rt

    Interface ConsensusAccountsWithdrawEvent

    interface ConsensusAccountsWithdrawEvent {
        amount: BaseUnits;
        error?: ConsensusAccountsConsensusError;
        from: Uint8Array;
        nonce: longnum;
        to: Uint8Array;
    }

    Properties

    amount +ConsensusAccountsWithdrawEvent | @oasisprotocol/client-rt

    Interface ConsensusAccountsWithdrawEvent

    interface ConsensusAccountsWithdrawEvent {
        amount: BaseUnits;
        error?: ConsensusAccountsConsensusError;
        from: Uint8Array;
        nonce: longnum;
        to: Uint8Array;
    }

    Properties

    Properties

    amount: BaseUnits
    from: Uint8Array
    nonce: longnum
    to: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    amount: BaseUnits
    from: Uint8Array
    nonce: longnum
    to: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ConsensusBalanceQuery.html b/js/client-rt/interfaces/types.ConsensusBalanceQuery.html index 484b539d7d..817bda63d2 100644 --- a/js/client-rt/interfaces/types.ConsensusBalanceQuery.html +++ b/js/client-rt/interfaces/types.ConsensusBalanceQuery.html @@ -1,3 +1,3 @@ ConsensusBalanceQuery | @oasisprotocol/client-rt

    Consensus balance query.

    -
    interface ConsensusBalanceQuery {
        address: Uint8Array;
    }

    Properties

    Properties

    address: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +
    interface ConsensusBalanceQuery {
        address: Uint8Array;
    }

    Properties

    Properties

    address: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ConsensusDeposit.html b/js/client-rt/interfaces/types.ConsensusDeposit.html index 03161600b3..52f87cc288 100644 --- a/js/client-rt/interfaces/types.ConsensusDeposit.html +++ b/js/client-rt/interfaces/types.ConsensusDeposit.html @@ -1,4 +1,4 @@ ConsensusDeposit | @oasisprotocol/client-rt

    Consensus deposit call.

    -
    interface ConsensusDeposit {
        amount: BaseUnits;
        to?: Uint8Array;
    }

    Properties

    interface ConsensusDeposit {
        amount: BaseUnits;
        to?: Uint8Array;
    }

    Properties

    Properties

    amount: BaseUnits
    to?: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    amount: BaseUnits
    to?: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ConsensusParameters.html b/js/client-rt/interfaces/types.ConsensusParameters.html index c17e0d782e..7e95ad8be7 100644 --- a/js/client-rt/interfaces/types.ConsensusParameters.html +++ b/js/client-rt/interfaces/types.ConsensusParameters.html @@ -1,4 +1,4 @@ ConsensusParameters | @oasisprotocol/client-rt

    Parameters for the consensus module.

    -
    interface ConsensusParameters {
        consensus_denomination: Uint8Array;
        consensus_scaling_factor: longnum;
    }

    Properties

    interface ConsensusParameters {
        consensus_denomination: Uint8Array;
        consensus_scaling_factor: longnum;
    }

    Properties

    consensus_denomination: Uint8Array
    consensus_scaling_factor: longnum

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    consensus_denomination: Uint8Array
    consensus_scaling_factor: longnum

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ConsensusWithdraw.html b/js/client-rt/interfaces/types.ConsensusWithdraw.html index 64006523de..883ed5d928 100644 --- a/js/client-rt/interfaces/types.ConsensusWithdraw.html +++ b/js/client-rt/interfaces/types.ConsensusWithdraw.html @@ -1,4 +1,4 @@ ConsensusWithdraw | @oasisprotocol/client-rt

    Consensus withdraw call.

    -
    interface ConsensusWithdraw {
        amount: BaseUnits;
        to?: Uint8Array;
    }

    Properties

    interface ConsensusWithdraw {
        amount: BaseUnits;
        to?: Uint8Array;
    }

    Properties

    Properties

    amount: BaseUnits
    to?: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    amount: BaseUnits
    to?: Uint8Array

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsCall.html b/js/client-rt/interfaces/types.ContractsCall.html index f8cef45e2d..0e9061e2f8 100644 --- a/js/client-rt/interfaces/types.ContractsCall.html +++ b/js/client-rt/interfaces/types.ContractsCall.html @@ -1,8 +1,8 @@ ContractsCall | @oasisprotocol/client-rt

    Contract call.

    -
    interface ContractsCall {
        data: Uint8Array;
        id: longnum;
        tokens: BaseUnits[];
    }

    Properties

    interface ContractsCall {
        data: Uint8Array;
        id: longnum;
        tokens: BaseUnits[];
    }

    Properties

    Properties

    data: Uint8Array

    Call arguments.

    -
    id: longnum

    Instance identifier.

    -
    tokens: BaseUnits[]

    Tokens that should be sent to the contract as part of the call.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    id: longnum

    Instance identifier.

    +
    tokens: BaseUnits[]

    Tokens that should be sent to the contract as part of the call.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsCode.html b/js/client-rt/interfaces/types.ContractsCode.html index e8a58d7a3d..817f8b0fe3 100644 --- a/js/client-rt/interfaces/types.ContractsCode.html +++ b/js/client-rt/interfaces/types.ContractsCode.html @@ -1,12 +1,12 @@ ContractsCode | @oasisprotocol/client-rt

    Stored code information.

    -
    interface ContractsCode {
        abi: number;
        hash: Uint8Array;
        id: longnum;
        instantiate_policy: ContractsPolicy;
        uploader: Uint8Array;
    }

    Properties

    abi +
    interface ContractsCode {
        abi: number;
        hash: Uint8Array;
        id: longnum;
        instantiate_policy: ContractsPolicy;
        uploader: Uint8Array;
    }

    Properties

    abi: number

    ABI.

    -
    hash: Uint8Array

    Code hash.

    -
    id: longnum

    Unique code identifier.

    -
    instantiate_policy: ContractsPolicy

    Who is allowed to instantiate this code.

    -
    uploader: Uint8Array

    Code uploader address.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    hash: Uint8Array

    Code hash.

    +
    id: longnum

    Unique code identifier.

    +
    instantiate_policy: ContractsPolicy

    Who is allowed to instantiate this code.

    +
    uploader: Uint8Array

    Code uploader address.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsCodeQuery.html b/js/client-rt/interfaces/types.ContractsCodeQuery.html index af23e53fc5..b329a7bcda 100644 --- a/js/client-rt/interfaces/types.ContractsCodeQuery.html +++ b/js/client-rt/interfaces/types.ContractsCodeQuery.html @@ -1,4 +1,4 @@ ContractsCodeQuery | @oasisprotocol/client-rt

    Code information query.

    -
    interface ContractsCodeQuery {
        id: longnum;
    }

    Properties

    id +
    interface ContractsCodeQuery {
        id: longnum;
    }

    Properties

    Properties

    id: longnum

    Code identifier.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsCodeStorageQuery.html b/js/client-rt/interfaces/types.ContractsCodeStorageQuery.html index 7d9b55f4a3..cdc892de49 100644 --- a/js/client-rt/interfaces/types.ContractsCodeStorageQuery.html +++ b/js/client-rt/interfaces/types.ContractsCodeStorageQuery.html @@ -1,4 +1,4 @@ ContractsCodeStorageQuery | @oasisprotocol/client-rt

    Code storage information query.

    -
    interface ContractsCodeStorageQuery {
        id: longnum;
    }

    Properties

    id +
    interface ContractsCodeStorageQuery {
        id: longnum;
    }

    Properties

    Properties

    id: longnum

    Code identifier.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsCodeStorageQueryResult.html b/js/client-rt/interfaces/types.ContractsCodeStorageQueryResult.html index a7b7a1e8ef..2f5f382b8d 100644 --- a/js/client-rt/interfaces/types.ContractsCodeStorageQueryResult.html +++ b/js/client-rt/interfaces/types.ContractsCodeStorageQueryResult.html @@ -1,3 +1,3 @@ -ContractsCodeStorageQueryResult | @oasisprotocol/client-rt

    Interface ContractsCodeStorageQueryResult

    interface ContractsCodeStorageQueryResult {
        code: Uint8Array;
    }

    Properties

    code +ContractsCodeStorageQueryResult | @oasisprotocol/client-rt

    Interface ContractsCodeStorageQueryResult

    interface ContractsCodeStorageQueryResult {
        code: Uint8Array;
    }

    Properties

    Properties

    code: Uint8Array

    Stored contract code.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsContractEvent.html b/js/client-rt/interfaces/types.ContractsContractEvent.html index 5c18d52b43..8118601b15 100644 --- a/js/client-rt/interfaces/types.ContractsContractEvent.html +++ b/js/client-rt/interfaces/types.ContractsContractEvent.html @@ -1,6 +1,6 @@ ContractsContractEvent | @oasisprotocol/client-rt

    An event emitted from a contract, wrapped to include additional metadata.

    -
    interface ContractsContractEvent {
        data?: Uint8Array;
        id: longnum;
    }

    Properties

    interface ContractsContractEvent {
        data?: Uint8Array;
        id: longnum;
    }

    Properties

    Properties

    data?: Uint8Array

    Raw event data emitted by the instance.

    -
    id: longnum

    Identifier of the instance that emitted the event.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    id: longnum

    Identifier of the instance that emitted the event.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsCustomQuery.html b/js/client-rt/interfaces/types.ContractsCustomQuery.html index 81c4e6364e..5c2cadf708 100644 --- a/js/client-rt/interfaces/types.ContractsCustomQuery.html +++ b/js/client-rt/interfaces/types.ContractsCustomQuery.html @@ -1,6 +1,6 @@ ContractsCustomQuery | @oasisprotocol/client-rt

    Custom contract query.

    -
    interface ContractsCustomQuery {
        data: Uint8Array;
        id: longnum;
    }

    Properties

    interface ContractsCustomQuery {
        data: Uint8Array;
        id: longnum;
    }

    Properties

    Properties

    data: Uint8Array

    Query arguments.

    -
    id: longnum

    Instance identifier.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    id: longnum

    Instance identifier.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsInstance.html b/js/client-rt/interfaces/types.ContractsInstance.html index aaf505cf14..c3cb4521a2 100644 --- a/js/client-rt/interfaces/types.ContractsInstance.html +++ b/js/client-rt/interfaces/types.ContractsInstance.html @@ -1,10 +1,10 @@ ContractsInstance | @oasisprotocol/client-rt

    Deployed code instance information.

    -
    interface ContractsInstance {
        code_id: longnum;
        creator: Uint8Array;
        id: longnum;
        upgrades_policy: ContractsPolicy;
    }

    Properties

    interface ContractsInstance {
        code_id: longnum;
        creator: Uint8Array;
        id: longnum;
        upgrades_policy: ContractsPolicy;
    }

    Properties

    code_id: longnum

    Identifier of code used by the instance.

    -
    creator: Uint8Array

    Instance creator address.

    -
    id: longnum

    Unique instance identifier.

    -
    upgrades_policy: ContractsPolicy

    Who is allowed to upgrade this instance.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    creator: Uint8Array

    Instance creator address.

    +
    id: longnum

    Unique instance identifier.

    +
    upgrades_policy: ContractsPolicy

    Who is allowed to upgrade this instance.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsInstanceQuery.html b/js/client-rt/interfaces/types.ContractsInstanceQuery.html index 7f2f0731b5..1cdcc74c81 100644 --- a/js/client-rt/interfaces/types.ContractsInstanceQuery.html +++ b/js/client-rt/interfaces/types.ContractsInstanceQuery.html @@ -1,4 +1,4 @@ ContractsInstanceQuery | @oasisprotocol/client-rt

    Instance information query.

    -
    interface ContractsInstanceQuery {
        id: longnum;
    }

    Properties

    id +
    interface ContractsInstanceQuery {
        id: longnum;
    }

    Properties

    Properties

    id: longnum

    Instance identifier.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsInstanceRawStorageQuery.html b/js/client-rt/interfaces/types.ContractsInstanceRawStorageQuery.html index ab9f142acf..aee98ed32d 100644 --- a/js/client-rt/interfaces/types.ContractsInstanceRawStorageQuery.html +++ b/js/client-rt/interfaces/types.ContractsInstanceRawStorageQuery.html @@ -1,10 +1,10 @@ ContractsInstanceRawStorageQuery | @oasisprotocol/client-rt

    Interface ContractsInstanceRawStorageQuery

    Instance raw storage query.

    -
    interface ContractsInstanceRawStorageQuery {
        id: longnum;
        limit?: longnum;
        offset?: longnum;
        store_kind: number;
    }

    Properties

    id +
    interface ContractsInstanceRawStorageQuery {
        id: longnum;
        limit?: longnum;
        offset?: longnum;
        store_kind: number;
    }

    Properties

    id: longnum

    Instance identifier.

    -
    limit?: longnum

    Maximum number of items per page.

    -
    offset?: longnum

    Number of skipped items.

    -
    store_kind: number

    Kind of store to query.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    limit?: longnum

    Maximum number of items per page.

    +
    offset?: longnum

    Number of skipped items.

    +
    store_kind: number

    Kind of store to query.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsInstanceRawStorageQueryResult.html b/js/client-rt/interfaces/types.ContractsInstanceRawStorageQueryResult.html index fb4686e96f..ecfed83217 100644 --- a/js/client-rt/interfaces/types.ContractsInstanceRawStorageQueryResult.html +++ b/js/client-rt/interfaces/types.ContractsInstanceRawStorageQueryResult.html @@ -1,3 +1,3 @@ -ContractsInstanceRawStorageQueryResult | @oasisprotocol/client-rt

    Interface ContractsInstanceRawStorageQueryResult

    interface ContractsInstanceRawStorageQueryResult {
        items: [Uint8Array, Uint8Array][];
    }

    Properties

    items +ContractsInstanceRawStorageQueryResult | @oasisprotocol/client-rt

    Interface ContractsInstanceRawStorageQueryResult

    interface ContractsInstanceRawStorageQueryResult {
        items: [Uint8Array, Uint8Array][];
    }

    Properties

    Properties

    items: [Uint8Array, Uint8Array][]

    List of key-value pairs in contract's public store.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsInstanceStorageQuery.html b/js/client-rt/interfaces/types.ContractsInstanceStorageQuery.html index f6bde4a099..7c8d4c5644 100644 --- a/js/client-rt/interfaces/types.ContractsInstanceStorageQuery.html +++ b/js/client-rt/interfaces/types.ContractsInstanceStorageQuery.html @@ -1,6 +1,6 @@ ContractsInstanceStorageQuery | @oasisprotocol/client-rt

    Interface ContractsInstanceStorageQuery

    Instance storage query.

    -
    interface ContractsInstanceStorageQuery {
        id: longnum;
        key: Uint8Array;
    }

    Properties

    id +
    interface ContractsInstanceStorageQuery {
        id: longnum;
        key: Uint8Array;
    }

    Properties

    Properties

    id: longnum

    Instance identifier.

    -
    key: Uint8Array

    Storage key.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    key: Uint8Array

    Storage key.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsInstanceStorageQueryResult.html b/js/client-rt/interfaces/types.ContractsInstanceStorageQueryResult.html index 9bf9ddafd0..d77899fe8e 100644 --- a/js/client-rt/interfaces/types.ContractsInstanceStorageQueryResult.html +++ b/js/client-rt/interfaces/types.ContractsInstanceStorageQueryResult.html @@ -1,3 +1,3 @@ -ContractsInstanceStorageQueryResult | @oasisprotocol/client-rt

    Interface ContractsInstanceStorageQueryResult

    interface ContractsInstanceStorageQueryResult {
        value: null | Uint8Array;
    }

    Properties

    value +ContractsInstanceStorageQueryResult | @oasisprotocol/client-rt

    Interface ContractsInstanceStorageQueryResult

    interface ContractsInstanceStorageQueryResult {
        value: null | Uint8Array;
    }

    Properties

    Properties

    value: null | Uint8Array

    Storage value or None if key doesn't exist.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsInstantiate.html b/js/client-rt/interfaces/types.ContractsInstantiate.html index 7b44f4b5a0..5db836dc06 100644 --- a/js/client-rt/interfaces/types.ContractsInstantiate.html +++ b/js/client-rt/interfaces/types.ContractsInstantiate.html @@ -1,10 +1,10 @@ ContractsInstantiate | @oasisprotocol/client-rt

    Instantiate call.

    -
    interface ContractsInstantiate {
        code_id: longnum;
        data: Uint8Array;
        tokens: BaseUnits[];
        upgrades_policy: ContractsPolicy;
    }

    Properties

    interface ContractsInstantiate {
        code_id: longnum;
        data: Uint8Array;
        tokens: BaseUnits[];
        upgrades_policy: ContractsPolicy;
    }

    Properties

    code_id: longnum

    Identifier of code used by the instance.

    -
    data: Uint8Array

    Arguments to contract's instantiation function.

    -
    tokens: BaseUnits[]

    Tokens that should be sent to the contract as part of the instantiate call.

    -
    upgrades_policy: ContractsPolicy

    Who is allowed to upgrade this instance.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    data: Uint8Array

    Arguments to contract's instantiation function.

    +
    tokens: BaseUnits[]

    Tokens that should be sent to the contract as part of the instantiate call.

    +
    upgrades_policy: ContractsPolicy

    Who is allowed to upgrade this instance.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsInstantiateResult.html b/js/client-rt/interfaces/types.ContractsInstantiateResult.html index ca247e1087..230f5a3c9f 100644 --- a/js/client-rt/interfaces/types.ContractsInstantiateResult.html +++ b/js/client-rt/interfaces/types.ContractsInstantiateResult.html @@ -1,4 +1,4 @@ ContractsInstantiateResult | @oasisprotocol/client-rt

    Instantiate call result.

    -
    interface ContractsInstantiateResult {
        id: longnum;
    }

    Properties

    id +
    interface ContractsInstantiateResult {
        id: longnum;
    }

    Properties

    Properties

    id: longnum

    Assigned instance identifier.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsPolicy.html b/js/client-rt/interfaces/types.ContractsPolicy.html index 36528982a1..a7f07e2c5d 100644 --- a/js/client-rt/interfaces/types.ContractsPolicy.html +++ b/js/client-rt/interfaces/types.ContractsPolicy.html @@ -1,4 +1,4 @@ -ContractsPolicy | @oasisprotocol/client-rt
    interface ContractsPolicy {
        address?: Uint8Array;
        everyone?: {};
        nobody?: {};
    }

    Properties

    address? +ContractsPolicy | @oasisprotocol/client-rt
    interface ContractsPolicy {
        address?: Uint8Array;
        everyone?: {};
        nobody?: {};
    }

    Properties

    address?: Uint8Array
    everyone?: {}

    Type declaration

      nobody?: {}

      Type declaration

        Generated using TypeDoc

        \ No newline at end of file +

        Properties

        address?: Uint8Array
        everyone?: {}

        Type declaration

          nobody?: {}

          Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsPublicKeyQuery.html b/js/client-rt/interfaces/types.ContractsPublicKeyQuery.html index 44171e9a1e..23f52a484b 100644 --- a/js/client-rt/interfaces/types.ContractsPublicKeyQuery.html +++ b/js/client-rt/interfaces/types.ContractsPublicKeyQuery.html @@ -1,6 +1,6 @@ ContractsPublicKeyQuery | @oasisprotocol/client-rt

            Public key query.

            -
            interface ContractsPublicKeyQuery {
                id: longnum;
                kind: number;
            }

            Properties

            id +
            interface ContractsPublicKeyQuery {
                id: longnum;
                kind: number;
            }

            Properties

            Properties

            id: longnum

            Instance identifier.

            -
            kind: number

            Kind of public key.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            kind: number

            Kind of public key.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsPublicKeyQueryResult.html b/js/client-rt/interfaces/types.ContractsPublicKeyQueryResult.html index e0de214fb7..0ae71dd63a 100644 --- a/js/client-rt/interfaces/types.ContractsPublicKeyQueryResult.html +++ b/js/client-rt/interfaces/types.ContractsPublicKeyQueryResult.html @@ -1,8 +1,8 @@ ContractsPublicKeyQueryResult | @oasisprotocol/client-rt

            Interface ContractsPublicKeyQueryResult

            Public key query result.

            -
            interface ContractsPublicKeyQueryResult {
                checksum: Uint8Array;
                key: Uint8Array;
                signature: Uint8Array;
            }

            Properties

            interface ContractsPublicKeyQueryResult {
                checksum: Uint8Array;
                key: Uint8Array;
                signature: Uint8Array;
            }

            Properties

            checksum: Uint8Array

            Checksum of the key manager state.

            -
            key: Uint8Array

            Public key.

            -
            signature: Uint8Array

            Sign(sk, (key || checksum)) from the key manager.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            key: Uint8Array

            Public key.

            +
            signature: Uint8Array

            Sign(sk, (key || checksum)) from the key manager.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsUpgrade.html b/js/client-rt/interfaces/types.ContractsUpgrade.html index 75428acc6b..b7f0a95f3e 100644 --- a/js/client-rt/interfaces/types.ContractsUpgrade.html +++ b/js/client-rt/interfaces/types.ContractsUpgrade.html @@ -1,10 +1,10 @@ ContractsUpgrade | @oasisprotocol/client-rt

            Upgrade call.

            -
            interface ContractsUpgrade {
                code_id: longnum;
                data: Uint8Array;
                id: longnum;
                tokens: BaseUnits[];
            }

            Properties

            interface ContractsUpgrade {
                code_id: longnum;
                data: Uint8Array;
                id: longnum;
                tokens: BaseUnits[];
            }

            Properties

            Properties

            code_id: longnum

            Updated code identifier.

            -
            data: Uint8Array

            Arguments to contract's upgrade function.

            -
            id: longnum

            Instance identifier.

            -
            tokens: BaseUnits[]

            Tokens that should be sent to the contract as part of the call.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            data: Uint8Array

            Arguments to contract's upgrade function.

            +
            id: longnum

            Instance identifier.

            +
            tokens: BaseUnits[]

            Tokens that should be sent to the contract as part of the call.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsUpload.html b/js/client-rt/interfaces/types.ContractsUpload.html index 9f5c947785..5afd7c9eec 100644 --- a/js/client-rt/interfaces/types.ContractsUpload.html +++ b/js/client-rt/interfaces/types.ContractsUpload.html @@ -1,8 +1,8 @@ ContractsUpload | @oasisprotocol/client-rt

            Upload call.

            -
            interface ContractsUpload {
                abi: number;
                code: Uint8Array;
                instantiate_policy: ContractsPolicy;
            }

            Properties

            abi +
            interface ContractsUpload {
                abi: number;
                code: Uint8Array;
                instantiate_policy: ContractsPolicy;
            }

            Properties

            abi: number

            ABI.

            -
            code: Uint8Array

            Compiled contract code.

            -
            instantiate_policy: ContractsPolicy

            Who is allowed to instantiate this code.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            code: Uint8Array

            Compiled contract code.

            +
            instantiate_policy: ContractsPolicy

            Who is allowed to instantiate this code.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ContractsUploadResult.html b/js/client-rt/interfaces/types.ContractsUploadResult.html index 714ab3438f..f9cf66d7d9 100644 --- a/js/client-rt/interfaces/types.ContractsUploadResult.html +++ b/js/client-rt/interfaces/types.ContractsUploadResult.html @@ -1,4 +1,4 @@ ContractsUploadResult | @oasisprotocol/client-rt

            Upload call result.

            -
            interface ContractsUploadResult {
                id: longnum;
            }

            Properties

            id +
            interface ContractsUploadResult {
                id: longnum;
            }

            Properties

            Properties

            id: longnum

            Assigned code identifier.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.CoreCallDataPublicKeyQueryResponse.html b/js/client-rt/interfaces/types.CoreCallDataPublicKeyQueryResponse.html index 95657184bf..563726db8b 100644 --- a/js/client-rt/interfaces/types.CoreCallDataPublicKeyQueryResponse.html +++ b/js/client-rt/interfaces/types.CoreCallDataPublicKeyQueryResponse.html @@ -1,4 +1,4 @@ CoreCallDataPublicKeyQueryResponse | @oasisprotocol/client-rt

            Interface CoreCallDataPublicKeyQueryResponse

            Response to the call data public key query.

            -
            interface CoreCallDataPublicKeyQueryResponse {
                public_key: KeyManagerSignedPublicKey;
            }

            Properties

            interface CoreCallDataPublicKeyQueryResponse {
                public_key: KeyManagerSignedPublicKey;
            }

            Properties

            Properties

            Public key used for deriving the shared secret for encrypting call data.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.CoreEstimateGasQuery.html b/js/client-rt/interfaces/types.CoreEstimateGasQuery.html index 99943941a9..8f94cdef51 100644 --- a/js/client-rt/interfaces/types.CoreEstimateGasQuery.html +++ b/js/client-rt/interfaces/types.CoreEstimateGasQuery.html @@ -1,5 +1,5 @@ CoreEstimateGasQuery | @oasisprotocol/client-rt

            Arguments for the EstimateGas query.

            -
            interface CoreEstimateGasQuery {
                caller?: CallerAddress;
                propagate_failures?: boolean;
                tx: Transaction;
            }

            Properties

            interface CoreEstimateGasQuery {
                caller?: CallerAddress;
                propagate_failures?: boolean;
                tx: Transaction;
            }

            Properties

            caller?: CallerAddress
            propagate_failures?: boolean

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            caller?: CallerAddress
            propagate_failures?: boolean

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.CoreGasUsedEvent.html b/js/client-rt/interfaces/types.CoreGasUsedEvent.html index 7d2f78654e..bc07a2194b 100644 --- a/js/client-rt/interfaces/types.CoreGasUsedEvent.html +++ b/js/client-rt/interfaces/types.CoreGasUsedEvent.html @@ -1,3 +1,3 @@ CoreGasUsedEvent | @oasisprotocol/client-rt

            Core module Gas used event.

            -
            interface CoreGasUsedEvent {
                amount: longnum;
            }

            Properties

            Properties

            amount: longnum

            Generated using TypeDoc

            \ No newline at end of file +
            interface CoreGasUsedEvent {
                amount: longnum;
            }

            Properties

            Properties

            amount: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.CoreMethodHandlerInfo.html b/js/client-rt/interfaces/types.CoreMethodHandlerInfo.html index 945c5004cf..cb587cb638 100644 --- a/js/client-rt/interfaces/types.CoreMethodHandlerInfo.html +++ b/js/client-rt/interfaces/types.CoreMethodHandlerInfo.html @@ -1,3 +1,3 @@ -CoreMethodHandlerInfo | @oasisprotocol/client-rt
            interface CoreMethodHandlerInfo {
                kind: "call" | "query" | "message_result";
                name: string;
            }

            Properties

            kind +CoreMethodHandlerInfo | @oasisprotocol/client-rt
            interface CoreMethodHandlerInfo {
                kind: "call" | "query" | "message_result";
                name: string;
            }

            Properties

            Properties

            kind: "call" | "query" | "message_result"
            name: string

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            kind: "call" | "query" | "message_result"
            name: string

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.CoreModuleInfo.html b/js/client-rt/interfaces/types.CoreModuleInfo.html index 2e379ff282..32be0839e1 100644 --- a/js/client-rt/interfaces/types.CoreModuleInfo.html +++ b/js/client-rt/interfaces/types.CoreModuleInfo.html @@ -1,5 +1,5 @@ CoreModuleInfo | @oasisprotocol/client-rt

            Metadata for an individual module within the runtime.

            -
            interface CoreModuleInfo {
                methods: CoreMethodHandlerInfo[];
                params: any;
                version: number;
            }

            Properties

            interface CoreModuleInfo {
                methods: CoreMethodHandlerInfo[];
                params: any;
                version: number;
            }

            Properties

            Properties

            params: any
            version: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            params: any
            version: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.CoreRuntimeInfoQueryResponse.html b/js/client-rt/interfaces/types.CoreRuntimeInfoQueryResponse.html index 3d0a5e7643..cdc347dd25 100644 --- a/js/client-rt/interfaces/types.CoreRuntimeInfoQueryResponse.html +++ b/js/client-rt/interfaces/types.CoreRuntimeInfoQueryResponse.html @@ -1,5 +1,5 @@ CoreRuntimeInfoQueryResponse | @oasisprotocol/client-rt

            Interface CoreRuntimeInfoQueryResponse

            Response to the RuntimeInfo query.

            -
            interface CoreRuntimeInfoQueryResponse {
                modules: {
                    [key: string]: CoreModuleInfo;
                };
                runtime_version: Version;
                state_version: number;
            }

            Properties

            interface CoreRuntimeInfoQueryResponse {
                modules: {
                    [key: string]: CoreModuleInfo;
                };
                runtime_version: Version;
                state_version: number;
            }

            Properties

            modules: {
                [key: string]: CoreModuleInfo;
            }

            Type declaration

            runtime_version: Version
            state_version: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            modules: {
                [key: string]: CoreModuleInfo;
            }

            Type declaration

            runtime_version: Version
            state_version: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.EVMBalanceQuery.html b/js/client-rt/interfaces/types.EVMBalanceQuery.html index 5bbf3ffefa..de2b5157f5 100644 --- a/js/client-rt/interfaces/types.EVMBalanceQuery.html +++ b/js/client-rt/interfaces/types.EVMBalanceQuery.html @@ -1,3 +1,3 @@ EVMBalanceQuery | @oasisprotocol/client-rt

            Transaction body for fetching EVM account's balance.

            -
            interface EVMBalanceQuery {
                address: Uint8Array;
            }

            Properties

            Properties

            address: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +
            interface EVMBalanceQuery {
                address: Uint8Array;
            }

            Properties

            Properties

            address: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.EVMCall.html b/js/client-rt/interfaces/types.EVMCall.html index 0188f19f0d..2f7aa76b39 100644 --- a/js/client-rt/interfaces/types.EVMCall.html +++ b/js/client-rt/interfaces/types.EVMCall.html @@ -1,5 +1,5 @@ EVMCall | @oasisprotocol/client-rt

            Transaction body for calling an EVM contract.

            -
            interface EVMCall {
                address: Uint8Array;
                data: Uint8Array;
                value: Uint8Array;
            }

            Properties

            interface EVMCall {
                address: Uint8Array;
                data: Uint8Array;
                value: Uint8Array;
            }

            Properties

            Properties

            address: Uint8Array
            data: Uint8Array
            value: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            address: Uint8Array
            data: Uint8Array
            value: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.EVMCodeQuery.html b/js/client-rt/interfaces/types.EVMCodeQuery.html index f9a2b680a0..2e35acd92a 100644 --- a/js/client-rt/interfaces/types.EVMCodeQuery.html +++ b/js/client-rt/interfaces/types.EVMCodeQuery.html @@ -1,3 +1,3 @@ EVMCodeQuery | @oasisprotocol/client-rt

            Transaction body for peeking into EVM code storage.

            -
            interface EVMCodeQuery {
                address: Uint8Array;
            }

            Properties

            Properties

            address: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +
            interface EVMCodeQuery {
                address: Uint8Array;
            }

            Properties

            Properties

            address: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.EVMCreate.html b/js/client-rt/interfaces/types.EVMCreate.html index e87bad5de9..3bd20f44b3 100644 --- a/js/client-rt/interfaces/types.EVMCreate.html +++ b/js/client-rt/interfaces/types.EVMCreate.html @@ -1,4 +1,4 @@ EVMCreate | @oasisprotocol/client-rt

            Transaction body for creating an EVM contract.

            -
            interface EVMCreate {
                init_code: Uint8Array;
                value: Uint8Array;
            }

            Properties

            interface EVMCreate {
                init_code: Uint8Array;
                value: Uint8Array;
            }

            Properties

            Properties

            init_code: Uint8Array
            value: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            init_code: Uint8Array
            value: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.EVMLogEvent.html b/js/client-rt/interfaces/types.EVMLogEvent.html index e64a2d4e30..468cc4d40e 100644 --- a/js/client-rt/interfaces/types.EVMLogEvent.html +++ b/js/client-rt/interfaces/types.EVMLogEvent.html @@ -1,4 +1,4 @@ -EVMLogEvent | @oasisprotocol/client-rt
            interface EVMLogEvent {
                address: Uint8Array;
                data: Uint8Array;
                topics: Uint8Array[];
            }

            Properties

            address +EVMLogEvent | @oasisprotocol/client-rt
            interface EVMLogEvent {
                address: Uint8Array;
                data: Uint8Array;
                topics: Uint8Array[];
            }

            Properties

            Properties

            address: Uint8Array
            data: Uint8Array
            topics: Uint8Array[]

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            address: Uint8Array
            data: Uint8Array
            topics: Uint8Array[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.EVMSimulateCallQuery.html b/js/client-rt/interfaces/types.EVMSimulateCallQuery.html index 17b8ace6e6..a5e9a29b26 100644 --- a/js/client-rt/interfaces/types.EVMSimulateCallQuery.html +++ b/js/client-rt/interfaces/types.EVMSimulateCallQuery.html @@ -1,9 +1,9 @@ EVMSimulateCallQuery | @oasisprotocol/client-rt

            Transaction body for simulating an EVM call.

            -
            interface EVMSimulateCallQuery {
                address: Uint8Array;
                caller: Uint8Array;
                data: Uint8Array;
                gas_limit: longnum;
                gas_price: Uint8Array;
                leash?: Leash;
                value: Uint8Array;
            }

            Properties

            interface EVMSimulateCallQuery {
                address: Uint8Array;
                caller: Uint8Array;
                data: Uint8Array;
                gas_limit: longnum;
                gas_price: Uint8Array;
                leash?: Leash;
                value: Uint8Array;
            }

            Properties

            address: Uint8Array
            caller: Uint8Array
            data: Uint8Array
            gas_limit: longnum
            gas_price: Uint8Array
            leash?: Leash
            value: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            address: Uint8Array
            caller: Uint8Array
            data: Uint8Array
            gas_limit: longnum
            gas_price: Uint8Array
            leash?: Leash
            value: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.EVMStorageQuery.html b/js/client-rt/interfaces/types.EVMStorageQuery.html index ee6dfe70c3..af596dc992 100644 --- a/js/client-rt/interfaces/types.EVMStorageQuery.html +++ b/js/client-rt/interfaces/types.EVMStorageQuery.html @@ -1,4 +1,4 @@ EVMStorageQuery | @oasisprotocol/client-rt

            Transaction body for peeking into EVM storage.

            -
            interface EVMStorageQuery {
                address: Uint8Array;
                index: Uint8Array;
            }

            Properties

            interface EVMStorageQuery {
                address: Uint8Array;
                index: Uint8Array;
            }

            Properties

            Properties

            address: Uint8Array
            index: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            address: Uint8Array
            index: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.FailedCallResult.html b/js/client-rt/interfaces/types.FailedCallResult.html index 35231e7d85..e1061b649a 100644 --- a/js/client-rt/interfaces/types.FailedCallResult.html +++ b/js/client-rt/interfaces/types.FailedCallResult.html @@ -1,4 +1,4 @@ -FailedCallResult | @oasisprotocol/client-rt
            interface FailedCallResult {
                code: number;
                message?: string;
                module: string;
            }

            Properties

            code +FailedCallResult | @oasisprotocol/client-rt
            interface FailedCallResult {
                code: number;
                message?: string;
                module: string;
            }

            Properties

            Properties

            code: number
            message?: string
            module: string

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            code: number
            message?: string
            module: string

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.Fee.html b/js/client-rt/interfaces/types.Fee.html index d1a96e52e3..79d8821340 100644 --- a/js/client-rt/interfaces/types.Fee.html +++ b/js/client-rt/interfaces/types.Fee.html @@ -1,5 +1,5 @@ Fee | @oasisprotocol/client-rt

            Transaction fee.

            -
            interface Fee {
                amount: BaseUnits;
                consensus_messages: number;
                gas: longnum;
            }

            Properties

            interface Fee {
                amount: BaseUnits;
                consensus_messages: number;
                gas: longnum;
            }

            Properties

            amount: BaseUnits
            consensus_messages: number
            gas: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            amount: BaseUnits
            consensus_messages: number
            gas: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.KeyManagerSignedPublicKey.html b/js/client-rt/interfaces/types.KeyManagerSignedPublicKey.html index 431532262b..45af28bbce 100644 --- a/js/client-rt/interfaces/types.KeyManagerSignedPublicKey.html +++ b/js/client-rt/interfaces/types.KeyManagerSignedPublicKey.html @@ -1,8 +1,8 @@ KeyManagerSignedPublicKey | @oasisprotocol/client-rt

            Signed public key.

            -
            interface KeyManagerSignedPublicKey {
                checksum: Uint8Array;
                key: Uint8Array;
                signature: Uint8Array;
            }

            Properties

            interface KeyManagerSignedPublicKey {
                checksum: Uint8Array;
                key: Uint8Array;
                signature: Uint8Array;
            }

            Properties

            checksum: Uint8Array

            Checksum of the key manager state.

            -
            key: Uint8Array

            Public key.

            -
            signature: Uint8Array

            Sign(sk, (key || checksum)) from the key manager.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            key: Uint8Array

            Public key.

            +
            signature: Uint8Array

            Sign(sk, (key || checksum)) from the key manager.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.Leash.html b/js/client-rt/interfaces/types.Leash.html index 4c4b7643b2..b04339bb3b 100644 --- a/js/client-rt/interfaces/types.Leash.html +++ b/js/client-rt/interfaces/types.Leash.html @@ -1,5 +1,5 @@ -Leash | @oasisprotocol/client-rt
            interface Leash {
                block_hash: Uint8Array;
                block_number: longnum;
                block_range: longnum;
                nonce: longnum;
            }

            Properties

            block_hash +Leash | @oasisprotocol/client-rt
            interface Leash {
                block_hash: Uint8Array;
                block_number: longnum;
                block_range: longnum;
                nonce: longnum;
            }

            Properties

            block_hash: Uint8Array
            block_number: longnum
            block_range: longnum
            nonce: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            block_hash: Uint8Array
            block_number: longnum
            block_range: longnum
            nonce: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.MultisigConfig.html b/js/client-rt/interfaces/types.MultisigConfig.html index 4b176d8ac6..ec8b28b933 100644 --- a/js/client-rt/interfaces/types.MultisigConfig.html +++ b/js/client-rt/interfaces/types.MultisigConfig.html @@ -1,8 +1,8 @@ MultisigConfig | @oasisprotocol/client-rt

            A multisig configuration. A set of signers with total "weight" greater than or equal to a "threshold" can authenticate for the configuration.

            -
            interface MultisigConfig {
                signers: MultisigSigner[];
                threshold: longnum;
            }

            Properties

            interface MultisigConfig {
                signers: MultisigSigner[];
                threshold: longnum;
            }

            Properties

            Properties

            signers: MultisigSigner[]

            The signers.

            -
            threshold: longnum

            The threshold.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            threshold: longnum

            The threshold.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.MultisigSigner.html b/js/client-rt/interfaces/types.MultisigSigner.html index 48963e65ad..fc6a1e1ad2 100644 --- a/js/client-rt/interfaces/types.MultisigSigner.html +++ b/js/client-rt/interfaces/types.MultisigSigner.html @@ -1,6 +1,6 @@ MultisigSigner | @oasisprotocol/client-rt

            One of the signers in a multisig configuration.

            -
            interface MultisigSigner {
                public_key: PublicKey;
                weight: longnum;
            }

            Properties

            interface MultisigSigner {
                public_key: PublicKey;
                weight: longnum;
            }

            Properties

            Properties

            public_key: PublicKey

            The public key of the signer.

            -
            weight: longnum

            The weight of the signer.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            weight: longnum

            The weight of the signer.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.PublicKey.html b/js/client-rt/interfaces/types.PublicKey.html index ed195ad732..6abc6d1bab 100644 --- a/js/client-rt/interfaces/types.PublicKey.html +++ b/js/client-rt/interfaces/types.PublicKey.html @@ -1,4 +1,4 @@ PublicKey | @oasisprotocol/client-rt

            A public key used for signing.

            -
            interface PublicKey {
                ed25519?: Uint8Array;
                secp256k1?: Uint8Array;
            }

            Properties

            interface PublicKey {
                ed25519?: Uint8Array;
                secp256k1?: Uint8Array;
            }

            Properties

            Properties

            ed25519?: Uint8Array
            secp256k1?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            ed25519?: Uint8Array
            secp256k1?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.ResultEnvelopeX25519DeoxysII.html b/js/client-rt/interfaces/types.ResultEnvelopeX25519DeoxysII.html index f72348bceb..2dedce8b7d 100644 --- a/js/client-rt/interfaces/types.ResultEnvelopeX25519DeoxysII.html +++ b/js/client-rt/interfaces/types.ResultEnvelopeX25519DeoxysII.html @@ -1,4 +1,4 @@ ResultEnvelopeX25519DeoxysII | @oasisprotocol/client-rt

            Interface ResultEnvelopeX25519DeoxysII

            A result envelope when using the CALLFORMAT_ENCRYPTED_X25519DEOXYSII format.

            -
            interface ResultEnvelopeX25519DeoxysII {
                data: Uint8Array;
                nonce: Uint8Array;
            }

            Properties

            interface ResultEnvelopeX25519DeoxysII {
                data: Uint8Array;
                nonce: Uint8Array;
            }

            Properties

            Properties

            data: Uint8Array
            nonce: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            data: Uint8Array
            nonce: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.RewardsParameters.html b/js/client-rt/interfaces/types.RewardsParameters.html index 06ba36121f..180a3a6008 100644 --- a/js/client-rt/interfaces/types.RewardsParameters.html +++ b/js/client-rt/interfaces/types.RewardsParameters.html @@ -1,5 +1,5 @@ RewardsParameters | @oasisprotocol/client-rt

            Parameters for the rewards module.

            -
            interface RewardsParameters {
                participation_threshold_denominator: number;
                participation_threshold_numerator: number;
                schedule: RewardsRewardSchedule;
            }

            Properties

            interface RewardsParameters {
                participation_threshold_denominator: number;
                participation_threshold_numerator: number;
                schedule: RewardsRewardSchedule;
            }

            Properties

            participation_threshold_denominator: number
            participation_threshold_numerator: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            participation_threshold_denominator: number
            participation_threshold_numerator: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.RewardsRewardSchedule.html b/js/client-rt/interfaces/types.RewardsRewardSchedule.html index 810dff8f9b..84c39f6e12 100644 --- a/js/client-rt/interfaces/types.RewardsRewardSchedule.html +++ b/js/client-rt/interfaces/types.RewardsRewardSchedule.html @@ -1,3 +1,3 @@ RewardsRewardSchedule | @oasisprotocol/client-rt

            A reward schedule.

            -
            interface RewardsRewardSchedule {
                steps: RewardsRewardStep[];
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file +
            interface RewardsRewardSchedule {
                steps: RewardsRewardStep[];
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.RewardsRewardStep.html b/js/client-rt/interfaces/types.RewardsRewardStep.html index 13ce1d2d0b..dd072fbd80 100644 --- a/js/client-rt/interfaces/types.RewardsRewardStep.html +++ b/js/client-rt/interfaces/types.RewardsRewardStep.html @@ -1,4 +1,4 @@ RewardsRewardStep | @oasisprotocol/client-rt

            One of the time periods in the reward schedule.

            -
            interface RewardsRewardStep {
                amount: BaseUnits;
                until: longnum;
            }

            Properties

            interface RewardsRewardStep {
                amount: BaseUnits;
                until: longnum;
            }

            Properties

            Properties

            amount: BaseUnits
            until: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            amount: BaseUnits
            until: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.SignatureAddressSpec.html b/js/client-rt/interfaces/types.SignatureAddressSpec.html index aca68d061b..52e6e93426 100644 --- a/js/client-rt/interfaces/types.SignatureAddressSpec.html +++ b/js/client-rt/interfaces/types.SignatureAddressSpec.html @@ -1,6 +1,6 @@ SignatureAddressSpec | @oasisprotocol/client-rt

            Information for signature-based authentication and public key-based address derivation.

            -
            interface SignatureAddressSpec {
                ed25519?: Uint8Array;
                secp256k1eth?: Uint8Array;
            }

            Properties

            interface SignatureAddressSpec {
                ed25519?: Uint8Array;
                secp256k1eth?: Uint8Array;
            }

            Properties

            ed25519?: Uint8Array

            Ed25519 address derivation compatible with the consensus layer.

            -
            secp256k1eth?: Uint8Array

            Ethereum-compatible address derivation from Secp256k1 public keys.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            secp256k1eth?: Uint8Array

            Ethereum-compatible address derivation from Secp256k1 public keys.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.SignerInfo.html b/js/client-rt/interfaces/types.SignerInfo.html index e0769837d7..151f4672f1 100644 --- a/js/client-rt/interfaces/types.SignerInfo.html +++ b/js/client-rt/interfaces/types.SignerInfo.html @@ -1,4 +1,4 @@ SignerInfo | @oasisprotocol/client-rt

            Transaction signer information.

            -
            interface SignerInfo {
                address_spec: AddressSpec;
                nonce: longnum;
            }

            Properties

            interface SignerInfo {
                address_spec: AddressSpec;
                nonce: longnum;
            }

            Properties

            Properties

            address_spec: AddressSpec
            nonce: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            address_spec: AddressSpec
            nonce: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/interfaces/types.Transaction.html b/js/client-rt/interfaces/types.Transaction.html index 01a7c8156d..3e0ebf93d5 100644 --- a/js/client-rt/interfaces/types.Transaction.html +++ b/js/client-rt/interfaces/types.Transaction.html @@ -1,5 +1,5 @@ Transaction | @oasisprotocol/client-rt

            Transaction.

            -
            interface Transaction {
                ai: AuthInfo;
                call: Call;
                v: number;
            }

            Hierarchy

            • CBORVersioned
              • Transaction

            Properties

            ai +
            interface Transaction {
                ai: AuthInfo;
                call: Call;
                v: number;
            }

            Hierarchy

            • CBORVersioned
              • Transaction

            Properties

            Properties

            call: Call
            v: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            call: Call
            v: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/modules/accounts.html b/js/client-rt/modules/accounts.html index c92f8f6011..67f06e54d6 100644 --- a/js/client-rt/modules/accounts.html +++ b/js/client-rt/modules/accounts.html @@ -1,4 +1,4 @@ -accounts | @oasisprotocol/client-rt

            Index

            Classes

            Wrapper +accounts | @oasisprotocol/client-rt

            Index

            Classes

            Type Aliases

            Variables

            ERR_FORBIDDEN_CODE ERR_INSUFFICIENT_BALANCE_CODE diff --git a/js/client-rt/modules/address.html b/js/client-rt/modules/address.html index 997508d42e..0d9fe2f563 100644 --- a/js/client-rt/modules/address.html +++ b/js/client-rt/modules/address.html @@ -1,4 +1,4 @@ -address | @oasisprotocol/client-rt

            Index

            Variables

            V0_MULTISIG_CONTEXT_IDENTIFIER +address | @oasisprotocol/client-rt

            Index

            Variables

            V0_MULTISIG_CONTEXT_IDENTIFIER V0_MULTISIG_CONTEXT_VERSION V0_SECP256K1ETH_CONTEXT_IDENTIFIER V0_SECP256K1ETH_CONTEXT_VERSION diff --git a/js/client-rt/modules/callformat.html b/js/client-rt/modules/callformat.html index 00a0233e55..eea85e1c3e 100644 --- a/js/client-rt/modules/callformat.html +++ b/js/client-rt/modules/callformat.html @@ -1,4 +1,4 @@ -callformat | @oasisprotocol/client-rt

            Index

            Interfaces

            EncodeConfig +callformat | @oasisprotocol/client-rt

            Index

            Interfaces

            Variables

            Functions

            decodeResult diff --git a/js/client-rt/modules/consensus.html b/js/client-rt/modules/consensus.html index 9aa722ba7c..fb90a8497b 100644 --- a/js/client-rt/modules/consensus.html +++ b/js/client-rt/modules/consensus.html @@ -1,4 +1,4 @@ -consensus | @oasisprotocol/client-rt

            Index

            Classes

            Wrapper +consensus | @oasisprotocol/client-rt

            Index

            Classes

            Variables

            ERR_AMOUNT_NOT_REPRESENTABLE_CODE ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODE ERR_INTERNAL_STATE_ERROR_CODE diff --git a/js/client-rt/modules/consensusAccounts.html b/js/client-rt/modules/consensusAccounts.html index 9bb6c0fac8..8d70a461c1 100644 --- a/js/client-rt/modules/consensusAccounts.html +++ b/js/client-rt/modules/consensusAccounts.html @@ -1,4 +1,4 @@ -consensusAccounts | @oasisprotocol/client-rt

            Index

            Classes

            Wrapper +consensusAccounts | @oasisprotocol/client-rt

            Index

            Classes

            Type Aliases

            Variables

            ERR_INSUFFICIENT_WITHDRAW_BALANCE_CODE ERR_INVALID_ARGUMENT_CODE diff --git a/js/client-rt/modules/contracts.html b/js/client-rt/modules/contracts.html index 8ef2ff5713..f7522d8e4c 100644 --- a/js/client-rt/modules/contracts.html +++ b/js/client-rt/modules/contracts.html @@ -1,4 +1,4 @@ -contracts | @oasisprotocol/client-rt

            Index

            Classes

            Wrapper +contracts | @oasisprotocol/client-rt

            Index

            Classes

            Type Aliases

            Variables

            ERR_CALL_DEPTH_EXCEEDED_CODE ERR_CODE_ALREADY_UPGRADED_CODE diff --git a/js/client-rt/modules/core.html b/js/client-rt/modules/core.html index 48589425f0..f6fe5915cb 100644 --- a/js/client-rt/modules/core.html +++ b/js/client-rt/modules/core.html @@ -1,4 +1,4 @@ -core | @oasisprotocol/client-rt

            Index

            Classes

            Wrapper +core | @oasisprotocol/client-rt

            Index

            Classes

            Variables

            ERR_BATCH_GAS_OVERFLOW_CODE ERR_BATCH_OUT_OF_GAS_CODE ERR_FORBIDDEN_BY_NODE_POLICY diff --git a/js/client-rt/modules/event.html b/js/client-rt/modules/event.html index abcff1076e..eca63a96eb 100644 --- a/js/client-rt/modules/event.html +++ b/js/client-rt/modules/event.html @@ -1,4 +1,4 @@ -event | @oasisprotocol/client-rt

            Index

            Classes

            Visitor +event | @oasisprotocol/client-rt

            Index

            Classes

            Type Aliases

            Functions

            toKey diff --git a/js/client-rt/modules/evm.html b/js/client-rt/modules/evm.html index d6afbb0d58..9d341877ba 100644 --- a/js/client-rt/modules/evm.html +++ b/js/client-rt/modules/evm.html @@ -1,4 +1,4 @@ -evm | @oasisprotocol/client-rt

            Index

            Classes

            Wrapper +evm | @oasisprotocol/client-rt

            Index

            Classes

            Type Aliases

            Variables

            ERROR_FORBIDDEN_CODE ERROR_REVERTED_CODE diff --git a/js/client-rt/modules/mraeDeoxysii.html b/js/client-rt/modules/mraeDeoxysii.html index 47e6a309e1..a902640da5 100644 --- a/js/client-rt/modules/mraeDeoxysii.html +++ b/js/client-rt/modules/mraeDeoxysii.html @@ -1,4 +1,4 @@ -mraeDeoxysii | @oasisprotocol/client-rt

            Index

            Functions

            boxOpen +mraeDeoxysii | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/modules/rewards.html b/js/client-rt/modules/rewards.html index d32342adf9..b75b7fc228 100644 --- a/js/client-rt/modules/rewards.html +++ b/js/client-rt/modules/rewards.html @@ -1,4 +1,4 @@ -rewards | @oasisprotocol/client-rt

            Index

            Classes

            Wrapper +rewards | @oasisprotocol/client-rt

            Index

            Classes

            Variables

            ERR_INVALID_ARGUMENT_CODE METHOD_PARAMETERS MODULE_NAME diff --git a/js/client-rt/modules/signatureSecp256k1.html b/js/client-rt/modules/signatureSecp256k1.html index b7f2cbafde..8181c7bb3e 100644 --- a/js/client-rt/modules/signatureSecp256k1.html +++ b/js/client-rt/modules/signatureSecp256k1.html @@ -1,4 +1,4 @@ -signatureSecp256k1 | @oasisprotocol/client-rt

            Namespace signatureSecp256k1

            Index

            Classes

            BlindContextSigner +signatureSecp256k1 | @oasisprotocol/client-rt

            Namespace signatureSecp256k1

            Index

            Classes

            Interfaces

            ContextSigner Signer diff --git a/js/client-rt/modules/token.html b/js/client-rt/modules/token.html index 83897f26e3..556286df4b 100644 --- a/js/client-rt/modules/token.html +++ b/js/client-rt/modules/token.html @@ -1,2 +1,2 @@ -token | @oasisprotocol/client-rt

            Index

            Variables

            NATIVE_DENOMINATION +token | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/modules/transaction.html b/js/client-rt/modules/transaction.html index 94e6f7fc4c..181cbb761d 100644 --- a/js/client-rt/modules/transaction.html +++ b/js/client-rt/modules/transaction.html @@ -1,4 +1,4 @@ -transaction | @oasisprotocol/client-rt

            Index

            Type Aliases

            AnySigner +transaction | @oasisprotocol/client-rt

            Index

            Type Aliases

            AnySigner CallHandler CallHandlers MultisigSignerSet diff --git a/js/client-rt/modules/types.html b/js/client-rt/modules/types.html index 9ebf17b477..6d334386f5 100644 --- a/js/client-rt/modules/types.html +++ b/js/client-rt/modules/types.html @@ -1,4 +1,4 @@ -types | @oasisprotocol/client-rt

            Index

            Interfaces

            AccountsAccountBalances +types | @oasisprotocol/client-rt

            Index

            Interfaces

            AccountsAccountBalances AccountsAddressesQuery AccountsBalancesQuery AccountsBurnEvent diff --git a/js/client-rt/modules/wrapper.html b/js/client-rt/modules/wrapper.html index a4fc1d0f14..15b52155e4 100644 --- a/js/client-rt/modules/wrapper.html +++ b/js/client-rt/modules/wrapper.html @@ -1,4 +1,4 @@ -wrapper | @oasisprotocol/client-rt

            Index

            Classes

            Base +wrapper | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/accounts.TransactionCallHandlers.html b/js/client-rt/types/accounts.TransactionCallHandlers.html index d63fa58f2d..77d8944443 100644 --- a/js/client-rt/types/accounts.TransactionCallHandlers.html +++ b/js/client-rt/types/accounts.TransactionCallHandlers.html @@ -1,2 +1,2 @@ TransactionCallHandlers | @oasisprotocol/client-rt
            TransactionCallHandlers: {
                accounts.Transfer?: CallHandler<AccountsTransfer>;
            }

            Use this as a part of a transaction.CallHandlers.

            -

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/consensusAccounts.TransactionCallHandlers.html b/js/client-rt/types/consensusAccounts.TransactionCallHandlers.html index 5da070b011..7204cf1f4f 100644 --- a/js/client-rt/types/consensusAccounts.TransactionCallHandlers.html +++ b/js/client-rt/types/consensusAccounts.TransactionCallHandlers.html @@ -1,2 +1,2 @@ TransactionCallHandlers | @oasisprotocol/client-rt
            TransactionCallHandlers: {
                consensus.Deposit?: CallHandler<ConsensusDeposit>;
                consensus.Withdraw?: CallHandler<ConsensusWithdraw>;
            }

            Use this as a part of a transaction.CallHandlers.

            -

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/contracts.TransactionCallHandlers.html b/js/client-rt/types/contracts.TransactionCallHandlers.html index b676f3f9af..3a320d93f8 100644 --- a/js/client-rt/types/contracts.TransactionCallHandlers.html +++ b/js/client-rt/types/contracts.TransactionCallHandlers.html @@ -1,2 +1,2 @@ TransactionCallHandlers | @oasisprotocol/client-rt
            TransactionCallHandlers: {
                contracts.Call?: CallHandler<ContractsCall>;
                contracts.ChangeUpgradePolicy?: CallHandler<ChangeUpgradePolicy>;
                contracts.Instantiate?: CallHandler<ContractsInstantiate>;
                contracts.Upgrade?: CallHandler<ContractsUpgrade>;
                contracts.Upload?: CallHandler<ContractsUpload>;
            }

            Use this as a part of a transaction.CallHandlers.

            -

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/event.Handler.html b/js/client-rt/types/event.Handler.html index d7611d71a3..e8c5979ad9 100644 --- a/js/client-rt/types/event.Handler.html +++ b/js/client-rt/types/event.Handler.html @@ -1 +1 @@ -Handler | @oasisprotocol/client-rt
            Handler<V>: ((e, value) => void)

            Type Parameters

            • V

            Type declaration

              • (e, value): void
              • Parameters

                • e: oasis.types.RuntimeClientEvent
                • value: V

                Returns void

            Generated using TypeDoc

            \ No newline at end of file +Handler | @oasisprotocol/client-rt
            Handler<V>: ((e, value) => void)

            Type Parameters

            • V

            Type declaration

              • (e, value): void
              • Parameters

                • e: oasis.types.RuntimeClientEvent
                • value: V

                Returns void

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/event.ModuleHandler.html b/js/client-rt/types/event.ModuleHandler.html index 1ec909a7d7..0352d581a4 100644 --- a/js/client-rt/types/event.ModuleHandler.html +++ b/js/client-rt/types/event.ModuleHandler.html @@ -1 +1 @@ -ModuleHandler | @oasisprotocol/client-rt
            ModuleHandler: [module: string, codes: {
                [code: number]: Handler<never>;
            }]

            Generated using TypeDoc

            \ No newline at end of file +ModuleHandler | @oasisprotocol/client-rt
            ModuleHandler: [module: string, codes: {
                [code: number]: Handler<never>;
            }]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/evm.TransactionCallHandlers.html b/js/client-rt/types/evm.TransactionCallHandlers.html index 5aa07eeeab..36f1c9a78c 100644 --- a/js/client-rt/types/evm.TransactionCallHandlers.html +++ b/js/client-rt/types/evm.TransactionCallHandlers.html @@ -1,2 +1,2 @@ TransactionCallHandlers | @oasisprotocol/client-rt

            Type alias TransactionCallHandlers

            TransactionCallHandlers: {
                evm.Call?: CallHandler<EVMCall>;
                evm.Create?: CallHandler<EVMCreate>;
            }

            Use this as a part of a transaction.CallHandlers.

            -

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/transaction.AnySigner.html b/js/client-rt/types/transaction.AnySigner.html index 3c5a040c2c..94a97439cf 100644 --- a/js/client-rt/types/transaction.AnySigner.html +++ b/js/client-rt/types/transaction.AnySigner.html @@ -2,4 +2,4 @@ Because they all tend to look the same (e.g. have a sign method), code that accepts an AnySigner should consult separate metadata such, such as an associated types.PublicKey, to know what algorithm it is.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/transaction.CallHandler.html b/js/client-rt/types/transaction.CallHandler.html index 1893962f57..1e79ca5e6b 100644 --- a/js/client-rt/types/transaction.CallHandler.html +++ b/js/client-rt/types/transaction.CallHandler.html @@ -1 +1 @@ -CallHandler | @oasisprotocol/client-rt
            CallHandler<BODY>: ((body) => void)

            Type Parameters

            • BODY

            Type declaration

              • (body): void
              • Parameters

                Returns void

            Generated using TypeDoc

            \ No newline at end of file +CallHandler | @oasisprotocol/client-rt
            CallHandler<BODY>: ((body) => void)

            Type Parameters

            • BODY

            Type declaration

              • (body): void
              • Parameters

                Returns void

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/transaction.CallHandlers.html b/js/client-rt/types/transaction.CallHandlers.html index 0262289657..9686b1cf1c 100644 --- a/js/client-rt/types/transaction.CallHandlers.html +++ b/js/client-rt/types/transaction.CallHandlers.html @@ -1 +1 @@ -CallHandlers | @oasisprotocol/client-rt
            CallHandlers: {
                [method: string]: CallHandler<never>;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +CallHandlers | @oasisprotocol/client-rt
            CallHandlers: {
                [method: string]: CallHandler<never>;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/transaction.MultisigSignerSet.html b/js/client-rt/types/transaction.MultisigSignerSet.html index 509e4f8bb5..b3d7f49833 100644 --- a/js/client-rt/types/transaction.MultisigSignerSet.html +++ b/js/client-rt/types/transaction.MultisigSignerSet.html @@ -3,4 +3,4 @@ signers. Set each element to an AnySigner to sign with that signer or null to exclude that signature.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/transaction.ProofProvider.html b/js/client-rt/types/transaction.ProofProvider.html index c38fb9b1d0..cb87790e6f 100644 --- a/js/client-rt/types/transaction.ProofProvider.html +++ b/js/client-rt/types/transaction.ProofProvider.html @@ -1,4 +1,4 @@ ProofProvider | @oasisprotocol/client-rt
            ProofProvider: AnySigner | MultisigSignerSet

            A union of types for producing an types.AuthProof. Use AnySigner for a signature proof and MultisigSignerSet for a multisig proof.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/transaction.SignatureMessageHandlersWithChainContext.html b/js/client-rt/types/transaction.SignatureMessageHandlersWithChainContext.html index 35e8320b4d..67f5a0c094 100644 --- a/js/client-rt/types/transaction.SignatureMessageHandlersWithChainContext.html +++ b/js/client-rt/types/transaction.SignatureMessageHandlersWithChainContext.html @@ -1,2 +1,2 @@ SignatureMessageHandlersWithChainContext | @oasisprotocol/client-rt

            Type alias SignatureMessageHandlersWithChainContext

            SignatureMessageHandlersWithChainContext: {
                oasis-runtime-sdk/tx: v0?: oasis.signature.MessageHandlerWithChainContext<Transaction>;
            }

            Use this as a part of a signature.MessageHandlersWithChainContext.

            -

            Type declaration

            • Optional oasis-runtime-sdk/tx: v0?: oasis.signature.MessageHandlerWithChainContext<Transaction>

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            • Optional oasis-runtime-sdk/tx: v0?: oasis.signature.MessageHandlerWithChainContext<Transaction>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/types.BaseUnits.html b/js/client-rt/types/types.BaseUnits.html index b5fe25be4e..ab63b3e2a1 100644 --- a/js/client-rt/types/types.BaseUnits.html +++ b/js/client-rt/types/types.BaseUnits.html @@ -1,2 +1,2 @@ BaseUnits | @oasisprotocol/client-rt
            BaseUnits: [amount: Uint8Array, denomination: Uint8Array]

            Token amount of given denomination in base units.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/types.CallFormat.html b/js/client-rt/types/types.CallFormat.html index 7392c05c22..507927360b 100644 --- a/js/client-rt/types/types.CallFormat.html +++ b/js/client-rt/types/types.CallFormat.html @@ -1,2 +1,2 @@ CallFormat | @oasisprotocol/client-rt
            CallFormat: number

            Format used for encoding the call (and output) information.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/types.StoreKind.html b/js/client-rt/types/types.StoreKind.html index c72ea1ae24..8e2f1e29c6 100644 --- a/js/client-rt/types/types.StoreKind.html +++ b/js/client-rt/types/types.StoreKind.html @@ -1,2 +1,2 @@ StoreKind | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/types/types.UnverifiedTransaction.html b/js/client-rt/types/types.UnverifiedTransaction.html index b772d8430a..4e5e73f017 100644 --- a/js/client-rt/types/types.UnverifiedTransaction.html +++ b/js/client-rt/types/types.UnverifiedTransaction.html @@ -1,2 +1,2 @@ UnverifiedTransaction | @oasisprotocol/client-rt
            UnverifiedTransaction: [body: Uint8Array, authProofs: AuthProof[]]

            An unverified signed transaction.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.ERR_FORBIDDEN_CODE.html b/js/client-rt/variables/accounts.ERR_FORBIDDEN_CODE.html index e40927ad81..7960df71b6 100644 --- a/js/client-rt/variables/accounts.ERR_FORBIDDEN_CODE.html +++ b/js/client-rt/variables/accounts.ERR_FORBIDDEN_CODE.html @@ -1 +1 @@ -ERR_FORBIDDEN_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_FORBIDDEN_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.ERR_INSUFFICIENT_BALANCE_CODE.html b/js/client-rt/variables/accounts.ERR_INSUFFICIENT_BALANCE_CODE.html index bfc004b0d1..b24e4d4381 100644 --- a/js/client-rt/variables/accounts.ERR_INSUFFICIENT_BALANCE_CODE.html +++ b/js/client-rt/variables/accounts.ERR_INSUFFICIENT_BALANCE_CODE.html @@ -1 +1 @@ -ERR_INSUFFICIENT_BALANCE_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INSUFFICIENT_BALANCE_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.ERR_INVALID_ARGUMENT_CODE.html b/js/client-rt/variables/accounts.ERR_INVALID_ARGUMENT_CODE.html index ccb2c8b49f..2e5ea7e311 100644 --- a/js/client-rt/variables/accounts.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client-rt/variables/accounts.ERR_INVALID_ARGUMENT_CODE.html @@ -1 +1 @@ -ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.ERR_NOT_FOUND_CODE.html b/js/client-rt/variables/accounts.ERR_NOT_FOUND_CODE.html index 9c1c7f7ec5..7707e3ab40 100644 --- a/js/client-rt/variables/accounts.ERR_NOT_FOUND_CODE.html +++ b/js/client-rt/variables/accounts.ERR_NOT_FOUND_CODE.html @@ -1 +1 @@ -ERR_NOT_FOUND_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_NOT_FOUND_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.EVENT_BURN_CODE.html b/js/client-rt/variables/accounts.EVENT_BURN_CODE.html index e995a68a5f..f50339c317 100644 --- a/js/client-rt/variables/accounts.EVENT_BURN_CODE.html +++ b/js/client-rt/variables/accounts.EVENT_BURN_CODE.html @@ -1 +1 @@ -EVENT_BURN_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +EVENT_BURN_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.EVENT_MINT_CODE.html b/js/client-rt/variables/accounts.EVENT_MINT_CODE.html index 8212873a8c..6424d1375a 100644 --- a/js/client-rt/variables/accounts.EVENT_MINT_CODE.html +++ b/js/client-rt/variables/accounts.EVENT_MINT_CODE.html @@ -1 +1 @@ -EVENT_MINT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +EVENT_MINT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.EVENT_TRANSFER_CODE.html b/js/client-rt/variables/accounts.EVENT_TRANSFER_CODE.html index 245a06617a..23b58db7f9 100644 --- a/js/client-rt/variables/accounts.EVENT_TRANSFER_CODE.html +++ b/js/client-rt/variables/accounts.EVENT_TRANSFER_CODE.html @@ -1 +1 @@ -EVENT_TRANSFER_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +EVENT_TRANSFER_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.METHOD_ADDRESSES.html b/js/client-rt/variables/accounts.METHOD_ADDRESSES.html index ff3463fa18..45af486eb1 100644 --- a/js/client-rt/variables/accounts.METHOD_ADDRESSES.html +++ b/js/client-rt/variables/accounts.METHOD_ADDRESSES.html @@ -1 +1 @@ -METHOD_ADDRESSES | @oasisprotocol/client-rt
            METHOD_ADDRESSES: "accounts.Addresses" = 'accounts.Addresses'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_ADDRESSES | @oasisprotocol/client-rt
            METHOD_ADDRESSES: "accounts.Addresses" = 'accounts.Addresses'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.METHOD_BALANCES.html b/js/client-rt/variables/accounts.METHOD_BALANCES.html index 9c355c660a..f282bc275e 100644 --- a/js/client-rt/variables/accounts.METHOD_BALANCES.html +++ b/js/client-rt/variables/accounts.METHOD_BALANCES.html @@ -1 +1 @@ -METHOD_BALANCES | @oasisprotocol/client-rt
            METHOD_BALANCES: "accounts.Balances" = 'accounts.Balances'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_BALANCES | @oasisprotocol/client-rt
            METHOD_BALANCES: "accounts.Balances" = 'accounts.Balances'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.METHOD_DENOMINATION_INFO.html b/js/client-rt/variables/accounts.METHOD_DENOMINATION_INFO.html index fce3255aa1..7f8e0609a3 100644 --- a/js/client-rt/variables/accounts.METHOD_DENOMINATION_INFO.html +++ b/js/client-rt/variables/accounts.METHOD_DENOMINATION_INFO.html @@ -1 +1 @@ -METHOD_DENOMINATION_INFO | @oasisprotocol/client-rt

            Variable METHOD_DENOMINATION_INFOConst

            METHOD_DENOMINATION_INFO: "accounts.DenominationInfo" = 'accounts.DenominationInfo'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_DENOMINATION_INFO | @oasisprotocol/client-rt

            Variable METHOD_DENOMINATION_INFOConst

            METHOD_DENOMINATION_INFO: "accounts.DenominationInfo" = 'accounts.DenominationInfo'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.METHOD_NONCE.html b/js/client-rt/variables/accounts.METHOD_NONCE.html index 1a9651b21e..0b0a62002b 100644 --- a/js/client-rt/variables/accounts.METHOD_NONCE.html +++ b/js/client-rt/variables/accounts.METHOD_NONCE.html @@ -1 +1 @@ -METHOD_NONCE | @oasisprotocol/client-rt
            METHOD_NONCE: "accounts.Nonce" = 'accounts.Nonce'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_NONCE | @oasisprotocol/client-rt
            METHOD_NONCE: "accounts.Nonce" = 'accounts.Nonce'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.METHOD_TRANSFER.html b/js/client-rt/variables/accounts.METHOD_TRANSFER.html index 6351bf698f..af2ec660ce 100644 --- a/js/client-rt/variables/accounts.METHOD_TRANSFER.html +++ b/js/client-rt/variables/accounts.METHOD_TRANSFER.html @@ -1 +1 @@ -METHOD_TRANSFER | @oasisprotocol/client-rt
            METHOD_TRANSFER: "accounts.Transfer" = 'accounts.Transfer'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_TRANSFER | @oasisprotocol/client-rt
            METHOD_TRANSFER: "accounts.Transfer" = 'accounts.Transfer'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/accounts.MODULE_NAME.html b/js/client-rt/variables/accounts.MODULE_NAME.html index 52f6d02434..0dedd39d19 100644 --- a/js/client-rt/variables/accounts.MODULE_NAME.html +++ b/js/client-rt/variables/accounts.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client-rt
            MODULE_NAME: "accounts" = 'accounts'

            Unique module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/address.V0_MULTISIG_CONTEXT_IDENTIFIER.html b/js/client-rt/variables/address.V0_MULTISIG_CONTEXT_IDENTIFIER.html index f0cc89fb29..85762b51ac 100644 --- a/js/client-rt/variables/address.V0_MULTISIG_CONTEXT_IDENTIFIER.html +++ b/js/client-rt/variables/address.V0_MULTISIG_CONTEXT_IDENTIFIER.html @@ -1 +1 @@ -V0_MULTISIG_CONTEXT_IDENTIFIER | @oasisprotocol/client-rt

            Variable V0_MULTISIG_CONTEXT_IDENTIFIERConst

            V0_MULTISIG_CONTEXT_IDENTIFIER: "oasis-runtime-sdk/address: multisig" = 'oasis-runtime-sdk/address: multisig'

            Generated using TypeDoc

            \ No newline at end of file +V0_MULTISIG_CONTEXT_IDENTIFIER | @oasisprotocol/client-rt

            Variable V0_MULTISIG_CONTEXT_IDENTIFIERConst

            V0_MULTISIG_CONTEXT_IDENTIFIER: "oasis-runtime-sdk/address: multisig" = 'oasis-runtime-sdk/address: multisig'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/address.V0_MULTISIG_CONTEXT_VERSION.html b/js/client-rt/variables/address.V0_MULTISIG_CONTEXT_VERSION.html index 28bfae07a4..fe0c187754 100644 --- a/js/client-rt/variables/address.V0_MULTISIG_CONTEXT_VERSION.html +++ b/js/client-rt/variables/address.V0_MULTISIG_CONTEXT_VERSION.html @@ -1 +1 @@ -V0_MULTISIG_CONTEXT_VERSION | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +V0_MULTISIG_CONTEXT_VERSION | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/address.V0_SECP256K1ETH_CONTEXT_IDENTIFIER.html b/js/client-rt/variables/address.V0_SECP256K1ETH_CONTEXT_IDENTIFIER.html index 479add696b..1fb2c763c6 100644 --- a/js/client-rt/variables/address.V0_SECP256K1ETH_CONTEXT_IDENTIFIER.html +++ b/js/client-rt/variables/address.V0_SECP256K1ETH_CONTEXT_IDENTIFIER.html @@ -1 +1 @@ -V0_SECP256K1ETH_CONTEXT_IDENTIFIER | @oasisprotocol/client-rt

            Variable V0_SECP256K1ETH_CONTEXT_IDENTIFIERConst

            V0_SECP256K1ETH_CONTEXT_IDENTIFIER: "oasis-runtime-sdk/address: secp256k1eth" = 'oasis-runtime-sdk/address: secp256k1eth'

            Generated using TypeDoc

            \ No newline at end of file +V0_SECP256K1ETH_CONTEXT_IDENTIFIER | @oasisprotocol/client-rt

            Variable V0_SECP256K1ETH_CONTEXT_IDENTIFIERConst

            V0_SECP256K1ETH_CONTEXT_IDENTIFIER: "oasis-runtime-sdk/address: secp256k1eth" = 'oasis-runtime-sdk/address: secp256k1eth'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/address.V0_SECP256K1ETH_CONTEXT_VERSION.html b/js/client-rt/variables/address.V0_SECP256K1ETH_CONTEXT_VERSION.html index d119d49818..2b454aea03 100644 --- a/js/client-rt/variables/address.V0_SECP256K1ETH_CONTEXT_VERSION.html +++ b/js/client-rt/variables/address.V0_SECP256K1ETH_CONTEXT_VERSION.html @@ -1 +1 @@ -V0_SECP256K1ETH_CONTEXT_VERSION | @oasisprotocol/client-rt

            Variable V0_SECP256K1ETH_CONTEXT_VERSIONConst

            V0_SECP256K1ETH_CONTEXT_VERSION: 0 = 0

            Generated using TypeDoc

            \ No newline at end of file +V0_SECP256K1ETH_CONTEXT_VERSION | @oasisprotocol/client-rt

            Variable V0_SECP256K1ETH_CONTEXT_VERSIONConst

            V0_SECP256K1ETH_CONTEXT_VERSION: 0 = 0

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/callformat.CALL_DATA_KEY_PAIR_ID_CONTEXT_BASE.html b/js/client-rt/variables/callformat.CALL_DATA_KEY_PAIR_ID_CONTEXT_BASE.html index dff24108cc..b9d7f0892e 100644 --- a/js/client-rt/variables/callformat.CALL_DATA_KEY_PAIR_ID_CONTEXT_BASE.html +++ b/js/client-rt/variables/callformat.CALL_DATA_KEY_PAIR_ID_CONTEXT_BASE.html @@ -1,2 +1,2 @@ CALL_DATA_KEY_PAIR_ID_CONTEXT_BASE | @oasisprotocol/client-rt

            Variable CALL_DATA_KEY_PAIR_ID_CONTEXT_BASEConst

            CALL_DATA_KEY_PAIR_ID_CONTEXT_BASE: "oasis-runtime-sdk/private: tx" = 'oasis-runtime-sdk/private: tx'

            Call data key pair ID domain separation context base.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensus.ERR_AMOUNT_NOT_REPRESENTABLE_CODE.html b/js/client-rt/variables/consensus.ERR_AMOUNT_NOT_REPRESENTABLE_CODE.html index fb794d9bbc..47d30b16fb 100644 --- a/js/client-rt/variables/consensus.ERR_AMOUNT_NOT_REPRESENTABLE_CODE.html +++ b/js/client-rt/variables/consensus.ERR_AMOUNT_NOT_REPRESENTABLE_CODE.html @@ -1 +1 @@ -ERR_AMOUNT_NOT_REPRESENTABLE_CODE | @oasisprotocol/client-rt

            Variable ERR_AMOUNT_NOT_REPRESENTABLE_CODEConst

            ERR_AMOUNT_NOT_REPRESENTABLE_CODE: 5 = 5

            Generated using TypeDoc

            \ No newline at end of file +ERR_AMOUNT_NOT_REPRESENTABLE_CODE | @oasisprotocol/client-rt

            Variable ERR_AMOUNT_NOT_REPRESENTABLE_CODEConst

            ERR_AMOUNT_NOT_REPRESENTABLE_CODE: 5 = 5

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensus.ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODE.html b/js/client-rt/variables/consensus.ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODE.html index 89120749dd..3d60584de3 100644 --- a/js/client-rt/variables/consensus.ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODE.html +++ b/js/client-rt/variables/consensus.ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODE.html @@ -1 +1 @@ -ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODE | @oasisprotocol/client-rt

            Variable ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODEConst

            ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODE: 4 = 4

            Generated using TypeDoc

            \ No newline at end of file +ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODE | @oasisprotocol/client-rt

            Variable ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODEConst

            ERR_CONSENSUS_INCOMPATIBLE_SIGNER_CODE: 4 = 4

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensus.ERR_INTERNAL_STATE_ERROR_CODE.html b/js/client-rt/variables/consensus.ERR_INTERNAL_STATE_ERROR_CODE.html index a56866305d..29f1cb8c10 100644 --- a/js/client-rt/variables/consensus.ERR_INTERNAL_STATE_ERROR_CODE.html +++ b/js/client-rt/variables/consensus.ERR_INTERNAL_STATE_ERROR_CODE.html @@ -1 +1 @@ -ERR_INTERNAL_STATE_ERROR_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INTERNAL_STATE_ERROR_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensus.ERR_INVALID_ARGUMENT_CODE.html b/js/client-rt/variables/consensus.ERR_INVALID_ARGUMENT_CODE.html index 5c029420ec..d4d30c21c0 100644 --- a/js/client-rt/variables/consensus.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client-rt/variables/consensus.ERR_INVALID_ARGUMENT_CODE.html @@ -1 +1 @@ -ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensus.ERR_INVALID_DENOMINATION_CODE.html b/js/client-rt/variables/consensus.ERR_INVALID_DENOMINATION_CODE.html index 7fb6804349..951300ef2b 100644 --- a/js/client-rt/variables/consensus.ERR_INVALID_DENOMINATION_CODE.html +++ b/js/client-rt/variables/consensus.ERR_INVALID_DENOMINATION_CODE.html @@ -1 +1 @@ -ERR_INVALID_DENOMINATION_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_DENOMINATION_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensus.METHOD_PARAMETERS.html b/js/client-rt/variables/consensus.METHOD_PARAMETERS.html index 3b11011461..6901dada68 100644 --- a/js/client-rt/variables/consensus.METHOD_PARAMETERS.html +++ b/js/client-rt/variables/consensus.METHOD_PARAMETERS.html @@ -1 +1 @@ -METHOD_PARAMETERS | @oasisprotocol/client-rt
            METHOD_PARAMETERS: "consensus.Parameters" = 'consensus.Parameters'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_PARAMETERS | @oasisprotocol/client-rt
            METHOD_PARAMETERS: "consensus.Parameters" = 'consensus.Parameters'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensus.MODULE_NAME.html b/js/client-rt/variables/consensus.MODULE_NAME.html index 3f55b10ef5..abc63edb6a 100644 --- a/js/client-rt/variables/consensus.MODULE_NAME.html +++ b/js/client-rt/variables/consensus.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client-rt
            MODULE_NAME: "consensus" = 'consensus'

            Unique module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensusAccounts.ERR_INSUFFICIENT_WITHDRAW_BALANCE_CODE.html b/js/client-rt/variables/consensusAccounts.ERR_INSUFFICIENT_WITHDRAW_BALANCE_CODE.html index d115d4e9c9..abe9796a62 100644 --- a/js/client-rt/variables/consensusAccounts.ERR_INSUFFICIENT_WITHDRAW_BALANCE_CODE.html +++ b/js/client-rt/variables/consensusAccounts.ERR_INSUFFICIENT_WITHDRAW_BALANCE_CODE.html @@ -1 +1 @@ -ERR_INSUFFICIENT_WITHDRAW_BALANCE_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INSUFFICIENT_WITHDRAW_BALANCE_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensusAccounts.ERR_INVALID_ARGUMENT_CODE.html b/js/client-rt/variables/consensusAccounts.ERR_INVALID_ARGUMENT_CODE.html index 9be15217f9..e8bfc35b47 100644 --- a/js/client-rt/variables/consensusAccounts.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client-rt/variables/consensusAccounts.ERR_INVALID_ARGUMENT_CODE.html @@ -1 +1 @@ -ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensusAccounts.ERR_INVALID_DENOMINATION_CODE.html b/js/client-rt/variables/consensusAccounts.ERR_INVALID_DENOMINATION_CODE.html index dfe705e401..610e51017a 100644 --- a/js/client-rt/variables/consensusAccounts.ERR_INVALID_DENOMINATION_CODE.html +++ b/js/client-rt/variables/consensusAccounts.ERR_INVALID_DENOMINATION_CODE.html @@ -1 +1 @@ -ERR_INVALID_DENOMINATION_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_DENOMINATION_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensusAccounts.EVENT_DEPOSIT_CODE.html b/js/client-rt/variables/consensusAccounts.EVENT_DEPOSIT_CODE.html index 69cc5235df..469031252e 100644 --- a/js/client-rt/variables/consensusAccounts.EVENT_DEPOSIT_CODE.html +++ b/js/client-rt/variables/consensusAccounts.EVENT_DEPOSIT_CODE.html @@ -1 +1 @@ -EVENT_DEPOSIT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +EVENT_DEPOSIT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensusAccounts.EVENT_WITHDRAW_CODE.html b/js/client-rt/variables/consensusAccounts.EVENT_WITHDRAW_CODE.html index 240c42d77b..7a89edb0f1 100644 --- a/js/client-rt/variables/consensusAccounts.EVENT_WITHDRAW_CODE.html +++ b/js/client-rt/variables/consensusAccounts.EVENT_WITHDRAW_CODE.html @@ -1 +1 @@ -EVENT_WITHDRAW_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +EVENT_WITHDRAW_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensusAccounts.METHOD_ACCOUNT.html b/js/client-rt/variables/consensusAccounts.METHOD_ACCOUNT.html index 978fd37f74..9ab0990ad8 100644 --- a/js/client-rt/variables/consensusAccounts.METHOD_ACCOUNT.html +++ b/js/client-rt/variables/consensusAccounts.METHOD_ACCOUNT.html @@ -1 +1 @@ -METHOD_ACCOUNT | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +METHOD_ACCOUNT | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensusAccounts.METHOD_BALANCE.html b/js/client-rt/variables/consensusAccounts.METHOD_BALANCE.html index 34d0ecf8f7..c56a53e126 100644 --- a/js/client-rt/variables/consensusAccounts.METHOD_BALANCE.html +++ b/js/client-rt/variables/consensusAccounts.METHOD_BALANCE.html @@ -1 +1 @@ -METHOD_BALANCE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +METHOD_BALANCE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensusAccounts.METHOD_DEPOSIT.html b/js/client-rt/variables/consensusAccounts.METHOD_DEPOSIT.html index 7a018affdb..2806e096a2 100644 --- a/js/client-rt/variables/consensusAccounts.METHOD_DEPOSIT.html +++ b/js/client-rt/variables/consensusAccounts.METHOD_DEPOSIT.html @@ -1 +1 @@ -METHOD_DEPOSIT | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +METHOD_DEPOSIT | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensusAccounts.METHOD_WITHDRAW.html b/js/client-rt/variables/consensusAccounts.METHOD_WITHDRAW.html index 13c7c8d604..091dae5414 100644 --- a/js/client-rt/variables/consensusAccounts.METHOD_WITHDRAW.html +++ b/js/client-rt/variables/consensusAccounts.METHOD_WITHDRAW.html @@ -1 +1 @@ -METHOD_WITHDRAW | @oasisprotocol/client-rt
            METHOD_WITHDRAW: "consensus.Withdraw" = 'consensus.Withdraw'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_WITHDRAW | @oasisprotocol/client-rt
            METHOD_WITHDRAW: "consensus.Withdraw" = 'consensus.Withdraw'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/consensusAccounts.MODULE_NAME.html b/js/client-rt/variables/consensusAccounts.MODULE_NAME.html index 548e36830b..da98402f1e 100644 --- a/js/client-rt/variables/consensusAccounts.MODULE_NAME.html +++ b/js/client-rt/variables/consensusAccounts.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client-rt
            MODULE_NAME: "consensus_accounts" = 'consensus_accounts'

            Unique module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_CALL_DEPTH_EXCEEDED_CODE.html b/js/client-rt/variables/contracts.ERR_CALL_DEPTH_EXCEEDED_CODE.html index 0bea00e894..1271f11b5a 100644 --- a/js/client-rt/variables/contracts.ERR_CALL_DEPTH_EXCEEDED_CODE.html +++ b/js/client-rt/variables/contracts.ERR_CALL_DEPTH_EXCEEDED_CODE.html @@ -1 +1 @@ -ERR_CALL_DEPTH_EXCEEDED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_CALL_DEPTH_EXCEEDED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_CODE_ALREADY_UPGRADED_CODE.html b/js/client-rt/variables/contracts.ERR_CODE_ALREADY_UPGRADED_CODE.html index b6ee036fe0..330899fad5 100644 --- a/js/client-rt/variables/contracts.ERR_CODE_ALREADY_UPGRADED_CODE.html +++ b/js/client-rt/variables/contracts.ERR_CODE_ALREADY_UPGRADED_CODE.html @@ -1 +1 @@ -ERR_CODE_ALREADY_UPGRADED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_CODE_ALREADY_UPGRADED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_CODE_DECLARES_RESERVED_EXPORT_CODE.html b/js/client-rt/variables/contracts.ERR_CODE_DECLARES_RESERVED_EXPORT_CODE.html index 89ebe37a2a..3b1b073846 100644 --- a/js/client-rt/variables/contracts.ERR_CODE_DECLARES_RESERVED_EXPORT_CODE.html +++ b/js/client-rt/variables/contracts.ERR_CODE_DECLARES_RESERVED_EXPORT_CODE.html @@ -1 +1 @@ -ERR_CODE_DECLARES_RESERVED_EXPORT_CODE | @oasisprotocol/client-rt

            Variable ERR_CODE_DECLARES_RESERVED_EXPORT_CODEConst

            ERR_CODE_DECLARES_RESERVED_EXPORT_CODE: 6 = 6

            Generated using TypeDoc

            \ No newline at end of file +ERR_CODE_DECLARES_RESERVED_EXPORT_CODE | @oasisprotocol/client-rt

            Variable ERR_CODE_DECLARES_RESERVED_EXPORT_CODEConst

            ERR_CODE_DECLARES_RESERVED_EXPORT_CODE: 6 = 6

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_CODE_DECLARES_START_FUNCTION_CODE.html b/js/client-rt/variables/contracts.ERR_CODE_DECLARES_START_FUNCTION_CODE.html index c461fa02ce..9ec76c5844 100644 --- a/js/client-rt/variables/contracts.ERR_CODE_DECLARES_START_FUNCTION_CODE.html +++ b/js/client-rt/variables/contracts.ERR_CODE_DECLARES_START_FUNCTION_CODE.html @@ -1 +1 @@ -ERR_CODE_DECLARES_START_FUNCTION_CODE | @oasisprotocol/client-rt

            Variable ERR_CODE_DECLARES_START_FUNCTION_CODEConst

            ERR_CODE_DECLARES_START_FUNCTION_CODE: 7 = 7

            Generated using TypeDoc

            \ No newline at end of file +ERR_CODE_DECLARES_START_FUNCTION_CODE | @oasisprotocol/client-rt

            Variable ERR_CODE_DECLARES_START_FUNCTION_CODEConst

            ERR_CODE_DECLARES_START_FUNCTION_CODE: 7 = 7

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_CODE_DECLARES_TOO_MANY_MEMORIES_CODE.html b/js/client-rt/variables/contracts.ERR_CODE_DECLARES_TOO_MANY_MEMORIES_CODE.html index 07c380d8aa..14ce946305 100644 --- a/js/client-rt/variables/contracts.ERR_CODE_DECLARES_TOO_MANY_MEMORIES_CODE.html +++ b/js/client-rt/variables/contracts.ERR_CODE_DECLARES_TOO_MANY_MEMORIES_CODE.html @@ -1 +1 @@ -ERR_CODE_DECLARES_TOO_MANY_MEMORIES_CODE | @oasisprotocol/client-rt

            Variable ERR_CODE_DECLARES_TOO_MANY_MEMORIES_CODEConst

            ERR_CODE_DECLARES_TOO_MANY_MEMORIES_CODE: 8 = 8

            Generated using TypeDoc

            \ No newline at end of file +ERR_CODE_DECLARES_TOO_MANY_MEMORIES_CODE | @oasisprotocol/client-rt

            Variable ERR_CODE_DECLARES_TOO_MANY_MEMORIES_CODEConst

            ERR_CODE_DECLARES_TOO_MANY_MEMORIES_CODE: 8 = 8

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_CODE_MALFORMED_CODE.html b/js/client-rt/variables/contracts.ERR_CODE_MALFORMED_CODE.html index fa1cc32ff3..e146baaf57 100644 --- a/js/client-rt/variables/contracts.ERR_CODE_MALFORMED_CODE.html +++ b/js/client-rt/variables/contracts.ERR_CODE_MALFORMED_CODE.html @@ -1 +1 @@ -ERR_CODE_MALFORMED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_CODE_MALFORMED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_CODE_MISSING_REQUIRED_EXPORT_CODE.html b/js/client-rt/variables/contracts.ERR_CODE_MISSING_REQUIRED_EXPORT_CODE.html index d3ee86ccd0..d12be21874 100644 --- a/js/client-rt/variables/contracts.ERR_CODE_MISSING_REQUIRED_EXPORT_CODE.html +++ b/js/client-rt/variables/contracts.ERR_CODE_MISSING_REQUIRED_EXPORT_CODE.html @@ -1 +1 @@ -ERR_CODE_MISSING_REQUIRED_EXPORT_CODE | @oasisprotocol/client-rt

            Variable ERR_CODE_MISSING_REQUIRED_EXPORT_CODEConst

            ERR_CODE_MISSING_REQUIRED_EXPORT_CODE: 5 = 5

            Generated using TypeDoc

            \ No newline at end of file +ERR_CODE_MISSING_REQUIRED_EXPORT_CODE | @oasisprotocol/client-rt

            Variable ERR_CODE_MISSING_REQUIRED_EXPORT_CODEConst

            ERR_CODE_MISSING_REQUIRED_EXPORT_CODE: 5 = 5

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_CODE_NOT_FOUND_CODE.html b/js/client-rt/variables/contracts.ERR_CODE_NOT_FOUND_CODE.html index 91f2f7868b..f75993d758 100644 --- a/js/client-rt/variables/contracts.ERR_CODE_NOT_FOUND_CODE.html +++ b/js/client-rt/variables/contracts.ERR_CODE_NOT_FOUND_CODE.html @@ -1 +1 @@ -ERR_CODE_NOT_FOUND_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_CODE_NOT_FOUND_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_CODE_TOO_LARGE_CODE.html b/js/client-rt/variables/contracts.ERR_CODE_TOO_LARGE_CODE.html index 5bbab0f9f4..1957c1fd50 100644 --- a/js/client-rt/variables/contracts.ERR_CODE_TOO_LARGE_CODE.html +++ b/js/client-rt/variables/contracts.ERR_CODE_TOO_LARGE_CODE.html @@ -1 +1 @@ -ERR_CODE_TOO_LARGE_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_CODE_TOO_LARGE_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_EXECUTION_FAILED_CODE.html b/js/client-rt/variables/contracts.ERR_EXECUTION_FAILED_CODE.html index 92ff2cc020..5f91f5aa0f 100644 --- a/js/client-rt/variables/contracts.ERR_EXECUTION_FAILED_CODE.html +++ b/js/client-rt/variables/contracts.ERR_EXECUTION_FAILED_CODE.html @@ -1 +1 @@ -ERR_EXECUTION_FAILED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_EXECUTION_FAILED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_FORBIDDEN_CODE.html b/js/client-rt/variables/contracts.ERR_FORBIDDEN_CODE.html index 28685a88ab..9ed1796c5c 100644 --- a/js/client-rt/variables/contracts.ERR_FORBIDDEN_CODE.html +++ b/js/client-rt/variables/contracts.ERR_FORBIDDEN_CODE.html @@ -1 +1 @@ -ERR_FORBIDDEN_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_FORBIDDEN_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_INSTANCE_NOT_FOUND_CODE.html b/js/client-rt/variables/contracts.ERR_INSTANCE_NOT_FOUND_CODE.html index fda1be7cff..0a7dbafd59 100644 --- a/js/client-rt/variables/contracts.ERR_INSTANCE_NOT_FOUND_CODE.html +++ b/js/client-rt/variables/contracts.ERR_INSTANCE_NOT_FOUND_CODE.html @@ -1 +1 @@ -ERR_INSTANCE_NOT_FOUND_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INSTANCE_NOT_FOUND_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_INSUFFICIENT_CALLER_BALANCE_CODE.html b/js/client-rt/variables/contracts.ERR_INSUFFICIENT_CALLER_BALANCE_CODE.html index 43752a4f67..046be7ea77 100644 --- a/js/client-rt/variables/contracts.ERR_INSUFFICIENT_CALLER_BALANCE_CODE.html +++ b/js/client-rt/variables/contracts.ERR_INSUFFICIENT_CALLER_BALANCE_CODE.html @@ -1 +1 @@ -ERR_INSUFFICIENT_CALLER_BALANCE_CODE | @oasisprotocol/client-rt

            Variable ERR_INSUFFICIENT_CALLER_BALANCE_CODEConst

            ERR_INSUFFICIENT_CALLER_BALANCE_CODE: 15 = 15

            Generated using TypeDoc

            \ No newline at end of file +ERR_INSUFFICIENT_CALLER_BALANCE_CODE | @oasisprotocol/client-rt

            Variable ERR_INSUFFICIENT_CALLER_BALANCE_CODEConst

            ERR_INSUFFICIENT_CALLER_BALANCE_CODE: 15 = 15

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_INVALID_ARGUMENT_CODE.html b/js/client-rt/variables/contracts.ERR_INVALID_ARGUMENT_CODE.html index 5fbc039ad5..bc33782f74 100644 --- a/js/client-rt/variables/contracts.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client-rt/variables/contracts.ERR_INVALID_ARGUMENT_CODE.html @@ -1 +1 @@ -ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_MODULE_LOADING_FAILED_CODE.html b/js/client-rt/variables/contracts.ERR_MODULE_LOADING_FAILED_CODE.html index 47b9b38adc..d78b2eb276 100644 --- a/js/client-rt/variables/contracts.ERR_MODULE_LOADING_FAILED_CODE.html +++ b/js/client-rt/variables/contracts.ERR_MODULE_LOADING_FAILED_CODE.html @@ -1 +1 @@ -ERR_MODULE_LOADING_FAILED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_MODULE_LOADING_FAILED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_RESULT_TOO_LARGE_CODE.html b/js/client-rt/variables/contracts.ERR_RESULT_TOO_LARGE_CODE.html index cba87a10e3..48ab71beea 100644 --- a/js/client-rt/variables/contracts.ERR_RESULT_TOO_LARGE_CODE.html +++ b/js/client-rt/variables/contracts.ERR_RESULT_TOO_LARGE_CODE.html @@ -1 +1 @@ -ERR_RESULT_TOO_LARGE_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_RESULT_TOO_LARGE_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_TOO_MANY_SUBCALLS_CODE.html b/js/client-rt/variables/contracts.ERR_TOO_MANY_SUBCALLS_CODE.html index 88d443046f..08deb82931 100644 --- a/js/client-rt/variables/contracts.ERR_TOO_MANY_SUBCALLS_CODE.html +++ b/js/client-rt/variables/contracts.ERR_TOO_MANY_SUBCALLS_CODE.html @@ -1 +1 @@ -ERR_TOO_MANY_SUBCALLS_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_TOO_MANY_SUBCALLS_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_UNSUPPORTED_ABI_CODE.html b/js/client-rt/variables/contracts.ERR_UNSUPPORTED_ABI_CODE.html index 8fa9db33a3..29e348d55f 100644 --- a/js/client-rt/variables/contracts.ERR_UNSUPPORTED_ABI_CODE.html +++ b/js/client-rt/variables/contracts.ERR_UNSUPPORTED_ABI_CODE.html @@ -1 +1 @@ -ERR_UNSUPPORTED_ABI_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_UNSUPPORTED_ABI_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.ERR_UNSUPPORTED_CODE.html b/js/client-rt/variables/contracts.ERR_UNSUPPORTED_CODE.html index 8cdb5caa50..5acd763e2a 100644 --- a/js/client-rt/variables/contracts.ERR_UNSUPPORTED_CODE.html +++ b/js/client-rt/variables/contracts.ERR_UNSUPPORTED_CODE.html @@ -1 +1 @@ -ERR_UNSUPPORTED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_UNSUPPORTED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_CALL.html b/js/client-rt/variables/contracts.METHOD_CALL.html index 76c68a6775..7fe514f430 100644 --- a/js/client-rt/variables/contracts.METHOD_CALL.html +++ b/js/client-rt/variables/contracts.METHOD_CALL.html @@ -1 +1 @@ -METHOD_CALL | @oasisprotocol/client-rt
            METHOD_CALL: "contracts.Call" = 'contracts.Call'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_CALL | @oasisprotocol/client-rt
            METHOD_CALL: "contracts.Call" = 'contracts.Call'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_CHANGE_UPGRADE_POLICY.html b/js/client-rt/variables/contracts.METHOD_CHANGE_UPGRADE_POLICY.html index 011101aaa2..9c7641b329 100644 --- a/js/client-rt/variables/contracts.METHOD_CHANGE_UPGRADE_POLICY.html +++ b/js/client-rt/variables/contracts.METHOD_CHANGE_UPGRADE_POLICY.html @@ -1 +1 @@ -METHOD_CHANGE_UPGRADE_POLICY | @oasisprotocol/client-rt

            Variable METHOD_CHANGE_UPGRADE_POLICYConst

            METHOD_CHANGE_UPGRADE_POLICY: "contracts.ChangeUpgradePolicy" = 'contracts.ChangeUpgradePolicy'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_CHANGE_UPGRADE_POLICY | @oasisprotocol/client-rt

            Variable METHOD_CHANGE_UPGRADE_POLICYConst

            METHOD_CHANGE_UPGRADE_POLICY: "contracts.ChangeUpgradePolicy" = 'contracts.ChangeUpgradePolicy'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_CODE.html b/js/client-rt/variables/contracts.METHOD_CODE.html index cb6a7e235b..39eb62514e 100644 --- a/js/client-rt/variables/contracts.METHOD_CODE.html +++ b/js/client-rt/variables/contracts.METHOD_CODE.html @@ -1 +1 @@ -METHOD_CODE | @oasisprotocol/client-rt
            METHOD_CODE: "contracts.Code" = 'contracts.Code'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_CODE | @oasisprotocol/client-rt
            METHOD_CODE: "contracts.Code" = 'contracts.Code'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_CODE_STORAGE.html b/js/client-rt/variables/contracts.METHOD_CODE_STORAGE.html index f53ab42316..598721881d 100644 --- a/js/client-rt/variables/contracts.METHOD_CODE_STORAGE.html +++ b/js/client-rt/variables/contracts.METHOD_CODE_STORAGE.html @@ -1 +1 @@ -METHOD_CODE_STORAGE | @oasisprotocol/client-rt
            METHOD_CODE_STORAGE: "contracts.CodeStorage" = 'contracts.CodeStorage'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_CODE_STORAGE | @oasisprotocol/client-rt
            METHOD_CODE_STORAGE: "contracts.CodeStorage" = 'contracts.CodeStorage'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_CUSTOM.html b/js/client-rt/variables/contracts.METHOD_CUSTOM.html index 8d38c1a286..fc354e2201 100644 --- a/js/client-rt/variables/contracts.METHOD_CUSTOM.html +++ b/js/client-rt/variables/contracts.METHOD_CUSTOM.html @@ -1 +1 @@ -METHOD_CUSTOM | @oasisprotocol/client-rt
            METHOD_CUSTOM: "contracts.Custom" = 'contracts.Custom'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_CUSTOM | @oasisprotocol/client-rt
            METHOD_CUSTOM: "contracts.Custom" = 'contracts.Custom'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_INSTANCE.html b/js/client-rt/variables/contracts.METHOD_INSTANCE.html index 41f74526a3..434e3586ce 100644 --- a/js/client-rt/variables/contracts.METHOD_INSTANCE.html +++ b/js/client-rt/variables/contracts.METHOD_INSTANCE.html @@ -1 +1 @@ -METHOD_INSTANCE | @oasisprotocol/client-rt
            METHOD_INSTANCE: "contracts.Instance" = 'contracts.Instance'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_INSTANCE | @oasisprotocol/client-rt
            METHOD_INSTANCE: "contracts.Instance" = 'contracts.Instance'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_INSTANCE_RAW_STORAGE.html b/js/client-rt/variables/contracts.METHOD_INSTANCE_RAW_STORAGE.html index 35c3278c25..f42db85e2b 100644 --- a/js/client-rt/variables/contracts.METHOD_INSTANCE_RAW_STORAGE.html +++ b/js/client-rt/variables/contracts.METHOD_INSTANCE_RAW_STORAGE.html @@ -1 +1 @@ -METHOD_INSTANCE_RAW_STORAGE | @oasisprotocol/client-rt

            Variable METHOD_INSTANCE_RAW_STORAGEConst

            METHOD_INSTANCE_RAW_STORAGE: "contracts.InstanceRawStorage" = 'contracts.InstanceRawStorage'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_INSTANCE_RAW_STORAGE | @oasisprotocol/client-rt

            Variable METHOD_INSTANCE_RAW_STORAGEConst

            METHOD_INSTANCE_RAW_STORAGE: "contracts.InstanceRawStorage" = 'contracts.InstanceRawStorage'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_INSTANCE_STORAGE.html b/js/client-rt/variables/contracts.METHOD_INSTANCE_STORAGE.html index c9e2d76def..2ffb6e306e 100644 --- a/js/client-rt/variables/contracts.METHOD_INSTANCE_STORAGE.html +++ b/js/client-rt/variables/contracts.METHOD_INSTANCE_STORAGE.html @@ -1 +1 @@ -METHOD_INSTANCE_STORAGE | @oasisprotocol/client-rt

            Variable METHOD_INSTANCE_STORAGEConst

            METHOD_INSTANCE_STORAGE: "contracts.InstanceStorage" = 'contracts.InstanceStorage'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_INSTANCE_STORAGE | @oasisprotocol/client-rt

            Variable METHOD_INSTANCE_STORAGEConst

            METHOD_INSTANCE_STORAGE: "contracts.InstanceStorage" = 'contracts.InstanceStorage'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_INSTANTIATE.html b/js/client-rt/variables/contracts.METHOD_INSTANTIATE.html index a3b34d5494..867673d8db 100644 --- a/js/client-rt/variables/contracts.METHOD_INSTANTIATE.html +++ b/js/client-rt/variables/contracts.METHOD_INSTANTIATE.html @@ -1 +1 @@ -METHOD_INSTANTIATE | @oasisprotocol/client-rt
            METHOD_INSTANTIATE: "contracts.Instantiate" = 'contracts.Instantiate'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_INSTANTIATE | @oasisprotocol/client-rt
            METHOD_INSTANTIATE: "contracts.Instantiate" = 'contracts.Instantiate'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_PUBLIC_KEY.html b/js/client-rt/variables/contracts.METHOD_PUBLIC_KEY.html index f69d129400..3c1758ac9c 100644 --- a/js/client-rt/variables/contracts.METHOD_PUBLIC_KEY.html +++ b/js/client-rt/variables/contracts.METHOD_PUBLIC_KEY.html @@ -1 +1 @@ -METHOD_PUBLIC_KEY | @oasisprotocol/client-rt
            METHOD_PUBLIC_KEY: "contracts.PublicKey" = 'contracts.PublicKey'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_PUBLIC_KEY | @oasisprotocol/client-rt
            METHOD_PUBLIC_KEY: "contracts.PublicKey" = 'contracts.PublicKey'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_UPGRADE.html b/js/client-rt/variables/contracts.METHOD_UPGRADE.html index 15a3613f7b..addc7bc3dc 100644 --- a/js/client-rt/variables/contracts.METHOD_UPGRADE.html +++ b/js/client-rt/variables/contracts.METHOD_UPGRADE.html @@ -1 +1 @@ -METHOD_UPGRADE | @oasisprotocol/client-rt
            METHOD_UPGRADE: "contracts.Upgrade" = 'contracts.Upgrade'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_UPGRADE | @oasisprotocol/client-rt
            METHOD_UPGRADE: "contracts.Upgrade" = 'contracts.Upgrade'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.METHOD_UPLOAD.html b/js/client-rt/variables/contracts.METHOD_UPLOAD.html index 0341656417..d8963ba1b0 100644 --- a/js/client-rt/variables/contracts.METHOD_UPLOAD.html +++ b/js/client-rt/variables/contracts.METHOD_UPLOAD.html @@ -1 +1 @@ -METHOD_UPLOAD | @oasisprotocol/client-rt
            METHOD_UPLOAD: "contracts.Upload" = 'contracts.Upload'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_UPLOAD | @oasisprotocol/client-rt
            METHOD_UPLOAD: "contracts.Upload" = 'contracts.Upload'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.MODULE_NAME.html b/js/client-rt/variables/contracts.MODULE_NAME.html index c8b16a274b..57a99a91ff 100644 --- a/js/client-rt/variables/contracts.MODULE_NAME.html +++ b/js/client-rt/variables/contracts.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client-rt
            MODULE_NAME: "contracts" = 'contracts'

            Unique module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.PUBLIC_KEY_KIND_TRANSACTION.html b/js/client-rt/variables/contracts.PUBLIC_KEY_KIND_TRANSACTION.html index 4357b98631..afebbf4d8b 100644 --- a/js/client-rt/variables/contracts.PUBLIC_KEY_KIND_TRANSACTION.html +++ b/js/client-rt/variables/contracts.PUBLIC_KEY_KIND_TRANSACTION.html @@ -1 +1 @@ -PUBLIC_KEY_KIND_TRANSACTION | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +PUBLIC_KEY_KIND_TRANSACTION | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.STORE_KIND_CONFIDENTIAL.html b/js/client-rt/variables/contracts.STORE_KIND_CONFIDENTIAL.html index 9db8160650..45ed047f0f 100644 --- a/js/client-rt/variables/contracts.STORE_KIND_CONFIDENTIAL.html +++ b/js/client-rt/variables/contracts.STORE_KIND_CONFIDENTIAL.html @@ -1 +1 @@ -STORE_KIND_CONFIDENTIAL | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +STORE_KIND_CONFIDENTIAL | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/contracts.STORE_KIND_PUBLIC.html b/js/client-rt/variables/contracts.STORE_KIND_PUBLIC.html index 48059337a4..c56c16426e 100644 --- a/js/client-rt/variables/contracts.STORE_KIND_PUBLIC.html +++ b/js/client-rt/variables/contracts.STORE_KIND_PUBLIC.html @@ -1 +1 @@ -STORE_KIND_PUBLIC | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +STORE_KIND_PUBLIC | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_BATCH_GAS_OVERFLOW_CODE.html b/js/client-rt/variables/core.ERR_BATCH_GAS_OVERFLOW_CODE.html index b8a8d42ea0..1a162ff97d 100644 --- a/js/client-rt/variables/core.ERR_BATCH_GAS_OVERFLOW_CODE.html +++ b/js/client-rt/variables/core.ERR_BATCH_GAS_OVERFLOW_CODE.html @@ -1 +1 @@ -ERR_BATCH_GAS_OVERFLOW_CODE | @oasisprotocol/client-rt

            Variable ERR_BATCH_GAS_OVERFLOW_CODEConst

            ERR_BATCH_GAS_OVERFLOW_CODE: 13 = 13

            Generated using TypeDoc

            \ No newline at end of file +ERR_BATCH_GAS_OVERFLOW_CODE | @oasisprotocol/client-rt

            Variable ERR_BATCH_GAS_OVERFLOW_CODEConst

            ERR_BATCH_GAS_OVERFLOW_CODE: 13 = 13

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_BATCH_OUT_OF_GAS_CODE.html b/js/client-rt/variables/core.ERR_BATCH_OUT_OF_GAS_CODE.html index 62fbbbc351..6d2c46768c 100644 --- a/js/client-rt/variables/core.ERR_BATCH_OUT_OF_GAS_CODE.html +++ b/js/client-rt/variables/core.ERR_BATCH_OUT_OF_GAS_CODE.html @@ -1 +1 @@ -ERR_BATCH_OUT_OF_GAS_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_BATCH_OUT_OF_GAS_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_FORBIDDEN_BY_NODE_POLICY.html b/js/client-rt/variables/core.ERR_FORBIDDEN_BY_NODE_POLICY.html index 9a5bbcb549..5e59b89fc8 100644 --- a/js/client-rt/variables/core.ERR_FORBIDDEN_BY_NODE_POLICY.html +++ b/js/client-rt/variables/core.ERR_FORBIDDEN_BY_NODE_POLICY.html @@ -1 +1 @@ -ERR_FORBIDDEN_BY_NODE_POLICY | @oasisprotocol/client-rt

            Variable ERR_FORBIDDEN_BY_NODE_POLICYConst

            ERR_FORBIDDEN_BY_NODE_POLICY: 22 = 22

            Generated using TypeDoc

            \ No newline at end of file +ERR_FORBIDDEN_BY_NODE_POLICY | @oasisprotocol/client-rt

            Variable ERR_FORBIDDEN_BY_NODE_POLICYConst

            ERR_FORBIDDEN_BY_NODE_POLICY: 22 = 22

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_FORBIDDEN_IN_SECURE_BUILD.html b/js/client-rt/variables/core.ERR_FORBIDDEN_IN_SECURE_BUILD.html index c8f9d22c1f..331761205e 100644 --- a/js/client-rt/variables/core.ERR_FORBIDDEN_IN_SECURE_BUILD.html +++ b/js/client-rt/variables/core.ERR_FORBIDDEN_IN_SECURE_BUILD.html @@ -1 +1 @@ -ERR_FORBIDDEN_IN_SECURE_BUILD | @oasisprotocol/client-rt

            Variable ERR_FORBIDDEN_IN_SECURE_BUILDConst

            ERR_FORBIDDEN_IN_SECURE_BUILD: 21 = 21

            Generated using TypeDoc

            \ No newline at end of file +ERR_FORBIDDEN_IN_SECURE_BUILD | @oasisprotocol/client-rt

            Variable ERR_FORBIDDEN_IN_SECURE_BUILDConst

            ERR_FORBIDDEN_IN_SECURE_BUILD: 21 = 21

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_GAS_OVERFLOW_CODE.html b/js/client-rt/variables/core.ERR_GAS_OVERFLOW_CODE.html index 3094bab46b..71c54793f6 100644 --- a/js/client-rt/variables/core.ERR_GAS_OVERFLOW_CODE.html +++ b/js/client-rt/variables/core.ERR_GAS_OVERFLOW_CODE.html @@ -1 +1 @@ -ERR_GAS_OVERFLOW_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_GAS_OVERFLOW_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_GAS_PRICE_TOO_LOW_CODE.html b/js/client-rt/variables/core.ERR_GAS_PRICE_TOO_LOW_CODE.html index 2cb6dcfd9d..9afd5a68be 100644 --- a/js/client-rt/variables/core.ERR_GAS_PRICE_TOO_LOW_CODE.html +++ b/js/client-rt/variables/core.ERR_GAS_PRICE_TOO_LOW_CODE.html @@ -1 +1 @@ -ERR_GAS_PRICE_TOO_LOW_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_GAS_PRICE_TOO_LOW_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_INSUFFICIENT_FEE_BALANCE_CODE.html b/js/client-rt/variables/core.ERR_INSUFFICIENT_FEE_BALANCE_CODE.html index 2a3d7695c6..487c2389a9 100644 --- a/js/client-rt/variables/core.ERR_INSUFFICIENT_FEE_BALANCE_CODE.html +++ b/js/client-rt/variables/core.ERR_INSUFFICIENT_FEE_BALANCE_CODE.html @@ -1 +1 @@ -ERR_INSUFFICIENT_FEE_BALANCE_CODE | @oasisprotocol/client-rt

            Variable ERR_INSUFFICIENT_FEE_BALANCE_CODEConst

            ERR_INSUFFICIENT_FEE_BALANCE_CODE: 5 = 5

            Generated using TypeDoc

            \ No newline at end of file +ERR_INSUFFICIENT_FEE_BALANCE_CODE | @oasisprotocol/client-rt

            Variable ERR_INSUFFICIENT_FEE_BALANCE_CODEConst

            ERR_INSUFFICIENT_FEE_BALANCE_CODE: 5 = 5

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_INVALID_ARGUMENT_CODE.html b/js/client-rt/variables/core.ERR_INVALID_ARGUMENT_CODE.html index e5811b8850..52c453cd14 100644 --- a/js/client-rt/variables/core.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client-rt/variables/core.ERR_INVALID_ARGUMENT_CODE.html @@ -1 +1 @@ -ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_INVALID_CALL_FORMAT_CODE.html b/js/client-rt/variables/core.ERR_INVALID_CALL_FORMAT_CODE.html index d4ccdda274..ab4ca34f42 100644 --- a/js/client-rt/variables/core.ERR_INVALID_CALL_FORMAT_CODE.html +++ b/js/client-rt/variables/core.ERR_INVALID_CALL_FORMAT_CODE.html @@ -1 +1 @@ -ERR_INVALID_CALL_FORMAT_CODE | @oasisprotocol/client-rt

            Variable ERR_INVALID_CALL_FORMAT_CODEConst

            ERR_INVALID_CALL_FORMAT_CODE: 18 = 18

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_CALL_FORMAT_CODE | @oasisprotocol/client-rt

            Variable ERR_INVALID_CALL_FORMAT_CODEConst

            ERR_INVALID_CALL_FORMAT_CODE: 18 = 18

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_INVALID_METHOD_CODE.html b/js/client-rt/variables/core.ERR_INVALID_METHOD_CODE.html index 218e490674..9e5b06dbde 100644 --- a/js/client-rt/variables/core.ERR_INVALID_METHOD_CODE.html +++ b/js/client-rt/variables/core.ERR_INVALID_METHOD_CODE.html @@ -1 +1 @@ -ERR_INVALID_METHOD_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_METHOD_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_INVALID_NONCE_CODE.html b/js/client-rt/variables/core.ERR_INVALID_NONCE_CODE.html index 753854861c..127d5b8e62 100644 --- a/js/client-rt/variables/core.ERR_INVALID_NONCE_CODE.html +++ b/js/client-rt/variables/core.ERR_INVALID_NONCE_CODE.html @@ -1 +1 @@ -ERR_INVALID_NONCE_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_NONCE_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_INVALID_TRANSACTION_CODE.html b/js/client-rt/variables/core.ERR_INVALID_TRANSACTION_CODE.html index 0e67f9a8d0..f836e58aab 100644 --- a/js/client-rt/variables/core.ERR_INVALID_TRANSACTION_CODE.html +++ b/js/client-rt/variables/core.ERR_INVALID_TRANSACTION_CODE.html @@ -1 +1 @@ -ERR_INVALID_TRANSACTION_CODE | @oasisprotocol/client-rt

            Variable ERR_INVALID_TRANSACTION_CODEConst

            ERR_INVALID_TRANSACTION_CODE: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_TRANSACTION_CODE | @oasisprotocol/client-rt

            Variable ERR_INVALID_TRANSACTION_CODEConst

            ERR_INVALID_TRANSACTION_CODE: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_INVARIANT_VIOLATION_CODE.html b/js/client-rt/variables/core.ERR_INVARIANT_VIOLATION_CODE.html index 5d0c57a96a..7bfe08937d 100644 --- a/js/client-rt/variables/core.ERR_INVARIANT_VIOLATION_CODE.html +++ b/js/client-rt/variables/core.ERR_INVARIANT_VIOLATION_CODE.html @@ -1 +1 @@ -ERR_INVARIANT_VIOLATION_CODE | @oasisprotocol/client-rt

            Variable ERR_INVARIANT_VIOLATION_CODEConst

            ERR_INVARIANT_VIOLATION_CODE: 17 = 17

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVARIANT_VIOLATION_CODE | @oasisprotocol/client-rt

            Variable ERR_INVARIANT_VIOLATION_CODEConst

            ERR_INVARIANT_VIOLATION_CODE: 17 = 17

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_MALFORMED_TRANSACTION_CODE.html b/js/client-rt/variables/core.ERR_MALFORMED_TRANSACTION_CODE.html index 8d90a33c0c..47d0fe1634 100644 --- a/js/client-rt/variables/core.ERR_MALFORMED_TRANSACTION_CODE.html +++ b/js/client-rt/variables/core.ERR_MALFORMED_TRANSACTION_CODE.html @@ -1 +1 @@ -ERR_MALFORMED_TRANSACTION_CODE | @oasisprotocol/client-rt

            Variable ERR_MALFORMED_TRANSACTION_CODEConst

            ERR_MALFORMED_TRANSACTION_CODE: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file +ERR_MALFORMED_TRANSACTION_CODE | @oasisprotocol/client-rt

            Variable ERR_MALFORMED_TRANSACTION_CODEConst

            ERR_MALFORMED_TRANSACTION_CODE: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_MESSAGE_HANDLER_MISSING_CODE.html b/js/client-rt/variables/core.ERR_MESSAGE_HANDLER_MISSING_CODE.html index 08dc8bd4a6..5835b923fd 100644 --- a/js/client-rt/variables/core.ERR_MESSAGE_HANDLER_MISSING_CODE.html +++ b/js/client-rt/variables/core.ERR_MESSAGE_HANDLER_MISSING_CODE.html @@ -1 +1 @@ -ERR_MESSAGE_HANDLER_MISSING_CODE | @oasisprotocol/client-rt

            Variable ERR_MESSAGE_HANDLER_MISSING_CODEConst

            ERR_MESSAGE_HANDLER_MISSING_CODE: 9 = 9

            Generated using TypeDoc

            \ No newline at end of file +ERR_MESSAGE_HANDLER_MISSING_CODE | @oasisprotocol/client-rt

            Variable ERR_MESSAGE_HANDLER_MISSING_CODEConst

            ERR_MESSAGE_HANDLER_MISSING_CODE: 9 = 9

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_MESSAGE_NOT_HANDLED_CODE.html b/js/client-rt/variables/core.ERR_MESSAGE_NOT_HANDLED_CODE.html index 40b3298266..ffa91d12df 100644 --- a/js/client-rt/variables/core.ERR_MESSAGE_NOT_HANDLED_CODE.html +++ b/js/client-rt/variables/core.ERR_MESSAGE_NOT_HANDLED_CODE.html @@ -1 +1 @@ -ERR_MESSAGE_NOT_HANDLED_CODE | @oasisprotocol/client-rt

            Variable ERR_MESSAGE_NOT_HANDLED_CODEConst

            ERR_MESSAGE_NOT_HANDLED_CODE: 8 = 8

            Generated using TypeDoc

            \ No newline at end of file +ERR_MESSAGE_NOT_HANDLED_CODE | @oasisprotocol/client-rt

            Variable ERR_MESSAGE_NOT_HANDLED_CODEConst

            ERR_MESSAGE_NOT_HANDLED_CODE: 8 = 8

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_MULTISIG_TOO_MANY_SIGNERS_CODE.html b/js/client-rt/variables/core.ERR_MULTISIG_TOO_MANY_SIGNERS_CODE.html index 436558e484..be5011bb22 100644 --- a/js/client-rt/variables/core.ERR_MULTISIG_TOO_MANY_SIGNERS_CODE.html +++ b/js/client-rt/variables/core.ERR_MULTISIG_TOO_MANY_SIGNERS_CODE.html @@ -1 +1 @@ -ERR_MULTISIG_TOO_MANY_SIGNERS_CODE | @oasisprotocol/client-rt

            Variable ERR_MULTISIG_TOO_MANY_SIGNERS_CODEConst

            ERR_MULTISIG_TOO_MANY_SIGNERS_CODE: 16 = 16

            Generated using TypeDoc

            \ No newline at end of file +ERR_MULTISIG_TOO_MANY_SIGNERS_CODE | @oasisprotocol/client-rt

            Variable ERR_MULTISIG_TOO_MANY_SIGNERS_CODEConst

            ERR_MULTISIG_TOO_MANY_SIGNERS_CODE: 16 = 16

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_NOT_AUTHENTICATED_CODE.html b/js/client-rt/variables/core.ERR_NOT_AUTHENTICATED_CODE.html index 1b137538eb..848b75bf35 100644 --- a/js/client-rt/variables/core.ERR_NOT_AUTHENTICATED_CODE.html +++ b/js/client-rt/variables/core.ERR_NOT_AUTHENTICATED_CODE.html @@ -1 +1 @@ -ERR_NOT_AUTHENTICATED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_NOT_AUTHENTICATED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_OUT_OF_GAS_CODE.html b/js/client-rt/variables/core.ERR_OUT_OF_GAS_CODE.html index 24508a55d9..e8a1d33f87 100644 --- a/js/client-rt/variables/core.ERR_OUT_OF_GAS_CODE.html +++ b/js/client-rt/variables/core.ERR_OUT_OF_GAS_CODE.html @@ -1 +1 @@ -ERR_OUT_OF_GAS_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_OUT_OF_GAS_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_OUT_OF_MESSAGE_SLOTS_CODE.html b/js/client-rt/variables/core.ERR_OUT_OF_MESSAGE_SLOTS_CODE.html index 30c49eca55..dc1f9e1895 100644 --- a/js/client-rt/variables/core.ERR_OUT_OF_MESSAGE_SLOTS_CODE.html +++ b/js/client-rt/variables/core.ERR_OUT_OF_MESSAGE_SLOTS_CODE.html @@ -1 +1 @@ -ERR_OUT_OF_MESSAGE_SLOTS_CODE | @oasisprotocol/client-rt

            Variable ERR_OUT_OF_MESSAGE_SLOTS_CODEConst

            ERR_OUT_OF_MESSAGE_SLOTS_CODE: 6 = 6

            Generated using TypeDoc

            \ No newline at end of file +ERR_OUT_OF_MESSAGE_SLOTS_CODE | @oasisprotocol/client-rt

            Variable ERR_OUT_OF_MESSAGE_SLOTS_CODEConst

            ERR_OUT_OF_MESSAGE_SLOTS_CODE: 6 = 6

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.ERR_TOO_MANY_AUTH_CODE.html b/js/client-rt/variables/core.ERR_TOO_MANY_AUTH_CODE.html index 67390eda3a..c8462e51d5 100644 --- a/js/client-rt/variables/core.ERR_TOO_MANY_AUTH_CODE.html +++ b/js/client-rt/variables/core.ERR_TOO_MANY_AUTH_CODE.html @@ -1 +1 @@ -ERR_TOO_MANY_AUTH_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_TOO_MANY_AUTH_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.EVENT_GAS_USED.html b/js/client-rt/variables/core.EVENT_GAS_USED.html index 4f511a877f..fdf8e20df8 100644 --- a/js/client-rt/variables/core.EVENT_GAS_USED.html +++ b/js/client-rt/variables/core.EVENT_GAS_USED.html @@ -1 +1 @@ -EVENT_GAS_USED | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +EVENT_GAS_USED | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.METHODHANDLERKIND_CALL.html b/js/client-rt/variables/core.METHODHANDLERKIND_CALL.html index 768f67464e..3f39a50e37 100644 --- a/js/client-rt/variables/core.METHODHANDLERKIND_CALL.html +++ b/js/client-rt/variables/core.METHODHANDLERKIND_CALL.html @@ -1 +1 @@ -METHODHANDLERKIND_CALL | @oasisprotocol/client-rt

            Variable METHODHANDLERKIND_CALLConst

            METHODHANDLERKIND_CALL: "call" = 'call'

            Generated using TypeDoc

            \ No newline at end of file +METHODHANDLERKIND_CALL | @oasisprotocol/client-rt

            Variable METHODHANDLERKIND_CALLConst

            METHODHANDLERKIND_CALL: "call" = 'call'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.METHODHANDLERKIND_MESSAGE_RESULT.html b/js/client-rt/variables/core.METHODHANDLERKIND_MESSAGE_RESULT.html index 1906452829..ebf176c94a 100644 --- a/js/client-rt/variables/core.METHODHANDLERKIND_MESSAGE_RESULT.html +++ b/js/client-rt/variables/core.METHODHANDLERKIND_MESSAGE_RESULT.html @@ -1 +1 @@ -METHODHANDLERKIND_MESSAGE_RESULT | @oasisprotocol/client-rt

            Variable METHODHANDLERKIND_MESSAGE_RESULTConst

            METHODHANDLERKIND_MESSAGE_RESULT: "message_result" = 'message_result'

            Generated using TypeDoc

            \ No newline at end of file +METHODHANDLERKIND_MESSAGE_RESULT | @oasisprotocol/client-rt

            Variable METHODHANDLERKIND_MESSAGE_RESULTConst

            METHODHANDLERKIND_MESSAGE_RESULT: "message_result" = 'message_result'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.METHODHANDLERKIND_QUERY.html b/js/client-rt/variables/core.METHODHANDLERKIND_QUERY.html index b5f92d0587..2c6baf6b7a 100644 --- a/js/client-rt/variables/core.METHODHANDLERKIND_QUERY.html +++ b/js/client-rt/variables/core.METHODHANDLERKIND_QUERY.html @@ -1 +1 @@ -METHODHANDLERKIND_QUERY | @oasisprotocol/client-rt

            Variable METHODHANDLERKIND_QUERYConst

            METHODHANDLERKIND_QUERY: "query" = 'query'

            Generated using TypeDoc

            \ No newline at end of file +METHODHANDLERKIND_QUERY | @oasisprotocol/client-rt

            Variable METHODHANDLERKIND_QUERYConst

            METHODHANDLERKIND_QUERY: "query" = 'query'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.METHOD_CALL_DATA_PUBLIC_KEY.html b/js/client-rt/variables/core.METHOD_CALL_DATA_PUBLIC_KEY.html index d3c4c32e53..acb535cee4 100644 --- a/js/client-rt/variables/core.METHOD_CALL_DATA_PUBLIC_KEY.html +++ b/js/client-rt/variables/core.METHOD_CALL_DATA_PUBLIC_KEY.html @@ -1 +1 @@ -METHOD_CALL_DATA_PUBLIC_KEY | @oasisprotocol/client-rt

            Variable METHOD_CALL_DATA_PUBLIC_KEYConst

            METHOD_CALL_DATA_PUBLIC_KEY: "core.CallDataPublicKey" = 'core.CallDataPublicKey'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_CALL_DATA_PUBLIC_KEY | @oasisprotocol/client-rt

            Variable METHOD_CALL_DATA_PUBLIC_KEYConst

            METHOD_CALL_DATA_PUBLIC_KEY: "core.CallDataPublicKey" = 'core.CallDataPublicKey'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.METHOD_CHECK_INVARIANTS.html b/js/client-rt/variables/core.METHOD_CHECK_INVARIANTS.html index 6b1bb1c07c..68a3f0bb89 100644 --- a/js/client-rt/variables/core.METHOD_CHECK_INVARIANTS.html +++ b/js/client-rt/variables/core.METHOD_CHECK_INVARIANTS.html @@ -1 +1 @@ -METHOD_CHECK_INVARIANTS | @oasisprotocol/client-rt

            Variable METHOD_CHECK_INVARIANTSConst

            METHOD_CHECK_INVARIANTS: "core.CheckInvariants" = 'core.CheckInvariants'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_CHECK_INVARIANTS | @oasisprotocol/client-rt

            Variable METHOD_CHECK_INVARIANTSConst

            METHOD_CHECK_INVARIANTS: "core.CheckInvariants" = 'core.CheckInvariants'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.METHOD_ESTIMATE_GAS.html b/js/client-rt/variables/core.METHOD_ESTIMATE_GAS.html index 50f00bf2f7..b21896fdfe 100644 --- a/js/client-rt/variables/core.METHOD_ESTIMATE_GAS.html +++ b/js/client-rt/variables/core.METHOD_ESTIMATE_GAS.html @@ -1 +1 @@ -METHOD_ESTIMATE_GAS | @oasisprotocol/client-rt

            Variable METHOD_ESTIMATE_GASConst

            METHOD_ESTIMATE_GAS: "core.EstimateGas" = 'core.EstimateGas'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_ESTIMATE_GAS | @oasisprotocol/client-rt

            Variable METHOD_ESTIMATE_GASConst

            METHOD_ESTIMATE_GAS: "core.EstimateGas" = 'core.EstimateGas'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.METHOD_MIN_GAS_PRICE.html b/js/client-rt/variables/core.METHOD_MIN_GAS_PRICE.html index 6edf57757a..539f72fe2a 100644 --- a/js/client-rt/variables/core.METHOD_MIN_GAS_PRICE.html +++ b/js/client-rt/variables/core.METHOD_MIN_GAS_PRICE.html @@ -1 +1 @@ -METHOD_MIN_GAS_PRICE | @oasisprotocol/client-rt

            Variable METHOD_MIN_GAS_PRICEConst

            METHOD_MIN_GAS_PRICE: "core.MinGasPrice" = 'core.MinGasPrice'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_MIN_GAS_PRICE | @oasisprotocol/client-rt

            Variable METHOD_MIN_GAS_PRICEConst

            METHOD_MIN_GAS_PRICE: "core.MinGasPrice" = 'core.MinGasPrice'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.METHOD_RUNTIME_INFO.html b/js/client-rt/variables/core.METHOD_RUNTIME_INFO.html index 0f67624629..2dd0d58ce8 100644 --- a/js/client-rt/variables/core.METHOD_RUNTIME_INFO.html +++ b/js/client-rt/variables/core.METHOD_RUNTIME_INFO.html @@ -1 +1 @@ -METHOD_RUNTIME_INFO | @oasisprotocol/client-rt

            Variable METHOD_RUNTIME_INFOConst

            METHOD_RUNTIME_INFO: "core.RuntimeInfo" = 'core.RuntimeInfo'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_RUNTIME_INFO | @oasisprotocol/client-rt

            Variable METHOD_RUNTIME_INFOConst

            METHOD_RUNTIME_INFO: "core.RuntimeInfo" = 'core.RuntimeInfo'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/core.MODULE_NAME.html b/js/client-rt/variables/core.MODULE_NAME.html index d03e8a49b3..ea0f01d7cc 100644 --- a/js/client-rt/variables/core.MODULE_NAME.html +++ b/js/client-rt/variables/core.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client-rt

            Variable MODULE_NAMEConst

            MODULE_NAME: "core" = 'core'

            Unique module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.ERROR_FORBIDDEN_CODE.html b/js/client-rt/variables/evm.ERROR_FORBIDDEN_CODE.html index 929217ffb8..7da1ac2156 100644 --- a/js/client-rt/variables/evm.ERROR_FORBIDDEN_CODE.html +++ b/js/client-rt/variables/evm.ERROR_FORBIDDEN_CODE.html @@ -1 +1 @@ -ERROR_FORBIDDEN_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERROR_FORBIDDEN_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.ERROR_REVERTED_CODE.html b/js/client-rt/variables/evm.ERROR_REVERTED_CODE.html index 1da7c2f961..e7562dac7e 100644 --- a/js/client-rt/variables/evm.ERROR_REVERTED_CODE.html +++ b/js/client-rt/variables/evm.ERROR_REVERTED_CODE.html @@ -1 +1 @@ -ERROR_REVERTED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERROR_REVERTED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.ERROR_SIMULATION_TOO_EXPENSIVE.html b/js/client-rt/variables/evm.ERROR_SIMULATION_TOO_EXPENSIVE.html index 32777515b0..f7cb8ae100 100644 --- a/js/client-rt/variables/evm.ERROR_SIMULATION_TOO_EXPENSIVE.html +++ b/js/client-rt/variables/evm.ERROR_SIMULATION_TOO_EXPENSIVE.html @@ -1 +1 @@ -ERROR_SIMULATION_TOO_EXPENSIVE | @oasisprotocol/client-rt

            Variable ERROR_SIMULATION_TOO_EXPENSIVEConst

            ERROR_SIMULATION_TOO_EXPENSIVE: 8 = 8

            Generated using TypeDoc

            \ No newline at end of file +ERROR_SIMULATION_TOO_EXPENSIVE | @oasisprotocol/client-rt

            Variable ERROR_SIMULATION_TOO_EXPENSIVEConst

            ERROR_SIMULATION_TOO_EXPENSIVE: 8 = 8

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.ERR_EXECUTION_FAILED_CODE.html b/js/client-rt/variables/evm.ERR_EXECUTION_FAILED_CODE.html index e05ac05955..f75c859a0f 100644 --- a/js/client-rt/variables/evm.ERR_EXECUTION_FAILED_CODE.html +++ b/js/client-rt/variables/evm.ERR_EXECUTION_FAILED_CODE.html @@ -1 +1 @@ -ERR_EXECUTION_FAILED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_EXECUTION_FAILED_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.ERR_FEE_OVERFLOW_CODE.html b/js/client-rt/variables/evm.ERR_FEE_OVERFLOW_CODE.html index b15fbea938..ca8d8fee46 100644 --- a/js/client-rt/variables/evm.ERR_FEE_OVERFLOW_CODE.html +++ b/js/client-rt/variables/evm.ERR_FEE_OVERFLOW_CODE.html @@ -1 +1 @@ -ERR_FEE_OVERFLOW_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_FEE_OVERFLOW_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.ERR_GAS_LIMIT_TOO_LOW_CODE.html b/js/client-rt/variables/evm.ERR_GAS_LIMIT_TOO_LOW_CODE.html index c152f65ae9..cf1d135c23 100644 --- a/js/client-rt/variables/evm.ERR_GAS_LIMIT_TOO_LOW_CODE.html +++ b/js/client-rt/variables/evm.ERR_GAS_LIMIT_TOO_LOW_CODE.html @@ -1 +1 @@ -ERR_GAS_LIMIT_TOO_LOW_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_GAS_LIMIT_TOO_LOW_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.ERR_INSUFFICIENT_BALANCE_CODE.html b/js/client-rt/variables/evm.ERR_INSUFFICIENT_BALANCE_CODE.html index 6aeaa9239f..cb947ca4b4 100644 --- a/js/client-rt/variables/evm.ERR_INSUFFICIENT_BALANCE_CODE.html +++ b/js/client-rt/variables/evm.ERR_INSUFFICIENT_BALANCE_CODE.html @@ -1 +1 @@ -ERR_INSUFFICIENT_BALANCE_CODE | @oasisprotocol/client-rt

            Variable ERR_INSUFFICIENT_BALANCE_CODEConst

            ERR_INSUFFICIENT_BALANCE_CODE: 6 = 6

            Generated using TypeDoc

            \ No newline at end of file +ERR_INSUFFICIENT_BALANCE_CODE | @oasisprotocol/client-rt

            Variable ERR_INSUFFICIENT_BALANCE_CODEConst

            ERR_INSUFFICIENT_BALANCE_CODE: 6 = 6

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.ERR_INVALID_ARGUMENT_CODE.html b/js/client-rt/variables/evm.ERR_INVALID_ARGUMENT_CODE.html index d03e9b3c78..58489ffef2 100644 --- a/js/client-rt/variables/evm.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client-rt/variables/evm.ERR_INVALID_ARGUMENT_CODE.html @@ -1 +1 @@ -ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.ERR_INVALID_SIGNER_TYPE_CODE.html b/js/client-rt/variables/evm.ERR_INVALID_SIGNER_TYPE_CODE.html index c1e99a223f..a1646878e2 100644 --- a/js/client-rt/variables/evm.ERR_INVALID_SIGNER_TYPE_CODE.html +++ b/js/client-rt/variables/evm.ERR_INVALID_SIGNER_TYPE_CODE.html @@ -1 +1 @@ -ERR_INVALID_SIGNER_TYPE_CODE | @oasisprotocol/client-rt

            Variable ERR_INVALID_SIGNER_TYPE_CODEConst

            ERR_INVALID_SIGNER_TYPE_CODE: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_SIGNER_TYPE_CODE | @oasisprotocol/client-rt

            Variable ERR_INVALID_SIGNER_TYPE_CODEConst

            ERR_INVALID_SIGNER_TYPE_CODE: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.EVENT_LOG_CODE.html b/js/client-rt/variables/evm.EVENT_LOG_CODE.html index b7d5d1a0e4..d57f9b81b2 100644 --- a/js/client-rt/variables/evm.EVENT_LOG_CODE.html +++ b/js/client-rt/variables/evm.EVENT_LOG_CODE.html @@ -1 +1 @@ -EVENT_LOG_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +EVENT_LOG_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.METHOD_BALANCE.html b/js/client-rt/variables/evm.METHOD_BALANCE.html index 40d564cc3c..89044e96c7 100644 --- a/js/client-rt/variables/evm.METHOD_BALANCE.html +++ b/js/client-rt/variables/evm.METHOD_BALANCE.html @@ -1 +1 @@ -METHOD_BALANCE | @oasisprotocol/client-rt

            Variable METHOD_BALANCEConst

            METHOD_BALANCE: "evm.Balance" = 'evm.Balance'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_BALANCE | @oasisprotocol/client-rt

            Variable METHOD_BALANCEConst

            METHOD_BALANCE: "evm.Balance" = 'evm.Balance'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.METHOD_CALL.html b/js/client-rt/variables/evm.METHOD_CALL.html index a51c1d699a..d65af25180 100644 --- a/js/client-rt/variables/evm.METHOD_CALL.html +++ b/js/client-rt/variables/evm.METHOD_CALL.html @@ -1 +1 @@ -METHOD_CALL | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +METHOD_CALL | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.METHOD_CODE.html b/js/client-rt/variables/evm.METHOD_CODE.html index 955960c486..f139e250df 100644 --- a/js/client-rt/variables/evm.METHOD_CODE.html +++ b/js/client-rt/variables/evm.METHOD_CODE.html @@ -1 +1 @@ -METHOD_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +METHOD_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.METHOD_CREATE.html b/js/client-rt/variables/evm.METHOD_CREATE.html index c0d5fbe759..eb5f4c98ac 100644 --- a/js/client-rt/variables/evm.METHOD_CREATE.html +++ b/js/client-rt/variables/evm.METHOD_CREATE.html @@ -1 +1 @@ -METHOD_CREATE | @oasisprotocol/client-rt

            Variable METHOD_CREATEConst

            METHOD_CREATE: "evm.Create" = 'evm.Create'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_CREATE | @oasisprotocol/client-rt

            Variable METHOD_CREATEConst

            METHOD_CREATE: "evm.Create" = 'evm.Create'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.METHOD_SIMULATE_CALL.html b/js/client-rt/variables/evm.METHOD_SIMULATE_CALL.html index 17eda0a871..daeb0f1366 100644 --- a/js/client-rt/variables/evm.METHOD_SIMULATE_CALL.html +++ b/js/client-rt/variables/evm.METHOD_SIMULATE_CALL.html @@ -1 +1 @@ -METHOD_SIMULATE_CALL | @oasisprotocol/client-rt

            Variable METHOD_SIMULATE_CALLConst

            METHOD_SIMULATE_CALL: "evm.SimulateCall" = 'evm.SimulateCall'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_SIMULATE_CALL | @oasisprotocol/client-rt

            Variable METHOD_SIMULATE_CALLConst

            METHOD_SIMULATE_CALL: "evm.SimulateCall" = 'evm.SimulateCall'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.METHOD_STORAGE.html b/js/client-rt/variables/evm.METHOD_STORAGE.html index 7e6b8005a3..32d40740b8 100644 --- a/js/client-rt/variables/evm.METHOD_STORAGE.html +++ b/js/client-rt/variables/evm.METHOD_STORAGE.html @@ -1 +1 @@ -METHOD_STORAGE | @oasisprotocol/client-rt

            Variable METHOD_STORAGEConst

            METHOD_STORAGE: "evm.Storage" = 'evm.Storage'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_STORAGE | @oasisprotocol/client-rt

            Variable METHOD_STORAGEConst

            METHOD_STORAGE: "evm.Storage" = 'evm.Storage'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/evm.MODULE_NAME.html b/js/client-rt/variables/evm.MODULE_NAME.html index 0c381337d0..c6ee35ac0f 100644 --- a/js/client-rt/variables/evm.MODULE_NAME.html +++ b/js/client-rt/variables/evm.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client-rt

            Variable MODULE_NAMEConst

            MODULE_NAME: "evm" = 'evm'

            Unique module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/rewards.ERR_INVALID_ARGUMENT_CODE.html b/js/client-rt/variables/rewards.ERR_INVALID_ARGUMENT_CODE.html index 388a67997b..51a8dd692b 100644 --- a/js/client-rt/variables/rewards.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client-rt/variables/rewards.ERR_INVALID_ARGUMENT_CODE.html @@ -1 +1 @@ -ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/rewards.METHOD_PARAMETERS.html b/js/client-rt/variables/rewards.METHOD_PARAMETERS.html index 7b695858dc..1a0c8e7642 100644 --- a/js/client-rt/variables/rewards.METHOD_PARAMETERS.html +++ b/js/client-rt/variables/rewards.METHOD_PARAMETERS.html @@ -1 +1 @@ -METHOD_PARAMETERS | @oasisprotocol/client-rt

            Variable METHOD_PARAMETERSConst

            METHOD_PARAMETERS: "rewards.Parameters" = 'rewards.Parameters'

            Generated using TypeDoc

            \ No newline at end of file +METHOD_PARAMETERS | @oasisprotocol/client-rt

            Variable METHOD_PARAMETERSConst

            METHOD_PARAMETERS: "rewards.Parameters" = 'rewards.Parameters'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/rewards.MODULE_NAME.html b/js/client-rt/variables/rewards.MODULE_NAME.html index da12d6fe1c..c63b73ef3b 100644 --- a/js/client-rt/variables/rewards.MODULE_NAME.html +++ b/js/client-rt/variables/rewards.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client-rt
            MODULE_NAME: "rewards" = 'rewards'

            Unique module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/token.NATIVE_DENOMINATION.html b/js/client-rt/variables/token.NATIVE_DENOMINATION.html index 74061fdf12..4e5846ade0 100644 --- a/js/client-rt/variables/token.NATIVE_DENOMINATION.html +++ b/js/client-rt/variables/token.NATIVE_DENOMINATION.html @@ -1,2 +1,2 @@ NATIVE_DENOMINATION | @oasisprotocol/client-rt

            Variable NATIVE_DENOMINATIONConst

            NATIVE_DENOMINATION: Uint8Array = ...

            Denomination in native token.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/transaction.CALLFORMAT_ENCRYPTED_X25519DEOXYSII.html b/js/client-rt/variables/transaction.CALLFORMAT_ENCRYPTED_X25519DEOXYSII.html index 314c884a1e..10c6a85829 100644 --- a/js/client-rt/variables/transaction.CALLFORMAT_ENCRYPTED_X25519DEOXYSII.html +++ b/js/client-rt/variables/transaction.CALLFORMAT_ENCRYPTED_X25519DEOXYSII.html @@ -1,2 +1,2 @@ CALLFORMAT_ENCRYPTED_X25519DEOXYSII | @oasisprotocol/client-rt

            Variable CALLFORMAT_ENCRYPTED_X25519DEOXYSIIConst

            CALLFORMAT_ENCRYPTED_X25519DEOXYSII: 1 = 1

            Encrypted call data using X25519 for key exchange and Deoxys-II for symmetric encryption.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/transaction.CALLFORMAT_PLAIN.html b/js/client-rt/variables/transaction.CALLFORMAT_PLAIN.html index b3bafc7afc..f9d862bae8 100644 --- a/js/client-rt/variables/transaction.CALLFORMAT_PLAIN.html +++ b/js/client-rt/variables/transaction.CALLFORMAT_PLAIN.html @@ -1,2 +1,2 @@ CALLFORMAT_PLAIN | @oasisprotocol/client-rt

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/transaction.LATEST_TRANSACTION_VERSION.html b/js/client-rt/variables/transaction.LATEST_TRANSACTION_VERSION.html index 9484e761b5..cda3324418 100644 --- a/js/client-rt/variables/transaction.LATEST_TRANSACTION_VERSION.html +++ b/js/client-rt/variables/transaction.LATEST_TRANSACTION_VERSION.html @@ -1,2 +1,2 @@ LATEST_TRANSACTION_VERSION | @oasisprotocol/client-rt

            Variable LATEST_TRANSACTION_VERSIONConst

            LATEST_TRANSACTION_VERSION: 1 = 1

            The latest transaction format version.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-rt/variables/transaction.SIGNATURE_CONTEXT_BASE.html b/js/client-rt/variables/transaction.SIGNATURE_CONTEXT_BASE.html index d77adca564..c8bfab55be 100644 --- a/js/client-rt/variables/transaction.SIGNATURE_CONTEXT_BASE.html +++ b/js/client-rt/variables/transaction.SIGNATURE_CONTEXT_BASE.html @@ -1,2 +1,2 @@ SIGNATURE_CONTEXT_BASE | @oasisprotocol/client-rt
            SIGNATURE_CONTEXT_BASE: "oasis-runtime-sdk/tx: v0" = 'oasis-runtime-sdk/tx: v0'

            Transaction signature domain separation context base.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client-signer-ledger/classes/LedgerCodeError.html b/js/client-signer-ledger/classes/LedgerCodeError.html index 0a5443e76a..cbb7ca359f 100644 --- a/js/client-signer-ledger/classes/LedgerCodeError.html +++ b/js/client-signer-ledger/classes/LedgerCodeError.html @@ -1,4 +1,4 @@ -LedgerCodeError | @oasisprotocol/client-signer-ledger

            Hierarchy

            • Error
              • LedgerCodeError

            Constructors

            constructor +LedgerCodeError | @oasisprotocol/client-signer-ledger

            Hierarchy

            • Error
              • LedgerCodeError

            Constructors

            Properties

            errorMessage: string
            message: string
            name: string
            returnCode: number
            stack?: string
            prepareStackTrace?: ((err, stackTraces) => any)

            Optional override for formatting stack traces

            +

            Constructors

            Properties

            errorMessage: string
            message: string
            name: string
            returnCode: number
            stack?: string
            prepareStackTrace?: ((err, stackTraces) => any)

            Optional override for formatting stack traces

            Type declaration

            See

            https://v8.dev/docs/stack-trace-api#customizing-stack-traces

            diff --git a/js/client-signer-ledger/classes/LedgerContextSigner.html b/js/client-signer-ledger/classes/LedgerContextSigner.html index ff2fa82420..bf7d6d4d69 100644 --- a/js/client-signer-ledger/classes/LedgerContextSigner.html +++ b/js/client-signer-ledger/classes/LedgerContextSigner.html @@ -1,4 +1,4 @@ -LedgerContextSigner | @oasisprotocol/client-signer-ledger

            Implements

            • ContextSigner

            Constructors

            constructor +LedgerContextSigner | @oasisprotocol/client-signer-ledger

            Implements

            • ContextSigner

            Constructors

            Properties

            Constructors

            Properties

            app: default
            path: number[]
            publicKey: Uint8Array

            Methods

            • Parameters

              • context: string
              • message: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +

            Constructors

            Properties

            app: default
            path: number[]
            publicKey: Uint8Array

            Methods

            • Parameters

              • context: string
              • message: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/classes/client.GRPCWrapper.html b/js/client/classes/client.GRPCWrapper.html index 71c3f0ab3e..24dbc9738f 100644 --- a/js/client/classes/client.GRPCWrapper.html +++ b/js/client/classes/client.GRPCWrapper.html @@ -1,6 +1,6 @@ -GRPCWrapper | @oasisprotocol/client

            Hierarchy (view full)

            Constructors

            constructor +GRPCWrapper | @oasisprotocol/client

            Hierarchy (view full)

            Constructors

            Properties

            Methods

            Constructors

            Properties

            base: string
            client: AbstractClientBase

            Methods

            Generated using TypeDoc

            \ No newline at end of file +

            Constructors

            Properties

            base: string
            client: AbstractClientBase

            Methods

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/classes/client.NodeInternal.html b/js/client/classes/client.NodeInternal.html index a05c987c22..a0384d2125 100644 --- a/js/client/classes/client.NodeInternal.html +++ b/js/client/classes/client.NodeInternal.html @@ -1,4 +1,4 @@ -NodeInternal | @oasisprotocol/client

            Hierarchy (view full)

            Constructors

            constructor +NodeInternal | @oasisprotocol/client

            Hierarchy (view full)

            Constructors

            Properties

            base: string
            client: AbstractClientBase

            Methods

            • GetBeacon gets the beacon for the provided block height. +

            Constructors

            Properties

            base: string
            client: AbstractClientBase

            Methods

            • GetBeacon gets the beacon for the provided block height. Calling this method with height consensus.HeightLatest should return the beacon for the latest finalized block.

              -

              Parameters

              Returns Promise<Uint8Array>

            • GetEpoch returns the epoch number at the specified block height. +

              Parameters

              Returns Promise<Uint8Array>

            • GetEpoch returns the epoch number at the specified block height. Calling this method with height consensus.HeightLatest, should return the epoch of latest known block.

              -

              Parameters

              Returns Promise<longnum>

            • WaitEpoch waits for a specific epoch.

              Note that an epoch is considered reached even if any epoch greater than the one specified is reached (e.g., that the current epoch is already in the future).

              -

              Parameters

              Returns Promise<void>

            • WatchEpochs returns a channel that produces a stream of messages +

              Parameters

              Returns Promise<void>

            • WatchEpochs returns a channel that produces a stream of messages on epoch transitions.

              Upon subscription the current epoch is sent immediately.

              -

              Returns ClientReadableStream<longnum>

            • WatchLatestEpoch returns a channel that produces a stream of +

              Returns ClientReadableStream<longnum>

            • WatchLatestEpoch returns a channel that produces a stream of messages on epoch transitions. If an epoch transition happens before the previous epoch is read from the channel, the old epochs are overwritten.

              Upon subscription the current epoch is sent immediately.

              -

              Returns ClientReadableStream<longnum>

            • GetChainContext returns the chain domain separation context.

              -

              Returns Promise<string>

            • GetChainContext returns the chain domain separation context.

              +

              Returns Promise<string>

            • GetLightBlockForState returns a light block for the state as of executing the consensus layer block at the specified height. Note that the height of the returned block may differ depending on consensus layer implementation details.

              In case light block for the given height is not yet available, it returns ErrVersionNotFound.

              -

              Parameters

              Returns Promise<ConsensusLightBlock>

            • GetTransactions returns a list of all transactions contained within a consensus block at a specific height.

              NOTE: Any of these transactions could be invalid.

              -

              Parameters

              Returns Promise<Uint8Array[]>

            • GetUnconfirmedTransactions returns a list of transactions currently in the local node's mempool. These have not yet been included in a block.

              -

              Returns Promise<Uint8Array[]>

            • SubmitTx submits a signed consensus transaction and waits for the transaction to be included in a block. Use SubmitTxNoWait if you only need to broadcast the transaction.

              -

              Parameters

              Returns Promise<void>

            • SubmitTxNoWait submits a signed consensus transaction, but does not wait for the transaction +

              Parameters

              Returns Promise<void>

            • SubmitTxNoWait submits a signed consensus transaction, but does not wait for the transaction to be included in a block. Use SubmitTx if you need to wait for execution.

              -

              Parameters

              Returns Promise<void>

            • SetEpoch manually sets the current epoch to the given epoch.

              +

              Returns ClientReadableStream<ConsensusBlock>

            • SetEpoch manually sets the current epoch to the given epoch.

              NOTE: This only works with a mock beacon backend and will otherwise return an error.

              -

              Parameters

              Returns Promise<void>

            • WaitNodesRegistered waits for the given number of nodes to register.

              -

              Parameters

              • count: number

              Returns Promise<void>

            • WaitNodesRegistered waits for the given number of nodes to register.

              +

              Parameters

              • count: number

              Returns Promise<void>

            • WatchStatuses returns a channel that produces a stream of messages containing the key manager statuses as it changes over time.

              Upon subscription the current status is sent immediately.

              -

              Returns ClientReadableStream<KeyManagerStatus>

            • CancelUpgrade cancels the specific pending upgrade, unless it is already in progress.

              -

              Parameters

              Returns Promise<void>

            • IsReady checks whether the node is ready to accept runtime work.

              -

              Returns Promise<boolean>

            • IsSynced checks whether the node has finished syncing.

              -

              Returns Promise<boolean>

            • CancelUpgrade cancels the specific pending upgrade, unless it is already in progress.

              +

              Parameters

              Returns Promise<void>

            • IsReady checks whether the node is ready to accept runtime work.

              +

              Returns Promise<boolean>

            • IsSynced checks whether the node has finished syncing.

              +

              Returns Promise<boolean>

            • RequestShutdown requests the node to shut down gracefully.

              If the wait argument is true then the method will also wait for the shutdown to complete.

              -

              Parameters

              • wait: boolean

              Returns Promise<void>

            • UpgradeBinary submits an upgrade descriptor to a running node. +

              Parameters

              • wait: boolean

              Returns Promise<void>

            • UpgradeBinary submits an upgrade descriptor to a running node. The node will wait for the appropriate epoch, then update its binaries and shut down.

              -

              Parameters

              Returns Promise<void>

            • WaitReady waits for the node to accept runtime work.

              -

              Returns Promise<void>

            • WaitSync waits for the node to finish syncing.

              -

              Returns Promise<void>

            • GetNodeByConsensusAddress looks up a node by its consensus address at the +

              Parameters

              Returns Promise<void>

            • WaitReady waits for the node to accept runtime work.

              +

              Returns Promise<void>

            • WaitSync waits for the node to finish syncing.

              +

              Returns Promise<void>

            • GetNodeByConsensusAddress looks up a node by its consensus address at the specified block height. The nature and format of the consensus address depends on the specific consensus backend implementation used.

              -

              Returns Promise<Node>

            • WatchNodeList returns a channel that produces a stream of NodeList. Upon subscription, the node list for the current epoch will be sent immediately.

              Each node list will be sorted by node ID in lexicographically ascending order.

              -

              Returns ClientReadableStream<RegistryNodeList>

            • WatchBlocks returns a channel that produces a stream of annotated blocks.

              The latest block if any will get pushed to the stream immediately. Subsequent blocks will be pushed into the stream as they are confirmed.

              -

              Parameters

              • runtimeID: Uint8Array

              Returns ClientReadableStream<RootHashAnnotatedBlock>

            • WatchExecutorCommitments returns a channel that produces a stream of executor commitments observed in the consensus layer P2P network.

              Note that these commitments may not have been processed by consensus, commitments may be received in any order and duplicates are possible.

              -

              Returns ClientReadableStream<RootHashExecutorCommitment>

            • SubmitTx submits a transaction to the runtime transaction scheduler and waits for transaction execution results.

              -

              Parameters

              Returns Promise<Uint8Array>

            • SubmitTxNoWait submits a transaction to the runtime transaction scheduler but does not wait for transaction execution.

              -

              Parameters

              Returns Promise<void>

            • WatchCommittees returns a channel that produces a stream of Committee.

              Upon subscription, all committees for the current epoch will be sent immediately.

              -

              Returns ClientReadableStream<SchedulerCommittee>

            • Addresses returns the addresses of all accounts with a non-zero general +

              Returns ClientReadableStream<SchedulerCommittee>

            • Addresses returns the addresses of all accounts with a non-zero general or escrow balance.

              -

              Parameters

              Returns Promise<Uint8Array[]>

            • Allowance looks up the allowance for the given owner/beneficiary combination.

              -

              Parameters

              Returns Promise<Uint8Array>

            • CommissionScheduleAddresses returns the addresses of all accounts with +

              Parameters

              Returns Promise<Uint8Array[]>

            • Allowance looks up the allowance for the given owner/beneficiary combination.

              +

              Parameters

              Returns Promise<Uint8Array>

            • CommissionScheduleAddresses returns the addresses of all accounts with non-empty commission schedule.

              -

              Parameters

              Returns Promise<Uint8Array[]>

            • CommonPool returns the common pool balance.

              -

              Parameters

              Returns Promise<Uint8Array>

            • CommonPool returns the common pool balance.

              +

              Parameters

              Returns Promise<Uint8Array>

            • GovernanceDeposits returns the governance deposits account balance.

              -

              Parameters

              Returns Promise<Uint8Array>

            • LastBlockFees returns the collected fees for previous block.

              -

              Parameters

              Returns Promise<Uint8Array>

            • TokenSymbol returns the token's ticker symbol.

              -

              Returns Promise<string>

            • GovernanceDeposits returns the governance deposits account balance.

              +

              Parameters

              Returns Promise<Uint8Array>

            • LastBlockFees returns the collected fees for previous block.

              +

              Parameters

              Returns Promise<Uint8Array>

            • TokenSymbol returns the token's ticker symbol.

              +

              Returns Promise<string>

            • TokenValueExponent is the token's value base-10 exponent, i.e. 1 token = 10**TokenValueExponent base units.

              -

              Returns Promise<number>

            • TotalSupply returns the total number of base units.

              -

              Parameters

              Returns Promise<Uint8Array>

            • GetCheckpointChunk fetches a specific chunk from an existing chekpoint.

              -

              Parameters

              Returns ClientReadableStream<Uint8Array>

            • TotalSupply returns the total number of base units.

              +

              Parameters

              Returns Promise<Uint8Array>

            • GetCheckpointChunk fetches a specific chunk from an existing chekpoint.

              +

              Parameters

              Returns ClientReadableStream<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +

            Parameters

            Returns Promise<StorageProofResponse>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/classes/client.OasisCodedError.html b/js/client/classes/client.OasisCodedError.html index 28faab9ba2..7e124ed8eb 100644 --- a/js/client/classes/client.OasisCodedError.html +++ b/js/client/classes/client.OasisCodedError.html @@ -1,4 +1,4 @@ -OasisCodedError | @oasisprotocol/client

            Hierarchy

            • Error
              • OasisCodedError

            Constructors

            constructor +OasisCodedError | @oasisprotocol/client

            Hierarchy

            • Error
              • OasisCodedError

            Constructors

            • Parameters

              • Optional message: string

              Returns OasisCodedError

            Properties

            message: string
            name: string
            oasisCode?: number
            oasisModule?: string
            stack?: string
            prepareStackTrace?: ((err, stackTraces) => any)

            Optional override for formatting stack traces

            +

            Constructors

            • Parameters

              • Optional message: string

              Returns OasisCodedError

            Properties

            message: string
            name: string
            oasisCode?: number
            oasisModule?: string
            stack?: string
            prepareStackTrace?: ((err, stackTraces) => any)

            Optional override for formatting stack traces

            Type declaration

            See

            https://v8.dev/docs/stack-trace-api#customizing-stack-traces

            diff --git a/js/client/classes/consensus.TransactionWrapper.html b/js/client/classes/consensus.TransactionWrapper.html index 434a387071..8631cefc13 100644 --- a/js/client/classes/consensus.TransactionWrapper.html +++ b/js/client/classes/consensus.TransactionWrapper.html @@ -1,4 +1,4 @@ -TransactionWrapper | @oasisprotocol/client

            Type Parameters

            • BODY

            Constructors

            constructor +TransactionWrapper | @oasisprotocol/client

            Type Parameters

            • BODY

            Constructors

            Properties

            Methods

            estimateGas @@ -9,4 +9,4 @@ setNonce sign submit -

            Constructors

            Properties

            signedTransaction: SignatureSigned

            Methods

            Generated using TypeDoc

            \ No newline at end of file +

            Constructors

            Properties

            signedTransaction: SignatureSigned

            Methods

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/classes/hdkey.HDKey.html b/js/client/classes/hdkey.HDKey.html index fe52976ea3..48a1b26f60 100644 --- a/js/client/classes/hdkey.HDKey.html +++ b/js/client/classes/hdkey.HDKey.html @@ -1,14 +1,14 @@ HDKey | @oasisprotocol/client

            HDKey handles hierarchical key generation according to ADR 0008 https://github.com/oasisprotocol/adrs/blob/main/0008-standard-account-key-generation.md

            -

            Properties

            Properties

            keypair: SignKeyPair

            Methods

            • Generates a mnemonic

              +

            Properties

            keypair: SignKeyPair

            Methods

            • Generates a mnemonic

              Parameters

              • strength: number = 256

                Length in bits of the generated mnemonic

              Returns string

              Generated BIP-0039 Mnemonic

              -
            • Generates the keypair matching the supplied parameters

              +
            • Generates the keypair matching the supplied parameters

              Parameters

              • mnemonic: string

                BIP-0039 Mnemonic

              • index: number = 0

                Account index

              • Optional passphrase: string

                Optional BIP-0039 passphrase

              Returns Promise<SignKeyPair>

              SignKeyPair for these parameters

              -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/classes/signature.BlindContextSigner.html b/js/client/classes/signature.BlindContextSigner.html index b21ce125bc..cd12148e0d 100644 --- a/js/client/classes/signature.BlindContextSigner.html +++ b/js/client/classes/signature.BlindContextSigner.html @@ -1,5 +1,5 @@ -BlindContextSigner | @oasisprotocol/client

            Implements

            Constructors

            constructor +BlindContextSigner | @oasisprotocol/client

            Implements

            Constructors

            Properties

            Methods

            Constructors

            Properties

            signer: Signer

            Methods

            Generated using TypeDoc

            \ No newline at end of file +

            Constructors

            Properties

            signer: Signer

            Methods

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/classes/signature.NaclSigner.html b/js/client/classes/signature.NaclSigner.html index 5774c2423d..4211999d64 100644 --- a/js/client/classes/signature.NaclSigner.html +++ b/js/client/classes/signature.NaclSigner.html @@ -1,25 +1,25 @@ NaclSigner | @oasisprotocol/client

            An in-memory signer based on tweetnacl. We've included this for development.

            -

            Implements

            Constructors

            Implements

            Constructors

            Properties

            Methods

            Constructors

            Properties

            key: SignKeyPair

            Methods

            • Returns the 32 bytes public key of this key pair

              +

            Constructors

            Properties

            key: SignKeyPair

            Methods

            • Signs the given message

              Parameters

              • message: Uint8Array

                Bytes to sign

              Returns Promise<Uint8Array>

              Signed message

              -
            • Generate a keypair from a random seed

              Parameters

              • note: string

                Set to 'this key is not important' to acknowledge the risks

              Returns NaclSigner

              Instance of NaclSigner

              -
            • Instanciate from a given secret

              Parameters

              • secret: Uint8Array

                64 bytes ed25519 secret (h) that will be used to sign messages

              • note: string

                Set to 'this key is not important' to acknowledge the risks

              Returns NaclSigner

              Instance of NaclSigner

              -
            • Instanciate from a given seed

              Parameters

              • seed: Uint8Array

                32 bytes ed25519 seed (k) that will deterministically generate a private key

              • note: string

                Set to 'this key is not important' to acknowledge the risks

              Returns NaclSigner

              Instance of NaclSigner

              -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/address.fromBech32.html b/js/client/functions/address.fromBech32.html index 59ddd60864..831b93ecff 100644 --- a/js/client/functions/address.fromBech32.html +++ b/js/client/functions/address.fromBech32.html @@ -1 +1 @@ -fromBech32 | @oasisprotocol/client
            • Parameters

              • expectedPrefix: string
              • str: string

              Returns Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +fromBech32 | @oasisprotocol/client
            • Parameters

              • expectedPrefix: string
              • str: string

              Returns Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/address.fromData.html b/js/client/functions/address.fromData.html index 7666f079ec..b312ae2067 100644 --- a/js/client/functions/address.fromData.html +++ b/js/client/functions/address.fromData.html @@ -1 +1 @@ -fromData | @oasisprotocol/client
            • Parameters

              • contextIdentifier: string
              • contextVersion: number
              • data: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +fromData | @oasisprotocol/client
            • Parameters

              • contextIdentifier: string
              • contextVersion: number
              • data: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/address.toBech32.html b/js/client/functions/address.toBech32.html index 7c84fb7999..e2da594e05 100644 --- a/js/client/functions/address.toBech32.html +++ b/js/client/functions/address.toBech32.html @@ -1 +1 @@ -toBech32 | @oasisprotocol/client
            • Parameters

              • prefix: string
              • addr: Uint8Array

              Returns string

            Generated using TypeDoc

            \ No newline at end of file +toBech32 | @oasisprotocol/client
            • Parameters

              • prefix: string
              • addr: Uint8Array

              Returns string

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/beacon.setEpochWrapper.html b/js/client/functions/beacon.setEpochWrapper.html index 18f9dfe74f..6eb232ff59 100644 --- a/js/client/functions/beacon.setEpochWrapper.html +++ b/js/client/functions/beacon.setEpochWrapper.html @@ -1 +1 @@ -setEpochWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +setEpochWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/beacon.vrfProveWrapper.html b/js/client/functions/beacon.vrfProveWrapper.html index 47a75d16f8..f8eddf6ff6 100644 --- a/js/client/functions/beacon.vrfProveWrapper.html +++ b/js/client/functions/beacon.vrfProveWrapper.html @@ -1 +1 @@ -vrfProveWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +vrfProveWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/common.openMultiSignedNode.html b/js/client/functions/common.openMultiSignedNode.html index addc39f82f..c18feed079 100644 --- a/js/client/functions/common.openMultiSignedNode.html +++ b/js/client/functions/common.openMultiSignedNode.html @@ -1 +1 @@ -openMultiSignedNode | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +openMultiSignedNode | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/common.openSignedEntity.html b/js/client/functions/common.openSignedEntity.html index c42446c294..1434e86a6c 100644 --- a/js/client/functions/common.openSignedEntity.html +++ b/js/client/functions/common.openSignedEntity.html @@ -1 +1 @@ -openSignedEntity | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +openSignedEntity | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/common.signMultiSignedNode.html b/js/client/functions/common.signMultiSignedNode.html index abea96eb3b..9f80d21c55 100644 --- a/js/client/functions/common.signMultiSignedNode.html +++ b/js/client/functions/common.signMultiSignedNode.html @@ -1 +1 @@ -signMultiSignedNode | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +signMultiSignedNode | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/common.signSignedEntity.html b/js/client/functions/common.signSignedEntity.html index 07fbe52708..3c76b1eac5 100644 --- a/js/client/functions/common.signSignedEntity.html +++ b/js/client/functions/common.signSignedEntity.html @@ -1 +1 @@ -signSignedEntity | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +signSignedEntity | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/consensus.hashSignedTransaction.html b/js/client/functions/consensus.hashSignedTransaction.html index 71e701ae82..b7e92fc596 100644 --- a/js/client/functions/consensus.hashSignedTransaction.html +++ b/js/client/functions/consensus.hashSignedTransaction.html @@ -1,3 +1,3 @@ hashSignedTransaction | @oasisprotocol/client
            • This special hex-hash-of-the-CBOR-encoded signed transaction is useful for interoperability with block explorers, so here's a special function for doing it.

              -

              Parameters

              Returns Promise<string>

            Generated using TypeDoc

            \ No newline at end of file +

            Parameters

            Returns Promise<string>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/consensus.openSignedTransaction.html b/js/client/functions/consensus.openSignedTransaction.html index 68917fdd47..d250ebf006 100644 --- a/js/client/functions/consensus.openSignedTransaction.html +++ b/js/client/functions/consensus.openSignedTransaction.html @@ -1 +1 @@ -openSignedTransaction | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +openSignedTransaction | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/consensus.signSignedTransaction.html b/js/client/functions/consensus.signSignedTransaction.html index 292547166c..74b3f167dd 100644 --- a/js/client/functions/consensus.signSignedTransaction.html +++ b/js/client/functions/consensus.signSignedTransaction.html @@ -1 +1 @@ -signSignedTransaction | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +signSignedTransaction | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/consensus.visitTransaction.html b/js/client/functions/consensus.visitTransaction.html index c12dd9ab4a..308af094cd 100644 --- a/js/client/functions/consensus.visitTransaction.html +++ b/js/client/functions/consensus.visitTransaction.html @@ -3,4 +3,4 @@ ConsensusTransactionHandlers types to initialize the fields.

          • tx: ConsensusTransaction

            The transaction

          • Returns boolean

            true if the transaction method matched one of the handlers

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/genesis.chainContext.html b/js/client/functions/genesis.chainContext.html index 0725eeb2ff..f600315f06 100644 --- a/js/client/functions/genesis.chainContext.html +++ b/js/client/functions/genesis.chainContext.html @@ -1 +1 @@ -chainContext | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +chainContext | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/governance.castVoteWrapper.html b/js/client/functions/governance.castVoteWrapper.html index 42aff97034..24fded537c 100644 --- a/js/client/functions/governance.castVoteWrapper.html +++ b/js/client/functions/governance.castVoteWrapper.html @@ -1 +1 @@ -castVoteWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +castVoteWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/governance.submitProposalWrapper.html b/js/client/functions/governance.submitProposalWrapper.html index 51ba08f125..490bd92025 100644 --- a/js/client/functions/governance.submitProposalWrapper.html +++ b/js/client/functions/governance.submitProposalWrapper.html @@ -1 +1 @@ -submitProposalWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +submitProposalWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/hash.hash.html b/js/client/functions/hash.hash.html index b982232c65..875587bedb 100644 --- a/js/client/functions/hash.hash.html +++ b/js/client/functions/hash.hash.html @@ -1 +1 @@ -hash | @oasisprotocol/client
            • Parameters

              • data: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +hash | @oasisprotocol/client
            • Parameters

              • data: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/keymanager.updatePolicyWrapper.html b/js/client/functions/keymanager.updatePolicyWrapper.html index b503fd2089..94194e67f7 100644 --- a/js/client/functions/keymanager.updatePolicyWrapper.html +++ b/js/client/functions/keymanager.updatePolicyWrapper.html @@ -1 +1 @@ -updatePolicyWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +updatePolicyWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/misc.concat.html b/js/client/functions/misc.concat.html index 3927bce9e2..b5d77a53ff 100644 --- a/js/client/functions/misc.concat.html +++ b/js/client/functions/misc.concat.html @@ -1 +1 @@ -concat | @oasisprotocol/client
            • Parameters

              • Rest ...parts: Uint8Array[]

              Returns Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +concat | @oasisprotocol/client
            • Parameters

              • Rest ...parts: Uint8Array[]

              Returns Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/misc.fromBase64.html b/js/client/functions/misc.fromBase64.html index d9f26837c7..5535b9a4ec 100644 --- a/js/client/functions/misc.fromBase64.html +++ b/js/client/functions/misc.fromBase64.html @@ -1 +1 @@ -fromBase64 | @oasisprotocol/client
            • Parameters

              • base64: string

              Returns Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +fromBase64 | @oasisprotocol/client
            • Parameters

              • base64: string

              Returns Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/misc.fromCBOR.html b/js/client/functions/misc.fromCBOR.html index 46b569de2b..dee831e5a8 100644 --- a/js/client/functions/misc.fromCBOR.html +++ b/js/client/functions/misc.fromCBOR.html @@ -1 +1 @@ -fromCBOR | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +fromCBOR | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/misc.fromHex.html b/js/client/functions/misc.fromHex.html index ac0e343636..1a4d2d96b2 100644 --- a/js/client/functions/misc.fromHex.html +++ b/js/client/functions/misc.fromHex.html @@ -1 +1 @@ -fromHex | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +fromHex | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/misc.fromString.html b/js/client/functions/misc.fromString.html index a1be9b13d8..e03b0e81a8 100644 --- a/js/client/functions/misc.fromString.html +++ b/js/client/functions/misc.fromString.html @@ -1 +1 @@ -fromString | @oasisprotocol/client
            • Parameters

              • str: string

              Returns Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +fromString | @oasisprotocol/client
            • Parameters

              • str: string

              Returns Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/misc.toBase64.html b/js/client/functions/misc.toBase64.html index cab012d3bd..933369a6f2 100644 --- a/js/client/functions/misc.toBase64.html +++ b/js/client/functions/misc.toBase64.html @@ -1 +1 @@ -toBase64 | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +toBase64 | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/misc.toCBOR.html b/js/client/functions/misc.toCBOR.html index d8c48164c6..eb61e501b3 100644 --- a/js/client/functions/misc.toCBOR.html +++ b/js/client/functions/misc.toCBOR.html @@ -1 +1 @@ -toCBOR | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +toCBOR | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/misc.toHex.html b/js/client/functions/misc.toHex.html index d5499c06f1..df8b564a9d 100644 --- a/js/client/functions/misc.toHex.html +++ b/js/client/functions/misc.toHex.html @@ -1 +1 @@ -toHex | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +toHex | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/misc.toStringUTF8.html b/js/client/functions/misc.toStringUTF8.html index 0764c567ae..597ea3e56e 100644 --- a/js/client/functions/misc.toStringUTF8.html +++ b/js/client/functions/misc.toStringUTF8.html @@ -1 +1 @@ -toStringUTF8 | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +toStringUTF8 | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/quantity.fromBigInt.html b/js/client/functions/quantity.fromBigInt.html index e63f70328b..f433430649 100644 --- a/js/client/functions/quantity.fromBigInt.html +++ b/js/client/functions/quantity.fromBigInt.html @@ -1 +1 @@ -fromBigInt | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +fromBigInt | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/quantity.toBigInt.html b/js/client/functions/quantity.toBigInt.html index 73b45e916c..b923d3aca9 100644 --- a/js/client/functions/quantity.toBigInt.html +++ b/js/client/functions/quantity.toBigInt.html @@ -1 +1 @@ -toBigInt | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +toBigInt | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/registry.deregisterEntityWrapper.html b/js/client/functions/registry.deregisterEntityWrapper.html index a42f0ca07d..46151be9fa 100644 --- a/js/client/functions/registry.deregisterEntityWrapper.html +++ b/js/client/functions/registry.deregisterEntityWrapper.html @@ -1 +1 @@ -deregisterEntityWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +deregisterEntityWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/registry.registerEntityWrapper.html b/js/client/functions/registry.registerEntityWrapper.html index 617ed9bc37..fd4a091aab 100644 --- a/js/client/functions/registry.registerEntityWrapper.html +++ b/js/client/functions/registry.registerEntityWrapper.html @@ -1 +1 @@ -registerEntityWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +registerEntityWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/registry.registerNodeWrapper.html b/js/client/functions/registry.registerNodeWrapper.html index 3375adbb56..3c7e03b673 100644 --- a/js/client/functions/registry.registerNodeWrapper.html +++ b/js/client/functions/registry.registerNodeWrapper.html @@ -1 +1 @@ -registerNodeWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +registerNodeWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/registry.registerRuntimeWrapper.html b/js/client/functions/registry.registerRuntimeWrapper.html index 5999790dc2..8a00ed3129 100644 --- a/js/client/functions/registry.registerRuntimeWrapper.html +++ b/js/client/functions/registry.registerRuntimeWrapper.html @@ -1 +1 @@ -registerRuntimeWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +registerRuntimeWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/registry.unfreezeNodeWrapper.html b/js/client/functions/registry.unfreezeNodeWrapper.html index eec3d646b3..e0a13d0828 100644 --- a/js/client/functions/registry.unfreezeNodeWrapper.html +++ b/js/client/functions/registry.unfreezeNodeWrapper.html @@ -1 +1 @@ -unfreezeNodeWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +unfreezeNodeWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/roothash.evidenceWrapper.html b/js/client/functions/roothash.evidenceWrapper.html index 755e9e1a0b..d05905a496 100644 --- a/js/client/functions/roothash.evidenceWrapper.html +++ b/js/client/functions/roothash.evidenceWrapper.html @@ -1 +1 @@ -evidenceWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +evidenceWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/roothash.executorCommitWrapper.html b/js/client/functions/roothash.executorCommitWrapper.html index 77f42b8a4f..2ba7ea24e5 100644 --- a/js/client/functions/roothash.executorCommitWrapper.html +++ b/js/client/functions/roothash.executorCommitWrapper.html @@ -1 +1 @@ -executorCommitWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +executorCommitWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/roothash.signComputeResultsHeader.html b/js/client/functions/roothash.signComputeResultsHeader.html index e35ceefa8e..2cf2f09388 100644 --- a/js/client/functions/roothash.signComputeResultsHeader.html +++ b/js/client/functions/roothash.signComputeResultsHeader.html @@ -1 +1 @@ -signComputeResultsHeader | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +signComputeResultsHeader | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/roothash.signExecutorCommitment.html b/js/client/functions/roothash.signExecutorCommitment.html index 8a89115f5b..8bf3d1dbd6 100644 --- a/js/client/functions/roothash.signExecutorCommitment.html +++ b/js/client/functions/roothash.signExecutorCommitment.html @@ -1 +1 @@ -signExecutorCommitment | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +signExecutorCommitment | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/roothash.signProposal.html b/js/client/functions/roothash.signProposal.html index 8600866785..35d0bff497 100644 --- a/js/client/functions/roothash.signProposal.html +++ b/js/client/functions/roothash.signProposal.html @@ -1 +1 @@ -signProposal | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +signProposal | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/roothash.submitMsgWrapper.html b/js/client/functions/roothash.submitMsgWrapper.html index 33d4feeb77..33d6b1c658 100644 --- a/js/client/functions/roothash.submitMsgWrapper.html +++ b/js/client/functions/roothash.submitMsgWrapper.html @@ -1 +1 @@ -submitMsgWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +submitMsgWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/roothash.verifyComputeResultsHeader.html b/js/client/functions/roothash.verifyComputeResultsHeader.html index 0683ca7b5c..c6239a9350 100644 --- a/js/client/functions/roothash.verifyComputeResultsHeader.html +++ b/js/client/functions/roothash.verifyComputeResultsHeader.html @@ -1 +1 @@ -verifyComputeResultsHeader | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +verifyComputeResultsHeader | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/roothash.verifyExecutorCommitment.html b/js/client/functions/roothash.verifyExecutorCommitment.html index fa8ffa0769..e19d7d6c70 100644 --- a/js/client/functions/roothash.verifyExecutorCommitment.html +++ b/js/client/functions/roothash.verifyExecutorCommitment.html @@ -1 +1 @@ -verifyExecutorCommitment | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +verifyExecutorCommitment | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/roothash.verifyProposal.html b/js/client/functions/roothash.verifyProposal.html index e918011d02..00cb0f0b8c 100644 --- a/js/client/functions/roothash.verifyProposal.html +++ b/js/client/functions/roothash.verifyProposal.html @@ -1 +1 @@ -verifyProposal | @oasisprotocol/client
            • Parameters

              Returns Promise<boolean>

            Generated using TypeDoc

            \ No newline at end of file +verifyProposal | @oasisprotocol/client
            • Parameters

              Returns Promise<boolean>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/signature.combineChainContext.html b/js/client/functions/signature.combineChainContext.html index afbeb423cf..49d1fc7b5e 100644 --- a/js/client/functions/signature.combineChainContext.html +++ b/js/client/functions/signature.combineChainContext.html @@ -1 +1 @@ -combineChainContext | @oasisprotocol/client
            • Parameters

              • context: string
              • chainContext: string

              Returns string

            Generated using TypeDoc

            \ No newline at end of file +combineChainContext | @oasisprotocol/client
            • Parameters

              • context: string
              • chainContext: string

              Returns string

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/signature.openMultiSigned.html b/js/client/functions/signature.openMultiSigned.html index fb66c302e9..83165361d5 100644 --- a/js/client/functions/signature.openMultiSigned.html +++ b/js/client/functions/signature.openMultiSigned.html @@ -1 +1 @@ -openMultiSigned | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +openMultiSigned | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/signature.openSigned.html b/js/client/functions/signature.openSigned.html index 09ccea061a..4fef2d66a3 100644 --- a/js/client/functions/signature.openSigned.html +++ b/js/client/functions/signature.openSigned.html @@ -1 +1 @@ -openSigned | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +openSigned | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/signature.prepareSignerMessage.html b/js/client/functions/signature.prepareSignerMessage.html index 7af50bc039..61b93464c4 100644 --- a/js/client/functions/signature.prepareSignerMessage.html +++ b/js/client/functions/signature.prepareSignerMessage.html @@ -1 +1 @@ -prepareSignerMessage | @oasisprotocol/client
            • Parameters

              • context: string
              • message: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +prepareSignerMessage | @oasisprotocol/client
            • Parameters

              • context: string
              • message: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/signature.signMultiSigned.html b/js/client/functions/signature.signMultiSigned.html index 0a600ca3be..68a829a18d 100644 --- a/js/client/functions/signature.signMultiSigned.html +++ b/js/client/functions/signature.signMultiSigned.html @@ -1 +1 @@ -signMultiSigned | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +signMultiSigned | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/signature.signSigned.html b/js/client/functions/signature.signSigned.html index be1e5afd92..5d56661212 100644 --- a/js/client/functions/signature.signSigned.html +++ b/js/client/functions/signature.signSigned.html @@ -1 +1 @@ -signSigned | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +signSigned | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/signature.verify.html b/js/client/functions/signature.verify.html index 1f4675c4c2..88be078043 100644 --- a/js/client/functions/signature.verify.html +++ b/js/client/functions/signature.verify.html @@ -1 +1 @@ -verify | @oasisprotocol/client
            • Parameters

              • publicKey: Uint8Array
              • context: string
              • message: Uint8Array
              • signature: Uint8Array

              Returns Promise<boolean>

            Generated using TypeDoc

            \ No newline at end of file +verify | @oasisprotocol/client
            • Parameters

              • publicKey: Uint8Array
              • context: string
              • message: Uint8Array
              • signature: Uint8Array

              Returns Promise<boolean>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/signature.visitMessage.html b/js/client/functions/signature.visitMessage.html index a5cae6a04d..7467d85909 100644 --- a/js/client/functions/signature.visitMessage.html +++ b/js/client/functions/signature.visitMessage.html @@ -4,4 +4,4 @@
          • context: string

            The context string as would be given to ContextSigner.sign

          • message: Uint8Array

            The messsage as would be given to ContextSigner.sign

          • Returns boolean

            true if the context matched one of the handlers

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.addEscrowWrapper.html b/js/client/functions/staking.addEscrowWrapper.html index 4a21fc661e..1418944e80 100644 --- a/js/client/functions/staking.addEscrowWrapper.html +++ b/js/client/functions/staking.addEscrowWrapper.html @@ -1 +1 @@ -addEscrowWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +addEscrowWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.addressFromBech32.html b/js/client/functions/staking.addressFromBech32.html index d444322259..9b43b45e76 100644 --- a/js/client/functions/staking.addressFromBech32.html +++ b/js/client/functions/staking.addressFromBech32.html @@ -1 +1 @@ -addressFromBech32 | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +addressFromBech32 | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.addressFromPublicKey.html b/js/client/functions/staking.addressFromPublicKey.html index c978d61662..4280bc74fb 100644 --- a/js/client/functions/staking.addressFromPublicKey.html +++ b/js/client/functions/staking.addressFromPublicKey.html @@ -1 +1 @@ -addressFromPublicKey | @oasisprotocol/client
            • Parameters

              • pk: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +addressFromPublicKey | @oasisprotocol/client
            • Parameters

              • pk: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.addressFromRuntimeID.html b/js/client/functions/staking.addressFromRuntimeID.html index 391919f582..a82c493e32 100644 --- a/js/client/functions/staking.addressFromRuntimeID.html +++ b/js/client/functions/staking.addressFromRuntimeID.html @@ -1 +1 @@ -addressFromRuntimeID | @oasisprotocol/client
            • Parameters

              • id: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +addressFromRuntimeID | @oasisprotocol/client
            • Parameters

              • id: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.addressToBech32.html b/js/client/functions/staking.addressToBech32.html index a70b1a26c7..9cd15a9162 100644 --- a/js/client/functions/staking.addressToBech32.html +++ b/js/client/functions/staking.addressToBech32.html @@ -1 +1 @@ -addressToBech32 | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +addressToBech32 | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.allowWrapper.html b/js/client/functions/staking.allowWrapper.html index 40daad5a1c..284e6e1b62 100644 --- a/js/client/functions/staking.allowWrapper.html +++ b/js/client/functions/staking.allowWrapper.html @@ -1 +1 @@ -allowWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +allowWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.amendCommissionScheduleWrapper.html b/js/client/functions/staking.amendCommissionScheduleWrapper.html index e5351f5f0e..08f02638a3 100644 --- a/js/client/functions/staking.amendCommissionScheduleWrapper.html +++ b/js/client/functions/staking.amendCommissionScheduleWrapper.html @@ -1 +1 @@ -amendCommissionScheduleWrapper | @oasisprotocol/client

            Function amendCommissionScheduleWrapper

            Generated using TypeDoc

            \ No newline at end of file +amendCommissionScheduleWrapper | @oasisprotocol/client

            Function amendCommissionScheduleWrapper

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.burnWrapper.html b/js/client/functions/staking.burnWrapper.html index ac6e001e89..ed4aa33c58 100644 --- a/js/client/functions/staking.burnWrapper.html +++ b/js/client/functions/staking.burnWrapper.html @@ -1 +1 @@ -burnWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +burnWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.commonPoolAddress.html b/js/client/functions/staking.commonPoolAddress.html index 1085f6fe1b..be8df8f34d 100644 --- a/js/client/functions/staking.commonPoolAddress.html +++ b/js/client/functions/staking.commonPoolAddress.html @@ -1,3 +1,3 @@ commonPoolAddress | @oasisprotocol/client
            • CommonPoolAddress is the common pool address. The address is reserved to prevent it being accidentally used in the actual ledger.

              -

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +

            Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.feeAccumulatorAddress.html b/js/client/functions/staking.feeAccumulatorAddress.html index 067acb735e..a6e8afa376 100644 --- a/js/client/functions/staking.feeAccumulatorAddress.html +++ b/js/client/functions/staking.feeAccumulatorAddress.html @@ -1,4 +1,4 @@ feeAccumulatorAddress | @oasisprotocol/client
            • FeeAccumulatorAddress is the per-block fee accumulator address. It holds all fees from txs in a block which are later disbursed to validators appropriately. The address is reserved to prevent it being accidentally used in the actual ledger.

              -

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +

            Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.governanceDepositsAddress.html b/js/client/functions/staking.governanceDepositsAddress.html index 3c8d3eb4f1..13bb7dcfb8 100644 --- a/js/client/functions/staking.governanceDepositsAddress.html +++ b/js/client/functions/staking.governanceDepositsAddress.html @@ -1,3 +1,3 @@ governanceDepositsAddress | @oasisprotocol/client
            • GovernanceDepositsAddress is the governance deposits address. This address is reserved to prevent it from being accidentally used in the actual ledger.

              -

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +

            Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.reclaimEscrowWrapper.html b/js/client/functions/staking.reclaimEscrowWrapper.html index 23fe8f29a6..01116785ce 100644 --- a/js/client/functions/staking.reclaimEscrowWrapper.html +++ b/js/client/functions/staking.reclaimEscrowWrapper.html @@ -1 +1 @@ -reclaimEscrowWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +reclaimEscrowWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.transferWrapper.html b/js/client/functions/staking.transferWrapper.html index daa4d4d663..272668e265 100644 --- a/js/client/functions/staking.transferWrapper.html +++ b/js/client/functions/staking.transferWrapper.html @@ -1 +1 @@ -transferWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +transferWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/functions/staking.withdrawWrapper.html b/js/client/functions/staking.withdrawWrapper.html index addc586a20..64fbee4eff 100644 --- a/js/client/functions/staking.withdrawWrapper.html +++ b/js/client/functions/staking.withdrawWrapper.html @@ -1 +1 @@ -withdrawWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +withdrawWrapper | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/signature.ContextSigner.html b/js/client/interfaces/signature.ContextSigner.html index 449be5a7df..c8c42bdfa4 100644 --- a/js/client/interfaces/signature.ContextSigner.html +++ b/js/client/interfaces/signature.ContextSigner.html @@ -1,3 +1,3 @@ -ContextSigner | @oasisprotocol/client
            interface ContextSigner {
                public(): Uint8Array;
                sign(context, message): Promise<Uint8Array>;
            }

            Implemented by

            Methods

            public +ContextSigner | @oasisprotocol/client
            interface ContextSigner {
                public(): Uint8Array;
                sign(context, message): Promise<Uint8Array>;
            }

            Implemented by

            Methods

            Methods

            • Parameters

              • context: string
              • message: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +

            Methods

            • Parameters

              • context: string
              • message: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/signature.MessageHandlers.html b/js/client/interfaces/signature.MessageHandlers.html index b8a1a10983..2acfccee25 100644 --- a/js/client/interfaces/signature.MessageHandlers.html +++ b/js/client/interfaces/signature.MessageHandlers.html @@ -1,3 +1,3 @@ -MessageHandlers | @oasisprotocol/client
            interface MessageHandlers {
                bare?: MessageHandlersBare;
                withChainContext?: MessageHandlersWithChainContext;
            }

            Properties

            bare? +MessageHandlers | @oasisprotocol/client
            interface MessageHandlers {
                bare?: MessageHandlersBare;
                withChainContext?: MessageHandlersWithChainContext;
            }

            Properties

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/signature.Signer.html b/js/client/interfaces/signature.Signer.html index 5fbcb151f9..cbb92ea4e6 100644 --- a/js/client/interfaces/signature.Signer.html +++ b/js/client/interfaces/signature.Signer.html @@ -1,3 +1,3 @@ -Signer | @oasisprotocol/client
            interface Signer {
                public(): Uint8Array;
                sign(message): Promise<Uint8Array>;
            }

            Implemented by

            Methods

            public +Signer | @oasisprotocol/client
            interface Signer {
                public(): Uint8Array;
                sign(message): Promise<Uint8Array>;
            }

            Implemented by

            Methods

            Methods

            • Parameters

              • message: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file +

            Methods

            • Parameters

              • message: Uint8Array

              Returns Promise<Uint8Array>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.BeaconConsensusParameters.html b/js/client/interfaces/types.BeaconConsensusParameters.html index 2879cf7227..3bb8c8cfda 100644 --- a/js/client/interfaces/types.BeaconConsensusParameters.html +++ b/js/client/interfaces/types.BeaconConsensusParameters.html @@ -1,10 +1,10 @@ BeaconConsensusParameters | @oasisprotocol/client

            Interface BeaconConsensusParameters

            ConsensusParameters are the beacon consensus parameters.

            -
            interface BeaconConsensusParameters {
                backend: string;
                debug_mock_backend?: boolean;
                insecure_parameters?: BeaconInsecureParameters;
                vrf_parameters?: BeaconVRFParameters;
            }

            Properties

            interface BeaconConsensusParameters {
                backend: string;
                debug_mock_backend?: boolean;
                insecure_parameters?: BeaconInsecureParameters;
                vrf_parameters?: BeaconVRFParameters;
            }

            Properties

            backend: string

            Backend is the beacon backend.

            -
            debug_mock_backend?: boolean

            DebugMockBackend is flag for enabling the mock epochtime backend.

            -
            insecure_parameters?: BeaconInsecureParameters

            InsecureParameters are the beacon parameters for the insecure backend.

            -
            vrf_parameters?: BeaconVRFParameters

            VRFParameters are the beacon parameters for the VRF backend.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            debug_mock_backend?: boolean

            DebugMockBackend is flag for enabling the mock epochtime backend.

            +
            insecure_parameters?: BeaconInsecureParameters

            InsecureParameters are the beacon parameters for the insecure backend.

            +
            vrf_parameters?: BeaconVRFParameters

            VRFParameters are the beacon parameters for the VRF backend.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.BeaconEpochTimeState.html b/js/client/interfaces/types.BeaconEpochTimeState.html index 2137c634f0..94aba6094f 100644 --- a/js/client/interfaces/types.BeaconEpochTimeState.html +++ b/js/client/interfaces/types.BeaconEpochTimeState.html @@ -1,4 +1,4 @@ BeaconEpochTimeState | @oasisprotocol/client

            EpochTimeState is the epoch state.

            -
            interface BeaconEpochTimeState {
                epoch: longnum;
                height: longnum;
            }

            Properties

            interface BeaconEpochTimeState {
                epoch: longnum;
                height: longnum;
            }

            Properties

            Properties

            epoch: longnum
            height: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            epoch: longnum
            height: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.BeaconGenesis.html b/js/client/interfaces/types.BeaconGenesis.html index 6f043c3563..cbbad320ce 100644 --- a/js/client/interfaces/types.BeaconGenesis.html +++ b/js/client/interfaces/types.BeaconGenesis.html @@ -1,6 +1,6 @@ BeaconGenesis | @oasisprotocol/client

            Genesis is the genesis state.

            -
            interface BeaconGenesis {
                base: longnum;
                params: BeaconConsensusParameters;
            }

            Properties

            interface BeaconGenesis {
                base: longnum;
                params: BeaconConsensusParameters;
            }

            Properties

            Properties

            base: longnum

            Base is the starting epoch.

            -

            Parameters are the beacon consensus parameters.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            params: BeaconConsensusParameters

            Parameters are the beacon consensus parameters.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.BeaconInsecureParameters.html b/js/client/interfaces/types.BeaconInsecureParameters.html index 883e29f051..f72800c5ef 100644 --- a/js/client/interfaces/types.BeaconInsecureParameters.html +++ b/js/client/interfaces/types.BeaconInsecureParameters.html @@ -1,4 +1,4 @@ BeaconInsecureParameters | @oasisprotocol/client

            Interface BeaconInsecureParameters

            InsecureParameters are the beacon parameters for the insecure backend.

            -
            interface BeaconInsecureParameters {
                interval?: longnum;
            }

            Properties

            interface BeaconInsecureParameters {
                interval?: longnum;
            }

            Properties

            Properties

            interval?: longnum

            Interval is the epoch interval (in blocks).

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.BeaconVRFParameters.html b/js/client/interfaces/types.BeaconVRFParameters.html index b5e6cea02c..fa7e46e75b 100644 --- a/js/client/interfaces/types.BeaconVRFParameters.html +++ b/js/client/interfaces/types.BeaconVRFParameters.html @@ -1,5 +1,5 @@ BeaconVRFParameters | @oasisprotocol/client

            VRFParameters are the beacon parameters for the VRF backend.

            -
            interface BeaconVRFParameters {
                alpha_hq_threshold?: longnum;
                gas_costs?: {
                    [op: string]: longnum;
                };
                interval?: longnum;
                proof_delay?: longnum;
            }

            Properties

            interface BeaconVRFParameters {
                alpha_hq_threshold?: longnum;
                gas_costs?: {
                    [op: string]: longnum;
                };
                interval?: longnum;
                proof_delay?: longnum;
            }

            Properties

            alpha_hq_threshold? gas_costs? interval? proof_delay? @@ -7,9 +7,9 @@ that must be received for the next input (Alpha) to be considered high quality. If the VRF input is not high quality, runtimes will be disabled for the next epoch.

            -
            gas_costs?: {
                [op: string]: longnum;
            }

            GasCosts are the VRF proof gas costs.

            -

            Type declaration

            interval?: longnum

            Interval is the epoch interval (in blocks).

            -
            proof_delay?: longnum

            ProofSubmissionDelay is the wait peroid in blocks after an epoch +

            gas_costs?: {
                [op: string]: longnum;
            }

            GasCosts are the VRF proof gas costs.

            +

            Type declaration

            interval?: longnum

            Interval is the epoch interval (in blocks).

            +
            proof_delay?: longnum

            ProofSubmissionDelay is the wait peroid in blocks after an epoch transition that nodes MUST wait before attempting to submit a VRF proof for the next epoch's elections.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.BeaconVRFProve.html b/js/client/interfaces/types.BeaconVRFProve.html index e56161fd90..d870e6a352 100644 --- a/js/client/interfaces/types.BeaconVRFProve.html +++ b/js/client/interfaces/types.BeaconVRFProve.html @@ -1,4 +1,4 @@ BeaconVRFProve | @oasisprotocol/client

            VRFProve is a VRF proof transaction payload.

            -
            interface BeaconVRFProve {
                epoch: longnum;
                pi: Uint8Array;
            }

            Properties

            interface BeaconVRFProve {
                epoch: longnum;
                pi: Uint8Array;
            }

            Properties

            Properties

            epoch: longnum
            pi: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            epoch: longnum
            pi: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.CBORVersioned.html b/js/client/interfaces/types.CBORVersioned.html index 8339b0ab71..d24d24be99 100644 --- a/js/client/interfaces/types.CBORVersioned.html +++ b/js/client/interfaces/types.CBORVersioned.html @@ -1,3 +1,3 @@ CBORVersioned | @oasisprotocol/client

            Versioned is a generic versioned serializable data structure.

            -
            interface CBORVersioned {
                v: number;
            }

            Hierarchy (view full)

            Properties

            v -

            Properties

            v: number

            Generated using TypeDoc

            \ No newline at end of file +
            interface CBORVersioned {
                v: number;
            }

            Hierarchy (view full)

            Properties

            v +

            Properties

            v: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusBlock.html b/js/client/interfaces/types.ConsensusBlock.html index d6f0e1ad12..5dca26dcfd 100644 --- a/js/client/interfaces/types.ConsensusBlock.html +++ b/js/client/interfaces/types.ConsensusBlock.html @@ -1,14 +1,14 @@ ConsensusBlock | @oasisprotocol/client

            Block is a consensus block.

            While some common fields are provided, most of the structure is dependent on the actual backend implementation.

            -
            interface ConsensusBlock {
                hash: Uint8Array;
                height: longnum;
                meta: unknown;
                state_root: StorageRoot;
                time: longnum;
            }

            Properties

            interface ConsensusBlock {
                hash: Uint8Array;
                height: longnum;
                meta: unknown;
                state_root: StorageRoot;
                time: longnum;
            }

            Properties

            hash: Uint8Array

            Hash contains the block header hash.

            -
            height: longnum

            Height contains the block height.

            -
            meta: unknown

            Meta contains the consensus backend specific block metadata.

            -
            state_root: StorageRoot

            StateRoot is the Merkle root of the consensus state tree.

            -
            time: longnum

            Time is the second-granular consensus time.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            height: longnum

            Height contains the block height.

            +
            meta: unknown

            Meta contains the consensus backend specific block metadata.

            +
            state_root: StorageRoot

            StateRoot is the Merkle root of the consensus state tree.

            +
            time: longnum

            Time is the second-granular consensus time.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusBlockMetadata.html b/js/client/interfaces/types.ConsensusBlockMetadata.html index 470eb41e40..9db71eb5af 100644 --- a/js/client/interfaces/types.ConsensusBlockMetadata.html +++ b/js/client/interfaces/types.ConsensusBlockMetadata.html @@ -1,8 +1,8 @@ ConsensusBlockMetadata | @oasisprotocol/client

            Interface ConsensusBlockMetadata

            BlockMetadata contains additional metadata related to the executing block.

            The metadata is included in the form of a special transaction where this structure is the transaction body.

            -
            interface ConsensusBlockMetadata {
                events_root: Uint8Array;
                state_root: Uint8Array;
            }

            Properties

            interface ConsensusBlockMetadata {
                events_root: Uint8Array;
                state_root: Uint8Array;
            }

            Properties

            events_root: Uint8Array

            EventsRoot is the provable events root.

            -
            state_root: Uint8Array

            StateRoot is the state root after executing all logic in the block.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            state_root: Uint8Array

            StateRoot is the state root after executing all logic in the block.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusError.html b/js/client/interfaces/types.ConsensusError.html index 5a97b4eef4..7725906cf3 100644 --- a/js/client/interfaces/types.ConsensusError.html +++ b/js/client/interfaces/types.ConsensusError.html @@ -1,5 +1,5 @@ ConsensusError | @oasisprotocol/client

            Error is a transaction execution error.

            -
            interface ConsensusError {
                code?: number;
                message?: string;
                module?: string;
            }

            Properties

            interface ConsensusError {
                code?: number;
                message?: string;
                module?: string;
            }

            Properties

            Properties

            code?: number
            message?: string
            module?: string

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            code?: number
            message?: string
            module?: string

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusEstimateGasRequest.html b/js/client/interfaces/types.ConsensusEstimateGasRequest.html index f280edee96..fc4923feb1 100644 --- a/js/client/interfaces/types.ConsensusEstimateGasRequest.html +++ b/js/client/interfaces/types.ConsensusEstimateGasRequest.html @@ -1,4 +1,4 @@ ConsensusEstimateGasRequest | @oasisprotocol/client

            Interface ConsensusEstimateGasRequest

            EstimateGasRequest is a EstimateGas request.

            -
            interface ConsensusEstimateGasRequest {
                signer: Uint8Array;
                transaction: ConsensusTransaction;
            }

            Properties

            interface ConsensusEstimateGasRequest {
                signer: Uint8Array;
                transaction: ConsensusTransaction;
            }

            Properties

            Properties

            signer: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            signer: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusEvent.html b/js/client/interfaces/types.ConsensusEvent.html index 47e0a8154a..64267c4d38 100644 --- a/js/client/interfaces/types.ConsensusEvent.html +++ b/js/client/interfaces/types.ConsensusEvent.html @@ -1,7 +1,7 @@ ConsensusEvent | @oasisprotocol/client

            Event is a consensus service event that may be emitted during processing of a transaction.

            -
            interface ConsensusEvent {
                governance?: GovernanceEvent;
                registry?: RegistryEvent;
                roothash?: RootHashEvent;
                staking?: StakingEvent;
            }

            Properties

            interface ConsensusEvent {
                governance?: GovernanceEvent;
                registry?: RegistryEvent;
                roothash?: RootHashEvent;
                staking?: StakingEvent;
            }

            Properties

            governance?: GovernanceEvent
            registry?: RegistryEvent
            roothash?: RootHashEvent
            staking?: StakingEvent

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            governance?: GovernanceEvent
            registry?: RegistryEvent
            roothash?: RootHashEvent
            staking?: StakingEvent

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusEvidence.html b/js/client/interfaces/types.ConsensusEvidence.html index b883233a19..f889dff9d0 100644 --- a/js/client/interfaces/types.ConsensusEvidence.html +++ b/js/client/interfaces/types.ConsensusEvidence.html @@ -1,4 +1,4 @@ ConsensusEvidence | @oasisprotocol/client

            Evidence is evidence of a node's Byzantine behavior.

            -
            interface ConsensusEvidence {
                meta: Uint8Array;
            }

            Properties

            interface ConsensusEvidence {
                meta: Uint8Array;
            }

            Properties

            Properties

            meta: Uint8Array

            Meta contains the consensus backend specific evidence.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusFee.html b/js/client/interfaces/types.ConsensusFee.html index 6cf32688d7..7b1a214344 100644 --- a/js/client/interfaces/types.ConsensusFee.html +++ b/js/client/interfaces/types.ConsensusFee.html @@ -1,7 +1,7 @@ ConsensusFee | @oasisprotocol/client

            Fee is the consensus transaction fee the sender wishes to pay for operations which require a fee to be paid to validators.

            -
            interface ConsensusFee {
                amount: Uint8Array;
                gas: longnum;
            }

            Properties

            interface ConsensusFee {
                amount: Uint8Array;
                gas: longnum;
            }

            Properties

            Properties

            amount: Uint8Array

            Amount is the fee amount to be paid.

            -
            gas: longnum

            Gas is the maximum gas that a transaction can use.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            gas: longnum

            Gas is the maximum gas that a transaction can use.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusGenesis.html b/js/client/interfaces/types.ConsensusGenesis.html index f72c739de3..8620f73fe9 100644 --- a/js/client/interfaces/types.ConsensusGenesis.html +++ b/js/client/interfaces/types.ConsensusGenesis.html @@ -1,4 +1,4 @@ ConsensusGenesis | @oasisprotocol/client

            Genesis contains various consensus config flags that should be part of the genesis state.

            -
            interface ConsensusGenesis {
                backend: string;
                params: ConsensusParameters;
            }

            Properties

            interface ConsensusGenesis {
                backend: string;
                params: ConsensusParameters;
            }

            Properties

            Properties

            backend: string

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            backend: string

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusGetSignerNonceRequest.html b/js/client/interfaces/types.ConsensusGetSignerNonceRequest.html index 73e60e8718..59790dca62 100644 --- a/js/client/interfaces/types.ConsensusGetSignerNonceRequest.html +++ b/js/client/interfaces/types.ConsensusGetSignerNonceRequest.html @@ -1,4 +1,4 @@ ConsensusGetSignerNonceRequest | @oasisprotocol/client

            Interface ConsensusGetSignerNonceRequest

            GetSignerNonceRequest is a GetSignerNonce request.

            -
            interface ConsensusGetSignerNonceRequest {
                account_address: Uint8Array;
                height: longnum;
            }

            Properties

            interface ConsensusGetSignerNonceRequest {
                account_address: Uint8Array;
                height: longnum;
            }

            Properties

            account_address: Uint8Array
            height: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            account_address: Uint8Array
            height: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusLightBlock.html b/js/client/interfaces/types.ConsensusLightBlock.html index ee788af567..1ff139370d 100644 --- a/js/client/interfaces/types.ConsensusLightBlock.html +++ b/js/client/interfaces/types.ConsensusLightBlock.html @@ -1,6 +1,6 @@ ConsensusLightBlock | @oasisprotocol/client

            LightBlock is a light consensus block suitable for syncing light clients.

            -
            interface ConsensusLightBlock {
                height: longnum;
                meta: Uint8Array;
            }

            Properties

            interface ConsensusLightBlock {
                height: longnum;
                meta: Uint8Array;
            }

            Properties

            Properties

            height: longnum

            Height contains the block height.

            -
            meta: Uint8Array

            Meta contains the consensus backend specific light block.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            meta: Uint8Array

            Meta contains the consensus backend specific light block.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusLightClientStatus.html b/js/client/interfaces/types.ConsensusLightClientStatus.html index 468829c313..d13f8a55d2 100644 --- a/js/client/interfaces/types.ConsensusLightClientStatus.html +++ b/js/client/interfaces/types.ConsensusLightClientStatus.html @@ -1,5 +1,5 @@ ConsensusLightClientStatus | @oasisprotocol/client

            Interface ConsensusLightClientStatus

            LightClientStatus is the current light client status overview.

            -
            interface ConsensusLightClientStatus {
                latest_hash: Uint8Array;
                latest_height: longnum;
                latest_time: longnum;
                oldest_hash: Uint8Array;
                oldest_height: longnum;
                oldest_time: longnum;
                peer_ids: string[];
            }

            Properties

            interface ConsensusLightClientStatus {
                latest_hash: Uint8Array;
                latest_height: longnum;
                latest_time: longnum;
                oldest_hash: Uint8Array;
                oldest_height: longnum;
                oldest_time: longnum;
                peer_ids: string[];
            }

            Properties

            latest_hash: Uint8Array

            LatestHash is the hash of the latest block.

            -
            latest_height: longnum

            LatestHeight is the height of the latest block.

            -
            latest_time: longnum

            LatestTime is the timestamp of the latest block.

            -
            oldest_hash: Uint8Array

            LatestHash is the hash of the oldest block.

            -
            oldest_height: longnum

            OldestHeight is the height of the oldest block.

            -
            oldest_time: longnum

            OldestTime is the timestamp of the oldest block.

            -
            peer_ids: string[]

            PeersIDs are the light client provider peer identifiers.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            latest_height: longnum

            LatestHeight is the height of the latest block.

            +
            latest_time: longnum

            LatestTime is the timestamp of the latest block.

            +
            oldest_hash: Uint8Array

            LatestHash is the hash of the oldest block.

            +
            oldest_height: longnum

            OldestHeight is the height of the oldest block.

            +
            oldest_time: longnum

            OldestTime is the timestamp of the oldest block.

            +
            peer_ids: string[]

            PeersIDs are the light client provider peer identifiers.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusLightParameters.html b/js/client/interfaces/types.ConsensusLightParameters.html index f5b485ff4f..b372d29d36 100644 --- a/js/client/interfaces/types.ConsensusLightParameters.html +++ b/js/client/interfaces/types.ConsensusLightParameters.html @@ -1,8 +1,8 @@ ConsensusLightParameters | @oasisprotocol/client

            Interface ConsensusLightParameters

            Parameters are the consensus backend parameters.

            -
            interface ConsensusLightParameters {
                height: longnum;
                meta: Uint8Array;
                parameters: ConsensusParameters;
            }

            Properties

            interface ConsensusLightParameters {
                height: longnum;
                meta: Uint8Array;
                parameters: ConsensusParameters;
            }

            Properties

            height: longnum

            Height contains the block height these consensus parameters are for.

            -
            meta: Uint8Array

            Meta contains the consensus backend specific consensus parameters.

            -

            Parameters are the backend agnostic consensus parameters.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            meta: Uint8Array

            Meta contains the consensus backend specific consensus parameters.

            +
            parameters: ConsensusParameters

            Parameters are the backend agnostic consensus parameters.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusNextBlockState.html b/js/client/interfaces/types.ConsensusNextBlockState.html index b0217939c6..e36e0f6eb8 100644 --- a/js/client/interfaces/types.ConsensusNextBlockState.html +++ b/js/client/interfaces/types.ConsensusNextBlockState.html @@ -1,7 +1,7 @@ ConsensusNextBlockState | @oasisprotocol/client

            Interface ConsensusNextBlockState

            NextBlockState has the state of the next block being voted on by validators.

            -
            interface ConsensusNextBlockState {
                height: longnum;
                num_validators: longnum;
                precommits: ConsensusVotes;
                prevotes: ConsensusVotes;
                voting_power: longnum;
            }

            Properties

            interface ConsensusNextBlockState {
                height: longnum;
                num_validators: longnum;
                precommits: ConsensusVotes;
                prevotes: ConsensusVotes;
                voting_power: longnum;
            }

            Properties

            height: longnum
            num_validators: longnum
            precommits: ConsensusVotes
            prevotes: ConsensusVotes
            voting_power: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum
            num_validators: longnum
            precommits: ConsensusVotes
            prevotes: ConsensusVotes
            voting_power: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusP2PStatus.html b/js/client/interfaces/types.ConsensusP2PStatus.html index d10a6ca2eb..96d0e767b1 100644 --- a/js/client/interfaces/types.ConsensusP2PStatus.html +++ b/js/client/interfaces/types.ConsensusP2PStatus.html @@ -1,10 +1,10 @@ ConsensusP2PStatus | @oasisprotocol/client

            P2PStatus is the P2P status of a node.

            -
            interface ConsensusP2PStatus {
                addresses: NodeConsensusAddress[];
                peer_id: string;
                peers: string[];
                pub_key: Uint8Array;
            }

            Properties

            interface ConsensusP2PStatus {
                addresses: NodeConsensusAddress[];
                peer_id: string;
                peers: string[];
                pub_key: Uint8Array;
            }

            Properties

            Addresses is a list of configured P2P addresses used when registering the node.

            -
            peer_id: string

            PeerID is the peer ID derived by hashing peer's public key.

            -
            peers: string[]

            Peers is a list of node's peers.

            -
            pub_key: Uint8Array

            PubKey is the public key used for consensus P2P communication.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            peer_id: string

            PeerID is the peer ID derived by hashing peer's public key.

            +
            peers: string[]

            Peers is a list of node's peers.

            +
            pub_key: Uint8Array

            PubKey is the public key used for consensus P2P communication.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusParameters.html b/js/client/interfaces/types.ConsensusParameters.html index 8aa3185c70..63db36d300 100644 --- a/js/client/interfaces/types.ConsensusParameters.html +++ b/js/client/interfaces/types.ConsensusParameters.html @@ -1,5 +1,5 @@ ConsensusParameters | @oasisprotocol/client

            Parameters are the consensus parameters.

            -
            interface ConsensusParameters {
                empty_block_interval: longnum;
                gas_costs?: {
                    [op: string]: longnum;
                };
                max_block_gas: longnum;
                max_block_size: longnum;
                max_evidence_size: longnum;
                max_tx_size: longnum;
                public_key_blacklist?: Uint8Array[];
                skip_timeout_commit: boolean;
                state_checkpoint_chunk_size?: longnum;
                state_checkpoint_interval: longnum;
                state_checkpoint_num_kept?: longnum;
                timeout_commit: longnum;
            }

            Properties

            interface ConsensusParameters {
                empty_block_interval: longnum;
                gas_costs?: {
                    [op: string]: longnum;
                };
                max_block_gas: longnum;
                max_block_size: longnum;
                max_evidence_size: longnum;
                max_tx_size: longnum;
                public_key_blacklist?: Uint8Array[];
                skip_timeout_commit: boolean;
                state_checkpoint_chunk_size?: longnum;
                state_checkpoint_interval: longnum;
                state_checkpoint_num_kept?: longnum;
                timeout_commit: longnum;
            }

            Properties

            empty_block_interval: longnum
            gas_costs?: {
                [op: string]: longnum;
            }

            GasCosts are the base transaction gas costs.

            -

            Type declaration

            max_block_gas: longnum
            max_block_size: longnum
            max_evidence_size: longnum
            max_tx_size: longnum
            public_key_blacklist?: Uint8Array[]

            PublicKeyBlacklist is the network-wide public key blacklist.

            -
            skip_timeout_commit: boolean
            state_checkpoint_chunk_size?: longnum

            StateCheckpointChunkSize is the chunk size parameter for checkpoint creation.

            -
            state_checkpoint_interval: longnum

            StateCheckpointInterval is the expected state checkpoint interval (in blocks).

            -
            state_checkpoint_num_kept?: longnum

            StateCheckpointNumKept is the expected minimum number of state checkpoints to keep.

            -
            timeout_commit: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            empty_block_interval: longnum
            gas_costs?: {
                [op: string]: longnum;
            }

            GasCosts are the base transaction gas costs.

            +

            Type declaration

            max_block_gas: longnum
            max_block_size: longnum
            max_evidence_size: longnum
            max_tx_size: longnum
            public_key_blacklist?: Uint8Array[]

            PublicKeyBlacklist is the network-wide public key blacklist.

            +
            skip_timeout_commit: boolean
            state_checkpoint_chunk_size?: longnum

            StateCheckpointChunkSize is the chunk size parameter for checkpoint creation.

            +
            state_checkpoint_interval: longnum

            StateCheckpointInterval is the expected state checkpoint interval (in blocks).

            +
            state_checkpoint_num_kept?: longnum

            StateCheckpointNumKept is the expected minimum number of state checkpoints to keep.

            +
            timeout_commit: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusProof.html b/js/client/interfaces/types.ConsensusProof.html index 6fc009d220..8a653a3626 100644 --- a/js/client/interfaces/types.ConsensusProof.html +++ b/js/client/interfaces/types.ConsensusProof.html @@ -1,6 +1,6 @@ ConsensusProof | @oasisprotocol/client

            Proof is a proof of transaction inclusion in a block.

            -
            interface ConsensusProof {
                height: longnum;
                raw_proof: Uint8Array;
            }

            Properties

            interface ConsensusProof {
                height: longnum;
                raw_proof: Uint8Array;
            }

            Properties

            Properties

            height: longnum

            Height is the block height at which the transaction was published.

            -
            raw_proof: Uint8Array

            RawProof is the actual raw proof.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            raw_proof: Uint8Array

            RawProof is the actual raw proof.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusResult.html b/js/client/interfaces/types.ConsensusResult.html index 5f712ee145..169e6a3ae5 100644 --- a/js/client/interfaces/types.ConsensusResult.html +++ b/js/client/interfaces/types.ConsensusResult.html @@ -1,4 +1,4 @@ ConsensusResult | @oasisprotocol/client

            Result is a transaction execution result.

            -
            interface ConsensusResult {
                error: ConsensusError;
                events: ConsensusEvent[];
            }

            Properties

            interface ConsensusResult {
                error: ConsensusError;
                events: ConsensusEvent[];
            }

            Properties

            Properties

            events: ConsensusEvent[]

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            events: ConsensusEvent[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusStatus.html b/js/client/interfaces/types.ConsensusStatus.html index 411961e5ec..72bf712ea4 100644 --- a/js/client/interfaces/types.ConsensusStatus.html +++ b/js/client/interfaces/types.ConsensusStatus.html @@ -1,5 +1,5 @@ ConsensusStatus | @oasisprotocol/client

            Status is the current status overview.

            -
            interface ConsensusStatus {
                backend: string;
                chain_context: string;
                features: number;
                genesis_hash: Uint8Array;
                genesis_height: longnum;
                is_validator: boolean;
                last_retained_hash: Uint8Array;
                last_retained_height: longnum;
                latest_epoch: longnum;
                latest_hash: Uint8Array;
                latest_height: longnum;
                latest_state_root: StorageRoot;
                latest_time: longnum;
                p2p?: ConsensusP2PStatus;
                status: number;
                version: Version;
            }

            Properties

            interface ConsensusStatus {
                backend: string;
                chain_context: string;
                features: number;
                genesis_hash: Uint8Array;
                genesis_height: longnum;
                is_validator: boolean;
                last_retained_hash: Uint8Array;
                last_retained_height: longnum;
                latest_epoch: longnum;
                latest_hash: Uint8Array;
                latest_height: longnum;
                latest_state_root: StorageRoot;
                latest_time: longnum;
                p2p?: ConsensusP2PStatus;
                status: number;
                version: Version;
            }

            Properties

            Properties

            backend: string

            Backend is the consensus backend identifier.

            -
            chain_context: string

            ChainContext is the chain domain separation context.

            -
            features: number

            Features are the indicated consensus backend features.

            -
            genesis_hash: Uint8Array

            GenesisHash is the hash of the genesis block.

            -
            genesis_height: longnum

            GenesisHeight is the height of the genesis block.

            -
            is_validator: boolean

            IsValidator returns whether the current node is part of the validator set.

            -
            last_retained_hash: Uint8Array

            LastRetainedHash is the hash of the oldest retained block.

            -
            last_retained_height: longnum

            LastRetainedHeight is the height of the oldest retained block.

            -
            latest_epoch: longnum

            LatestEpoch is the epoch of the latest block.

            -
            latest_hash: Uint8Array

            LatestHash is the hash of the latest block.

            -
            latest_height: longnum

            LatestHeight is the height of the latest block.

            -
            latest_state_root: StorageRoot

            LatestStateRoot is the Merkle root of the consensus state tree.

            -
            latest_time: longnum

            LatestTime is the timestamp of the latest block.

            -

            P2P is the P2P status of the node.

            -
            status: number

            Status is an concise status of the consensus backend.

            -
            version: Version

            Version is the version of the consensus protocol that the node is using.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            chain_context: string

            ChainContext is the chain domain separation context.

            +
            features: number

            Features are the indicated consensus backend features.

            +
            genesis_hash: Uint8Array

            GenesisHash is the hash of the genesis block.

            +
            genesis_height: longnum

            GenesisHeight is the height of the genesis block.

            +
            is_validator: boolean

            IsValidator returns whether the current node is part of the validator set.

            +
            last_retained_hash: Uint8Array

            LastRetainedHash is the hash of the oldest retained block.

            +
            last_retained_height: longnum

            LastRetainedHeight is the height of the oldest retained block.

            +
            latest_epoch: longnum

            LatestEpoch is the epoch of the latest block.

            +
            latest_hash: Uint8Array

            LatestHash is the hash of the latest block.

            +
            latest_height: longnum

            LatestHeight is the height of the latest block.

            +
            latest_state_root: StorageRoot

            LatestStateRoot is the Merkle root of the consensus state tree.

            +
            latest_time: longnum

            LatestTime is the timestamp of the latest block.

            +
            p2p?: ConsensusP2PStatus

            P2P is the P2P status of the node.

            +
            status: number

            Status is an concise status of the consensus backend.

            +
            version: Version

            Version is the version of the consensus protocol that the node is using.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusTransaction.html b/js/client/interfaces/types.ConsensusTransaction.html index dc52ccf536..c8764431b7 100644 --- a/js/client/interfaces/types.ConsensusTransaction.html +++ b/js/client/interfaces/types.ConsensusTransaction.html @@ -1,11 +1,11 @@ ConsensusTransaction | @oasisprotocol/client

            Transaction is an unsigned consensus transaction.

            -
            interface ConsensusTransaction {
                body?: unknown;
                fee?: ConsensusFee;
                method: string;
                nonce: longnum;
            }

            Properties

            interface ConsensusTransaction {
                body?: unknown;
                fee?: ConsensusFee;
                method: string;
                nonce: longnum;
            }

            Properties

            Properties

            body?: unknown

            Body is the method call body.

            -

            Fee is an optional fee that the sender commits to pay to execute this +

            Fee is an optional fee that the sender commits to pay to execute this transaction.

            -
            method: string

            Method is the method that should be called.

            -
            nonce: longnum

            Nonce is a nonce to prevent replay.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            method: string

            Method is the method that should be called.

            +
            nonce: longnum

            Nonce is a nonce to prevent replay.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusTransactionsWithProofs.html b/js/client/interfaces/types.ConsensusTransactionsWithProofs.html index 18864192c4..fab31b09ac 100644 --- a/js/client/interfaces/types.ConsensusTransactionsWithProofs.html +++ b/js/client/interfaces/types.ConsensusTransactionsWithProofs.html @@ -1,5 +1,5 @@ ConsensusTransactionsWithProofs | @oasisprotocol/client

            Interface ConsensusTransactionsWithProofs

            TransactionsWithProofs is GetTransactionsWithProofs response.

            Proofs[i] is a proof of block inclusion for Transactions[i].

            -
            interface ConsensusTransactionsWithProofs {
                proofs: Uint8Array[];
                transactions: Uint8Array[];
            }

            Properties

            interface ConsensusTransactionsWithProofs {
                proofs: Uint8Array[];
                transactions: Uint8Array[];
            }

            Properties

            Properties

            proofs: Uint8Array[]
            transactions: Uint8Array[]

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            proofs: Uint8Array[]
            transactions: Uint8Array[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusTransactionsWithResults.html b/js/client/interfaces/types.ConsensusTransactionsWithResults.html index 05325c831c..8775f4e9e6 100644 --- a/js/client/interfaces/types.ConsensusTransactionsWithResults.html +++ b/js/client/interfaces/types.ConsensusTransactionsWithResults.html @@ -1,5 +1,5 @@ ConsensusTransactionsWithResults | @oasisprotocol/client

            Interface ConsensusTransactionsWithResults

            TransactionsWithResults is GetTransactionsWithResults response.

            Results[i] are the results of executing Transactions[i].

            -
            interface ConsensusTransactionsWithResults {
                results: ConsensusResult[];
                transactions: Uint8Array[];
            }

            Properties

            interface ConsensusTransactionsWithResults {
                results: ConsensusResult[];
                transactions: Uint8Array[];
            }

            Properties

            Properties

            results: ConsensusResult[]
            transactions: Uint8Array[]

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            results: ConsensusResult[]
            transactions: Uint8Array[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusVote.html b/js/client/interfaces/types.ConsensusVote.html index 8e2be2ef4d..c46da2ecb0 100644 --- a/js/client/interfaces/types.ConsensusVote.html +++ b/js/client/interfaces/types.ConsensusVote.html @@ -1,6 +1,6 @@ ConsensusVote | @oasisprotocol/client

            Vote contains metadata about a vote for the next block.

            -
            interface ConsensusVote {
                entity_address: Uint8Array;
                entity_id: Uint8Array;
                node_id: Uint8Array;
                voting_power: longnum;
            }

            Properties

            interface ConsensusVote {
                entity_address: Uint8Array;
                entity_id: Uint8Array;
                node_id: Uint8Array;
                voting_power: longnum;
            }

            Properties

            entity_address: Uint8Array
            entity_id: Uint8Array
            node_id: Uint8Array
            voting_power: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            entity_address: Uint8Array
            entity_id: Uint8Array
            node_id: Uint8Array
            voting_power: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ConsensusVotes.html b/js/client/interfaces/types.ConsensusVotes.html index 32632298fa..77a869d611 100644 --- a/js/client/interfaces/types.ConsensusVotes.html +++ b/js/client/interfaces/types.ConsensusVotes.html @@ -1,5 +1,5 @@ ConsensusVotes | @oasisprotocol/client

            Votes are the votes for the next block.

            -
            interface ConsensusVotes {
                ratio: number;
                votes: ConsensusVote[];
                voting_power: longnum;
            }

            Properties

            interface ConsensusVotes {
                ratio: number;
                votes: ConsensusVote[];
                voting_power: longnum;
            }

            Properties

            ratio: number
            votes: ConsensusVote[]
            voting_power: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            ratio: number
            votes: ConsensusVote[]
            voting_power: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ControlDebugStatus.html b/js/client/interfaces/types.ControlDebugStatus.html index 18d27e6ac1..20edfaf8b8 100644 --- a/js/client/interfaces/types.ControlDebugStatus.html +++ b/js/client/interfaces/types.ControlDebugStatus.html @@ -1,9 +1,9 @@ ControlDebugStatus | @oasisprotocol/client

            DebugStatus is the current node debug status, listing the various node debug options if enabled.

            -
            interface ControlDebugStatus {
                allow_root: boolean;
                enabled: boolean;
            }

            Properties

            interface ControlDebugStatus {
                allow_root: boolean;
                enabled: boolean;
            }

            Properties

            Properties

            allow_root: boolean

            AllowRoot is true iff the node is running with DebugAllowRoot set.

            -
            enabled: boolean

            Enabled is true iff the node is running with DebugDontBlameOasis +

            enabled: boolean

            Enabled is true iff the node is running with DebugDontBlameOasis set.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ControlIdentityStatus.html b/js/client/interfaces/types.ControlIdentityStatus.html index 8591836c8b..49b6920ab0 100644 --- a/js/client/interfaces/types.ControlIdentityStatus.html +++ b/js/client/interfaces/types.ControlIdentityStatus.html @@ -1,9 +1,9 @@ ControlIdentityStatus | @oasisprotocol/client

            IdentityStatus is the current node identity status, listing all the public keys that identify this node in different contexts.

            -
            interface ControlIdentityStatus {
                consensus: Uint8Array;
                node: Uint8Array;
                tls: Uint8Array;
            }

            Properties

            interface ControlIdentityStatus {
                consensus: Uint8Array;
                node: Uint8Array;
                tls: Uint8Array;
            }

            Properties

            Properties

            consensus: Uint8Array

            Consensus is the consensus public key.

            -
            node: Uint8Array

            Node is the node identity public key.

            -
            tls: Uint8Array

            TLS is the public key used for TLS connections.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            node: Uint8Array

            Node is the node identity public key.

            +
            tls: Uint8Array

            TLS is the public key used for TLS connections.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ControlRegistrationStatus.html b/js/client/interfaces/types.ControlRegistrationStatus.html index 7d847e515c..4fb8098b91 100644 --- a/js/client/interfaces/types.ControlRegistrationStatus.html +++ b/js/client/interfaces/types.ControlRegistrationStatus.html @@ -1,5 +1,5 @@ ControlRegistrationStatus | @oasisprotocol/client

            Interface ControlRegistrationStatus

            RegistrationStatus is the node registration status.

            -
            interface ControlRegistrationStatus {
                descriptor?: Node;
                last_attempt: longnum;
                last_attempt_error_message?: string;
                last_attempt_successful: boolean;
                last_registration: longnum;
                node_status?: RegistryNodeStatus;
            }

            Properties

            interface ControlRegistrationStatus {
                descriptor?: Node;
                last_attempt: longnum;
                last_attempt_error_message?: string;
                last_attempt_successful: boolean;
                last_registration: longnum;
                node_status?: RegistryNodeStatus;
            }

            Properties

            descriptor?: Node

            Descriptor is the node descriptor that the node successfully registered with. In case the node did not successfully register yet, it will be nil.

            -
            last_attempt: longnum

            LastAttempt is the time of the last registration attempt. +

            last_attempt: longnum

            LastAttempt is the time of the last registration attempt. In case the node did not successfully register yet, it will be the zero timestamp.

            -
            last_attempt_error_message?: string

            LastAttemptErrorMessage contains the error message if the last +

            last_attempt_error_message?: string

            LastAttemptErrorMessage contains the error message if the last registration attempt has not been successful.

            -
            last_attempt_successful: boolean

            LastAttemptSuccessful is true if the last registration attempt has been +

            last_attempt_successful: boolean

            LastAttemptSuccessful is true if the last registration attempt has been successful.

            -
            last_registration: longnum

            LastRegistration is the time of the last successful registration with the consensus registry +

            last_registration: longnum

            LastRegistration is the time of the last successful registration with the consensus registry service. In case the node did not successfully register yet, it will be the zero timestamp.

            -
            node_status?: RegistryNodeStatus

            NodeStatus is the registry live status of the node.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            node_status?: RegistryNodeStatus

            NodeStatus is the registry live status of the node.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ControlRuntimeStatus.html b/js/client/interfaces/types.ControlRuntimeStatus.html index e9c7c6e34a..fec26964bf 100644 --- a/js/client/interfaces/types.ControlRuntimeStatus.html +++ b/js/client/interfaces/types.ControlRuntimeStatus.html @@ -1,5 +1,5 @@ ControlRuntimeStatus | @oasisprotocol/client

            RuntimeStatus is the per-runtime status overview.

            -
            interface ControlRuntimeStatus {
                committee: WorkerCommonStatus;
                descriptor: RegistryRuntime;
                executor?: WorkerComputeStatus;
                genesis_hash: Uint8Array;
                genesis_round: longnum;
                last_retained_hash: Uint8Array;
                last_retained_round: longnum;
                latest_hash: Uint8Array;
                latest_round: longnum;
                latest_state_root: StorageRoot;
                latest_time: longnum;
                provisioner?: string;
                storage?: WorkerStorageStatus;
            }

            Properties

            interface ControlRuntimeStatus {
                committee: WorkerCommonStatus;
                descriptor: RegistryRuntime;
                executor?: WorkerComputeStatus;
                genesis_hash: Uint8Array;
                genesis_round: longnum;
                last_retained_hash: Uint8Array;
                last_retained_round: longnum;
                latest_hash: Uint8Array;
                latest_round: longnum;
                latest_state_root: StorageRoot;
                latest_time: longnum;
                provisioner?: string;
                storage?: WorkerStorageStatus;
            }

            Properties

            Properties

            Committee contains the runtime worker status in case this node is a (candidate) member of a runtime committee.

            -
            descriptor: RegistryRuntime

            Descriptor is the runtime registration descriptor.

            -

            Executor contains the executor worker status in case this node is an executor node.

            -
            genesis_hash: Uint8Array

            GenesisHash is the hash of the genesis runtime block.

            -
            genesis_round: longnum

            GenesisRound is the round of the genesis runtime block.

            -
            last_retained_hash: Uint8Array

            LastRetainedHash is the hash of the oldest retained block.

            -
            last_retained_round: longnum

            LastRetainedRound is the round of the oldest retained block.

            -
            latest_hash: Uint8Array

            LatestHash is the hash of the latest runtime block.

            -
            latest_round: longnum

            LatestRound is the round of the latest runtime block.

            -
            latest_state_root: StorageRoot

            LatestStateRoot is the Merkle root of the runtime state tree.

            -
            latest_time: longnum

            LatestTime is the timestamp of the latest runtime block.

            -
            provisioner?: string

            Provisioner is the name of the runtime provisioner.

            -

            Storage contains the storage worker status in case this node is a storage node.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            descriptor: RegistryRuntime

            Descriptor is the runtime registration descriptor.

            +
            executor?: WorkerComputeStatus

            Executor contains the executor worker status in case this node is an executor node.

            +
            genesis_hash: Uint8Array

            GenesisHash is the hash of the genesis runtime block.

            +
            genesis_round: longnum

            GenesisRound is the round of the genesis runtime block.

            +
            last_retained_hash: Uint8Array

            LastRetainedHash is the hash of the oldest retained block.

            +
            last_retained_round: longnum

            LastRetainedRound is the round of the oldest retained block.

            +
            latest_hash: Uint8Array

            LatestHash is the hash of the latest runtime block.

            +
            latest_round: longnum

            LatestRound is the round of the latest runtime block.

            +
            latest_state_root: StorageRoot

            LatestStateRoot is the Merkle root of the runtime state tree.

            +
            latest_time: longnum

            LatestTime is the timestamp of the latest runtime block.

            +
            provisioner?: string

            Provisioner is the name of the runtime provisioner.

            +
            storage?: WorkerStorageStatus

            Storage contains the storage worker status in case this node is a storage node.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ControlSeedStatus.html b/js/client/interfaces/types.ControlSeedStatus.html index 53346c7b3a..75a3449f58 100644 --- a/js/client/interfaces/types.ControlSeedStatus.html +++ b/js/client/interfaces/types.ControlSeedStatus.html @@ -1,8 +1,8 @@ ControlSeedStatus | @oasisprotocol/client

            SeedStatus is the status of the seed node.

            -
            interface ControlSeedStatus {
                addresses: string[];
                chain_context: string;
                node_peers: string[];
            }

            Properties

            interface ControlSeedStatus {
                addresses: string[];
                chain_context: string;
                node_peers: string[];
            }

            Properties

            addresses: string[]

            Addresses is a list of seed node's addresses.

            -
            chain_context: string

            ChainContext is the chain domain separation context.

            -
            node_peers: string[]

            NodePeers is a list of peers that are connected to the node.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            chain_context: string

            ChainContext is the chain domain separation context.

            +
            node_peers: string[]

            NodePeers is a list of peers that are connected to the node.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.ControlStatus.html b/js/client/interfaces/types.ControlStatus.html index 927af1b18d..63187f90ba 100644 --- a/js/client/interfaces/types.ControlStatus.html +++ b/js/client/interfaces/types.ControlStatus.html @@ -1,5 +1,5 @@ ControlStatus | @oasisprotocol/client

            Status is the current status overview.

            -
            interface ControlStatus {
                consensus?: ConsensusStatus;
                debug?: ControlDebugStatus;
                identity: ControlIdentityStatus;
                keymanager?: WorkerKeyManagerStatus;
                light_client?: ConsensusLightClientStatus;
                p2p?: P2PStatus;
                pending_upgrades?: UpgradePendingUpgrade[];
                registration?: ControlRegistrationStatus;
                runtimes?: Map<Uint8Array, ControlRuntimeStatus>;
                seed?: ControlSeedStatus;
                software_version: string;
            }

            Properties

            interface ControlStatus {
                consensus?: ConsensusStatus;
                debug?: ControlDebugStatus;
                identity: ControlIdentityStatus;
                keymanager?: WorkerKeyManagerStatus;
                light_client?: ConsensusLightClientStatus;
                p2p?: P2PStatus;
                pending_upgrades?: UpgradePendingUpgrade[];
                registration?: ControlRegistrationStatus;
                runtimes?: Map<Uint8Array, ControlRuntimeStatus>;
                seed?: ControlSeedStatus;
                software_version: string;
            }

            Properties

            consensus?: ConsensusStatus

            Consensus is the status overview of the consensus layer.

            -

            Debug is the oasis-node debug status.

            -

            Identity is the identity of the node.

            -

            Keymanager is the node's key manager worker status if the node is a key manager node.

            -

            LightClient is the status overview of the light client service.

            -
            p2p?: P2PStatus

            P2P is the P2P status of the node.

            -
            pending_upgrades?: UpgradePendingUpgrade[]

            PendingUpgrades are the node's pending upgrades.

            -

            Registration is the node's registration status.

            -
            runtimes?: Map<Uint8Array, ControlRuntimeStatus>

            Runtimes is the status overview for each runtime supported by the node.

            -

            Seed is the seed node status if the node is a seed node.

            -
            software_version: string

            SoftwareVersion is the oasis-node software version.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            debug?: ControlDebugStatus

            Debug is the oasis-node debug status.

            +
            identity: ControlIdentityStatus

            Identity is the identity of the node.

            +
            keymanager?: WorkerKeyManagerStatus

            Keymanager is the node's key manager worker status if the node is a key manager node.

            +
            light_client?: ConsensusLightClientStatus

            LightClient is the status overview of the light client service.

            +
            p2p?: P2PStatus

            P2P is the P2P status of the node.

            +
            pending_upgrades?: UpgradePendingUpgrade[]

            PendingUpgrades are the node's pending upgrades.

            +
            registration?: ControlRegistrationStatus

            Registration is the node's registration status.

            +
            runtimes?: Map<Uint8Array, ControlRuntimeStatus>

            Runtimes is the status overview for each runtime supported by the node.

            +
            seed?: ControlSeedStatus

            Seed is the seed node status if the node is a seed node.

            +
            software_version: string

            SoftwareVersion is the oasis-node software version.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.Entity.html b/js/client/interfaces/types.Entity.html index fb7ba3af95..312afef70d 100644 --- a/js/client/interfaces/types.Entity.html +++ b/js/client/interfaces/types.Entity.html @@ -1,10 +1,10 @@ Entity | @oasisprotocol/client

            Entity represents an entity that controls one or more Nodes and or services.

            -
            interface Entity {
                id: Uint8Array;
                nodes?: Uint8Array[];
                v: number;
            }

            Hierarchy (view full)

            Properties

            id +
            interface Entity {
                id: Uint8Array;
                nodes?: Uint8Array[];
                v: number;
            }

            Hierarchy (view full)

            Properties

            Properties

            id: Uint8Array

            ID is the public key identifying the entity.

            -
            nodes?: Uint8Array[]

            Nodes is the vector of node identity keys owned by this entity, that +

            nodes?: Uint8Array[]

            Nodes is the vector of node identity keys owned by this entity, that will sign the descriptor with the node signing key rather than the entity signing key.

            -
            v: number

            Generated using TypeDoc

            \ No newline at end of file +
            v: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GenesisDocument.html b/js/client/interfaces/types.GenesisDocument.html index 982886fc54..9df9c5e96c 100644 --- a/js/client/interfaces/types.GenesisDocument.html +++ b/js/client/interfaces/types.GenesisDocument.html @@ -1,5 +1,5 @@ GenesisDocument | @oasisprotocol/client

            Document is a genesis document.

            -
            interface GenesisDocument {
                beacon: BeaconGenesis;
                chain_id: string;
                consensus: ConsensusGenesis;
                extra_data: {
                    [key: string]: Uint8Array;
                };
                genesis_time: longnum;
                governance: GovernanceGenesis;
                height: longnum;
                keymanager: KeyManagerGenesis;
                registry: RegistryGenesis;
                roothash: RootHashGenesis;
                scheduler: SchedulerGenesis;
                staking: StakingGenesis;
            }

            Properties

            interface GenesisDocument {
                beacon: BeaconGenesis;
                chain_id: string;
                consensus: ConsensusGenesis;
                extra_data: {
                    [key: string]: Uint8Array;
                };
                genesis_time: longnum;
                governance: GovernanceGenesis;
                height: longnum;
                keymanager: KeyManagerGenesis;
                registry: RegistryGenesis;
                roothash: RootHashGenesis;
                scheduler: SchedulerGenesis;
                staking: StakingGenesis;
            }

            Properties

            Properties

            Beacon is the beacon genesis state.

            -
            chain_id: string

            ChainID is the ID of the chain.

            -
            consensus: ConsensusGenesis

            Consensus is the consensus genesis state.

            -
            extra_data: {
                [key: string]: Uint8Array;
            }

            Extra data is arbitrary extra data that is part of the +

            chain_id: string

            ChainID is the ID of the chain.

            +
            consensus: ConsensusGenesis

            Consensus is the consensus genesis state.

            +
            extra_data: {
                [key: string]: Uint8Array;
            }

            Extra data is arbitrary extra data that is part of the genesis block but is otherwise ignored by the protocol.

            -

            Type declaration

            • [key: string]: Uint8Array
            genesis_time: longnum

            Time is the time the genesis block was constructed.

            -
            governance: GovernanceGenesis

            Governance is the governance genesis state.

            -
            height: longnum

            Height is the block height at which the document was generated.

            -
            keymanager: KeyManagerGenesis

            KeyManager is the key manager genesis state.

            -
            registry: RegistryGenesis

            Registry is the registry genesis state.

            -
            roothash: RootHashGenesis

            RootHash is the roothash genesis state.

            -
            scheduler: SchedulerGenesis

            Scheduler is the scheduler genesis state.

            -

            Staking is the staking genesis state.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            genesis_time: longnum

            Time is the time the genesis block was constructed.

            +
            governance: GovernanceGenesis

            Governance is the governance genesis state.

            +
            height: longnum

            Height is the block height at which the document was generated.

            +
            keymanager: KeyManagerGenesis

            KeyManager is the key manager genesis state.

            +
            registry: RegistryGenesis

            Registry is the registry genesis state.

            +
            roothash: RootHashGenesis

            RootHash is the roothash genesis state.

            +
            scheduler: SchedulerGenesis

            Scheduler is the scheduler genesis state.

            +
            staking: StakingGenesis

            Staking is the staking genesis state.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceCancelUpgradeProposal.html b/js/client/interfaces/types.GovernanceCancelUpgradeProposal.html index a058b68b88..acec3fa992 100644 --- a/js/client/interfaces/types.GovernanceCancelUpgradeProposal.html +++ b/js/client/interfaces/types.GovernanceCancelUpgradeProposal.html @@ -1,4 +1,4 @@ GovernanceCancelUpgradeProposal | @oasisprotocol/client

            Interface GovernanceCancelUpgradeProposal

            CancelUpgradeProposal is an upgrade cancellation proposal.

            -
            interface GovernanceCancelUpgradeProposal {
                proposal_id: longnum;
            }

            Properties

            interface GovernanceCancelUpgradeProposal {
                proposal_id: longnum;
            }

            Properties

            Properties

            proposal_id: longnum

            ProposalID is the identifier of the pending upgrade proposal.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceChangeParametersProposal.html b/js/client/interfaces/types.GovernanceChangeParametersProposal.html index b1709b71e4..448a7f549e 100644 --- a/js/client/interfaces/types.GovernanceChangeParametersProposal.html +++ b/js/client/interfaces/types.GovernanceChangeParametersProposal.html @@ -1,6 +1,6 @@ GovernanceChangeParametersProposal | @oasisprotocol/client

            Interface GovernanceChangeParametersProposal

            ChangeParametersProposal is a consensus change parameters proposal.

            -
            interface GovernanceChangeParametersProposal {
                changes: unknown;
                module: string;
            }

            Properties

            interface GovernanceChangeParametersProposal {
                changes: unknown;
                module: string;
            }

            Properties

            Properties

            changes: unknown

            Changes are consensus parameter changes that should be applied to the module.

            -
            module: string

            Module identifies the consensus backend module to which changes should be applied.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            module: string

            Module identifies the consensus backend module to which changes should be applied.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceConsensusParameters.html b/js/client/interfaces/types.GovernanceConsensusParameters.html index 5116a5da95..4005e759df 100644 --- a/js/client/interfaces/types.GovernanceConsensusParameters.html +++ b/js/client/interfaces/types.GovernanceConsensusParameters.html @@ -1,5 +1,5 @@ GovernanceConsensusParameters | @oasisprotocol/client

            Interface GovernanceConsensusParameters

            ConsensusParameters are the governance consensus parameters.

            -
            interface GovernanceConsensusParameters {
                enable_change_parameters_proposal?: boolean;
                gas_costs?: {
                    [op: string]: longnum;
                };
                min_proposal_deposit?: Uint8Array;
                stake_threshold?: number;
                upgrade_cancel_min_epoch_diff?: longnum;
                upgrade_min_epoch_diff?: longnum;
                voting_period?: longnum;
            }

            Properties

            interface GovernanceConsensusParameters {
                enable_change_parameters_proposal?: boolean;
                gas_costs?: {
                    [op: string]: longnum;
                };
                min_proposal_deposit?: Uint8Array;
                stake_threshold?: number;
                upgrade_cancel_min_epoch_diff?: longnum;
                upgrade_min_epoch_diff?: longnum;
                voting_period?: longnum;
            }

            Properties

            enable_change_parameters_proposal?: boolean

            EnableChangeParametersProposal is true iff change parameters proposals are allowed.

            -
            gas_costs?: {
                [op: string]: longnum;
            }

            GasCosts are the governance transaction gas costs.

            -

            Type declaration

            min_proposal_deposit?: Uint8Array

            MinProposalDeposit is the number of base units that are deposited when +

            gas_costs?: {
                [op: string]: longnum;
            }

            GasCosts are the governance transaction gas costs.

            +

            Type declaration

            min_proposal_deposit?: Uint8Array

            MinProposalDeposit is the number of base units that are deposited when creating a new proposal.

            -
            stake_threshold?: number

            StakeThreshold is the minimum percentage of VoteYes votes in terms +

            stake_threshold?: number

            StakeThreshold is the minimum percentage of VoteYes votes in terms of total voting power when the proposal expires in order for a proposal to be accepted. This value has a lower bound of 67.

            -
            upgrade_cancel_min_epoch_diff?: longnum

            UpgradeCancelMinEpochDiff is the minimum number of epochs between the current +

            upgrade_cancel_min_epoch_diff?: longnum

            UpgradeCancelMinEpochDiff is the minimum number of epochs between the current epoch and the proposed upgrade epoch for the upgrade cancellation proposal to be valid.

            -
            upgrade_min_epoch_diff?: longnum

            UpgradeMinEpochDiff is the minimum number of epochs between the current +

            upgrade_min_epoch_diff?: longnum

            UpgradeMinEpochDiff is the minimum number of epochs between the current epoch and the proposed upgrade epoch for the upgrade proposal to be valid. This is also the minimum number of epochs between two pending upgrades.

            -
            voting_period?: longnum

            VotingPeriod is the number of epochs after which the voting for a proposal +

            voting_period?: longnum

            VotingPeriod is the number of epochs after which the voting for a proposal is closed and the votes are tallied.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceEvent.html b/js/client/interfaces/types.GovernanceEvent.html index 95c2486b0e..4c68287bb7 100644 --- a/js/client/interfaces/types.GovernanceEvent.html +++ b/js/client/interfaces/types.GovernanceEvent.html @@ -1,8 +1,8 @@ GovernanceEvent | @oasisprotocol/client

            Event signifies a governance event, returned via GetEvents.

            -
            interface GovernanceEvent {
                height?: longnum;
                proposal_executed?: GovernanceProposalExecutedEvent;
                proposal_finalized?: GovernanceProposalFinalizedEvent;
                proposal_submitted?: GovernanceProposalSubmittedEvent;
                tx_hash?: Uint8Array;
                vote?: GovernanceVoteEvent;
            }

            Properties

            interface GovernanceEvent {
                height?: longnum;
                proposal_executed?: GovernanceProposalExecutedEvent;
                proposal_finalized?: GovernanceProposalFinalizedEvent;
                proposal_submitted?: GovernanceProposalSubmittedEvent;
                tx_hash?: Uint8Array;
                vote?: GovernanceVoteEvent;
            }

            Properties

            height?: longnum
            tx_hash?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height?: longnum
            tx_hash?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceGenesis.html b/js/client/interfaces/types.GovernanceGenesis.html index 9c81cabac7..94aa7a194c 100644 --- a/js/client/interfaces/types.GovernanceGenesis.html +++ b/js/client/interfaces/types.GovernanceGenesis.html @@ -1,10 +1,10 @@ GovernanceGenesis | @oasisprotocol/client

            Genesis is the initial governance state for use in the genesis block.

            Note: PendingProposalUpgrades are not included in genesis, but are instead computed at InitChain from accepted proposals.

            -
            interface GovernanceGenesis {
                params: GovernanceConsensusParameters;
                proposals?: GovernanceProposal[];
                vote_entries?: Map<longnum, GovernanceVoteEntry[]>;
            }

            Properties

            interface GovernanceGenesis {
                params: GovernanceConsensusParameters;
                proposals?: GovernanceProposal[];
                vote_entries?: Map<longnum, GovernanceVoteEntry[]>;
            }

            Properties

            Parameters are the genesis consensus parameters.

            -
            proposals?: GovernanceProposal[]

            Proposals are the governance proposals.

            -
            vote_entries?: Map<longnum, GovernanceVoteEntry[]>

            VoteEntries are the governance proposal vote entries.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            proposals?: GovernanceProposal[]

            Proposals are the governance proposals.

            +
            vote_entries?: Map<longnum, GovernanceVoteEntry[]>

            VoteEntries are the governance proposal vote entries.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceProposal.html b/js/client/interfaces/types.GovernanceProposal.html index ea68c7061f..f7b1dfd06b 100644 --- a/js/client/interfaces/types.GovernanceProposal.html +++ b/js/client/interfaces/types.GovernanceProposal.html @@ -1,5 +1,5 @@ GovernanceProposal | @oasisprotocol/client

            Proposal is a consensus upgrade proposal.

            -
            interface GovernanceProposal {
                closes_at: longnum;
                content: GovernanceProposalContent;
                created_at: longnum;
                deposit: Uint8Array;
                id: longnum;
                invalid_votes?: longnum;
                results?: Map<number, Uint8Array>;
                state: number;
                submitter: Uint8Array;
            }

            Properties

            interface GovernanceProposal {
                closes_at: longnum;
                content: GovernanceProposalContent;
                created_at: longnum;
                deposit: Uint8Array;
                id: longnum;
                invalid_votes?: longnum;
                results?: Map<number, Uint8Array>;
                state: number;
                submitter: Uint8Array;
            }

            Properties

            Properties

            closes_at: longnum

            ClosesAt is the epoch at which the proposal will close and votes will be tallied.

            -

            Content is the content of the proposal.

            -
            created_at: longnum

            CreatedAt is the epoch at which the proposal was created.

            -
            deposit: Uint8Array

            Deposit is the deposit attached to the proposal.

            -

            ID is the unique identifier of the proposal.

            -
            invalid_votes?: longnum

            InvalidVotes is the number of invalid votes after tallying.

            -
            results?: Map<number, Uint8Array>

            Results are the final tallied results after the voting period has +

            Content is the content of the proposal.

            +
            created_at: longnum

            CreatedAt is the epoch at which the proposal was created.

            +
            deposit: Uint8Array

            Deposit is the deposit attached to the proposal.

            +

            ID is the unique identifier of the proposal.

            +
            invalid_votes?: longnum

            InvalidVotes is the number of invalid votes after tallying.

            +
            results?: Map<number, Uint8Array>

            Results are the final tallied results after the voting period has ended.

            -
            state: number

            State is the state of the proposal.

            -
            submitter: Uint8Array

            Submitter is the address of the proposal submitter.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            state: number

            State is the state of the proposal.

            +
            submitter: Uint8Array

            Submitter is the address of the proposal submitter.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceProposalContent.html b/js/client/interfaces/types.GovernanceProposalContent.html index 65193c09a0..9247749156 100644 --- a/js/client/interfaces/types.GovernanceProposalContent.html +++ b/js/client/interfaces/types.GovernanceProposalContent.html @@ -1,5 +1,5 @@ GovernanceProposalContent | @oasisprotocol/client

            Interface GovernanceProposalContent

            ProposalContent is a consensus layer governance proposal content.

            -
            interface GovernanceProposalContent {
                cancel_upgrade?: GovernanceCancelUpgradeProposal;
                change_parameters?: GovernanceChangeParametersProposal;
                upgrade?: UpgradeDescriptor;
            }

            Properties

            interface GovernanceProposalContent {
                cancel_upgrade?: GovernanceCancelUpgradeProposal;
                change_parameters?: GovernanceChangeParametersProposal;
                upgrade?: UpgradeDescriptor;
            }

            Properties

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceProposalExecutedEvent.html b/js/client/interfaces/types.GovernanceProposalExecutedEvent.html index 6b9898cd45..3f731f8044 100644 --- a/js/client/interfaces/types.GovernanceProposalExecutedEvent.html +++ b/js/client/interfaces/types.GovernanceProposalExecutedEvent.html @@ -1,4 +1,4 @@ GovernanceProposalExecutedEvent | @oasisprotocol/client

            Interface GovernanceProposalExecutedEvent

            ProposalExecutedEvent is emitted when a proposal is executed.

            -
            interface GovernanceProposalExecutedEvent {
                id: longnum;
            }

            Properties

            id +
            interface GovernanceProposalExecutedEvent {
                id: longnum;
            }

            Properties

            Properties

            ID is the unique identifier of a proposal.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceProposalFinalizedEvent.html b/js/client/interfaces/types.GovernanceProposalFinalizedEvent.html index e0572aedc9..430fd9a380 100644 --- a/js/client/interfaces/types.GovernanceProposalFinalizedEvent.html +++ b/js/client/interfaces/types.GovernanceProposalFinalizedEvent.html @@ -1,6 +1,6 @@ GovernanceProposalFinalizedEvent | @oasisprotocol/client

            Interface GovernanceProposalFinalizedEvent

            ProposalFinalizedEvent is the event emitted when a proposal is finalized.

            -
            interface GovernanceProposalFinalizedEvent {
                id: longnum;
                state: number;
            }

            Properties

            id +
            interface GovernanceProposalFinalizedEvent {
                id: longnum;
                state: number;
            }

            Properties

            Properties

            ID is the unique identifier of a proposal.

            -
            state: number

            State is the new proposal state.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            state: number

            State is the new proposal state.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceProposalQuery.html b/js/client/interfaces/types.GovernanceProposalQuery.html index 65a5deb22c..ea607ce2d0 100644 --- a/js/client/interfaces/types.GovernanceProposalQuery.html +++ b/js/client/interfaces/types.GovernanceProposalQuery.html @@ -1,4 +1,4 @@ GovernanceProposalQuery | @oasisprotocol/client

            Interface GovernanceProposalQuery

            ProposalQuery is a proposal query.

            -
            interface GovernanceProposalQuery {
                height: longnum;
                id: longnum;
            }

            Properties

            interface GovernanceProposalQuery {
                height: longnum;
                id: longnum;
            }

            Properties

            Properties

            height: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceProposalSubmittedEvent.html b/js/client/interfaces/types.GovernanceProposalSubmittedEvent.html index 04b45832cc..7195973391 100644 --- a/js/client/interfaces/types.GovernanceProposalSubmittedEvent.html +++ b/js/client/interfaces/types.GovernanceProposalSubmittedEvent.html @@ -1,6 +1,6 @@ GovernanceProposalSubmittedEvent | @oasisprotocol/client

            Interface GovernanceProposalSubmittedEvent

            ProposalSubmittedEvent is the event emitted when a new proposal is submitted.

            -
            interface GovernanceProposalSubmittedEvent {
                id: longnum;
                submitter: Uint8Array;
            }

            Properties

            id +
            interface GovernanceProposalSubmittedEvent {
                id: longnum;
                submitter: Uint8Array;
            }

            Properties

            Properties

            ID is the unique identifier of a proposal.

            -
            submitter: Uint8Array

            Submitter is the staking account address of the submitter.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            submitter: Uint8Array

            Submitter is the staking account address of the submitter.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceProposalVote.html b/js/client/interfaces/types.GovernanceProposalVote.html index c082317491..242d51b27f 100644 --- a/js/client/interfaces/types.GovernanceProposalVote.html +++ b/js/client/interfaces/types.GovernanceProposalVote.html @@ -1,6 +1,6 @@ GovernanceProposalVote | @oasisprotocol/client

            Interface GovernanceProposalVote

            ProposalVote is a vote for a proposal.

            -
            interface GovernanceProposalVote {
                id: longnum;
                vote: number;
            }

            Properties

            id +
            interface GovernanceProposalVote {
                id: longnum;
                vote: number;
            }

            Properties

            Properties

            ID is the unique identifier of a proposal.

            -
            vote: number

            Vote is the vote.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            vote: number

            Vote is the vote.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceVoteEntry.html b/js/client/interfaces/types.GovernanceVoteEntry.html index 8c033011da..31c2c3a64a 100644 --- a/js/client/interfaces/types.GovernanceVoteEntry.html +++ b/js/client/interfaces/types.GovernanceVoteEntry.html @@ -1,4 +1,4 @@ GovernanceVoteEntry | @oasisprotocol/client

            VoteEntry contains data about a cast vote.

            -
            interface GovernanceVoteEntry {
                vote: number;
                voter: Uint8Array;
            }

            Properties

            interface GovernanceVoteEntry {
                vote: number;
                voter: Uint8Array;
            }

            Properties

            Properties

            vote: number
            voter: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            vote: number
            voter: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.GovernanceVoteEvent.html b/js/client/interfaces/types.GovernanceVoteEvent.html index 4eed9002bc..37d442977d 100644 --- a/js/client/interfaces/types.GovernanceVoteEvent.html +++ b/js/client/interfaces/types.GovernanceVoteEvent.html @@ -1,8 +1,8 @@ GovernanceVoteEvent | @oasisprotocol/client

            VoteEvent is the event emitted when a vote is cast.

            -
            interface GovernanceVoteEvent {
                id: longnum;
                submitter: Uint8Array;
                vote: number;
            }

            Properties

            id +
            interface GovernanceVoteEvent {
                id: longnum;
                submitter: Uint8Array;
                vote: number;
            }

            Properties

            Properties

            ID is the unique identifier of a proposal.

            -
            submitter: Uint8Array

            Submitter is the staking account address of the vote submitter.

            -
            vote: number

            Vote is the cast vote.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            submitter: Uint8Array

            Submitter is the staking account address of the vote submitter.

            +
            vote: number

            Vote is the cast vote.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerConsensusParameters.html b/js/client/interfaces/types.KeyManagerConsensusParameters.html index 577594c466..38f046bdc4 100644 --- a/js/client/interfaces/types.KeyManagerConsensusParameters.html +++ b/js/client/interfaces/types.KeyManagerConsensusParameters.html @@ -1,3 +1,3 @@ KeyManagerConsensusParameters | @oasisprotocol/client

            Interface KeyManagerConsensusParameters

            ConsensusParameters are the key manager consensus parameters.

            -
            interface KeyManagerConsensusParameters {
                gas_costs?: {
                    [op: string]: longnum;
                };
            }

            Properties

            Properties

            gas_costs?: {
                [op: string]: longnum;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +
            interface KeyManagerConsensusParameters {
                gas_costs?: {
                    [op: string]: longnum;
                };
            }

            Properties

            Properties

            gas_costs?: {
                [op: string]: longnum;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerEnclavePolicySGX.html b/js/client/interfaces/types.KeyManagerEnclavePolicySGX.html index e2c9f5a7cc..2f464d7c50 100644 --- a/js/client/interfaces/types.KeyManagerEnclavePolicySGX.html +++ b/js/client/interfaces/types.KeyManagerEnclavePolicySGX.html @@ -1,11 +1,11 @@ KeyManagerEnclavePolicySGX | @oasisprotocol/client

            Interface KeyManagerEnclavePolicySGX

            EnclavePolicySGX is the per-SGX key manager enclave ID access control policy.

            -
            interface KeyManagerEnclavePolicySGX {
                may_query: Map<Uint8Array, SGXEnclaveIdentity[]>;
                may_replicate: SGXEnclaveIdentity[];
            }

            Properties

            interface KeyManagerEnclavePolicySGX {
                may_query: Map<Uint8Array, SGXEnclaveIdentity[]>;
                may_replicate: SGXEnclaveIdentity[];
            }

            Properties

            may_query: Map<Uint8Array, SGXEnclaveIdentity[]>

            MayQuery is the map of runtime IDs to the vector of enclave IDs that may query private key material.

            TODO: This could be made more sophisticated and seggregate based on contract ID as well, but for now punt on the added complexity.

            -
            may_replicate: SGXEnclaveIdentity[]

            MayReplicate is the vector of enclave IDs that may retrieve the master +

            may_replicate: SGXEnclaveIdentity[]

            MayReplicate is the vector of enclave IDs that may retrieve the master secret (Note: Each enclave ID may always implicitly replicate from other instances of itself).

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerEncryptedEphemeralSecret.html b/js/client/interfaces/types.KeyManagerEncryptedEphemeralSecret.html index a389090a6e..bae33d3577 100644 --- a/js/client/interfaces/types.KeyManagerEncryptedEphemeralSecret.html +++ b/js/client/interfaces/types.KeyManagerEncryptedEphemeralSecret.html @@ -1,8 +1,8 @@ KeyManagerEncryptedEphemeralSecret | @oasisprotocol/client

            Interface KeyManagerEncryptedEphemeralSecret

            EncryptedEphemeralSecret is an encrypted ephemeral secret.

            -
            interface KeyManagerEncryptedEphemeralSecret {
                epoch: longnum;
                runtime_id: Uint8Array;
                secret: KeyManagerEncryptedSecret;
            }

            Properties

            interface KeyManagerEncryptedEphemeralSecret {
                epoch: longnum;
                runtime_id: Uint8Array;
                secret: KeyManagerEncryptedSecret;
            }

            Properties

            epoch: longnum

            Epoch is the epoch to which the secret belongs.

            -
            runtime_id: Uint8Array

            ID is the runtime ID of the key manager.

            -

            Secret is the encrypted secret.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            runtime_id: Uint8Array

            ID is the runtime ID of the key manager.

            +
            secret: KeyManagerEncryptedSecret

            Secret is the encrypted secret.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerEncryptedMasterSecret.html b/js/client/interfaces/types.KeyManagerEncryptedMasterSecret.html index a2b54e7362..626d4154b0 100644 --- a/js/client/interfaces/types.KeyManagerEncryptedMasterSecret.html +++ b/js/client/interfaces/types.KeyManagerEncryptedMasterSecret.html @@ -1,10 +1,10 @@ KeyManagerEncryptedMasterSecret | @oasisprotocol/client

            Interface KeyManagerEncryptedMasterSecret

            EncryptedMasterSecret is an encrypted master secret.

            -
            interface KeyManagerEncryptedMasterSecret {
                epoch: longnum;
                generation: longnum;
                runtime_id: Uint8Array;
                secret: KeyManagerEncryptedSecret;
            }

            Properties

            interface KeyManagerEncryptedMasterSecret {
                epoch: longnum;
                generation: longnum;
                runtime_id: Uint8Array;
                secret: KeyManagerEncryptedSecret;
            }

            Properties

            epoch: longnum

            Epoch is the epoch in which the secret was created.

            -
            generation: longnum

            Generation is the generation of the secret.

            -
            runtime_id: Uint8Array

            ID is the runtime ID of the key manager.

            -

            Secret is the encrypted secret.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            generation: longnum

            Generation is the generation of the secret.

            +
            runtime_id: Uint8Array

            ID is the runtime ID of the key manager.

            +
            secret: KeyManagerEncryptedSecret

            Secret is the encrypted secret.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerEncryptedSecret.html b/js/client/interfaces/types.KeyManagerEncryptedSecret.html index a789e2572a..93121e7da5 100644 --- a/js/client/interfaces/types.KeyManagerEncryptedSecret.html +++ b/js/client/interfaces/types.KeyManagerEncryptedSecret.html @@ -1,8 +1,8 @@ KeyManagerEncryptedSecret | @oasisprotocol/client

            Interface KeyManagerEncryptedSecret

            EncryptedSecret is a secret encrypted with Deoxys-II MRAE algorithm.

            -
            interface KeyManagerEncryptedSecret {
                checksum: Uint8Array;
                ciphertexts: Map<Uint8Array, Uint8Array>;
                pub_key: Uint8Array;
            }

            Properties

            interface KeyManagerEncryptedSecret {
                checksum: Uint8Array;
                ciphertexts: Map<Uint8Array, Uint8Array>;
                pub_key: Uint8Array;
            }

            Properties

            checksum: Uint8Array

            Checksum is the secret verification checksum.

            -
            ciphertexts: Map<Uint8Array, Uint8Array>

            Ciphertexts is the map of REK encrypted secrets.

            -
            pub_key: Uint8Array

            PubKey is the public key used to derive the symmetric key for decryption.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            ciphertexts: Map<Uint8Array, Uint8Array>

            Ciphertexts is the map of REK encrypted secrets.

            +
            pub_key: Uint8Array

            PubKey is the public key used to derive the symmetric key for decryption.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerGenesis.html b/js/client/interfaces/types.KeyManagerGenesis.html index a7b0fdfe35..6c6b2b2397 100644 --- a/js/client/interfaces/types.KeyManagerGenesis.html +++ b/js/client/interfaces/types.KeyManagerGenesis.html @@ -1,5 +1,5 @@ KeyManagerGenesis | @oasisprotocol/client

            Genesis is the key manager management genesis state.

            -
            interface KeyManagerGenesis {
                params: KeyManagerConsensusParameters;
                statuses?: KeyManagerStatus[];
            }

            Properties

            interface KeyManagerGenesis {
                params: KeyManagerConsensusParameters;
                statuses?: KeyManagerStatus[];
            }

            Properties

            Properties

            Parameters are the key manager consensus parameters.

            -
            statuses?: KeyManagerStatus[]

            Generated using TypeDoc

            \ No newline at end of file +
            statuses?: KeyManagerStatus[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerPolicySGX.html b/js/client/interfaces/types.KeyManagerPolicySGX.html index 6d8ccf4d84..e3e5ab1add 100644 --- a/js/client/interfaces/types.KeyManagerPolicySGX.html +++ b/js/client/interfaces/types.KeyManagerPolicySGX.html @@ -1,14 +1,14 @@ KeyManagerPolicySGX | @oasisprotocol/client

            PolicySGX is a key manager access control policy for the replicated SGX key manager.

            -
            interface KeyManagerPolicySGX {
                enclaves: Map<SGXEnclaveIdentity, KeyManagerEnclavePolicySGX>;
                id: Uint8Array;
                master_secret_rotation_interval?: longnum;
                max_ephemeral_secret_age?: longnum;
                serial: number;
            }

            Properties

            interface KeyManagerPolicySGX {
                enclaves: Map<SGXEnclaveIdentity, KeyManagerEnclavePolicySGX>;
                id: Uint8Array;
                master_secret_rotation_interval?: longnum;
                max_ephemeral_secret_age?: longnum;
                serial: number;
            }

            Properties

            Enclaves is the per-key manager enclave ID access control policy.

            -
            id: Uint8Array

            ID is the runtime ID that this policy is valid for.

            -
            master_secret_rotation_interval?: longnum

            MasterSecretRotationInterval is the time interval in epochs between master secret rotations. +

            id: Uint8Array

            ID is the runtime ID that this policy is valid for.

            +
            master_secret_rotation_interval?: longnum

            MasterSecretRotationInterval is the time interval in epochs between master secret rotations. Zero disables rotations.

            -
            max_ephemeral_secret_age?: longnum

            MaxEphemeralSecretAge is the maximum age of an ephemeral secret in the number of epochs.

            -
            serial: number

            Serial is the monotonically increasing policy serial number.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            max_ephemeral_secret_age?: longnum

            MaxEphemeralSecretAge is the maximum age of an ephemeral secret in the number of epochs.

            +
            serial: number

            Serial is the monotonically increasing policy serial number.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerSignedEncryptedEphemeralSecret.html b/js/client/interfaces/types.KeyManagerSignedEncryptedEphemeralSecret.html index 3fa39c18e7..4fd111bd9f 100644 --- a/js/client/interfaces/types.KeyManagerSignedEncryptedEphemeralSecret.html +++ b/js/client/interfaces/types.KeyManagerSignedEncryptedEphemeralSecret.html @@ -1,6 +1,6 @@ KeyManagerSignedEncryptedEphemeralSecret | @oasisprotocol/client

            Interface KeyManagerSignedEncryptedEphemeralSecret

            SignedEncryptedEphemeralSecret is a RAK signed encrypted ephemeral secret.

            -
            interface KeyManagerSignedEncryptedEphemeralSecret {
                secret: KeyManagerEncryptedEphemeralSecret;
                signature: Uint8Array;
            }

            Properties

            interface KeyManagerSignedEncryptedEphemeralSecret {
                secret: KeyManagerEncryptedEphemeralSecret;
                signature: Uint8Array;
            }

            Properties

            Properties

            Secret is the encrypted ephemeral secret.

            -
            signature: Uint8Array

            Signature is a signature of the ephemeral secret.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            signature: Uint8Array

            Signature is a signature of the ephemeral secret.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerSignedEncryptedMasterSecret.html b/js/client/interfaces/types.KeyManagerSignedEncryptedMasterSecret.html index aaf252348d..ca12bea8f4 100644 --- a/js/client/interfaces/types.KeyManagerSignedEncryptedMasterSecret.html +++ b/js/client/interfaces/types.KeyManagerSignedEncryptedMasterSecret.html @@ -1,6 +1,6 @@ KeyManagerSignedEncryptedMasterSecret | @oasisprotocol/client

            Interface KeyManagerSignedEncryptedMasterSecret

            SignedEncryptedMasterSecret is a RAK signed encrypted master secret.

            -
            interface KeyManagerSignedEncryptedMasterSecret {
                secret: KeyManagerEncryptedMasterSecret;
                signature: Uint8Array;
            }

            Properties

            interface KeyManagerSignedEncryptedMasterSecret {
                secret: KeyManagerEncryptedMasterSecret;
                signature: Uint8Array;
            }

            Properties

            Properties

            Secret is the encrypted master secret.

            -
            signature: Uint8Array

            Signature is a signature of the master secret.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            signature: Uint8Array

            Signature is a signature of the master secret.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerSignedPolicySGX.html b/js/client/interfaces/types.KeyManagerSignedPolicySGX.html index c94be2a0f4..968bd48b84 100644 --- a/js/client/interfaces/types.KeyManagerSignedPolicySGX.html +++ b/js/client/interfaces/types.KeyManagerSignedPolicySGX.html @@ -1,4 +1,4 @@ KeyManagerSignedPolicySGX | @oasisprotocol/client

            Interface KeyManagerSignedPolicySGX

            SignedPolicySGX is a signed SGX key manager access control policy.

            -
            interface KeyManagerSignedPolicySGX {
                policy: KeyManagerPolicySGX;
                signatures: Signature[];
            }

            Properties

            interface KeyManagerSignedPolicySGX {
                policy: KeyManagerPolicySGX;
                signatures: Signature[];
            }

            Properties

            Properties

            signatures: Signature[]

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            signatures: Signature[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.KeyManagerStatus.html b/js/client/interfaces/types.KeyManagerStatus.html index e383839e8c..a13386683d 100644 --- a/js/client/interfaces/types.KeyManagerStatus.html +++ b/js/client/interfaces/types.KeyManagerStatus.html @@ -1,5 +1,5 @@ KeyManagerStatus | @oasisprotocol/client

            Status is the current key manager status.

            -
            interface KeyManagerStatus {
                checksum: Uint8Array;
                generation?: longnum;
                id: Uint8Array;
                is_initialized: boolean;
                is_secure: boolean;
                nodes: Uint8Array[];
                policy: KeyManagerSignedPolicySGX;
                rotation_epoch?: longnum;
                rsk?: Uint8Array;
            }

            Properties

            interface KeyManagerStatus {
                checksum: Uint8Array;
                generation?: longnum;
                id: Uint8Array;
                is_initialized: boolean;
                is_secure: boolean;
                nodes: Uint8Array[];
                policy: KeyManagerSignedPolicySGX;
                rotation_epoch?: longnum;
                rsk?: Uint8Array;
            }

            Properties

            checksum: Uint8Array

            Checksum is the key manager master secret verification checksum.

            -
            generation?: longnum

            Generation is the generation of the latest master secret.

            -
            id: Uint8Array

            ID is the runtime ID of the key manager.

            -
            is_initialized: boolean

            IsInitialized is true iff the key manager is done initializing.

            -
            is_secure: boolean

            IsSecure is true iff the key manager is secure.

            -
            nodes: Uint8Array[]

            Nodes is the list of currently active key manager node IDs.

            -

            Policy is the key manager policy.

            -
            rotation_epoch?: longnum

            RotationEpoch is the epoch of the last master secret rotation.

            -
            rsk?: Uint8Array

            RSK is the runtime signing key of the key manager.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            generation?: longnum

            Generation is the generation of the latest master secret.

            +
            id: Uint8Array

            ID is the runtime ID of the key manager.

            +
            is_initialized: boolean

            IsInitialized is true iff the key manager is done initializing.

            +
            is_secure: boolean

            IsSecure is true iff the key manager is secure.

            +
            nodes: Uint8Array[]

            Nodes is the list of currently active key manager node IDs.

            +
            policy: KeyManagerSignedPolicySGX

            Policy is the key manager policy.

            +
            rotation_epoch?: longnum

            RotationEpoch is the epoch of the last master secret rotation.

            +
            rsk?: Uint8Array

            RSK is the runtime signing key of the key manager.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.Node.html b/js/client/interfaces/types.Node.html index b00e0aac20..f4735525b2 100644 --- a/js/client/interfaces/types.Node.html +++ b/js/client/interfaces/types.Node.html @@ -1,5 +1,5 @@ Node | @oasisprotocol/client

            Node represents public connectivity information about an Oasis node.

            -
            interface Node {
                consensus: NodeConsensusInfo;
                entity_id: Uint8Array;
                expiration: longnum;
                id: Uint8Array;
                p2p: NodeP2PInfo;
                roles: number;
                runtimes: NodeRuntime[];
                software_version?: string;
                tls: NodeTLSInfo;
                v: number;
                vrf: NodeVRFInfo;
            }

            Hierarchy (view full)

            Properties

            interface Node {
                consensus: NodeConsensusInfo;
                entity_id: Uint8Array;
                expiration: longnum;
                id: Uint8Array;
                p2p: NodeP2PInfo;
                roles: number;
                runtimes: NodeRuntime[];
                software_version?: string;
                tls: NodeTLSInfo;
                v: number;
                vrf: NodeVRFInfo;
            }

            Hierarchy (view full)

            Properties

            consensus entity_id expiration id @@ -12,15 +12,15 @@ vrf

            Properties

            Consensus contains information for connecting to this node as a consensus member.

            -
            entity_id: Uint8Array

            EntityID is the public key identifying the Entity controlling +

            entity_id: Uint8Array

            EntityID is the public key identifying the Entity controlling the node.

            -
            expiration: longnum

            Expiration is the epoch in which this node's commitment expires.

            -
            id: Uint8Array

            ID is the public key identifying the node.

            -

            P2P contains information for connecting to this node via P2P.

            -
            roles: number

            Roles is a bitmask representing the node roles.

            -
            runtimes: NodeRuntime[]

            Runtimes are the node's runtimes.

            -
            software_version?: string

            SoftwareVersion is the node's oasis-node software version.

            -

            TLS contains information for connecting to this node via TLS.

            -
            v: number

            VRF contains information for this node's participation in VRF +

            expiration: longnum

            Expiration is the epoch in which this node's commitment expires.

            +
            id: Uint8Array

            ID is the public key identifying the node.

            +

            P2P contains information for connecting to this node via P2P.

            +
            roles: number

            Roles is a bitmask representing the node roles.

            +
            runtimes: NodeRuntime[]

            Runtimes are the node's runtimes.

            +
            software_version?: string

            SoftwareVersion is the node's oasis-node software version.

            +

            TLS contains information for connecting to this node via TLS.

            +
            v: number

            VRF contains information for this node's participation in VRF based elections.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeAddress.html b/js/client/interfaces/types.NodeAddress.html index 5a92b85768..eb1a2a48e8 100644 --- a/js/client/interfaces/types.NodeAddress.html +++ b/js/client/interfaces/types.NodeAddress.html @@ -1,5 +1,5 @@ NodeAddress | @oasisprotocol/client

            Address represents a TCP address for the purpose of node descriptors.

            -
            interface NodeAddress {
                IP: Uint8Array;
                Port: longnum;
                Zone: string;
            }

            Properties

            IP +
            interface NodeAddress {
                IP: Uint8Array;
                Port: longnum;
                Zone: string;
            }

            Properties

            Properties

            IP: Uint8Array
            Port: longnum
            Zone: string

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            IP: Uint8Array
            Port: longnum
            Zone: string

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeCapabilities.html b/js/client/interfaces/types.NodeCapabilities.html index d805d695f3..c85a4dfb63 100644 --- a/js/client/interfaces/types.NodeCapabilities.html +++ b/js/client/interfaces/types.NodeCapabilities.html @@ -1,4 +1,4 @@ NodeCapabilities | @oasisprotocol/client

            Capabilities represents a node's capabilities.

            -
            interface NodeCapabilities {
                tee?: NodeCapabilityTEE;
            }

            Properties

            interface NodeCapabilities {
                tee?: NodeCapabilityTEE;
            }

            Properties

            Properties

            TEE is the capability of a node executing batches in a TEE.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeCapabilityTEE.html b/js/client/interfaces/types.NodeCapabilityTEE.html index 5f95edbbe1..ff858be9ea 100644 --- a/js/client/interfaces/types.NodeCapabilityTEE.html +++ b/js/client/interfaces/types.NodeCapabilityTEE.html @@ -1,10 +1,10 @@ NodeCapabilityTEE | @oasisprotocol/client

            CapabilityTEE represents the node's TEE capability.

            -
            interface NodeCapabilityTEE {
                attestation: Uint8Array;
                hardware: number;
                rak: Uint8Array;
                rek?: Uint8Array;
            }

            Properties

            interface NodeCapabilityTEE {
                attestation: Uint8Array;
                hardware: number;
                rak: Uint8Array;
                rek?: Uint8Array;
            }

            Properties

            attestation: Uint8Array

            Attestation.

            -
            hardware: number

            TEE hardware type.

            -
            rak: Uint8Array

            Runtime attestation key.

            -
            rek?: Uint8Array

            Runtime encryption key.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            hardware: number

            TEE hardware type.

            +
            rak: Uint8Array

            Runtime attestation key.

            +
            rek?: Uint8Array

            Runtime encryption key.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeConsensusAddress.html b/js/client/interfaces/types.NodeConsensusAddress.html index d4bda3e39a..5e135e7e74 100644 --- a/js/client/interfaces/types.NodeConsensusAddress.html +++ b/js/client/interfaces/types.NodeConsensusAddress.html @@ -2,8 +2,8 @@ ID and a TCP address. NOTE: The consensus address ID could be different from the consensus ID to allow using a sentry node's ID and address instead of the validator's.

            -
            interface NodeConsensusAddress {
                address: NodeAddress;
                id: Uint8Array;
            }

            Properties

            interface NodeConsensusAddress {
                address: NodeAddress;
                id: Uint8Array;
            }

            Properties

            Properties

            address: NodeAddress

            Address is the address at which the node can be reached.

            -
            id: Uint8Array

            ID is public key identifying the node.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            id: Uint8Array

            ID is public key identifying the node.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeConsensusInfo.html b/js/client/interfaces/types.NodeConsensusInfo.html index 8ff82c1e03..49217aa853 100644 --- a/js/client/interfaces/types.NodeConsensusInfo.html +++ b/js/client/interfaces/types.NodeConsensusInfo.html @@ -1,7 +1,7 @@ NodeConsensusInfo | @oasisprotocol/client

            ConsensusInfo contains information for connecting to this node as a consensus member.

            -
            interface NodeConsensusInfo {
                addresses: NodeConsensusAddress[];
                id: Uint8Array;
            }

            Properties

            interface NodeConsensusInfo {
                addresses: NodeConsensusAddress[];
                id: Uint8Array;
            }

            Properties

            Properties

            Addresses is the list of addresses at which the node can be reached.

            -
            id: Uint8Array

            ID is the unique identifier of the node as a consensus member.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            id: Uint8Array

            ID is the unique identifier of the node as a consensus member.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeP2PInfo.html b/js/client/interfaces/types.NodeP2PInfo.html index 8234efab28..dfdbb29ce5 100644 --- a/js/client/interfaces/types.NodeP2PInfo.html +++ b/js/client/interfaces/types.NodeP2PInfo.html @@ -1,6 +1,6 @@ NodeP2PInfo | @oasisprotocol/client

            P2PInfo contains information for connecting to this node via P2P transport.

            -
            interface NodeP2PInfo {
                addresses: NodeAddress[];
                id: Uint8Array;
            }

            Properties

            interface NodeP2PInfo {
                addresses: NodeAddress[];
                id: Uint8Array;
            }

            Properties

            Properties

            addresses: NodeAddress[]

            Addresses is the list of addresses at which the node can be reached.

            -
            id: Uint8Array

            ID is the unique identifier of the node on the P2P transport.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            id: Uint8Array

            ID is the unique identifier of the node on the P2P transport.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeRuntime.html b/js/client/interfaces/types.NodeRuntime.html index 782cbd88a1..c261ecfcd3 100644 --- a/js/client/interfaces/types.NodeRuntime.html +++ b/js/client/interfaces/types.NodeRuntime.html @@ -1,11 +1,11 @@ NodeRuntime | @oasisprotocol/client

            Runtime represents the runtimes supported by a given Oasis node.

            -
            interface NodeRuntime {
                capabilities: NodeCapabilities;
                extra_info: Uint8Array;
                id: Uint8Array;
                version: Version;
            }

            Properties

            interface NodeRuntime {
                capabilities: NodeCapabilities;
                extra_info: Uint8Array;
                id: Uint8Array;
                version: Version;
            }

            Properties

            capabilities: NodeCapabilities

            Capabilities are the node's capabilities for a given runtime.

            -
            extra_info: Uint8Array

            ExtraInfo is the extra per node + per runtime opaque data associated +

            extra_info: Uint8Array

            ExtraInfo is the extra per node + per runtime opaque data associated with the current instance.

            -
            id: Uint8Array

            ID is the public key identifying the runtime.

            -
            version: Version

            Version is the version of the runtime.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            id: Uint8Array

            ID is the public key identifying the runtime.

            +
            version: Version

            Version is the version of the runtime.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeSGXConstraints.html b/js/client/interfaces/types.NodeSGXConstraints.html index 4e39eff6bb..30e8a5ea85 100644 --- a/js/client/interfaces/types.NodeSGXConstraints.html +++ b/js/client/interfaces/types.NodeSGXConstraints.html @@ -1,9 +1,9 @@ NodeSGXConstraints | @oasisprotocol/client

            SGXConstraints are the Intel SGX TEE constraints.

            -
            interface NodeSGXConstraints {
                enclaves?: SGXEnclaveIdentity[];
                max_attestation_age?: longnum;
                policy?: SGXPolicy;
                v: number;
            }

            Hierarchy (view full)

            Properties

            interface NodeSGXConstraints {
                enclaves?: SGXEnclaveIdentity[];
                max_attestation_age?: longnum;
                policy?: SGXPolicy;
                v: number;
            }

            Hierarchy (view full)

            Properties

            enclaves?: SGXEnclaveIdentity[]

            Enclaves is the allowed MRENCLAVE/MRSIGNER pairs.

            -
            max_attestation_age?: longnum

            MaxAttestationAge is the maximum attestation age (in blocks).

            -
            policy?: SGXPolicy

            Policy is the quote policy.

            -
            v: number

            Generated using TypeDoc

            \ No newline at end of file +
            max_attestation_age?: longnum

            MaxAttestationAge is the maximum attestation age (in blocks).

            +
            policy?: SGXPolicy

            Policy is the quote policy.

            +
            v: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeTEEFeatures.html b/js/client/interfaces/types.NodeTEEFeatures.html index ffc8cd70b8..58ac7d6c30 100644 --- a/js/client/interfaces/types.NodeTEEFeatures.html +++ b/js/client/interfaces/types.NodeTEEFeatures.html @@ -1,7 +1,7 @@ NodeTEEFeatures | @oasisprotocol/client

            TEEFeatures are the supported TEE features as advertised by the consensus layer.

            -
            interface NodeTEEFeatures {
                freshness_proofs: boolean;
                sgx: NodeTEEFeaturesSGX;
            }

            Properties

            interface NodeTEEFeatures {
                freshness_proofs: boolean;
                sgx: NodeTEEFeaturesSGX;
            }

            Properties

            freshness_proofs: boolean

            FreshnessProofs is a feature flag specifying whether ProveFreshness transactions are supported and processed, or ignored and handled as non-existing transactions.

            -

            SGX contains the supported TEE features for Intel SGX.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            sgx: NodeTEEFeaturesSGX

            SGX contains the supported TEE features for Intel SGX.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeTEEFeaturesSGX.html b/js/client/interfaces/types.NodeTEEFeaturesSGX.html index 714067170a..32ced47ba8 100644 --- a/js/client/interfaces/types.NodeTEEFeaturesSGX.html +++ b/js/client/interfaces/types.NodeTEEFeaturesSGX.html @@ -1,12 +1,12 @@ NodeTEEFeaturesSGX | @oasisprotocol/client

            TEEFeaturesSGX are the supported Intel SGX-specific TEE features.

            -
            interface NodeTEEFeaturesSGX {
                default_policy?: SGXPolicy;
                max_attestation_age?: longnum;
                pcs: boolean;
                signed_attestations?: boolean;
            }

            Properties

            interface NodeTEEFeaturesSGX {
                default_policy?: SGXPolicy;
                max_attestation_age?: longnum;
                pcs: boolean;
                signed_attestations?: boolean;
            }

            Properties

            default_policy?: SGXPolicy

            DefaultPolicy is the default quote policy.

            -
            max_attestation_age?: longnum

            DefaultMaxAttestationAge is the default maximum attestation age (in blocks).

            -
            pcs: boolean

            PCS is a feature flag specifying whether support for Platform Certification Service-based +

            max_attestation_age?: longnum

            DefaultMaxAttestationAge is the default maximum attestation age (in blocks).

            +
            pcs: boolean

            PCS is a feature flag specifying whether support for Platform Certification Service-based remote attestation is supported for Intel SGX-based TEEs.

            -
            signed_attestations?: boolean

            SignedAttestations is a feature flag specifying whether attestations need to include an +

            signed_attestations?: boolean

            SignedAttestations is a feature flag specifying whether attestations need to include an additional signature binding it to a specific node.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeTLSInfo.html b/js/client/interfaces/types.NodeTLSInfo.html index 7252bc883f..ba15e09342 100644 --- a/js/client/interfaces/types.NodeTLSInfo.html +++ b/js/client/interfaces/types.NodeTLSInfo.html @@ -1,4 +1,4 @@ NodeTLSInfo | @oasisprotocol/client

            TLSInfo contains information for connecting to this node via TLS.

            -
            interface NodeTLSInfo {
                pub_key: Uint8Array;
            }

            Properties

            interface NodeTLSInfo {
                pub_key: Uint8Array;
            }

            Properties

            Properties

            pub_key: Uint8Array

            PubKey is the public key used for establishing TLS connections.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.NodeVRFInfo.html b/js/client/interfaces/types.NodeVRFInfo.html index ecb7a5f765..587be6c7db 100644 --- a/js/client/interfaces/types.NodeVRFInfo.html +++ b/js/client/interfaces/types.NodeVRFInfo.html @@ -1,5 +1,5 @@ NodeVRFInfo | @oasisprotocol/client

            VRFInfo contains information for this node's participation in VRF based elections.

            -
            interface NodeVRFInfo {
                id: Uint8Array;
            }

            Properties

            id +
            interface NodeVRFInfo {
                id: Uint8Array;
            }

            Properties

            Properties

            id: Uint8Array

            ID is the unique identifier of the node used to generate VRF proofs.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.P2PStatus.html b/js/client/interfaces/types.P2PStatus.html index 8ae9c554f2..7300fce085 100644 --- a/js/client/interfaces/types.P2PStatus.html +++ b/js/client/interfaces/types.P2PStatus.html @@ -1,5 +1,5 @@ P2PStatus | @oasisprotocol/client

            Status is the P2P status of a node.

            -
            interface P2PStatus {
                addresses: NodeAddress[];
                num_connections: number;
                num_peers: number;
                peer_id: string;
                protocols: {
                    [key: string]: number;
                };
                pub_key: Uint8Array;
                topics: {
                    [key: string]: number;
                };
            }

            Properties

            interface P2PStatus {
                addresses: NodeAddress[];
                num_connections: number;
                num_peers: number;
                peer_id: string;
                protocols: {
                    [key: string]: number;
                };
                pub_key: Uint8Array;
                topics: {
                    [key: string]: number;
                };
            }

            Properties

            addresses: NodeAddress[]

            Addresses is a list of configured P2P addresses used when registering the node.

            -
            num_connections: number

            NumConnections is the number of peer connections.

            -
            num_peers: number

            NumPeers is the number of connected peers.

            -
            peer_id: string

            PeerID is the peer ID derived by hashing peer's public key.

            -
            protocols: {
                [key: string]: number;
            }

            Protocols is a set of registered protocols together with the number of connected peers.

            -

            Type declaration

            • [key: string]: number
            pub_key: Uint8Array

            PubKey is the public key used for P2P communication.

            -
            topics: {
                [key: string]: number;
            }

            Topics is a set of registered topics together with the number of connected peers.

            -

            Type declaration

            • [key: string]: number

            Generated using TypeDoc

            \ No newline at end of file +
            num_connections: number

            NumConnections is the number of peer connections.

            +
            num_peers: number

            NumPeers is the number of connected peers.

            +
            peer_id: string

            PeerID is the peer ID derived by hashing peer's public key.

            +
            protocols: {
                [key: string]: number;
            }

            Protocols is a set of registered protocols together with the number of connected peers.

            +

            Type declaration

            pub_key: Uint8Array

            PubKey is the public key used for P2P communication.

            +
            topics: {
                [key: string]: number;
            }

            Topics is a set of registered topics together with the number of connected peers.

            +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryConsensusAddressQuery.html b/js/client/interfaces/types.RegistryConsensusAddressQuery.html index 42be45cb79..d0d91d16ac 100644 --- a/js/client/interfaces/types.RegistryConsensusAddressQuery.html +++ b/js/client/interfaces/types.RegistryConsensusAddressQuery.html @@ -1,6 +1,6 @@ RegistryConsensusAddressQuery | @oasisprotocol/client

            Interface RegistryConsensusAddressQuery

            ConsensusAddressQuery is a registry query by consensus address. The nature and format of the consensus address depends on the specific consensus backend implementation used.

            -
            interface RegistryConsensusAddressQuery {
                address: Uint8Array;
                height: longnum;
            }

            Properties

            interface RegistryConsensusAddressQuery {
                address: Uint8Array;
                height: longnum;
            }

            Properties

            Properties

            address: Uint8Array
            height: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            address: Uint8Array
            height: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryConsensusParameters.html b/js/client/interfaces/types.RegistryConsensusParameters.html index bbd33c8cc8..a77da7fe63 100644 --- a/js/client/interfaces/types.RegistryConsensusParameters.html +++ b/js/client/interfaces/types.RegistryConsensusParameters.html @@ -1,5 +1,5 @@ RegistryConsensusParameters | @oasisprotocol/client

            Interface RegistryConsensusParameters

            ConsensusParameters are the registry consensus parameters.

            -
            interface RegistryConsensusParameters {
                debug_allow_test_runtimes?: boolean;
                debug_allow_unroutable_addresses?: boolean;
                debug_bypass_stake?: boolean;
                debug_deploy_immediately?: boolean;
                disable_km_runtime_registration?: boolean;
                disable_runtime_registration?: boolean;
                enable_runtime_governance_models?: Map<number, boolean>;
                gas_costs?: {
                    [op: string]: longnum;
                };
                max_node_expiration?: longnum;
                max_runtime_deployments?: number;
                tee_features?: NodeTEEFeatures;
            }

            Properties

            interface RegistryConsensusParameters {
                debug_allow_test_runtimes?: boolean;
                debug_allow_unroutable_addresses?: boolean;
                debug_bypass_stake?: boolean;
                debug_deploy_immediately?: boolean;
                disable_km_runtime_registration?: boolean;
                disable_runtime_registration?: boolean;
                enable_runtime_governance_models?: Map<number, boolean>;
                gas_costs?: {
                    [op: string]: longnum;
                };
                max_node_expiration?: longnum;
                max_runtime_deployments?: number;
                tee_features?: NodeTEEFeatures;
            }

            Properties

            debug_allow_test_runtimes?: boolean

            DebugAllowTestRuntimes is true iff test runtimes should be allowed to be registered.

            -
            debug_allow_unroutable_addresses?: boolean

            DebugAllowUnroutableAddresses is true iff node registration should +

            debug_allow_unroutable_addresses?: boolean

            DebugAllowUnroutableAddresses is true iff node registration should allow unroutable addresses.

            -
            debug_bypass_stake?: boolean

            DebugBypassStake is true iff the registry should bypass all of the staking +

            debug_bypass_stake?: boolean

            DebugBypassStake is true iff the registry should bypass all of the staking related checks and operations.

            -
            debug_deploy_immediately?: boolean

            DebugDeployImmediately is true iff runtime registrations should +

            debug_deploy_immediately?: boolean

            DebugDeployImmediately is true iff runtime registrations should allow immediate deployment.

            -
            disable_km_runtime_registration?: boolean

            DisableKeyManagerRuntimeRegistration is true iff key manager runtime registration should be +

            disable_km_runtime_registration?: boolean

            DisableKeyManagerRuntimeRegistration is true iff key manager runtime registration should be disabled outside of the genesis block.

            -
            disable_runtime_registration?: boolean

            DisableRuntimeRegistration is true iff runtime registration should be +

            disable_runtime_registration?: boolean

            DisableRuntimeRegistration is true iff runtime registration should be disabled outside of the genesis block.

            -
            enable_runtime_governance_models?: Map<number, boolean>

            EnableRuntimeGovernanceModels is a set of enabled runtime governance models.

            -
            gas_costs?: {
                [op: string]: longnum;
            }

            GasCosts are the registry transaction gas costs.

            -

            Type declaration

            max_node_expiration?: longnum

            MaxNodeExpiration is the maximum number of epochs relative to the epoch +

            enable_runtime_governance_models?: Map<number, boolean>

            EnableRuntimeGovernanceModels is a set of enabled runtime governance models.

            +
            gas_costs?: {
                [op: string]: longnum;
            }

            GasCosts are the registry transaction gas costs.

            +

            Type declaration

            max_node_expiration?: longnum

            MaxNodeExpiration is the maximum number of epochs relative to the epoch at registration time that a single node registration is valid for.

            -
            max_runtime_deployments?: number

            MaxRuntimeDeployments is the maximum number of runtime deployments.

            -
            tee_features?: NodeTEEFeatures

            TEEFeatures contains the configuration of supported TEE features.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            max_runtime_deployments?: number

            MaxRuntimeDeployments is the maximum number of runtime deployments.

            +
            tee_features?: NodeTEEFeatures

            TEEFeatures contains the configuration of supported TEE features.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryEntityEvent.html b/js/client/interfaces/types.RegistryEntityEvent.html index b5d5c42896..bf09701b4e 100644 --- a/js/client/interfaces/types.RegistryEntityEvent.html +++ b/js/client/interfaces/types.RegistryEntityEvent.html @@ -1,5 +1,5 @@ RegistryEntityEvent | @oasisprotocol/client

            EntityEvent is the event that is returned via WatchEntities to signify entity registration changes and updates.

            -
            interface RegistryEntityEvent {
                entity: Entity;
                is_registration: boolean;
            }

            Properties

            interface RegistryEntityEvent {
                entity: Entity;
                is_registration: boolean;
            }

            Properties

            entity: Entity
            is_registration: boolean

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            entity: Entity
            is_registration: boolean

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryEntityWhitelistConfig.html b/js/client/interfaces/types.RegistryEntityWhitelistConfig.html index f186101c71..5faa62c66d 100644 --- a/js/client/interfaces/types.RegistryEntityWhitelistConfig.html +++ b/js/client/interfaces/types.RegistryEntityWhitelistConfig.html @@ -1,8 +1,8 @@ RegistryEntityWhitelistConfig | @oasisprotocol/client

            Interface RegistryEntityWhitelistConfig

            EntityWhitelistConfig is a per-entity whitelist configuration.

            -
            interface RegistryEntityWhitelistConfig {
                max_nodes?: Map<number, number>;
            }

            Properties

            interface RegistryEntityWhitelistConfig {
                max_nodes?: Map<number, number>;
            }

            Properties

            Properties

            max_nodes?: Map<number, number>

            MaxNodes is the maximum number of nodes that an entity can register under the given runtime for a specific role. If the map is empty or absent, the number of nodes is unlimited. If the map is present and non-empty, the the number of nodes is restricted to the specified maximum (where zero means no nodes allowed), any missing roles imply zero nodes.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryEntityWhitelistRoleAdmissionPolicy.html b/js/client/interfaces/types.RegistryEntityWhitelistRoleAdmissionPolicy.html index d41c1eedde..79a1e43a2f 100644 --- a/js/client/interfaces/types.RegistryEntityWhitelistRoleAdmissionPolicy.html +++ b/js/client/interfaces/types.RegistryEntityWhitelistRoleAdmissionPolicy.html @@ -1,3 +1,3 @@ RegistryEntityWhitelistRoleAdmissionPolicy | @oasisprotocol/client

            Interface RegistryEntityWhitelistRoleAdmissionPolicy

            EntityWhitelistRoleAdmissionPolicy is a per-role entity whitelist policy.

            -
            interface RegistryEntityWhitelistRoleAdmissionPolicy {
                entities: Map<Uint8Array, RegistryEntityWhitelistRoleConfig>;
            }

            Properties

            Properties

            entities: Map<Uint8Array, RegistryEntityWhitelistRoleConfig>

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryEntityWhitelistRoleAdmissionPolicy {
                entities: Map<Uint8Array, RegistryEntityWhitelistRoleConfig>;
            }

            Properties

            Properties

            entities: Map<Uint8Array, RegistryEntityWhitelistRoleConfig>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryEntityWhitelistRoleConfig.html b/js/client/interfaces/types.RegistryEntityWhitelistRoleConfig.html index 0ce578a883..327d23e306 100644 --- a/js/client/interfaces/types.RegistryEntityWhitelistRoleConfig.html +++ b/js/client/interfaces/types.RegistryEntityWhitelistRoleConfig.html @@ -1,3 +1,3 @@ RegistryEntityWhitelistRoleConfig | @oasisprotocol/client

            Interface RegistryEntityWhitelistRoleConfig

            EntityWhitelistRoleConfig is a per-entity whitelist configuration for a given role.

            -
            interface RegistryEntityWhitelistRoleConfig {
                max_nodes?: number;
            }

            Properties

            Properties

            max_nodes?: number

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryEntityWhitelistRoleConfig {
                max_nodes?: number;
            }

            Properties

            Properties

            max_nodes?: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryEntityWhitelistRuntimeAdmissionPolicy.html b/js/client/interfaces/types.RegistryEntityWhitelistRuntimeAdmissionPolicy.html index f2f95c1b88..c65c27cbb4 100644 --- a/js/client/interfaces/types.RegistryEntityWhitelistRuntimeAdmissionPolicy.html +++ b/js/client/interfaces/types.RegistryEntityWhitelistRuntimeAdmissionPolicy.html @@ -1,3 +1,3 @@ RegistryEntityWhitelistRuntimeAdmissionPolicy | @oasisprotocol/client

            Interface RegistryEntityWhitelistRuntimeAdmissionPolicy

            EntityWhitelistRuntimeAdmissionPolicy allows only whitelisted entities' nodes to register.

            -
            interface RegistryEntityWhitelistRuntimeAdmissionPolicy {
                entities: Map<Uint8Array, RegistryEntityWhitelistConfig>;
            }

            Properties

            Properties

            entities: Map<Uint8Array, RegistryEntityWhitelistConfig>

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryEntityWhitelistRuntimeAdmissionPolicy {
                entities: Map<Uint8Array, RegistryEntityWhitelistConfig>;
            }

            Properties

            Properties

            entities: Map<Uint8Array, RegistryEntityWhitelistConfig>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryEvent.html b/js/client/interfaces/types.RegistryEvent.html index 42b9bd5966..5312e53d71 100644 --- a/js/client/interfaces/types.RegistryEvent.html +++ b/js/client/interfaces/types.RegistryEvent.html @@ -1,9 +1,9 @@ RegistryEvent | @oasisprotocol/client

            Event is a registry event returned via GetEvents.

            -
            interface RegistryEvent {
                entity?: RegistryEntityEvent;
                height?: longnum;
                node?: RegistryNodeEvent;
                node_unfrozen?: RegistryNodeUnfrozenEvent;
                runtime_started?: RegistryRuntimeStartedEvent;
                runtime_suspended?: RegistryRuntimeSuspendedEvent;
                tx_hash?: Uint8Array;
            }

            Properties

            interface RegistryEvent {
                entity?: RegistryEntityEvent;
                height?: longnum;
                node?: RegistryNodeEvent;
                node_unfrozen?: RegistryNodeUnfrozenEvent;
                runtime_started?: RegistryRuntimeStartedEvent;
                runtime_suspended?: RegistryRuntimeSuspendedEvent;
                tx_hash?: Uint8Array;
            }

            Properties

            height?: longnum
            runtime_started?: RegistryRuntimeStartedEvent
            runtime_suspended?: RegistryRuntimeSuspendedEvent
            tx_hash?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height?: longnum
            runtime_started?: RegistryRuntimeStartedEvent
            runtime_suspended?: RegistryRuntimeSuspendedEvent
            tx_hash?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryExecutorParameters.html b/js/client/interfaces/types.RegistryExecutorParameters.html index f4ad0d99c2..24180296c7 100644 --- a/js/client/interfaces/types.RegistryExecutorParameters.html +++ b/js/client/interfaces/types.RegistryExecutorParameters.html @@ -1,5 +1,5 @@ RegistryExecutorParameters | @oasisprotocol/client

            Interface RegistryExecutorParameters

            ExecutorParameters are parameters for the executor committee.

            -
            interface RegistryExecutorParameters {
                allowed_stragglers: number;
                group_backup_size: number;
                group_size: number;
                max_liveness_fails?: number;
                max_messages: number;
                max_missed_proposals_percent?: number;
                min_live_rounds_eval?: longnum;
                min_live_rounds_percent?: number;
                round_timeout: longnum;
            }

            Properties

            interface RegistryExecutorParameters {
                allowed_stragglers: number;
                group_backup_size: number;
                group_size: number;
                max_liveness_fails?: number;
                max_messages: number;
                max_missed_proposals_percent?: number;
                min_live_rounds_eval?: longnum;
                min_live_rounds_percent?: number;
                round_timeout: longnum;
            }

            Properties

            allowed_stragglers: number

            AllowedStragglers is the number of allowed stragglers.

            -
            group_backup_size: number

            GroupBackupSize is the size of the discrepancy resolution group.

            -
            group_size: number

            GroupSize is the size of the committee.

            -
            max_liveness_fails?: number

            MaxLivenessFailures is the maximum number of liveness failures that are tolerated before +

            group_backup_size: number

            GroupBackupSize is the size of the discrepancy resolution group.

            +
            group_size: number

            GroupSize is the size of the committee.

            +
            max_liveness_fails?: number

            MaxLivenessFailures is the maximum number of liveness failures that are tolerated before suspending and/or slashing the node. Zero means unlimited.

            -
            max_messages: number

            MaxMessages is the maximum number of messages that can be emitted by the runtime in a +

            max_messages: number

            MaxMessages is the maximum number of messages that can be emitted by the runtime in a single round.

            -
            max_missed_proposals_percent?: number

            MaxMissedProposalsPercent is the maximum percentage of proposed rounds in an epoch that +

            max_missed_proposals_percent?: number

            MaxMissedProposalsPercent is the maximum percentage of proposed rounds in an epoch that can fail for a node to be considered live. Nodes not satisfying this may be penalized. Zero means that all proposed rounds can fail.

            -
            min_live_rounds_eval?: longnum

            MinLiveRoundsForEvaluation is the minimum number of live rounds in an epoch for the liveness +

            min_live_rounds_eval?: longnum

            MinLiveRoundsForEvaluation is the minimum number of live rounds in an epoch for the liveness calculations to be considered for evaluation.

            -
            min_live_rounds_percent?: number

            MinLiveRoundsPercent is the minimum percentage of rounds in an epoch that a node must +

            min_live_rounds_percent?: number

            MinLiveRoundsPercent is the minimum percentage of rounds in an epoch that a node must participate in positively in order to be considered live. Nodes not satisfying this may be penalized.

            -
            round_timeout: longnum

            RoundTimeout is the round timeout in consensus blocks.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            round_timeout: longnum

            RoundTimeout is the round timeout in consensus blocks.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryFault.html b/js/client/interfaces/types.RegistryFault.html index c9d2813ef7..9c9bdc4aa3 100644 --- a/js/client/interfaces/types.RegistryFault.html +++ b/js/client/interfaces/types.RegistryFault.html @@ -1,7 +1,7 @@ RegistryFault | @oasisprotocol/client

            Fault is used to track the state of nodes that are experiencing liveness failures.

            -
            interface RegistryFault {
                failures?: number;
                suspended_until?: longnum;
            }

            Properties

            interface RegistryFault {
                failures?: number;
                suspended_until?: longnum;
            }

            Properties

            failures?: number

            Failures is the number of times a node has been declared faulty.

            -
            suspended_until?: longnum

            SuspendedUntil specifies the epoch number until the node is not eligible for being scheduled +

            suspended_until?: longnum

            SuspendedUntil specifies the epoch number until the node is not eligible for being scheduled into the committee for which it is deemed faulty.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryGenesis.html b/js/client/interfaces/types.RegistryGenesis.html index 2d8c22e1f6..f6b2048054 100644 --- a/js/client/interfaces/types.RegistryGenesis.html +++ b/js/client/interfaces/types.RegistryGenesis.html @@ -1,14 +1,14 @@ RegistryGenesis | @oasisprotocol/client

            Genesis is the registry genesis state.

            -
            interface RegistryGenesis {
                entities?: SignatureSigned[];
                node_statuses?: Map<Uint8Array, RegistryNodeStatus>;
                nodes?: SignatureMultiSigned[];
                params: RegistryConsensusParameters;
                runtimes?: RegistryRuntime[];
                suspended_runtimes?: RegistryRuntime[];
            }

            Properties

            interface RegistryGenesis {
                entities?: SignatureSigned[];
                node_statuses?: Map<Uint8Array, RegistryNodeStatus>;
                nodes?: SignatureMultiSigned[];
                params: RegistryConsensusParameters;
                runtimes?: RegistryRuntime[];
                suspended_runtimes?: RegistryRuntime[];
            }

            Properties

            entities?: SignatureSigned[]

            Entities is the initial list of entities.

            -
            node_statuses?: Map<Uint8Array, RegistryNodeStatus>

            NodeStatuses is a set of node statuses.

            -

            Nodes is the initial list of nodes.

            -

            Parameters are the registry consensus parameters.

            -
            runtimes?: RegistryRuntime[]

            Runtimes is the initial list of runtimes.

            -
            suspended_runtimes?: RegistryRuntime[]

            SuspendedRuntimes is the list of suspended runtimes.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            node_statuses?: Map<Uint8Array, RegistryNodeStatus>

            NodeStatuses is a set of node statuses.

            +
            nodes?: SignatureMultiSigned[]

            Nodes is the initial list of nodes.

            +
            params: RegistryConsensusParameters

            Parameters are the registry consensus parameters.

            +
            runtimes?: RegistryRuntime[]

            Runtimes is the initial list of runtimes.

            +
            suspended_runtimes?: RegistryRuntime[]

            SuspendedRuntimes is the list of suspended runtimes.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryGetRuntimeQuery.html b/js/client/interfaces/types.RegistryGetRuntimeQuery.html index 02900a0717..250d130974 100644 --- a/js/client/interfaces/types.RegistryGetRuntimeQuery.html +++ b/js/client/interfaces/types.RegistryGetRuntimeQuery.html @@ -1,5 +1,5 @@ RegistryGetRuntimeQuery | @oasisprotocol/client

            Interface RegistryGetRuntimeQuery

            GetRuntimeQuery is a registry query by namespace (Runtime ID).

            -
            interface RegistryGetRuntimeQuery {
                height: longnum;
                id: Uint8Array;
                include_suspended?: boolean;
            }

            Properties

            interface RegistryGetRuntimeQuery {
                height: longnum;
                id: Uint8Array;
                include_suspended?: boolean;
            }

            Properties

            height: longnum
            id: Uint8Array
            include_suspended?: boolean

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum
            id: Uint8Array
            include_suspended?: boolean

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryGetRuntimesQuery.html b/js/client/interfaces/types.RegistryGetRuntimesQuery.html index 8740fe76a0..019190fb0b 100644 --- a/js/client/interfaces/types.RegistryGetRuntimesQuery.html +++ b/js/client/interfaces/types.RegistryGetRuntimesQuery.html @@ -1,4 +1,4 @@ RegistryGetRuntimesQuery | @oasisprotocol/client

            Interface RegistryGetRuntimesQuery

            GetRuntimesQuery is a registry get runtimes query.

            -
            interface RegistryGetRuntimesQuery {
                height: longnum;
                include_suspended: boolean;
            }

            Properties

            interface RegistryGetRuntimesQuery {
                height: longnum;
                include_suspended: boolean;
            }

            Properties

            height: longnum
            include_suspended: boolean

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum
            include_suspended: boolean

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryIDQuery.html b/js/client/interfaces/types.RegistryIDQuery.html index d5a0eee4b4..0ec958d3bf 100644 --- a/js/client/interfaces/types.RegistryIDQuery.html +++ b/js/client/interfaces/types.RegistryIDQuery.html @@ -1,4 +1,4 @@ RegistryIDQuery | @oasisprotocol/client

            IDQuery is a registry query by ID.

            -
            interface RegistryIDQuery {
                height: longnum;
                id: Uint8Array;
            }

            Properties

            interface RegistryIDQuery {
                height: longnum;
                id: Uint8Array;
            }

            Properties

            Properties

            height: longnum
            id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum
            id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryMaxNodesConstraint.html b/js/client/interfaces/types.RegistryMaxNodesConstraint.html index 27806bd2eb..ce5b292c75 100644 --- a/js/client/interfaces/types.RegistryMaxNodesConstraint.html +++ b/js/client/interfaces/types.RegistryMaxNodesConstraint.html @@ -1,3 +1,3 @@ RegistryMaxNodesConstraint | @oasisprotocol/client

            Interface RegistryMaxNodesConstraint

            MaxNodesConstraint specifies that only the given number of nodes may be eligible per entity.

            -
            interface RegistryMaxNodesConstraint {
                limit: number;
            }

            Properties

            Properties

            limit: number

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryMaxNodesConstraint {
                limit: number;
            }

            Properties

            Properties

            limit: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryMinPoolSizeConstraint.html b/js/client/interfaces/types.RegistryMinPoolSizeConstraint.html index f616af1e8e..50f317e28e 100644 --- a/js/client/interfaces/types.RegistryMinPoolSizeConstraint.html +++ b/js/client/interfaces/types.RegistryMinPoolSizeConstraint.html @@ -1,3 +1,3 @@ RegistryMinPoolSizeConstraint | @oasisprotocol/client

            Interface RegistryMinPoolSizeConstraint

            MinPoolSizeConstraint is the minimum required candidate pool size constraint.

            -
            interface RegistryMinPoolSizeConstraint {
                limit: number;
            }

            Properties

            Properties

            limit: number

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryMinPoolSizeConstraint {
                limit: number;
            }

            Properties

            Properties

            limit: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryNamespaceQuery.html b/js/client/interfaces/types.RegistryNamespaceQuery.html index ca9d27b10b..134d957318 100644 --- a/js/client/interfaces/types.RegistryNamespaceQuery.html +++ b/js/client/interfaces/types.RegistryNamespaceQuery.html @@ -1,4 +1,4 @@ RegistryNamespaceQuery | @oasisprotocol/client

            Interface RegistryNamespaceQuery

            NamespaceQuery is a registry query by namespace (Runtime ID).

            -
            interface RegistryNamespaceQuery {
                height: longnum;
                id: Uint8Array;
            }

            Properties

            interface RegistryNamespaceQuery {
                height: longnum;
                id: Uint8Array;
            }

            Properties

            Properties

            height: longnum
            id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum
            id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryNodeEvent.html b/js/client/interfaces/types.RegistryNodeEvent.html index 67e38df665..79826d48a1 100644 --- a/js/client/interfaces/types.RegistryNodeEvent.html +++ b/js/client/interfaces/types.RegistryNodeEvent.html @@ -1,5 +1,5 @@ RegistryNodeEvent | @oasisprotocol/client

            NodeEvent is the event that is returned via WatchNodes to signify node registration changes and updates.

            -
            interface RegistryNodeEvent {
                is_registration: boolean;
                node: Node;
            }

            Properties

            interface RegistryNodeEvent {
                is_registration: boolean;
                node: Node;
            }

            Properties

            Properties

            is_registration: boolean
            node: Node

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            is_registration: boolean
            node: Node

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryNodeList.html b/js/client/interfaces/types.RegistryNodeList.html index f2a35bb4d8..9c9291fcaa 100644 --- a/js/client/interfaces/types.RegistryNodeList.html +++ b/js/client/interfaces/types.RegistryNodeList.html @@ -1,3 +1,3 @@ RegistryNodeList | @oasisprotocol/client

            NodeList is a per-epoch immutable node list.

            -
            interface RegistryNodeList {
                nodes: Node[];
            }

            Properties

            Properties

            nodes: Node[]

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryNodeList {
                nodes: Node[];
            }

            Properties

            Properties

            nodes: Node[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryNodeStatus.html b/js/client/interfaces/types.RegistryNodeStatus.html index 5470d72346..2563c18228 100644 --- a/js/client/interfaces/types.RegistryNodeStatus.html +++ b/js/client/interfaces/types.RegistryNodeStatus.html @@ -1,18 +1,18 @@ RegistryNodeStatus | @oasisprotocol/client

            NodeStatus is live status of a node.

            -
            interface RegistryNodeStatus {
                election_eligible_after: longnum;
                expiration_processed: boolean;
                faults?: Map<Uint8Array, RegistryFault>;
                freeze_end_time: longnum;
            }

            Properties

            interface RegistryNodeStatus {
                election_eligible_after: longnum;
                expiration_processed: boolean;
                faults?: Map<Uint8Array, RegistryFault>;
                freeze_end_time: longnum;
            }

            Properties

            election_eligible_after: longnum

            ElectionEligibleAfter specifies the epoch after which a node is eligible to be included in non-validator committee elections.

            Note: A value of 0 is treated unconditionally as "ineligible".

            -
            expiration_processed: boolean

            ExpirationProcessed is a flag specifying whether the node expiration +

            expiration_processed: boolean

            ExpirationProcessed is a flag specifying whether the node expiration has already been processed.

            If you want to check whether a node has expired, check the node descriptor directly instead of this flag.

            -
            faults?: Map<Uint8Array, RegistryFault>

            Faults is a set of fault records for nodes that are experiencing +

            faults?: Map<Uint8Array, RegistryFault>

            Faults is a set of fault records for nodes that are experiencing liveness failures when participating in specific committees.

            -
            freeze_end_time: longnum

            FreezeEndTime is the epoch when a frozen node can become unfrozen.

            +
            freeze_end_time: longnum

            FreezeEndTime is the epoch when a frozen node can become unfrozen.

            After the specified epoch passes, this flag needs to be explicitly cleared (set to zero) in order for the node to become unfrozen.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryNodeUnfrozenEvent.html b/js/client/interfaces/types.RegistryNodeUnfrozenEvent.html index 98c6ce4401..05544268c8 100644 --- a/js/client/interfaces/types.RegistryNodeUnfrozenEvent.html +++ b/js/client/interfaces/types.RegistryNodeUnfrozenEvent.html @@ -1,3 +1,3 @@ RegistryNodeUnfrozenEvent | @oasisprotocol/client

            Interface RegistryNodeUnfrozenEvent

            NodeUnfrozenEvent signifies when node becomes unfrozen.

            -
            interface RegistryNodeUnfrozenEvent {
                node_id: Uint8Array;
            }

            Properties

            Properties

            node_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryNodeUnfrozenEvent {
                node_id: Uint8Array;
            }

            Properties

            Properties

            node_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryPerRoleAdmissionPolicy.html b/js/client/interfaces/types.RegistryPerRoleAdmissionPolicy.html index 27bb51c7b2..2b26adc81f 100644 --- a/js/client/interfaces/types.RegistryPerRoleAdmissionPolicy.html +++ b/js/client/interfaces/types.RegistryPerRoleAdmissionPolicy.html @@ -1,3 +1,3 @@ RegistryPerRoleAdmissionPolicy | @oasisprotocol/client

            Interface RegistryPerRoleAdmissionPolicy

            PerRoleAdmissionPolicy is a per-role admission policy.

            -
            interface RegistryPerRoleAdmissionPolicy {
                entity_whitelist?: RegistryEntityWhitelistRoleAdmissionPolicy;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryPerRoleAdmissionPolicy {
                entity_whitelist?: RegistryEntityWhitelistRoleAdmissionPolicy;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryRuntime.html b/js/client/interfaces/types.RegistryRuntime.html index 9423f8c5ec..f01870653b 100644 --- a/js/client/interfaces/types.RegistryRuntime.html +++ b/js/client/interfaces/types.RegistryRuntime.html @@ -1,5 +1,5 @@ RegistryRuntime | @oasisprotocol/client

            Runtime represents a runtime.

            -
            interface RegistryRuntime {
                admission_policy: RegistryRuntimeAdmissionPolicy;
                constraints?: Map<number, Map<number, RegistrySchedulingConstraints>>;
                deployments?: RegistryVersionInfo[];
                entity_id: Uint8Array;
                executor?: RegistryExecutorParameters;
                genesis: RegistryRuntimeGenesis;
                governance_model: number;
                id: Uint8Array;
                key_manager?: Uint8Array;
                kind: number;
                staking?: RegistryRuntimeStakingParameters;
                storage?: RegistryStorageParameters;
                tee_hardware: number;
                txn_scheduler?: RegistryTxnSchedulerParameters;
                v: number;
            }

            Hierarchy (view full)

            Properties

            interface RegistryRuntime {
                admission_policy: RegistryRuntimeAdmissionPolicy;
                constraints?: Map<number, Map<number, RegistrySchedulingConstraints>>;
                deployments?: RegistryVersionInfo[];
                entity_id: Uint8Array;
                executor?: RegistryExecutorParameters;
                genesis: RegistryRuntimeGenesis;
                governance_model: number;
                id: Uint8Array;
                key_manager?: Uint8Array;
                kind: number;
                staking?: RegistryRuntimeStakingParameters;
                storage?: RegistryStorageParameters;
                tee_hardware: number;
                txn_scheduler?: RegistryTxnSchedulerParameters;
                v: number;
            }

            Hierarchy (view full)

            Properties

            Properties

            AdmissionPolicy sets which nodes are allowed to register for this runtime. This policy applies to all roles.

            -
            constraints?: Map<number, Map<number, RegistrySchedulingConstraints>>

            Constraints are the node scheduling constraints.

            -
            deployments?: RegistryVersionInfo[]

            Deployments specifies the runtime deployments (versions).

            -
            entity_id: Uint8Array

            EntityID is the public key identifying the Entity controlling +

            constraints?: Map<number, Map<number, RegistrySchedulingConstraints>>

            Constraints are the node scheduling constraints.

            +
            deployments?: RegistryVersionInfo[]

            Deployments specifies the runtime deployments (versions).

            +
            entity_id: Uint8Array

            EntityID is the public key identifying the Entity controlling the runtime.

            -

            Executor stores parameters of the executor committee.

            -

            Genesis is the runtime genesis information.

            -
            governance_model: number

            GovernanceModel specifies the runtime governance model.

            -
            id: Uint8Array

            ID is a globally unique long term identifier of the runtime.

            -
            key_manager?: Uint8Array

            KeyManager is the key manager runtime ID for this runtime.

            -
            kind: number

            Kind is the type of runtime.

            -

            Staking stores the runtime's staking-related parameters.

            -

            Storage stores parameters of the storage committee.

            -
            tee_hardware: number

            TEEHardware specifies the runtime's TEE hardware requirements.

            -

            TxnScheduler stores transaction scheduling parameters of the executor +

            Executor stores parameters of the executor committee.

            +

            Genesis is the runtime genesis information.

            +
            governance_model: number

            GovernanceModel specifies the runtime governance model.

            +
            id: Uint8Array

            ID is a globally unique long term identifier of the runtime.

            +
            key_manager?: Uint8Array

            KeyManager is the key manager runtime ID for this runtime.

            +
            kind: number

            Kind is the type of runtime.

            +

            Staking stores the runtime's staking-related parameters.

            +

            Storage stores parameters of the storage committee.

            +
            tee_hardware: number

            TEEHardware specifies the runtime's TEE hardware requirements.

            +

            TxnScheduler stores transaction scheduling parameters of the executor committee.

            -
            v: number

            Generated using TypeDoc

            \ No newline at end of file +
            v: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryRuntimeAdmissionPolicy.html b/js/client/interfaces/types.RegistryRuntimeAdmissionPolicy.html index 0b888ace20..6558614490 100644 --- a/js/client/interfaces/types.RegistryRuntimeAdmissionPolicy.html +++ b/js/client/interfaces/types.RegistryRuntimeAdmissionPolicy.html @@ -1,7 +1,7 @@ RegistryRuntimeAdmissionPolicy | @oasisprotocol/client

            Interface RegistryRuntimeAdmissionPolicy

            RuntimeAdmissionPolicy is a specification of which nodes are allowed to register for a runtime.

            -
            interface RegistryRuntimeAdmissionPolicy {
                any_node?: RegistryAnyNodeRuntimeAdmissionPolicy;
                entity_whitelist?: RegistryEntityWhitelistRuntimeAdmissionPolicy;
                per_role?: Map<number, RegistryPerRoleAdmissionPolicy>;
            }

            Properties

            interface RegistryRuntimeAdmissionPolicy {
                any_node?: RegistryAnyNodeRuntimeAdmissionPolicy;
                entity_whitelist?: RegistryEntityWhitelistRuntimeAdmissionPolicy;
                per_role?: Map<number, RegistryPerRoleAdmissionPolicy>;
            }

            Properties

            per_role?: Map<number, RegistryPerRoleAdmissionPolicy>

            PerRole is a per-role admission policy that must be satisfied in addition to the global +

            Properties

            per_role?: Map<number, RegistryPerRoleAdmissionPolicy>

            PerRole is a per-role admission policy that must be satisfied in addition to the global admission policy for a specific role.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryRuntimeGenesis.html b/js/client/interfaces/types.RegistryRuntimeGenesis.html index 21f7f2a9b8..0ff6512937 100644 --- a/js/client/interfaces/types.RegistryRuntimeGenesis.html +++ b/js/client/interfaces/types.RegistryRuntimeGenesis.html @@ -1,9 +1,9 @@ RegistryRuntimeGenesis | @oasisprotocol/client

            Interface RegistryRuntimeGenesis

            RuntimeGenesis is the runtime genesis information that is used to initialize runtime state in the first block.

            -
            interface RegistryRuntimeGenesis {
                round: longnum;
                state_root: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            interface RegistryRuntimeGenesis {
                round: longnum;
                state_root: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            Properties

            round: longnum

            Round is the runtime round in the genesis.

            -
            state_root: Uint8Array

            StateRoot is the state root that should be used at genesis time. If +

            state_root: Uint8Array

            StateRoot is the state root that should be used at genesis time. If the runtime should start with empty state, this must be set to the empty hash.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryRuntimeStakingParameters.html b/js/client/interfaces/types.RegistryRuntimeStakingParameters.html index 8d0fb07d67..aa866ce626 100644 --- a/js/client/interfaces/types.RegistryRuntimeStakingParameters.html +++ b/js/client/interfaces/types.RegistryRuntimeStakingParameters.html @@ -1,18 +1,18 @@ RegistryRuntimeStakingParameters | @oasisprotocol/client

            Interface RegistryRuntimeStakingParameters

            RuntimeStakingParameters are the stake-related parameters for a runtime.

            -
            interface RegistryRuntimeStakingParameters {
                min_in_message_fee?: Uint8Array;
                reward_bad_results?: number;
                reward_equivocation?: number;
                slashing?: Map<number, StakingSlash>;
                thresholds?: Map<number, Uint8Array>;
            }

            Properties

            interface RegistryRuntimeStakingParameters {
                min_in_message_fee?: Uint8Array;
                reward_bad_results?: number;
                reward_equivocation?: number;
                slashing?: Map<number, StakingSlash>;
                thresholds?: Map<number, Uint8Array>;
            }

            Properties

            min_in_message_fee?: Uint8Array

            MinInMessageFee specifies the minimum fee that the incoming message must include for the message to be queued.

            -
            reward_bad_results?: number

            RewardSlashBadResultsRuntimePercent is the percentage of the reward obtained when slashing +

            reward_bad_results?: number

            RewardSlashBadResultsRuntimePercent is the percentage of the reward obtained when slashing for incorrect results that is transferred to the runtime's account.

            -
            reward_equivocation?: number

            RewardSlashEquvocationRuntimePercent is the percentage of the reward obtained when slashing +

            reward_equivocation?: number

            RewardSlashEquvocationRuntimePercent is the percentage of the reward obtained when slashing for equivocation that is transferred to the runtime's account.

            -
            slashing?: Map<number, StakingSlash>

            Slashing are the per-runtime misbehavior slashing parameters.

            -
            thresholds?: Map<number, Uint8Array>

            Thresholds are the minimum stake thresholds for a runtime. These per-runtime thresholds are +

            slashing?: Map<number, StakingSlash>

            Slashing are the per-runtime misbehavior slashing parameters.

            +
            thresholds?: Map<number, Uint8Array>

            Thresholds are the minimum stake thresholds for a runtime. These per-runtime thresholds are in addition to the global thresholds. May be left unspecified.

            In case a node is registered for multiple runtimes, it will need to satisfy the maximum threshold of all the runtimes.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryRuntimeStartedEvent.html b/js/client/interfaces/types.RegistryRuntimeStartedEvent.html index c1f42a898d..25d2121282 100644 --- a/js/client/interfaces/types.RegistryRuntimeStartedEvent.html +++ b/js/client/interfaces/types.RegistryRuntimeStartedEvent.html @@ -1,4 +1,4 @@ RegistryRuntimeStartedEvent | @oasisprotocol/client

            Interface RegistryRuntimeStartedEvent

            RuntimeStartedEvent signifies a runtime started event.

            Emitted when a new runtime is started or a previously suspended runtime is resumed.

            -
            interface RegistryRuntimeStartedEvent {
                runtime: RegistryRuntime;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryRuntimeStartedEvent {
                runtime: RegistryRuntime;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryRuntimeSuspendedEvent.html b/js/client/interfaces/types.RegistryRuntimeSuspendedEvent.html index a8e469dae7..f4a2dcee40 100644 --- a/js/client/interfaces/types.RegistryRuntimeSuspendedEvent.html +++ b/js/client/interfaces/types.RegistryRuntimeSuspendedEvent.html @@ -1,3 +1,3 @@ RegistryRuntimeSuspendedEvent | @oasisprotocol/client

            Interface RegistryRuntimeSuspendedEvent

            RuntimeSuspendedEvent signifies a runtime was suspended.

            -
            interface RegistryRuntimeSuspendedEvent {
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryRuntimeSuspendedEvent {
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistrySchedulingConstraints.html b/js/client/interfaces/types.RegistrySchedulingConstraints.html index 1853d1e5b9..e2eb0a6470 100644 --- a/js/client/interfaces/types.RegistrySchedulingConstraints.html +++ b/js/client/interfaces/types.RegistrySchedulingConstraints.html @@ -1,6 +1,6 @@ RegistrySchedulingConstraints | @oasisprotocol/client

            Interface RegistrySchedulingConstraints

            SchedulingConstraints are the node scheduling constraints.

            Multiple fields may be set in which case the ALL the constraints must be satisfied.

            -
            interface RegistrySchedulingConstraints {
                max_nodes?: RegistryMaxNodesConstraint;
                min_pool_size?: RegistryMinPoolSizeConstraint;
                validator_set?: RegistryValidatorSetConstraint;
            }

            Properties

            interface RegistrySchedulingConstraints {
                max_nodes?: RegistryMaxNodesConstraint;
                min_pool_size?: RegistryMinPoolSizeConstraint;
                validator_set?: RegistryValidatorSetConstraint;
            }

            Properties

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryStorageParameters.html b/js/client/interfaces/types.RegistryStorageParameters.html index e41417108e..c62a77fe31 100644 --- a/js/client/interfaces/types.RegistryStorageParameters.html +++ b/js/client/interfaces/types.RegistryStorageParameters.html @@ -1,8 +1,8 @@ RegistryStorageParameters | @oasisprotocol/client

            Interface RegistryStorageParameters

            StorageParameters are parameters for the storage committee.

            -
            interface RegistryStorageParameters {
                checkpoint_chunk_size: longnum;
                checkpoint_interval: longnum;
                checkpoint_num_kept: longnum;
            }

            Properties

            interface RegistryStorageParameters {
                checkpoint_chunk_size: longnum;
                checkpoint_interval: longnum;
                checkpoint_num_kept: longnum;
            }

            Properties

            checkpoint_chunk_size: longnum

            CheckpointChunkSize is the chunk size parameter for checkpoint creation.

            -
            checkpoint_interval: longnum

            CheckpointInterval is the expected runtime state checkpoint interval (in rounds).

            -
            checkpoint_num_kept: longnum

            CheckpointNumKept is the expected minimum number of checkpoints to keep.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            checkpoint_interval: longnum

            CheckpointInterval is the expected runtime state checkpoint interval (in rounds).

            +
            checkpoint_num_kept: longnum

            CheckpointNumKept is the expected minimum number of checkpoints to keep.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryTxnSchedulerParameters.html b/js/client/interfaces/types.RegistryTxnSchedulerParameters.html index 43077ad365..cd3b4eda29 100644 --- a/js/client/interfaces/types.RegistryTxnSchedulerParameters.html +++ b/js/client/interfaces/types.RegistryTxnSchedulerParameters.html @@ -1,14 +1,14 @@ RegistryTxnSchedulerParameters | @oasisprotocol/client

            Interface RegistryTxnSchedulerParameters

            TxnSchedulerParameters are parameters for the runtime transaction scheduler.

            -
            interface RegistryTxnSchedulerParameters {
                batch_flush_timeout?: longnum;
                max_batch_size?: longnum;
                max_batch_size_bytes?: longnum;
                max_in_messages?: number;
                propose_batch_timeout?: longnum;
            }

            Properties

            interface RegistryTxnSchedulerParameters {
                batch_flush_timeout?: longnum;
                max_batch_size?: longnum;
                max_batch_size_bytes?: longnum;
                max_in_messages?: number;
                propose_batch_timeout?: longnum;
            }

            Properties

            batch_flush_timeout?: longnum

            BatchFlushTimeout denotes, if using the "simple" algorithm, how long to wait for a scheduled batch.

            -
            max_batch_size?: longnum

            MaxBatchSize denotes what is the max size of a scheduled batch.

            -
            max_batch_size_bytes?: longnum

            MaxBatchSizeBytes denote what is the max size of a scheduled batch in bytes.

            -
            max_in_messages?: number

            MaxInMessages specifies the maximum size of the incoming message queue.

            -
            propose_batch_timeout?: longnum

            ProposerTimeout denotes how long to wait before accepting proposal from +

            max_batch_size?: longnum

            MaxBatchSize denotes what is the max size of a scheduled batch.

            +
            max_batch_size_bytes?: longnum

            MaxBatchSizeBytes denote what is the max size of a scheduled batch in bytes.

            +
            max_in_messages?: number

            MaxInMessages specifies the maximum size of the incoming message queue.

            +
            propose_batch_timeout?: longnum

            ProposerTimeout denotes how long to wait before accepting proposal from the next backup scheduler.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryUnfreezeNode.html b/js/client/interfaces/types.RegistryUnfreezeNode.html index 2a9a6e7cc7..482cb9e498 100644 --- a/js/client/interfaces/types.RegistryUnfreezeNode.html +++ b/js/client/interfaces/types.RegistryUnfreezeNode.html @@ -1,3 +1,3 @@ RegistryUnfreezeNode | @oasisprotocol/client

            UnfreezeNode is a request to unfreeze a frozen node.

            -
            interface RegistryUnfreezeNode {
                node_id: Uint8Array;
            }

            Properties

            Properties

            node_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +
            interface RegistryUnfreezeNode {
                node_id: Uint8Array;
            }

            Properties

            Properties

            node_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RegistryVersionInfo.html b/js/client/interfaces/types.RegistryVersionInfo.html index 5a7c7930ef..e9e7375c19 100644 --- a/js/client/interfaces/types.RegistryVersionInfo.html +++ b/js/client/interfaces/types.RegistryVersionInfo.html @@ -1,11 +1,11 @@ RegistryVersionInfo | @oasisprotocol/client

            VersionInfo is the per-runtime version information.

            -
            interface RegistryVersionInfo {
                bundle_checksum?: Uint8Array;
                tee?: Uint8Array;
                valid_from: longnum;
                version: Version;
            }

            Properties

            interface RegistryVersionInfo {
                bundle_checksum?: Uint8Array;
                tee?: Uint8Array;
                valid_from: longnum;
                version: Version;
            }

            Properties

            bundle_checksum?: Uint8Array

            BundleChecksum is the SHA256 hash of the runtime bundle (optional).

            -
            tee?: Uint8Array

            TEE is the enclave version information, in an enclave provider specific +

            tee?: Uint8Array

            TEE is the enclave version information, in an enclave provider specific format if any.

            -
            valid_from: longnum

            ValidFrom stores the epoch at which, this version is valid.

            -
            version: Version

            Version of the runtime.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            valid_from: longnum

            ValidFrom stores the epoch at which, this version is valid.

            +
            version: Version

            Version of the runtime.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashAnnotatedBlock.html b/js/client/interfaces/types.RootHashAnnotatedBlock.html index d5984464d7..0c06e58d9c 100644 --- a/js/client/interfaces/types.RootHashAnnotatedBlock.html +++ b/js/client/interfaces/types.RootHashAnnotatedBlock.html @@ -1,7 +1,7 @@ RootHashAnnotatedBlock | @oasisprotocol/client

            Interface RootHashAnnotatedBlock

            AnnotatedBlock is an annotated roothash block.

            -
            interface RootHashAnnotatedBlock {
                block: RootHashBlock;
                consensus_height: longnum;
            }

            Properties

            interface RootHashAnnotatedBlock {
                block: RootHashBlock;
                consensus_height: longnum;
            }

            Properties

            Block is the roothash block.

            -
            consensus_height: longnum

            Height is the underlying roothash backend's block height that +

            consensus_height: longnum

            Height is the underlying roothash backend's block height that generated this block.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashBlock.html b/js/client/interfaces/types.RootHashBlock.html index cfb7b55a1f..76e0583193 100644 --- a/js/client/interfaces/types.RootHashBlock.html +++ b/js/client/interfaces/types.RootHashBlock.html @@ -1,5 +1,5 @@ RootHashBlock | @oasisprotocol/client

            Block is an Oasis block.

            Keep this in sync with /runtime/src/consensus/roothash/block.rs.

            -
            interface RootHashBlock {
                header: RootHashHeader;
            }

            Properties

            interface RootHashBlock {
                header: RootHashHeader;
            }

            Properties

            Properties

            Header is the block header.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashComputeResultsHeader.html b/js/client/interfaces/types.RootHashComputeResultsHeader.html index f6446fe3d6..18d6264e37 100644 --- a/js/client/interfaces/types.RootHashComputeResultsHeader.html +++ b/js/client/interfaces/types.RootHashComputeResultsHeader.html @@ -4,7 +4,7 @@

            These headers are signed by RAK inside the runtime and included in executor commitments.

            Keep the roothash RAK validation in sync with changes to this structure.

            -
            interface RootHashComputeResultsHeader {
                in_msgs_count?: number;
                in_msgs_hash?: Uint8Array;
                io_root?: Uint8Array;
                messages_hash?: Uint8Array;
                previous_hash: Uint8Array;
                round: longnum;
                state_root?: Uint8Array;
            }

            Properties

            interface RootHashComputeResultsHeader {
                in_msgs_count?: number;
                in_msgs_hash?: Uint8Array;
                io_root?: Uint8Array;
                messages_hash?: Uint8Array;
                previous_hash: Uint8Array;
                round: longnum;
                state_root?: Uint8Array;
            }

            Properties

            in_msgs_count?: number

            InMessagesCount is the number of processed incoming messages.

            -
            in_msgs_hash?: Uint8Array

            InMessagesHash is hash of processed incoming messages.

            -
            io_root?: Uint8Array

            IORoot is the I/O merkle root.

            -
            messages_hash?: Uint8Array

            MessagesHash is the hash of messages sent from this batch.

            -
            previous_hash: Uint8Array

            PreviousHash is the hash of the previous block header this batch was computed against.

            -
            round: longnum

            Round is the round number.

            -
            state_root?: Uint8Array

            StateRoot is the root hash of the state after computing this batch.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            in_msgs_hash?: Uint8Array

            InMessagesHash is hash of processed incoming messages.

            +
            io_root?: Uint8Array

            IORoot is the I/O merkle root.

            +
            messages_hash?: Uint8Array

            MessagesHash is the hash of messages sent from this batch.

            +
            previous_hash: Uint8Array

            PreviousHash is the hash of the previous block header this batch was computed against.

            +
            round: longnum

            Round is the round number.

            +
            state_root?: Uint8Array

            StateRoot is the root hash of the state after computing this batch.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashConsensusParameters.html b/js/client/interfaces/types.RootHashConsensusParameters.html index 59692c3832..45dc24a3f5 100644 --- a/js/client/interfaces/types.RootHashConsensusParameters.html +++ b/js/client/interfaces/types.RootHashConsensusParameters.html @@ -1,5 +1,5 @@ RootHashConsensusParameters | @oasisprotocol/client

            Interface RootHashConsensusParameters

            ConsensusParameters are the roothash consensus parameters.

            -
            interface RootHashConsensusParameters {
                debug_bypass_stake?: boolean;
                debug_do_not_suspend_runtimes?: boolean;
                gas_costs?: {
                    [op: string]: longnum;
                };
                max_evidence_age: longnum;
                max_in_runtime_messages: number;
                max_past_roots_stored?: longnum;
                max_runtime_messages: number;
            }

            Properties

            interface RootHashConsensusParameters {
                debug_bypass_stake?: boolean;
                debug_do_not_suspend_runtimes?: boolean;
                gas_costs?: {
                    [op: string]: longnum;
                };
                max_evidence_age: longnum;
                max_in_runtime_messages: number;
                max_past_roots_stored?: longnum;
                max_runtime_messages: number;
            }

            Properties

            debug_bypass_stake?: boolean

            DebugBypassStake is true iff the roothash should bypass all of the staking related checks and operations.

            -
            debug_do_not_suspend_runtimes?: boolean

            DebugDoNotSuspendRuntimes is true iff runtimes should not be suspended +

            debug_do_not_suspend_runtimes?: boolean

            DebugDoNotSuspendRuntimes is true iff runtimes should not be suspended for lack of paying maintenance fees.

            -
            gas_costs?: {
                [op: string]: longnum;
            }

            GasCosts are the roothash transaction gas costs.

            -

            Type declaration

            max_evidence_age: longnum

            MaxEvidenceAge is the maximum age of submitted evidence in the number of rounds.

            -
            max_in_runtime_messages: number

            MaxInRuntimeMessages is the maximum number of allowed incoming messages that can be queued.

            -
            max_past_roots_stored?: longnum

            MaxPastRootsStored is the maximum number of past runtime state and I/O +

            gas_costs?: {
                [op: string]: longnum;
            }

            GasCosts are the roothash transaction gas costs.

            +

            Type declaration

            max_evidence_age: longnum

            MaxEvidenceAge is the maximum age of submitted evidence in the number of rounds.

            +
            max_in_runtime_messages: number

            MaxInRuntimeMessages is the maximum number of allowed incoming messages that can be queued.

            +
            max_past_roots_stored?: longnum

            MaxPastRootsStored is the maximum number of past runtime state and I/O roots that are stored in the consensus state.

            -
            max_runtime_messages: number

            MaxRuntimeMessages is the maximum number of allowed messages that can be emitted by a runtime +

            max_runtime_messages: number

            MaxRuntimeMessages is the maximum number of allowed messages that can be emitted by a runtime in a single round.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashEquivocationExecutorEvidence.html b/js/client/interfaces/types.RootHashEquivocationExecutorEvidence.html index a94edd477d..9603b9c1f0 100644 --- a/js/client/interfaces/types.RootHashEquivocationExecutorEvidence.html +++ b/js/client/interfaces/types.RootHashEquivocationExecutorEvidence.html @@ -1,4 +1,4 @@ RootHashEquivocationExecutorEvidence | @oasisprotocol/client

            Interface RootHashEquivocationExecutorEvidence

            EquivocationExecutorEvidence is evidence of executor commitment equivocation.

            -
            interface RootHashEquivocationExecutorEvidence {
                commit_a: RootHashExecutorCommitment;
                commit_b: RootHashExecutorCommitment;
            }

            Properties

            interface RootHashEquivocationExecutorEvidence {
                commit_a: RootHashExecutorCommitment;
                commit_b: RootHashExecutorCommitment;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashEquivocationProposalEvidence.html b/js/client/interfaces/types.RootHashEquivocationProposalEvidence.html index f3c86c415f..2015591382 100644 --- a/js/client/interfaces/types.RootHashEquivocationProposalEvidence.html +++ b/js/client/interfaces/types.RootHashEquivocationProposalEvidence.html @@ -1,4 +1,4 @@ RootHashEquivocationProposalEvidence | @oasisprotocol/client

            Interface RootHashEquivocationProposalEvidence

            EquivocationProposalEvidence is evidence of executor proposed batch equivocation.

            -
            interface RootHashEquivocationProposalEvidence {
                prop_a: RootHashProposal;
                prop_b: RootHashProposal;
            }

            Properties

            interface RootHashEquivocationProposalEvidence {
                prop_a: RootHashProposal;
                prop_b: RootHashProposal;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashEvent.html b/js/client/interfaces/types.RootHashEvent.html index d7f0df144f..e6c9274cef 100644 --- a/js/client/interfaces/types.RootHashEvent.html +++ b/js/client/interfaces/types.RootHashEvent.html @@ -1,9 +1,9 @@ RootHashEvent | @oasisprotocol/client

            Event is a roothash event.

            -
            interface RootHashEvent {
                execution_discrepancy?: RootHashExecutionDiscrepancyDetectedEvent;
                executor_committed?: RootHashExecutorCommittedEvent;
                finalized?: RootHashFinalizedEvent;
                height?: longnum;
                in_msg_processed?: RootHashInMsgProcessedEvent;
                runtime_id: Uint8Array;
                tx_hash?: Uint8Array;
            }

            Properties

            interface RootHashEvent {
                execution_discrepancy?: RootHashExecutionDiscrepancyDetectedEvent;
                executor_committed?: RootHashExecutorCommittedEvent;
                finalized?: RootHashFinalizedEvent;
                height?: longnum;
                in_msg_processed?: RootHashInMsgProcessedEvent;
                runtime_id: Uint8Array;
                tx_hash?: Uint8Array;
            }

            Properties

            executor_committed?: RootHashExecutorCommittedEvent
            height?: longnum
            in_msg_processed?: RootHashInMsgProcessedEvent
            runtime_id: Uint8Array
            tx_hash?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            executor_committed?: RootHashExecutorCommittedEvent
            height?: longnum
            in_msg_processed?: RootHashInMsgProcessedEvent
            runtime_id: Uint8Array
            tx_hash?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashEvidence.html b/js/client/interfaces/types.RootHashEvidence.html index 6a975740cd..49a3c3c0f6 100644 --- a/js/client/interfaces/types.RootHashEvidence.html +++ b/js/client/interfaces/types.RootHashEvidence.html @@ -1,5 +1,5 @@ RootHashEvidence | @oasisprotocol/client

            Evidence is an evidence of node misbehaviour.

            -
            interface RootHashEvidence {
                equivocation_executor?: RootHashEquivocationExecutorEvidence;
                equivocation_prop?: RootHashEquivocationProposalEvidence;
                id: Uint8Array;
            }

            Properties

            interface RootHashEvidence {
                equivocation_executor?: RootHashEquivocationExecutorEvidence;
                equivocation_prop?: RootHashEquivocationProposalEvidence;
                id: Uint8Array;
            }

            Properties

            equivocation_executor?: RootHashEquivocationExecutorEvidence
            id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            equivocation_executor?: RootHashEquivocationExecutorEvidence
            id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashExecutionDiscrepancyDetectedEvent.html b/js/client/interfaces/types.RootHashExecutionDiscrepancyDetectedEvent.html index 712519404a..ea8fc91b15 100644 --- a/js/client/interfaces/types.RootHashExecutionDiscrepancyDetectedEvent.html +++ b/js/client/interfaces/types.RootHashExecutionDiscrepancyDetectedEvent.html @@ -1,6 +1,6 @@ RootHashExecutionDiscrepancyDetectedEvent | @oasisprotocol/client

            Interface RootHashExecutionDiscrepancyDetectedEvent

            ExecutionDiscrepancyDetectedEvent is an execute discrepancy detected event.

            -
            interface RootHashExecutionDiscrepancyDetectedEvent {
                rank: longnum;
                timeout: boolean;
            }

            Properties

            interface RootHashExecutionDiscrepancyDetectedEvent {
                rank: longnum;
                timeout: boolean;
            }

            Properties

            Properties

            rank: longnum

            Rank is the rank of the transaction scheduler.

            -
            timeout: boolean

            Timeout signals whether the discrepancy was due to a timeout.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            timeout: boolean

            Timeout signals whether the discrepancy was due to a timeout.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashExecutorCommit.html b/js/client/interfaces/types.RootHashExecutorCommit.html index cad6ca553a..46d45e3649 100644 --- a/js/client/interfaces/types.RootHashExecutorCommit.html +++ b/js/client/interfaces/types.RootHashExecutorCommit.html @@ -1,4 +1,4 @@ RootHashExecutorCommit | @oasisprotocol/client

            Interface RootHashExecutorCommit

            ExecutorCommit is the argument set for the ExecutorCommit method.

            -
            interface RootHashExecutorCommit {
                commits: RootHashExecutorCommitment[];
                id: Uint8Array;
            }

            Properties

            interface RootHashExecutorCommit {
                commits: RootHashExecutorCommitment[];
                id: Uint8Array;
            }

            Properties

            Properties

            id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashExecutorCommitment.html b/js/client/interfaces/types.RootHashExecutorCommitment.html index 65df5ccbe3..025cdc2719 100644 --- a/js/client/interfaces/types.RootHashExecutorCommitment.html +++ b/js/client/interfaces/types.RootHashExecutorCommitment.html @@ -1,12 +1,12 @@ RootHashExecutorCommitment | @oasisprotocol/client

            Interface RootHashExecutorCommitment

            ExecutorCommitment is a commitment to results of processing a proposed runtime block.

            -
            interface RootHashExecutorCommitment {
                header: RootHashExecutorCommitmentHeader;
                messages?: RootHashMessage[];
                node_id: Uint8Array;
                sig: Uint8Array;
            }

            Properties

            interface RootHashExecutorCommitment {
                header: RootHashExecutorCommitmentHeader;
                messages?: RootHashMessage[];
                node_id: Uint8Array;
                sig: Uint8Array;
            }

            Properties

            Header is the commitment header.

            -
            messages?: RootHashMessage[]

            Messages are the messages emitted by the runtime.

            +
            messages?: RootHashMessage[]

            Messages are the messages emitted by the runtime.

            This field is only present in case this commitment belongs to the proposer. In case of the commitment being submitted as equivocation evidence, this field should be omitted.

            -
            node_id: Uint8Array

            NodeID is the public key of the node that generated this commitment.

            -
            sig: Uint8Array

            Signature is the commitment header signature.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            node_id: Uint8Array

            NodeID is the public key of the node that generated this commitment.

            +
            sig: Uint8Array

            Signature is the commitment header signature.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashExecutorCommitmentHeader.html b/js/client/interfaces/types.RootHashExecutorCommitmentHeader.html index 87a492a480..4ab54dc9bd 100644 --- a/js/client/interfaces/types.RootHashExecutorCommitmentHeader.html +++ b/js/client/interfaces/types.RootHashExecutorCommitmentHeader.html @@ -1,10 +1,10 @@ RootHashExecutorCommitmentHeader | @oasisprotocol/client

            Interface RootHashExecutorCommitmentHeader

            ExecutorCommitmentHeader is the header of an executor commitment.

            -
            interface RootHashExecutorCommitmentHeader {
                failure?: number;
                header: RootHashComputeResultsHeader;
                rak_sig?: Uint8Array;
                scheduler_id: Uint8Array;
            }

            Properties

            interface RootHashExecutorCommitmentHeader {
                failure?: number;
                header: RootHashComputeResultsHeader;
                rak_sig?: Uint8Array;
                scheduler_id: Uint8Array;
            }

            Properties

            failure?: number

            Failure is the executor commitment failure reason.

            -

            Header is the compute results header.

            -
            rak_sig?: Uint8Array
            scheduler_id: Uint8Array

            SchedulerID is the public key of the node that scheduled transactions +

            Header is the compute results header.

            +
            rak_sig?: Uint8Array
            scheduler_id: Uint8Array

            SchedulerID is the public key of the node that scheduled transactions and prepared the proposal.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashExecutorCommittedEvent.html b/js/client/interfaces/types.RootHashExecutorCommittedEvent.html index 2f5b24bf6c..4e355deb05 100644 --- a/js/client/interfaces/types.RootHashExecutorCommittedEvent.html +++ b/js/client/interfaces/types.RootHashExecutorCommittedEvent.html @@ -1,4 +1,4 @@ RootHashExecutorCommittedEvent | @oasisprotocol/client

            Interface RootHashExecutorCommittedEvent

            ExecutorCommittedEvent is an event emitted each time an executor node commits.

            -
            interface RootHashExecutorCommittedEvent {
                commit: RootHashExecutorCommitment;
            }

            Properties

            interface RootHashExecutorCommittedEvent {
                commit: RootHashExecutorCommitment;
            }

            Properties

            Properties

            Commit is the executor commitment.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashFinalizedEvent.html b/js/client/interfaces/types.RootHashFinalizedEvent.html index e074bbced3..8341191f86 100644 --- a/js/client/interfaces/types.RootHashFinalizedEvent.html +++ b/js/client/interfaces/types.RootHashFinalizedEvent.html @@ -1,4 +1,4 @@ RootHashFinalizedEvent | @oasisprotocol/client

            Interface RootHashFinalizedEvent

            FinalizedEvent is a finalized event.

            -
            interface RootHashFinalizedEvent {
                round: longnum;
            }

            Properties

            interface RootHashFinalizedEvent {
                round: longnum;
            }

            Properties

            Properties

            round: longnum

            Round is the round that was finalized.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashGenesis.html b/js/client/interfaces/types.RootHashGenesis.html index 5c2d725478..419ca067dc 100644 --- a/js/client/interfaces/types.RootHashGenesis.html +++ b/js/client/interfaces/types.RootHashGenesis.html @@ -1,6 +1,6 @@ RootHashGenesis | @oasisprotocol/client

            Genesis is the roothash genesis state.

            -
            interface RootHashGenesis {
                params: RootHashConsensusParameters;
                runtime_states?: Map<Uint8Array, RootHashGenesisRuntimeState>;
            }

            Properties

            interface RootHashGenesis {
                params: RootHashConsensusParameters;
                runtime_states?: Map<Uint8Array, RootHashGenesisRuntimeState>;
            }

            Properties

            Parameters are the roothash consensus parameters.

            -
            runtime_states?: Map<Uint8Array, RootHashGenesisRuntimeState>

            RuntimeStates are the runtime states at genesis.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            runtime_states?: Map<Uint8Array, RootHashGenesisRuntimeState>

            RuntimeStates are the runtime states at genesis.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashGenesisRuntimeState.html b/js/client/interfaces/types.RootHashGenesisRuntimeState.html index 4452d72824..c561a2ab26 100644 --- a/js/client/interfaces/types.RootHashGenesisRuntimeState.html +++ b/js/client/interfaces/types.RootHashGenesisRuntimeState.html @@ -1,10 +1,10 @@ RootHashGenesisRuntimeState | @oasisprotocol/client

            Interface RootHashGenesisRuntimeState

            GenesisRuntimeState contains state for runtimes that are restored in a genesis block.

            -
            interface RootHashGenesisRuntimeState {
                message_results?: RootHashMessageEvent[];
                round: longnum;
                state_root: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            interface RootHashGenesisRuntimeState {
                message_results?: RootHashMessageEvent[];
                round: longnum;
                state_root: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            message_results?: RootHashMessageEvent[]

            MessageResults are the message results emitted at the last processed round.

            -
            round: longnum

            Round is the runtime round in the genesis.

            -
            state_root: Uint8Array

            StateRoot is the state root that should be used at genesis time. If +

            round: longnum

            Round is the runtime round in the genesis.

            +
            state_root: Uint8Array

            StateRoot is the state root that should be used at genesis time. If the runtime should start with empty state, this must be set to the empty hash.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashGovernanceMessage.html b/js/client/interfaces/types.RootHashGovernanceMessage.html index 263446311c..fcb05ab9e5 100644 --- a/js/client/interfaces/types.RootHashGovernanceMessage.html +++ b/js/client/interfaces/types.RootHashGovernanceMessage.html @@ -1,5 +1,5 @@ RootHashGovernanceMessage | @oasisprotocol/client

            Interface RootHashGovernanceMessage

            GovernanceMessage is a governance message that allows a runtime to perform governance operations.

            -
            interface RootHashGovernanceMessage {
                cast_vote?: GovernanceProposalVote;
                submit_proposal?: GovernanceProposalContent;
                v: number;
            }

            Hierarchy (view full)

            Properties

            interface RootHashGovernanceMessage {
                cast_vote?: GovernanceProposalVote;
                submit_proposal?: GovernanceProposalContent;
                v: number;
            }

            Hierarchy (view full)

            Properties

            submit_proposal?: GovernanceProposalContent
            v: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            submit_proposal?: GovernanceProposalContent
            v: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashHeader.html b/js/client/interfaces/types.RootHashHeader.html index 8494f0de3c..1b6a946751 100644 --- a/js/client/interfaces/types.RootHashHeader.html +++ b/js/client/interfaces/types.RootHashHeader.html @@ -1,6 +1,6 @@ RootHashHeader | @oasisprotocol/client

            Header is a block header.

            Keep this in sync with /runtime/src/consensus/roothash/block.rs.

            -
            interface RootHashHeader {
                header_type: number;
                in_msgs_hash: Uint8Array;
                io_root: Uint8Array;
                messages_hash: Uint8Array;
                namespace: Uint8Array;
                previous_hash: Uint8Array;
                round: longnum;
                state_root: Uint8Array;
                timestamp: longnum;
                version: number;
            }

            Properties

            interface RootHashHeader {
                header_type: number;
                in_msgs_hash: Uint8Array;
                io_root: Uint8Array;
                messages_hash: Uint8Array;
                namespace: Uint8Array;
                previous_hash: Uint8Array;
                round: longnum;
                state_root: Uint8Array;
                timestamp: longnum;
                version: number;
            }

            Properties

            header_type: number

            HeaderType is the header type.

            -
            in_msgs_hash: Uint8Array

            InMessagesHash is the hash of processed incoming messages.

            -
            io_root: Uint8Array

            IORoot is the I/O merkle root.

            -
            messages_hash: Uint8Array

            MessagesHash is the hash of emitted runtime messages.

            -
            namespace: Uint8Array

            Namespace is the header's chain namespace.

            -
            previous_hash: Uint8Array

            PreviousHash is the previous block hash.

            -
            round: longnum

            Round is the block round.

            -
            state_root: Uint8Array

            StateRoot is the state merkle root.

            -
            timestamp: longnum

            Timestamp is the block timestamp (POSIX time).

            -
            version: number

            Version is the protocol version number.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            in_msgs_hash: Uint8Array

            InMessagesHash is the hash of processed incoming messages.

            +
            io_root: Uint8Array

            IORoot is the I/O merkle root.

            +
            messages_hash: Uint8Array

            MessagesHash is the hash of emitted runtime messages.

            +
            namespace: Uint8Array

            Namespace is the header's chain namespace.

            +
            previous_hash: Uint8Array

            PreviousHash is the previous block hash.

            +
            round: longnum

            Round is the block round.

            +
            state_root: Uint8Array

            StateRoot is the state merkle root.

            +
            timestamp: longnum

            Timestamp is the block timestamp (POSIX time).

            +
            version: number

            Version is the protocol version number.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashInMessageQueueRequest.html b/js/client/interfaces/types.RootHashInMessageQueueRequest.html index bb2d9a3dd9..97bbb73c48 100644 --- a/js/client/interfaces/types.RootHashInMessageQueueRequest.html +++ b/js/client/interfaces/types.RootHashInMessageQueueRequest.html @@ -1,6 +1,6 @@ RootHashInMessageQueueRequest | @oasisprotocol/client

            Interface RootHashInMessageQueueRequest

            InMessageQueueRequest is a request for queued incoming messages.

            -
            interface RootHashInMessageQueueRequest {
                height: longnum;
                limit?: number;
                offset?: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            interface RootHashInMessageQueueRequest {
                height: longnum;
                limit?: number;
                offset?: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            height: longnum
            limit?: number
            offset?: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum
            limit?: number
            offset?: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashInMsgProcessedEvent.html b/js/client/interfaces/types.RootHashInMsgProcessedEvent.html index d694f8c61c..ef10c8a0c1 100644 --- a/js/client/interfaces/types.RootHashInMsgProcessedEvent.html +++ b/js/client/interfaces/types.RootHashInMsgProcessedEvent.html @@ -1,11 +1,11 @@ RootHashInMsgProcessedEvent | @oasisprotocol/client

            Interface RootHashInMsgProcessedEvent

            InMsgProcessedEvent is an event of a specific incoming message being processed.

            In order to see details one needs to query the runtime at the specified round.

            -
            interface RootHashInMsgProcessedEvent {
                caller: Uint8Array;
                id: longnum;
                round: longnum;
                tag?: longnum;
            }

            Properties

            interface RootHashInMsgProcessedEvent {
                caller: Uint8Array;
                id: longnum;
                round: longnum;
                tag?: longnum;
            }

            Properties

            Properties

            caller: Uint8Array

            Caller is the incoming message submitter address.

            -

            ID is the unique incoming message identifier.

            -
            round: longnum

            Round is the round where the incoming message was processed.

            -
            tag?: longnum

            Tag is an optional tag provided by the caller.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            id: longnum

            ID is the unique incoming message identifier.

            +
            round: longnum

            Round is the round where the incoming message was processed.

            +
            tag?: longnum

            Tag is an optional tag provided by the caller.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashIncomingMessage.html b/js/client/interfaces/types.RootHashIncomingMessage.html index 8887918693..e048091815 100644 --- a/js/client/interfaces/types.RootHashIncomingMessage.html +++ b/js/client/interfaces/types.RootHashIncomingMessage.html @@ -1,17 +1,17 @@ RootHashIncomingMessage | @oasisprotocol/client

            Interface RootHashIncomingMessage

            IncomingMessage is an incoming message.

            -
            interface RootHashIncomingMessage {
                caller: Uint8Array;
                data?: Uint8Array;
                fee?: Uint8Array;
                id: longnum;
                tag?: longnum;
                tokens?: Uint8Array;
            }

            Properties

            interface RootHashIncomingMessage {
                caller: Uint8Array;
                data?: Uint8Array;
                fee?: Uint8Array;
                id: longnum;
                tag?: longnum;
                tokens?: Uint8Array;
            }

            Properties

            caller: Uint8Array

            Caller is the address of the caller authenticated by the consensus layer.

            -
            data?: Uint8Array

            Data is a runtime transaction.

            -
            fee?: Uint8Array

            Fee is the fee sent into the runtime as part of the message being sent. The fee is +

            data?: Uint8Array

            Data is a runtime transaction.

            +
            fee?: Uint8Array

            Fee is the fee sent into the runtime as part of the message being sent. The fee is transferred before the message is processed by the runtime.

            -

            ID is the unique identifier of the message.

            -
            tag?: longnum

            Tag is an optional tag provided by the caller which is ignored and can be used to match +

            ID is the unique identifier of the message.

            +
            tag?: longnum

            Tag is an optional tag provided by the caller which is ignored and can be used to match processed incoming message events later.

            -
            tokens?: Uint8Array

            Tokens are any tokens sent into the runtime as part of the message being sent. The tokens are +

            tokens?: Uint8Array

            Tokens are any tokens sent into the runtime as part of the message being sent. The tokens are transferred before the message is processed by the runtime.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashIncomingMessageQueueMeta.html b/js/client/interfaces/types.RootHashIncomingMessageQueueMeta.html index 3af03edfa1..e659d5465e 100644 --- a/js/client/interfaces/types.RootHashIncomingMessageQueueMeta.html +++ b/js/client/interfaces/types.RootHashIncomingMessageQueueMeta.html @@ -1,7 +1,7 @@ RootHashIncomingMessageQueueMeta | @oasisprotocol/client

            Interface RootHashIncomingMessageQueueMeta

            IncomingMessageQueueMeta is the incoming message queue metadata.

            -
            interface RootHashIncomingMessageQueueMeta {
                next_sequence_number?: longnum;
                size?: number;
            }

            Properties

            interface RootHashIncomingMessageQueueMeta {
                next_sequence_number?: longnum;
                size?: number;
            }

            Properties

            next_sequence_number?: longnum

            NextSequenceNumber contains the sequence number that should be used for the next queued message.

            -
            size?: number

            Size contains the current size of the queue.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            size?: number

            Size contains the current size of the queue.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashLivenessStatistics.html b/js/client/interfaces/types.RootHashLivenessStatistics.html index 25f8c28fa2..444a06bc15 100644 --- a/js/client/interfaces/types.RootHashLivenessStatistics.html +++ b/js/client/interfaces/types.RootHashLivenessStatistics.html @@ -1,5 +1,5 @@ RootHashLivenessStatistics | @oasisprotocol/client

            Interface RootHashLivenessStatistics

            LivenessStatistics has the per-epoch liveness statistics for nodes.

            -
            interface RootHashLivenessStatistics {
                finalized_proposals: longnum[];
                good_rounds: longnum[];
                missed_proposals: longnum[];
                total_rounds: longnum;
            }

            Properties

            interface RootHashLivenessStatistics {
                finalized_proposals: longnum[];
                good_rounds: longnum[];
                missed_proposals: longnum[];
                total_rounds: longnum;
            }

            Properties

            finalized_proposals good_rounds missed_proposals total_rounds @@ -7,12 +7,12 @@ acted as a proposer.

            The list is ordered according to the committee arrangement (i.e., the counter at index i holds the value for the node at index i in the committee).

            -
            good_rounds: longnum[]

            LiveRounds is a list of counters, specified in committee order (e.g. counter at index i has +

            good_rounds: longnum[]

            LiveRounds is a list of counters, specified in committee order (e.g. counter at index i has the value for node i in the committee).

            -
            missed_proposals: longnum[]

            MissedProposals is a list that records the number of failed rounds when a node +

            missed_proposals: longnum[]

            MissedProposals is a list that records the number of failed rounds when a node acted as a proposer.

            The list is ordered according to the committee arrangement (i.e., the counter at index i holds the value for the node at index i in the committee).

            -
            total_rounds: longnum

            TotalRounds is the total number of rounds in the last epoch, excluding any rounds generated +

            total_rounds: longnum

            TotalRounds is the total number of rounds in the last epoch, excluding any rounds generated by the roothash service itself.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashMessage.html b/js/client/interfaces/types.RootHashMessage.html index aa8224a1df..b571d3eae5 100644 --- a/js/client/interfaces/types.RootHashMessage.html +++ b/js/client/interfaces/types.RootHashMessage.html @@ -1,5 +1,5 @@ RootHashMessage | @oasisprotocol/client

            Message is a message that can be sent by a runtime.

            -
            interface RootHashMessage {
                governance?: RootHashGovernanceMessage;
                registry?: RootHashRegistryMessage;
                staking?: RootHashStakingMessage;
            }

            Properties

            interface RootHashMessage {
                governance?: RootHashGovernanceMessage;
                registry?: RootHashRegistryMessage;
                staking?: RootHashStakingMessage;
            }

            Properties

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashMessageEvent.html b/js/client/interfaces/types.RootHashMessageEvent.html index e642adf47c..a30c7e3458 100644 --- a/js/client/interfaces/types.RootHashMessageEvent.html +++ b/js/client/interfaces/types.RootHashMessageEvent.html @@ -1,7 +1,7 @@ RootHashMessageEvent | @oasisprotocol/client

            MessageEvent is a runtime message processed event.

            -
            interface RootHashMessageEvent {
                code?: number;
                index?: number;
                module?: string;
                result?: unknown;
            }

            Properties

            interface RootHashMessageEvent {
                code?: number;
                index?: number;
                module?: string;
                result?: unknown;
            }

            Properties

            code?: number
            index?: number
            module?: string
            result?: unknown

            Result contains CBOR-encoded message execution result for successfully executed messages.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            code?: number
            index?: number
            module?: string
            result?: unknown

            Result contains CBOR-encoded message execution result for successfully executed messages.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashPool.html b/js/client/interfaces/types.RootHashPool.html index 1da9472dc9..8d271d3be1 100644 --- a/js/client/interfaces/types.RootHashPool.html +++ b/js/client/interfaces/types.RootHashPool.html @@ -1,13 +1,13 @@ RootHashPool | @oasisprotocol/client

            Pool is a serializable pool of scheduler commitments that can be used to perform discrepancy detection and resolution.

            The pool is not safe for concurrent use.

            -
            interface RootHashPool {
                discrepancy?: boolean;
                highest_rank?: longnum;
                scheduler_commitments?: Map<longnum, RootHashSchedulerCommitment>;
            }

            Properties

            interface RootHashPool {
                discrepancy?: boolean;
                highest_rank?: longnum;
                scheduler_commitments?: Map<longnum, RootHashSchedulerCommitment>;
            }

            Properties

            discrepancy?: boolean

            Discrepancy is a flag signalling that a discrepancy has been detected.

            -
            highest_rank?: longnum

            HighestRank is the rank of the highest-ranked scheduler among those who have submitted +

            highest_rank?: longnum

            HighestRank is the rank of the highest-ranked scheduler among those who have submitted a commitment for their own proposal. The maximum value indicates that no scheduler has submitted a commitment.

            -
            scheduler_commitments?: Map<longnum, RootHashSchedulerCommitment>

            SchedulerCommitments is a map that groups scheduler commitments and worker votes +

            scheduler_commitments?: Map<longnum, RootHashSchedulerCommitment>

            SchedulerCommitments is a map that groups scheduler commitments and worker votes by the scheduler's rank.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashProposal.html b/js/client/interfaces/types.RootHashProposal.html index 7872ca55e1..b05fe067ed 100644 --- a/js/client/interfaces/types.RootHashProposal.html +++ b/js/client/interfaces/types.RootHashProposal.html @@ -1,11 +1,11 @@ RootHashProposal | @oasisprotocol/client

            Proposal is a batch proposal.

            -
            interface RootHashProposal {
                batch?: Uint8Array[];
                header: RootHashProposalHeader;
                node_id: Uint8Array;
                sig: Uint8Array;
            }

            Properties

            interface RootHashProposal {
                batch?: Uint8Array[];
                header: RootHashProposalHeader;
                node_id: Uint8Array;
                sig: Uint8Array;
            }

            Properties

            batch?: Uint8Array[]

            Batch is an ordered list of all transaction hashes that should be in a batch. In case of the proposal being submitted as equivocation evidence, this field should be omitted.

            -

            Header is the proposal header.

            -
            node_id: Uint8Array

            NodeID is the public key of the node that generated this proposal.

            -
            sig: Uint8Array

            Signature is the proposal header signature.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            header: RootHashProposalHeader

            Header is the proposal header.

            +
            node_id: Uint8Array

            NodeID is the public key of the node that generated this proposal.

            +
            sig: Uint8Array

            Signature is the proposal header signature.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashProposalHeader.html b/js/client/interfaces/types.RootHashProposalHeader.html index 598b213e39..18228564bb 100644 --- a/js/client/interfaces/types.RootHashProposalHeader.html +++ b/js/client/interfaces/types.RootHashProposalHeader.html @@ -1,8 +1,8 @@ RootHashProposalHeader | @oasisprotocol/client

            Interface RootHashProposalHeader

            ProposalHeader is the header of the batch proposal.

            -
            interface RootHashProposalHeader {
                batch_hash: Uint8Array;
                previous_hash: Uint8Array;
                round: longnum;
            }

            Properties

            interface RootHashProposalHeader {
                batch_hash: Uint8Array;
                previous_hash: Uint8Array;
                round: longnum;
            }

            Properties

            batch_hash: Uint8Array

            BatchHash is the hash of the content of the batch.

            -
            previous_hash: Uint8Array

            PreviousHash is the hash of the block header on which the batch should be based.

            -
            round: longnum

            Round is the proposed round number.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            previous_hash: Uint8Array

            PreviousHash is the hash of the block header on which the batch should be based.

            +
            round: longnum

            Round is the proposed round number.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashRegistryMessage.html b/js/client/interfaces/types.RootHashRegistryMessage.html index 93e8dbc0bb..d46c1c7557 100644 --- a/js/client/interfaces/types.RootHashRegistryMessage.html +++ b/js/client/interfaces/types.RootHashRegistryMessage.html @@ -1,4 +1,4 @@ RootHashRegistryMessage | @oasisprotocol/client

            Interface RootHashRegistryMessage

            RegistryMessage is a runtime message that allows a runtime to perform staking operations.

            -
            interface RootHashRegistryMessage {
                update_runtime?: RegistryRuntime;
                v: number;
            }

            Hierarchy (view full)

            Properties

            interface RootHashRegistryMessage {
                update_runtime?: RegistryRuntime;
                v: number;
            }

            Hierarchy (view full)

            Properties

            Properties

            update_runtime?: RegistryRuntime
            v: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            update_runtime?: RegistryRuntime
            v: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashRoundResults.html b/js/client/interfaces/types.RootHashRoundResults.html index f61ae802f0..120082ba4e 100644 --- a/js/client/interfaces/types.RootHashRoundResults.html +++ b/js/client/interfaces/types.RootHashRoundResults.html @@ -1,11 +1,11 @@ RootHashRoundResults | @oasisprotocol/client

            RoundResults contains information about how a particular round was executed by the consensus layer.

            -
            interface RootHashRoundResults {
                bad_compute_entities?: Uint8Array[];
                good_compute_entities?: Uint8Array[];
                messages?: RootHashMessageEvent[];
            }

            Properties

            interface RootHashRoundResults {
                bad_compute_entities?: Uint8Array[];
                good_compute_entities?: Uint8Array[];
                messages?: RootHashMessageEvent[];
            }

            Properties

            bad_compute_entities?: Uint8Array[]

            BadComputeEntities are the public keys of compute nodes' controlling entities that negatively contributed to the round by causing discrepancies.

            -
            good_compute_entities?: Uint8Array[]

            GoodComputeEntities are the public keys of compute nodes' controlling entities that +

            good_compute_entities?: Uint8Array[]

            GoodComputeEntities are the public keys of compute nodes' controlling entities that positively contributed to the round by replicating the computation correctly.

            -

            Messages are the results of executing emitted runtime messages.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            messages?: RootHashMessageEvent[]

            Messages are the results of executing emitted runtime messages.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashRuntimeRequest.html b/js/client/interfaces/types.RootHashRuntimeRequest.html index f1d8a30322..8f867cbf39 100644 --- a/js/client/interfaces/types.RootHashRuntimeRequest.html +++ b/js/client/interfaces/types.RootHashRuntimeRequest.html @@ -1,4 +1,4 @@ RootHashRuntimeRequest | @oasisprotocol/client

            Interface RootHashRuntimeRequest

            RuntimeRequest is a generic roothash get request for a specific runtime.

            -
            interface RootHashRuntimeRequest {
                height: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            interface RootHashRuntimeRequest {
                height: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            height: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashRuntimeState.html b/js/client/interfaces/types.RootHashRuntimeState.html index 15a83bb688..a7dc0533e2 100644 --- a/js/client/interfaces/types.RootHashRuntimeState.html +++ b/js/client/interfaces/types.RootHashRuntimeState.html @@ -1,5 +1,5 @@ RootHashRuntimeState | @oasisprotocol/client

            RuntimeState is the per-runtime state.

            -
            interface RootHashRuntimeState {
                commitment_pool?: RootHashPool;
                committee?: SchedulerCommittee;
                genesis_block: RootHashBlock;
                last_block: RootHashBlock;
                last_block_height: longnum;
                last_normal_height: longnum;
                last_normal_round: longnum;
                liveness_stats?: RootHashLivenessStatistics;
                runtime: RegistryRuntime;
                suspended?: boolean;
                timeout?: longnum;
            }

            Properties

            interface RootHashRuntimeState {
                commitment_pool?: RootHashPool;
                committee?: SchedulerCommittee;
                genesis_block: RootHashBlock;
                last_block: RootHashBlock;
                last_block_height: longnum;
                last_normal_height: longnum;
                last_normal_round: longnum;
                liveness_stats?: RootHashLivenessStatistics;
                runtime: RegistryRuntime;
                suspended?: boolean;
                timeout?: longnum;
            }

            Properties

            commitment_pool?: RootHashPool

            CommitmentPool collects the executor commitments.

            -
            committee?: SchedulerCommittee

            Committee is the committee the executor pool is collecting commitments for.

            -
            genesis_block: RootHashBlock

            GenesisBlock is the runtime's first block.

            -
            last_block: RootHashBlock

            LastBlock is the runtime's most recently generated block.

            -
            last_block_height: longnum

            LastBlockHeight is the height at which the runtime's most recent block was generated.

            -
            last_normal_height: longnum

            LastNormalHeight is the consensus block height corresponding to LastNormalRound.

            -
            last_normal_round: longnum

            LastNormalRound is the runtime round which was normally processed by the runtime. This is +

            committee?: SchedulerCommittee

            Committee is the committee the executor pool is collecting commitments for.

            +
            genesis_block: RootHashBlock

            GenesisBlock is the runtime's first block.

            +
            last_block: RootHashBlock

            LastBlock is the runtime's most recently generated block.

            +
            last_block_height: longnum

            LastBlockHeight is the height at which the runtime's most recent block was generated.

            +
            last_normal_height: longnum

            LastNormalHeight is the consensus block height corresponding to LastNormalRound.

            +
            last_normal_round: longnum

            LastNormalRound is the runtime round which was normally processed by the runtime. This is also the round that contains the message results for the last processed runtime messages.

            -

            LivenessStatistics contains the liveness statistics for the current epoch.

            -

            Runtime is the latest per-epoch runtime descriptor.

            -
            suspended?: boolean

            Suspended is a flag indicating whether the runtime is currently suspended.

            -
            timeout?: longnum

            NextTimeout is the time at which the round is scheduled for forced finalization.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            liveness_stats?: RootHashLivenessStatistics

            LivenessStatistics contains the liveness statistics for the current epoch.

            +
            runtime: RegistryRuntime

            Runtime is the latest per-epoch runtime descriptor.

            +
            suspended?: boolean

            Suspended is a flag indicating whether the runtime is currently suspended.

            +
            timeout?: longnum

            NextTimeout is the time at which the round is scheduled for forced finalization.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashSchedulerCommitment.html b/js/client/interfaces/types.RootHashSchedulerCommitment.html index b7cae82e39..5c64a7e9ba 100644 --- a/js/client/interfaces/types.RootHashSchedulerCommitment.html +++ b/js/client/interfaces/types.RootHashSchedulerCommitment.html @@ -1,7 +1,7 @@ RootHashSchedulerCommitment | @oasisprotocol/client

            Interface RootHashSchedulerCommitment

            SchedulerCommitment is a structure for storing scheduler commitment and its votes.

            -
            interface RootHashSchedulerCommitment {
                commitment?: RootHashExecutorCommitment;
                votes?: Map<Uint8Array, Uint8Array>;
            }

            Properties

            interface RootHashSchedulerCommitment {
                commitment?: RootHashExecutorCommitment;
                votes?: Map<Uint8Array, Uint8Array>;
            }

            Properties

            Properties

            Commitment is a verified scheduler's Commitment for which votes are being collected.

            -
            votes?: Map<Uint8Array, Uint8Array>

            Votes is a map that collects Votes from nodes in the form of commitment hashes.

            +
            votes?: Map<Uint8Array, Uint8Array>

            Votes is a map that collects Votes from nodes in the form of commitment hashes.

            A nil vote indicates a failure.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashStakingMessage.html b/js/client/interfaces/types.RootHashStakingMessage.html index e9091c11c8..65ef184c14 100644 --- a/js/client/interfaces/types.RootHashStakingMessage.html +++ b/js/client/interfaces/types.RootHashStakingMessage.html @@ -1,7 +1,7 @@ RootHashStakingMessage | @oasisprotocol/client

            Interface RootHashStakingMessage

            StakingMessage is a runtime message that allows a runtime to perform staking operations.

            -
            interface RootHashStakingMessage {
                add_escrow?: StakingEscrow;
                reclaim_escrow?: StakingReclaimEscrow;
                transfer?: StakingTransfer;
                v: number;
                withdraw?: StakingWithdraw;
            }

            Hierarchy (view full)

            Properties

            interface RootHashStakingMessage {
                add_escrow?: StakingEscrow;
                reclaim_escrow?: StakingReclaimEscrow;
                transfer?: StakingTransfer;
                v: number;
                withdraw?: StakingWithdraw;
            }

            Hierarchy (view full)

            Properties

            add_escrow?: StakingEscrow
            reclaim_escrow?: StakingReclaimEscrow
            transfer?: StakingTransfer
            v: number
            withdraw?: StakingWithdraw

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            add_escrow?: StakingEscrow
            reclaim_escrow?: StakingReclaimEscrow
            transfer?: StakingTransfer
            v: number
            withdraw?: StakingWithdraw

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RootHashSubmitMsg.html b/js/client/interfaces/types.RootHashSubmitMsg.html index 09b82f2d84..658a052dfb 100644 --- a/js/client/interfaces/types.RootHashSubmitMsg.html +++ b/js/client/interfaces/types.RootHashSubmitMsg.html @@ -1,15 +1,15 @@ RootHashSubmitMsg | @oasisprotocol/client

            SubmitMsg is the argument set for the SubmitMsg method.

            -
            interface RootHashSubmitMsg {
                data?: Uint8Array;
                fee?: Uint8Array;
                id: Uint8Array;
                tag?: longnum;
                tokens?: Uint8Array;
            }

            Properties

            interface RootHashSubmitMsg {
                data?: Uint8Array;
                fee?: Uint8Array;
                id: Uint8Array;
                tag?: longnum;
                tokens?: Uint8Array;
            }

            Properties

            Properties

            data?: Uint8Array

            Data is arbitrary runtime-dependent data.

            -
            fee?: Uint8Array

            Fee is the fee sent into the runtime as part of the message being sent. The fee is +

            fee?: Uint8Array

            Fee is the fee sent into the runtime as part of the message being sent. The fee is transferred before the message is processed by the runtime.

            -
            id: Uint8Array

            ID is the destination runtime ID.

            -
            tag?: longnum

            Tag is an optional tag provided by the caller which is ignored and can be used to match +

            id: Uint8Array

            ID is the destination runtime ID.

            +
            tag?: longnum

            Tag is an optional tag provided by the caller which is ignored and can be used to match processed incoming message events later.

            -
            tokens?: Uint8Array

            Tokens are any tokens sent into the runtime as part of the message being sent. The tokens are +

            tokens?: Uint8Array

            Tokens are any tokens sent into the runtime as part of the message being sent. The tokens are transferred before the message is processed by the runtime.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientCheckTxRequest.html b/js/client/interfaces/types.RuntimeClientCheckTxRequest.html index ac536095b5..30b57a4cd8 100644 --- a/js/client/interfaces/types.RuntimeClientCheckTxRequest.html +++ b/js/client/interfaces/types.RuntimeClientCheckTxRequest.html @@ -1,4 +1,4 @@ RuntimeClientCheckTxRequest | @oasisprotocol/client

            Interface RuntimeClientCheckTxRequest

            CheckTxRequest is a CheckTx request.

            -
            interface RuntimeClientCheckTxRequest {
                data: Uint8Array;
                runtime_id: Uint8Array;
            }

            Properties

            interface RuntimeClientCheckTxRequest {
                data: Uint8Array;
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            data: Uint8Array
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            data: Uint8Array
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientEvent.html b/js/client/interfaces/types.RuntimeClientEvent.html index 0a0ce585eb..c867f0ee31 100644 --- a/js/client/interfaces/types.RuntimeClientEvent.html +++ b/js/client/interfaces/types.RuntimeClientEvent.html @@ -1,6 +1,6 @@ RuntimeClientEvent | @oasisprotocol/client

            Event is an event emitted by a runtime in the form of a runtime transaction tag.

            Key and value semantics are runtime-dependent.

            -
            interface RuntimeClientEvent {
                key: Uint8Array;
                tx_hash: Uint8Array;
                value: Uint8Array;
            }

            Properties

            key +
            interface RuntimeClientEvent {
                key: Uint8Array;
                tx_hash: Uint8Array;
                value: Uint8Array;
            }

            Properties

            Properties

            key: Uint8Array
            tx_hash: Uint8Array
            value: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            key: Uint8Array
            tx_hash: Uint8Array
            value: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientGetBlockRequest.html b/js/client/interfaces/types.RuntimeClientGetBlockRequest.html index 7b231576b5..5cfd73e7bf 100644 --- a/js/client/interfaces/types.RuntimeClientGetBlockRequest.html +++ b/js/client/interfaces/types.RuntimeClientGetBlockRequest.html @@ -1,4 +1,4 @@ RuntimeClientGetBlockRequest | @oasisprotocol/client

            Interface RuntimeClientGetBlockRequest

            GetBlockRequest is a GetBlock request.

            -
            interface RuntimeClientGetBlockRequest {
                round: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            interface RuntimeClientGetBlockRequest {
                round: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            round: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            round: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientGetEventsRequest.html b/js/client/interfaces/types.RuntimeClientGetEventsRequest.html index 9b6931ba0c..9692a43725 100644 --- a/js/client/interfaces/types.RuntimeClientGetEventsRequest.html +++ b/js/client/interfaces/types.RuntimeClientGetEventsRequest.html @@ -1,4 +1,4 @@ RuntimeClientGetEventsRequest | @oasisprotocol/client

            Interface RuntimeClientGetEventsRequest

            GetEventsRequest is a GetEvents request.

            -
            interface RuntimeClientGetEventsRequest {
                round: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            interface RuntimeClientGetEventsRequest {
                round: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            round: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            round: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientGetTransactionsRequest.html b/js/client/interfaces/types.RuntimeClientGetTransactionsRequest.html index b92e580747..f47fef5267 100644 --- a/js/client/interfaces/types.RuntimeClientGetTransactionsRequest.html +++ b/js/client/interfaces/types.RuntimeClientGetTransactionsRequest.html @@ -1,4 +1,4 @@ RuntimeClientGetTransactionsRequest | @oasisprotocol/client

            Interface RuntimeClientGetTransactionsRequest

            GetTransactionsRequest is a GetTransactions request.

            -
            interface RuntimeClientGetTransactionsRequest {
                round: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            interface RuntimeClientGetTransactionsRequest {
                round: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            round: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            round: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientPlainEvent.html b/js/client/interfaces/types.RuntimeClientPlainEvent.html index 227f33bdec..4f76584b30 100644 --- a/js/client/interfaces/types.RuntimeClientPlainEvent.html +++ b/js/client/interfaces/types.RuntimeClientPlainEvent.html @@ -1,6 +1,6 @@ RuntimeClientPlainEvent | @oasisprotocol/client

            Interface RuntimeClientPlainEvent

            PlainEvent is an event emitted by a runtime in the form of a runtime transaction tag. It does not include the transaction hash.

            Key and value semantics are runtime-dependent.

            -
            interface RuntimeClientPlainEvent {
                key: Uint8Array;
                value: Uint8Array;
            }

            Properties

            key +
            interface RuntimeClientPlainEvent {
                key: Uint8Array;
                value: Uint8Array;
            }

            Properties

            Properties

            key: Uint8Array
            value: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            key: Uint8Array
            value: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientQueryRequest.html b/js/client/interfaces/types.RuntimeClientQueryRequest.html index ee5cd6bd60..b7d03fe14b 100644 --- a/js/client/interfaces/types.RuntimeClientQueryRequest.html +++ b/js/client/interfaces/types.RuntimeClientQueryRequest.html @@ -1,6 +1,6 @@ RuntimeClientQueryRequest | @oasisprotocol/client

            Interface RuntimeClientQueryRequest

            QueryRequest is a Query request.

            -
            interface RuntimeClientQueryRequest {
                args: Uint8Array;
                method: string;
                round: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            interface RuntimeClientQueryRequest {
                args: Uint8Array;
                method: string;
                round: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            args: Uint8Array
            method: string
            round: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            args: Uint8Array
            method: string
            round: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientQueryResponse.html b/js/client/interfaces/types.RuntimeClientQueryResponse.html index b96b2999ef..ca5b074fb4 100644 --- a/js/client/interfaces/types.RuntimeClientQueryResponse.html +++ b/js/client/interfaces/types.RuntimeClientQueryResponse.html @@ -1,3 +1,3 @@ RuntimeClientQueryResponse | @oasisprotocol/client

            Interface RuntimeClientQueryResponse

            QueryResponse is a response to the runtime query.

            -
            interface RuntimeClientQueryResponse {
                data: Uint8Array;
            }

            Properties

            Properties

            data: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +
            interface RuntimeClientQueryResponse {
                data: Uint8Array;
            }

            Properties

            Properties

            data: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientSubmitTxMetaResponse.html b/js/client/interfaces/types.RuntimeClientSubmitTxMetaResponse.html index 00ccffb794..fc7750271d 100644 --- a/js/client/interfaces/types.RuntimeClientSubmitTxMetaResponse.html +++ b/js/client/interfaces/types.RuntimeClientSubmitTxMetaResponse.html @@ -1,10 +1,10 @@ RuntimeClientSubmitTxMetaResponse | @oasisprotocol/client

            Interface RuntimeClientSubmitTxMetaResponse

            SubmitTxMetaResponse is the SubmitTxMeta response.

            -
            interface RuntimeClientSubmitTxMetaResponse {
                batch_order?: number;
                check_tx_error?: RuntimeHostError;
                data?: Uint8Array;
                round?: longnum;
            }

            Properties

            interface RuntimeClientSubmitTxMetaResponse {
                batch_order?: number;
                check_tx_error?: RuntimeHostError;
                data?: Uint8Array;
                round?: longnum;
            }

            Properties

            batch_order?: number

            BatchOrder is the order of the transaction in the execution batch.

            -
            check_tx_error?: RuntimeHostError

            CheckTxError is the CheckTx error in case transaction failed the transaction check.

            -
            data?: Uint8Array

            Output is the transaction output.

            -
            round?: longnum

            Round is the roothash round in which the transaction was executed.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            check_tx_error?: RuntimeHostError

            CheckTxError is the CheckTx error in case transaction failed the transaction check.

            +
            data?: Uint8Array

            Output is the transaction output.

            +
            round?: longnum

            Round is the roothash round in which the transaction was executed.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientSubmitTxRequest.html b/js/client/interfaces/types.RuntimeClientSubmitTxRequest.html index 8b091e2a71..835a74727a 100644 --- a/js/client/interfaces/types.RuntimeClientSubmitTxRequest.html +++ b/js/client/interfaces/types.RuntimeClientSubmitTxRequest.html @@ -1,4 +1,4 @@ RuntimeClientSubmitTxRequest | @oasisprotocol/client

            Interface RuntimeClientSubmitTxRequest

            SubmitTxRequest is a SubmitTx request.

            -
            interface RuntimeClientSubmitTxRequest {
                data: Uint8Array;
                runtime_id: Uint8Array;
            }

            Properties

            interface RuntimeClientSubmitTxRequest {
                data: Uint8Array;
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            data: Uint8Array
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            data: Uint8Array
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeClientTransactionWithResults.html b/js/client/interfaces/types.RuntimeClientTransactionWithResults.html index 8cccfd1dfb..e459ec5121 100644 --- a/js/client/interfaces/types.RuntimeClientTransactionWithResults.html +++ b/js/client/interfaces/types.RuntimeClientTransactionWithResults.html @@ -1,5 +1,5 @@ RuntimeClientTransactionWithResults | @oasisprotocol/client

            Interface RuntimeClientTransactionWithResults

            TransactionWithResults is a transaction with its raw result and emitted events.

            -
            interface RuntimeClientTransactionWithResults {
                events?: RuntimeClientPlainEvent[];
                result: Uint8Array;
                tx: Uint8Array;
            }

            Properties

            interface RuntimeClientTransactionWithResults {
                events?: RuntimeClientPlainEvent[];
                result: Uint8Array;
                tx: Uint8Array;
            }

            Properties

            Properties

            result: Uint8Array
            tx: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            result: Uint8Array
            tx: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.RuntimeHostError.html b/js/client/interfaces/types.RuntimeHostError.html index 5ab5063c9e..ba2553914a 100644 --- a/js/client/interfaces/types.RuntimeHostError.html +++ b/js/client/interfaces/types.RuntimeHostError.html @@ -1,5 +1,5 @@ RuntimeHostError | @oasisprotocol/client

            Error is a message body representing an error.

            -
            interface RuntimeHostError {
                code?: number;
                message?: string;
                module?: string;
            }

            Properties

            interface RuntimeHostError {
                code?: number;
                message?: string;
                module?: string;
            }

            Properties

            Properties

            code?: number
            message?: string
            module?: string

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            code?: number
            message?: string
            module?: string

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SGXEnclaveIdentity.html b/js/client/interfaces/types.SGXEnclaveIdentity.html index 17ad7b8636..7e20ea2745 100644 --- a/js/client/interfaces/types.SGXEnclaveIdentity.html +++ b/js/client/interfaces/types.SGXEnclaveIdentity.html @@ -1,4 +1,4 @@ SGXEnclaveIdentity | @oasisprotocol/client

            EnclaveIdentity is a byte serialized MRSIGNER/MRENCLAVE pair.

            -
            interface SGXEnclaveIdentity {
                mr_enclave: Uint8Array;
                mr_signer: Uint8Array;
            }

            Properties

            interface SGXEnclaveIdentity {
                mr_enclave: Uint8Array;
                mr_signer: Uint8Array;
            }

            Properties

            Properties

            mr_enclave: Uint8Array
            mr_signer: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            mr_enclave: Uint8Array
            mr_signer: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SGXIasQuotePolicy.html b/js/client/interfaces/types.SGXIasQuotePolicy.html index 5c59cc9ca0..9325a982af 100644 --- a/js/client/interfaces/types.SGXIasQuotePolicy.html +++ b/js/client/interfaces/types.SGXIasQuotePolicy.html @@ -1,12 +1,12 @@ SGXIasQuotePolicy | @oasisprotocol/client

            QuotePolicy is the quote validity policy.

            -
            interface SGXIasQuotePolicy {
                allowed_quote_statuses?: number[];
                disabled?: boolean;
                gid_blacklist?: number[];
                min_tcb_evaluation_data_number?: number;
            }

            Properties

            interface SGXIasQuotePolicy {
                allowed_quote_statuses?: number[];
                disabled?: boolean;
                gid_blacklist?: number[];
                min_tcb_evaluation_data_number?: number;
            }

            Properties

            allowed_quote_statuses?: number[]

            AllowedQuoteStatuses are the allowed quote statuses.

            Note: QuoteOK and QuoteSwHardeningNeeded are ALWAYS allowed, and do not need to be specified.

            -
            disabled?: boolean

            Disabled specifies whether IAS quotes are disabled and will always be rejected.

            -
            gid_blacklist?: number[]

            GIDBlackList is a list of blocked platform EPID group IDs.

            -
            min_tcb_evaluation_data_number?: number

            MinTCBEvaluationDataNumber is the minimum acceptable TCB Evaluation Data number, +

            disabled?: boolean

            Disabled specifies whether IAS quotes are disabled and will always be rejected.

            +
            gid_blacklist?: number[]

            GIDBlackList is a list of blocked platform EPID group IDs.

            +
            min_tcb_evaluation_data_number?: number

            MinTCBEvaluationDataNumber is the minimum acceptable TCB Evaluation Data number, as used in the attestation verification report structure.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SGXPcsQuotePolicy.html b/js/client/interfaces/types.SGXPcsQuotePolicy.html index cc389f5337..9fa4f69834 100644 --- a/js/client/interfaces/types.SGXPcsQuotePolicy.html +++ b/js/client/interfaces/types.SGXPcsQuotePolicy.html @@ -1,12 +1,12 @@ SGXPcsQuotePolicy | @oasisprotocol/client

            QuotePolicy is the quote validity policy.

            -
            interface SGXPcsQuotePolicy {
                disabled?: boolean;
                fmspc_blacklist?: string[];
                min_tcb_evaluation_data_number: number;
                tcb_validity_period: number;
            }

            Properties

            interface SGXPcsQuotePolicy {
                disabled?: boolean;
                fmspc_blacklist?: string[];
                min_tcb_evaluation_data_number: number;
                tcb_validity_period: number;
            }

            Properties

            disabled?: boolean

            Disabled specifies whether PCS quotes are disabled and will always be rejected.

            -
            fmspc_blacklist?: string[]

            FMSPCBlacklist is a list of hexadecimal encoded FMSPCs specifying which processor +

            fmspc_blacklist?: string[]

            FMSPCBlacklist is a list of hexadecimal encoded FMSPCs specifying which processor packages and platform instances are blocked.

            -
            min_tcb_evaluation_data_number: number

            MinTCBEvaluationDataNumber is the minimum TCB evaluation data number that is considered to be +

            min_tcb_evaluation_data_number: number

            MinTCBEvaluationDataNumber is the minimum TCB evaluation data number that is considered to be valid. TCB bundles containing smaller values will be invalid.

            -
            tcb_validity_period: number

            TCBValidityPeriod is the validity (in days) of the TCB collateral.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            tcb_validity_period: number

            TCBValidityPeriod is the validity (in days) of the TCB collateral.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SGXPolicy.html b/js/client/interfaces/types.SGXPolicy.html index 8ebadcdcfc..f8960c8cc7 100644 --- a/js/client/interfaces/types.SGXPolicy.html +++ b/js/client/interfaces/types.SGXPolicy.html @@ -1,4 +1,4 @@ SGXPolicy | @oasisprotocol/client

            Policy is the quote validity policy.

            -
            interface SGXPolicy {
                ias?: SGXIasQuotePolicy;
                pcs?: SGXPcsQuotePolicy;
            }

            Properties

            interface SGXPolicy {
                ias?: SGXIasQuotePolicy;
                pcs?: SGXPcsQuotePolicy;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SchedulerCommittee.html b/js/client/interfaces/types.SchedulerCommittee.html index 8f20b0907f..5df0d4ee80 100644 --- a/js/client/interfaces/types.SchedulerCommittee.html +++ b/js/client/interfaces/types.SchedulerCommittee.html @@ -1,11 +1,11 @@ SchedulerCommittee | @oasisprotocol/client

            Committee is a per-runtime (instance) committee.

            -
            interface SchedulerCommittee {
                kind: number;
                members: SchedulerCommitteeNode[];
                runtime_id: Uint8Array;
                valid_for: longnum;
            }

            Properties

            interface SchedulerCommittee {
                kind: number;
                members: SchedulerCommitteeNode[];
                runtime_id: Uint8Array;
                valid_for: longnum;
            }

            Properties

            kind: number

            Kind is the functionality a committee exists to provide.

            -

            Members is a collection of committee members.

            +

            Members is a collection of committee members.

            The order of committee members is consistent, with workers always preceding backup workers.

            -
            runtime_id: Uint8Array

            RuntimeID is the runtime ID that this committee is for.

            -
            valid_for: longnum

            ValidFor is the epoch for which the committee is valid.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            runtime_id: Uint8Array

            RuntimeID is the runtime ID that this committee is for.

            +
            valid_for: longnum

            ValidFor is the epoch for which the committee is valid.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SchedulerCommitteeNode.html b/js/client/interfaces/types.SchedulerCommitteeNode.html index 60f1154af5..3d5319d78b 100644 --- a/js/client/interfaces/types.SchedulerCommitteeNode.html +++ b/js/client/interfaces/types.SchedulerCommitteeNode.html @@ -1,6 +1,6 @@ SchedulerCommitteeNode | @oasisprotocol/client

            Interface SchedulerCommitteeNode

            CommitteeNode is a node participating in a committee.

            -
            interface SchedulerCommitteeNode {
                public_key: Uint8Array;
                role: number;
            }

            Properties

            interface SchedulerCommitteeNode {
                public_key: Uint8Array;
                role: number;
            }

            Properties

            Properties

            public_key: Uint8Array

            PublicKey is the node's public key.

            -
            role: number

            Role is the node's role in a committee.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            role: number

            Role is the node's role in a committee.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SchedulerConsensusParameters.html b/js/client/interfaces/types.SchedulerConsensusParameters.html index d01d436e7a..b33b37ae3e 100644 --- a/js/client/interfaces/types.SchedulerConsensusParameters.html +++ b/js/client/interfaces/types.SchedulerConsensusParameters.html @@ -1,5 +1,5 @@ SchedulerConsensusParameters | @oasisprotocol/client

            Interface SchedulerConsensusParameters

            ConsensusParameters are the scheduler consensus parameters.

            -
            interface SchedulerConsensusParameters {
                debug_allow_weak_alpha?: boolean;
                debug_bypass_stake?: boolean;
                debug_force_elect?: Map<Uint8Array, Map<Uint8Array, SchedulerForceElectCommitteeRole>>;
                max_validators: number;
                max_validators_per_entity: number;
                min_validators: number;
                reward_factor_epoch_election_any: Uint8Array;
                voting_power_distribution?: number;
            }

            Properties

            interface SchedulerConsensusParameters {
                debug_allow_weak_alpha?: boolean;
                debug_bypass_stake?: boolean;
                debug_force_elect?: Map<Uint8Array, Map<Uint8Array, SchedulerForceElectCommitteeRole>>;
                max_validators: number;
                max_validators_per_entity: number;
                min_validators: number;
                reward_factor_epoch_election_any: Uint8Array;
                voting_power_distribution?: number;
            }

            Properties

            debug_allow_weak_alpha?: boolean

            DebugAllowWeakAlpha allows VRF based elections based on proofs generated by an alpha value considered weak.

            -
            debug_bypass_stake?: boolean

            DebugBypassStake is true iff the scheduler should bypass all of +

            debug_bypass_stake?: boolean

            DebugBypassStake is true iff the scheduler should bypass all of the staking related checks and operations.

            -
            debug_force_elect?: Map<Uint8Array, Map<Uint8Array, SchedulerForceElectCommitteeRole>>

            DebugForceElect is the map of nodes that will always be elected +

            debug_force_elect?: Map<Uint8Array, Map<Uint8Array, SchedulerForceElectCommitteeRole>>

            DebugForceElect is the map of nodes that will always be elected to a given role for a runtime.

            -
            max_validators: number

            MaxValidators is the maximum number of validators that MAY be +

            max_validators: number

            MaxValidators is the maximum number of validators that MAY be present in elected validator sets.

            -
            max_validators_per_entity: number

            MaxValidatorsPerEntity is the maximum number of validators that +

            max_validators_per_entity: number

            MaxValidatorsPerEntity is the maximum number of validators that may be elected per entity in a single validator set.

            -
            min_validators: number

            MinValidators is the minimum number of validators that MUST be +

            min_validators: number

            MinValidators is the minimum number of validators that MUST be present in elected validator sets.

            -
            reward_factor_epoch_election_any: Uint8Array

            RewardFactorEpochElectionAny is the factor for a reward +

            reward_factor_epoch_election_any: Uint8Array

            RewardFactorEpochElectionAny is the factor for a reward distributed per epoch to entities that have any node considered in any election.

            -
            voting_power_distribution?: number

            VotingPowerDistribution is the voting power distribution.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            voting_power_distribution?: number

            VotingPowerDistribution is the voting power distribution.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SchedulerForceElectCommitteeRole.html b/js/client/interfaces/types.SchedulerForceElectCommitteeRole.html index b3cf13d512..b35da4a448 100644 --- a/js/client/interfaces/types.SchedulerForceElectCommitteeRole.html +++ b/js/client/interfaces/types.SchedulerForceElectCommitteeRole.html @@ -1,10 +1,10 @@ SchedulerForceElectCommitteeRole | @oasisprotocol/client

            Interface SchedulerForceElectCommitteeRole

            ForceElectCommitteeRole is the committee kind/role that a force-elected node is elected as.

            -
            interface SchedulerForceElectCommitteeRole {
                index?: longnum;
                kind?: number;
                roles?: Uint8Array;
            }

            Properties

            interface SchedulerForceElectCommitteeRole {
                index?: longnum;
                kind?: number;
                roles?: Uint8Array;
            }

            Properties

            Properties

            index?: longnum

            Index is the position of the given node in the committee's worker group if it has the worker role.

            -
            kind?: number

            Kind is the kind of committee to force-elect the node into.

            -
            roles?: Uint8Array

            Roles are the roles that the given node is force elected as.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            kind?: number

            Kind is the kind of committee to force-elect the node into.

            +
            roles?: Uint8Array

            Roles are the roles that the given node is force elected as.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SchedulerGenesis.html b/js/client/interfaces/types.SchedulerGenesis.html index 9fbb157dec..d895f9c952 100644 --- a/js/client/interfaces/types.SchedulerGenesis.html +++ b/js/client/interfaces/types.SchedulerGenesis.html @@ -1,4 +1,4 @@ SchedulerGenesis | @oasisprotocol/client

            Genesis is the committee scheduler genesis state.

            -
            interface SchedulerGenesis {
                params: SchedulerConsensusParameters;
            }

            Properties

            interface SchedulerGenesis {
                params: SchedulerConsensusParameters;
            }

            Properties

            Properties

            Parameters are the scheduler consensus parameters.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SchedulerGetCommitteesRequest.html b/js/client/interfaces/types.SchedulerGetCommitteesRequest.html index b73b9ceb44..b705539bff 100644 --- a/js/client/interfaces/types.SchedulerGetCommitteesRequest.html +++ b/js/client/interfaces/types.SchedulerGetCommitteesRequest.html @@ -1,4 +1,4 @@ SchedulerGetCommitteesRequest | @oasisprotocol/client

            Interface SchedulerGetCommitteesRequest

            GetCommitteesRequest is a GetCommittees request.

            -
            interface SchedulerGetCommitteesRequest {
                height: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            interface SchedulerGetCommitteesRequest {
                height: longnum;
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            height: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SchedulerValidator.html b/js/client/interfaces/types.SchedulerValidator.html index 6af165130f..86b999f75b 100644 --- a/js/client/interfaces/types.SchedulerValidator.html +++ b/js/client/interfaces/types.SchedulerValidator.html @@ -1,8 +1,8 @@ SchedulerValidator | @oasisprotocol/client

            Validator is a consensus validator.

            -
            interface SchedulerValidator {
                entity_id: Uint8Array;
                id: Uint8Array;
                voting_power: longnum;
            }

            Properties

            interface SchedulerValidator {
                entity_id: Uint8Array;
                id: Uint8Array;
                voting_power: longnum;
            }

            Properties

            entity_id: Uint8Array

            EntityID is the validator entity identifier.

            -
            id: Uint8Array

            ID is the validator Oasis node identifier.

            -
            voting_power: longnum

            VotingPower is the validator's consensus voting power.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            id: Uint8Array

            ID is the validator Oasis node identifier.

            +
            voting_power: longnum

            VotingPower is the validator's consensus voting power.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.Signature.html b/js/client/interfaces/types.Signature.html index 7510675159..64d68bbf0a 100644 --- a/js/client/interfaces/types.Signature.html +++ b/js/client/interfaces/types.Signature.html @@ -1,6 +1,6 @@ Signature | @oasisprotocol/client

            Signature is a signature, bundled with the signing public key.

            -
            interface Signature {
                public_key: Uint8Array;
                signature: Uint8Array;
            }

            Properties

            interface Signature {
                public_key: Uint8Array;
                signature: Uint8Array;
            }

            Properties

            public_key: Uint8Array

            PublicKey is the public key that produced the signature.

            -
            signature: Uint8Array

            Signature is the actual raw signature.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            signature: Uint8Array

            Signature is the actual raw signature.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SignatureMultiSigned.html b/js/client/interfaces/types.SignatureMultiSigned.html index 6c4e640b33..65f2968c1b 100644 --- a/js/client/interfaces/types.SignatureMultiSigned.html +++ b/js/client/interfaces/types.SignatureMultiSigned.html @@ -1,6 +1,6 @@ SignatureMultiSigned | @oasisprotocol/client

            MultiSigned is a blob signed by multiple public keys.

            -
            interface SignatureMultiSigned {
                signatures: Signature[];
                untrusted_raw_value: Uint8Array;
            }

            Properties

            interface SignatureMultiSigned {
                signatures: Signature[];
                untrusted_raw_value: Uint8Array;
            }

            Properties

            signatures: Signature[]

            Signatures are the signatures over the blob.

            -
            untrusted_raw_value: Uint8Array

            Blob is the signed blob.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            untrusted_raw_value: Uint8Array

            Blob is the signed blob.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.SignatureSigned.html b/js/client/interfaces/types.SignatureSigned.html index 673b889065..c94269e5ef 100644 --- a/js/client/interfaces/types.SignatureSigned.html +++ b/js/client/interfaces/types.SignatureSigned.html @@ -1,6 +1,6 @@ SignatureSigned | @oasisprotocol/client

            Signed is a signed blob.

            -
            interface SignatureSigned {
                signature: Signature;
                untrusted_raw_value: Uint8Array;
            }

            Properties

            interface SignatureSigned {
                signature: Signature;
                untrusted_raw_value: Uint8Array;
            }

            Properties

            signature: Signature

            Signature is the signature over blob.

            -
            untrusted_raw_value: Uint8Array

            Blob is the signed blob.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            untrusted_raw_value: Uint8Array

            Blob is the signed blob.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingAccount.html b/js/client/interfaces/types.StakingAccount.html index 31dad4ce58..d385325813 100644 --- a/js/client/interfaces/types.StakingAccount.html +++ b/js/client/interfaces/types.StakingAccount.html @@ -1,6 +1,6 @@ StakingAccount | @oasisprotocol/client

            Account is an entry in the staking ledger.

            The same ledger entry can hold both general and escrow accounts. Escrow accounts are used to hold funds delegated for staking.

            -
            interface StakingAccount {
                escrow?: StakingEscrowAccount;
                general?: StakingGeneralAccount;
            }

            Properties

            interface StakingAccount {
                escrow?: StakingEscrowAccount;
                general?: StakingGeneralAccount;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingAddEscrowEvent.html b/js/client/interfaces/types.StakingAddEscrowEvent.html index b8e06d8949..11c71bc78c 100644 --- a/js/client/interfaces/types.StakingAddEscrowEvent.html +++ b/js/client/interfaces/types.StakingAddEscrowEvent.html @@ -1,7 +1,7 @@ StakingAddEscrowEvent | @oasisprotocol/client

            AddEscrowEvent is the event emitted when stake is transferred into an escrow account.

            -
            interface StakingAddEscrowEvent {
                amount: Uint8Array;
                escrow: Uint8Array;
                new_shares: Uint8Array;
                owner: Uint8Array;
            }

            Properties

            interface StakingAddEscrowEvent {
                amount: Uint8Array;
                escrow: Uint8Array;
                new_shares: Uint8Array;
                owner: Uint8Array;
            }

            Properties

            amount: Uint8Array
            escrow: Uint8Array
            new_shares: Uint8Array
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            amount: Uint8Array
            escrow: Uint8Array
            new_shares: Uint8Array
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingAllow.html b/js/client/interfaces/types.StakingAllow.html index 844ce9c858..2cd54dc206 100644 --- a/js/client/interfaces/types.StakingAllow.html +++ b/js/client/interfaces/types.StakingAllow.html @@ -1,5 +1,5 @@ StakingAllow | @oasisprotocol/client

            Allow is a beneficiary allowance configuration.

            -
            interface StakingAllow {
                amount_change: Uint8Array;
                beneficiary: Uint8Array;
                negative?: boolean;
            }

            Properties

            interface StakingAllow {
                amount_change: Uint8Array;
                beneficiary: Uint8Array;
                negative?: boolean;
            }

            Properties

            amount_change: Uint8Array
            beneficiary: Uint8Array
            negative?: boolean

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            amount_change: Uint8Array
            beneficiary: Uint8Array
            negative?: boolean

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingAllowanceChangeEvent.html b/js/client/interfaces/types.StakingAllowanceChangeEvent.html index cdf767daa0..16a7088547 100644 --- a/js/client/interfaces/types.StakingAllowanceChangeEvent.html +++ b/js/client/interfaces/types.StakingAllowanceChangeEvent.html @@ -1,7 +1,7 @@ StakingAllowanceChangeEvent | @oasisprotocol/client

            Interface StakingAllowanceChangeEvent

            AllowanceChangeEvent is the event emitted when allowance is changed for a beneficiary.

            -
            interface StakingAllowanceChangeEvent {
                allowance: Uint8Array;
                amount_change: Uint8Array;
                beneficiary: Uint8Array;
                negative?: boolean;
                owner: Uint8Array;
            }

            Properties

            interface StakingAllowanceChangeEvent {
                allowance: Uint8Array;
                amount_change: Uint8Array;
                beneficiary: Uint8Array;
                negative?: boolean;
                owner: Uint8Array;
            }

            Properties

            allowance: Uint8Array
            amount_change: Uint8Array
            beneficiary: Uint8Array
            negative?: boolean
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            allowance: Uint8Array
            amount_change: Uint8Array
            beneficiary: Uint8Array
            negative?: boolean
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingAllowanceQuery.html b/js/client/interfaces/types.StakingAllowanceQuery.html index b75bf0b2aa..aca4db987b 100644 --- a/js/client/interfaces/types.StakingAllowanceQuery.html +++ b/js/client/interfaces/types.StakingAllowanceQuery.html @@ -1,5 +1,5 @@ StakingAllowanceQuery | @oasisprotocol/client

            AllowanceQuery is an allowance query.

            -
            interface StakingAllowanceQuery {
                beneficiary: Uint8Array;
                height: longnum;
                owner: Uint8Array;
            }

            Properties

            interface StakingAllowanceQuery {
                beneficiary: Uint8Array;
                height: longnum;
                owner: Uint8Array;
            }

            Properties

            beneficiary: Uint8Array
            height: longnum
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            beneficiary: Uint8Array
            height: longnum
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingAmendCommissionSchedule.html b/js/client/interfaces/types.StakingAmendCommissionSchedule.html index 19e2c4803a..8707ef90c1 100644 --- a/js/client/interfaces/types.StakingAmendCommissionSchedule.html +++ b/js/client/interfaces/types.StakingAmendCommissionSchedule.html @@ -1,3 +1,3 @@ StakingAmendCommissionSchedule | @oasisprotocol/client

            Interface StakingAmendCommissionSchedule

            AmendCommissionSchedule is an amendment to a commission schedule.

            -
            interface StakingAmendCommissionSchedule {
                amendment: StakingCommissionSchedule;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file +
            interface StakingAmendCommissionSchedule {
                amendment: StakingCommissionSchedule;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingBurn.html b/js/client/interfaces/types.StakingBurn.html index 33ff944eee..e677c61295 100644 --- a/js/client/interfaces/types.StakingBurn.html +++ b/js/client/interfaces/types.StakingBurn.html @@ -1,3 +1,3 @@ StakingBurn | @oasisprotocol/client

            Burn is a stake burn (destruction).

            -
            interface StakingBurn {
                amount: Uint8Array;
            }

            Properties

            Properties

            amount: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +
            interface StakingBurn {
                amount: Uint8Array;
            }

            Properties

            Properties

            amount: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingBurnEvent.html b/js/client/interfaces/types.StakingBurnEvent.html index 4979167c06..da638dac11 100644 --- a/js/client/interfaces/types.StakingBurnEvent.html +++ b/js/client/interfaces/types.StakingBurnEvent.html @@ -1,4 +1,4 @@ StakingBurnEvent | @oasisprotocol/client

            BurnEvent is the event emitted when stake is destroyed via a call to Burn.

            -
            interface StakingBurnEvent {
                amount: Uint8Array;
                owner: Uint8Array;
            }

            Properties

            interface StakingBurnEvent {
                amount: Uint8Array;
                owner: Uint8Array;
            }

            Properties

            Properties

            amount: Uint8Array
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            amount: Uint8Array
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingCommissionRateBoundStep.html b/js/client/interfaces/types.StakingCommissionRateBoundStep.html index 4fff579984..ea1c46f22f 100644 --- a/js/client/interfaces/types.StakingCommissionRateBoundStep.html +++ b/js/client/interfaces/types.StakingCommissionRateBoundStep.html @@ -1,9 +1,9 @@ StakingCommissionRateBoundStep | @oasisprotocol/client

            Interface StakingCommissionRateBoundStep

            CommissionRateBoundStep sets a commission rate bound (i.e. the minimum and maximum commission rate) and its starting time.

            -
            interface StakingCommissionRateBoundStep {
                rate_max?: Uint8Array;
                rate_min?: Uint8Array;
                start?: longnum;
            }

            Properties

            interface StakingCommissionRateBoundStep {
                rate_max?: Uint8Array;
                rate_min?: Uint8Array;
                start?: longnum;
            }

            Properties

            rate_max?: Uint8Array

            Maximum commission rate numerator. The maximum rate is this value divided by CommissionRateDenominator.

            -
            rate_min?: Uint8Array

            Minimum commission rate numerator. The minimum rate is this value divided by CommissionRateDenominator.

            -
            start?: longnum

            Epoch when the commission rate bound will go in effect.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            rate_min?: Uint8Array

            Minimum commission rate numerator. The minimum rate is this value divided by CommissionRateDenominator.

            +
            start?: longnum

            Epoch when the commission rate bound will go in effect.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingCommissionRateStep.html b/js/client/interfaces/types.StakingCommissionRateStep.html index f05b27f40e..92390ea585 100644 --- a/js/client/interfaces/types.StakingCommissionRateStep.html +++ b/js/client/interfaces/types.StakingCommissionRateStep.html @@ -1,6 +1,6 @@ StakingCommissionRateStep | @oasisprotocol/client

            Interface StakingCommissionRateStep

            CommissionRateStep sets a commission rate and its starting time.

            -
            interface StakingCommissionRateStep {
                rate?: Uint8Array;
                start?: longnum;
            }

            Properties

            interface StakingCommissionRateStep {
                rate?: Uint8Array;
                start?: longnum;
            }

            Properties

            Properties

            rate?: Uint8Array

            Commission rate numerator. The rate is this value divided by CommissionRateDenominator.

            -
            start?: longnum

            Epoch when the commission rate will go in effect.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            start?: longnum

            Epoch when the commission rate will go in effect.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingCommissionSchedule.html b/js/client/interfaces/types.StakingCommissionSchedule.html index 0bfc27a82d..716116ae04 100644 --- a/js/client/interfaces/types.StakingCommissionSchedule.html +++ b/js/client/interfaces/types.StakingCommissionSchedule.html @@ -1,7 +1,7 @@ StakingCommissionSchedule | @oasisprotocol/client

            Interface StakingCommissionSchedule

            CommissionSchedule defines a list of commission rates and commission rate bounds and their starting times.

            -
            interface StakingCommissionSchedule {
                bounds?: StakingCommissionRateBoundStep[];
                rates?: StakingCommissionRateStep[];
            }

            Properties

            interface StakingCommissionSchedule {
                bounds?: StakingCommissionRateBoundStep[];
                rates?: StakingCommissionRateStep[];
            }

            Properties

            Properties

            List of commission rate bounds and their starting times.

            -

            List of commission rates and their starting times.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            rates?: StakingCommissionRateStep[]

            List of commission rates and their starting times.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingCommissionScheduleRules.html b/js/client/interfaces/types.StakingCommissionScheduleRules.html index 49bf34d551..cfc7cfa6e8 100644 --- a/js/client/interfaces/types.StakingCommissionScheduleRules.html +++ b/js/client/interfaces/types.StakingCommissionScheduleRules.html @@ -1,15 +1,15 @@ StakingCommissionScheduleRules | @oasisprotocol/client

            Interface StakingCommissionScheduleRules

            CommissionScheduleRules controls how commission schedule rates and rate bounds are allowed to be changed.

            -
            interface StakingCommissionScheduleRules {
                max_bound_steps?: number;
                max_rate_steps?: number;
                min_commission_rate: Uint8Array;
                rate_bound_lead?: longnum;
                rate_change_interval?: longnum;
            }

            Properties

            interface StakingCommissionScheduleRules {
                max_bound_steps?: number;
                max_rate_steps?: number;
                min_commission_rate: Uint8Array;
                rate_bound_lead?: longnum;
                rate_change_interval?: longnum;
            }

            Properties

            max_bound_steps?: number

            Maximum number of commission rate bound steps a commission schedule can specify.

            -
            max_rate_steps?: number

            Maximum number of commission rate steps a commission schedule can specify.

            -
            min_commission_rate: Uint8Array

            MinCommissionRate is the minimum commission rate an account can configure. +

            max_rate_steps?: number

            Maximum number of commission rate steps a commission schedule can specify.

            +
            min_commission_rate: Uint8Array

            MinCommissionRate is the minimum commission rate an account can configure. The rate is obtained by dividing this value with the CommissionRateDenominator.

            -
            rate_bound_lead?: longnum

            Number of epochs a commission rate bound change must specified in advance.

            -
            rate_change_interval?: longnum

            Epoch period when commission rates are allowed to be changed (e.g. +

            rate_bound_lead?: longnum

            Number of epochs a commission rate bound change must specified in advance.

            +
            rate_change_interval?: longnum

            Epoch period when commission rates are allowed to be changed (e.g. setting it to 3 means they can be changed every third epoch).

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingConsensusParameters.html b/js/client/interfaces/types.StakingConsensusParameters.html index fc1bfb77a5..7fff4b5c32 100644 --- a/js/client/interfaces/types.StakingConsensusParameters.html +++ b/js/client/interfaces/types.StakingConsensusParameters.html @@ -1,5 +1,5 @@ StakingConsensusParameters | @oasisprotocol/client

            Interface StakingConsensusParameters

            ConsensusParameters are the staking consensus parameters.

            -
            interface StakingConsensusParameters {
                allow_escrow_messages?: boolean;
                commission_schedule_rules?: StakingCommissionScheduleRules;
                debonding_interval?: longnum;
                disable_delegation?: boolean;
                disable_transfers?: boolean;
                fee_split_weight_next_propose: Uint8Array;
                fee_split_weight_propose: Uint8Array;
                fee_split_weight_vote: Uint8Array;
                gas_costs?: {
                    [op: string]: longnum;
                };
                max_allowances?: number;
                min_delegation: Uint8Array;
                min_transact_balance: Uint8Array;
                min_transfer: Uint8Array;
                reward_factor_block_proposed: Uint8Array;
                reward_factor_epoch_signed: Uint8Array;
                reward_schedule?: StakingRewardStep[];
                signing_reward_threshold_denominator?: longnum;
                signing_reward_threshold_numerator?: longnum;
                slashing?: Map<number, StakingSlash>;
                thresholds?: Map<number, Uint8Array>;
                undisable_transfers_from?: Map<Uint8Array, boolean>;
            }

            Properties

            interface StakingConsensusParameters {
                allow_escrow_messages?: boolean;
                commission_schedule_rules?: StakingCommissionScheduleRules;
                debonding_interval?: longnum;
                disable_delegation?: boolean;
                disable_transfers?: boolean;
                fee_split_weight_next_propose: Uint8Array;
                fee_split_weight_propose: Uint8Array;
                fee_split_weight_vote: Uint8Array;
                gas_costs?: {
                    [op: string]: longnum;
                };
                max_allowances?: number;
                min_delegation: Uint8Array;
                min_transact_balance: Uint8Array;
                min_transfer: Uint8Array;
                reward_factor_block_proposed: Uint8Array;
                reward_factor_epoch_signed: Uint8Array;
                reward_schedule?: StakingRewardStep[];
                signing_reward_threshold_denominator?: longnum;
                signing_reward_threshold_numerator?: longnum;
                slashing?: Map<number, StakingSlash>;
                thresholds?: Map<number, Uint8Array>;
                undisable_transfers_from?: Map<Uint8Array, boolean>;
            }

            Properties

            allow_escrow_messages?: boolean

            AllowEscrowMessages can be used to allow runtimes to perform AddEscrow and ReclaimEscrow via runtime messages.

            -
            commission_schedule_rules?: StakingCommissionScheduleRules
            debonding_interval?: longnum
            disable_delegation?: boolean
            disable_transfers?: boolean
            fee_split_weight_next_propose: Uint8Array

            FeeSplitWeightNextPropose is the proportion of block fee portions that go to the next block's proposer.

            -
            fee_split_weight_propose: Uint8Array

            FeeSplitWeightPropose is the proportion of block fee portions that go to the proposer.

            -
            fee_split_weight_vote: Uint8Array

            FeeSplitWeightVote is the proportion of block fee portions that go to the validator that votes.

            -
            gas_costs?: {
                [op: string]: longnum;
            }

            Type declaration

            max_allowances?: number

            MaxAllowances is the maximum number of allowances an account can have. Zero means disabled.

            -
            min_delegation: Uint8Array
            min_transact_balance: Uint8Array
            min_transfer: Uint8Array
            reward_factor_block_proposed: Uint8Array

            RewardFactorBlockProposed is the factor for a reward distributed per block +

            commission_schedule_rules?: StakingCommissionScheduleRules
            debonding_interval?: longnum
            disable_delegation?: boolean
            disable_transfers?: boolean
            fee_split_weight_next_propose: Uint8Array

            FeeSplitWeightNextPropose is the proportion of block fee portions that go to the next block's proposer.

            +
            fee_split_weight_propose: Uint8Array

            FeeSplitWeightPropose is the proportion of block fee portions that go to the proposer.

            +
            fee_split_weight_vote: Uint8Array

            FeeSplitWeightVote is the proportion of block fee portions that go to the validator that votes.

            +
            gas_costs?: {
                [op: string]: longnum;
            }

            Type declaration

            max_allowances?: number

            MaxAllowances is the maximum number of allowances an account can have. Zero means disabled.

            +
            min_delegation: Uint8Array
            min_transact_balance: Uint8Array
            min_transfer: Uint8Array
            reward_factor_block_proposed: Uint8Array

            RewardFactorBlockProposed is the factor for a reward distributed per block to the entity that proposed the block.

            -
            reward_factor_epoch_signed: Uint8Array

            RewardFactorEpochSigned is the factor for a reward distributed per epoch to +

            reward_factor_epoch_signed: Uint8Array

            RewardFactorEpochSigned is the factor for a reward distributed per epoch to entities that have signed at least a threshold fraction of the blocks.

            -
            reward_schedule?: StakingRewardStep[]
            signing_reward_threshold_denominator?: longnum
            signing_reward_threshold_numerator?: longnum
            slashing?: Map<number, StakingSlash>
            thresholds?: Map<number, Uint8Array>
            undisable_transfers_from?: Map<Uint8Array, boolean>

            Generated using TypeDoc

            \ No newline at end of file +
            reward_schedule?: StakingRewardStep[]
            signing_reward_threshold_denominator?: longnum
            signing_reward_threshold_numerator?: longnum
            slashing?: Map<number, StakingSlash>
            thresholds?: Map<number, Uint8Array>
            undisable_transfers_from?: Map<Uint8Array, boolean>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingDebondingDelegation.html b/js/client/interfaces/types.StakingDebondingDelegation.html index eebfabd8ad..502d2408ed 100644 --- a/js/client/interfaces/types.StakingDebondingDelegation.html +++ b/js/client/interfaces/types.StakingDebondingDelegation.html @@ -1,4 +1,4 @@ StakingDebondingDelegation | @oasisprotocol/client

            Interface StakingDebondingDelegation

            DebondingDelegation is a debonding delegation descriptor.

            -
            interface StakingDebondingDelegation {
                debond_end: longnum;
                shares: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            interface StakingDebondingDelegation {
                debond_end: longnum;
                shares: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            Properties

            debond_end: longnum
            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            debond_end: longnum
            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingDebondingDelegationInfo.html b/js/client/interfaces/types.StakingDebondingDelegationInfo.html index a1bc0bbb51..e38d71bac8 100644 --- a/js/client/interfaces/types.StakingDebondingDelegationInfo.html +++ b/js/client/interfaces/types.StakingDebondingDelegationInfo.html @@ -2,7 +2,7 @@ information.

            Additional information contains the share pool the debonding delegation belongs to.

            -
            interface StakingDebondingDelegationInfo {
                debond_end: longnum;
                pool: StakingSharePool;
                shares: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            interface StakingDebondingDelegationInfo {
                debond_end: longnum;
                pool: StakingSharePool;
                shares: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            Properties

            debond_end: longnum
            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            debond_end: longnum
            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingDebondingStartEscrowEvent.html b/js/client/interfaces/types.StakingDebondingStartEscrowEvent.html index 648702a9cf..50fdcbdb73 100644 --- a/js/client/interfaces/types.StakingDebondingStartEscrowEvent.html +++ b/js/client/interfaces/types.StakingDebondingStartEscrowEvent.html @@ -4,10 +4,10 @@

            Note that the given amount is valid at the time of debonding start and may not correspond to the final debonded amount in case any escrowed stake is subject to slashing.

            -
            interface StakingDebondingStartEscrowEvent {
                active_shares: Uint8Array;
                amount: Uint8Array;
                debond_end_time: longnum;
                debonding_shares: Uint8Array;
                escrow: Uint8Array;
                owner: Uint8Array;
            }

            Properties

            interface StakingDebondingStartEscrowEvent {
                active_shares: Uint8Array;
                amount: Uint8Array;
                debond_end_time: longnum;
                debonding_shares: Uint8Array;
                escrow: Uint8Array;
                owner: Uint8Array;
            }

            Properties

            active_shares: Uint8Array
            amount: Uint8Array
            debond_end_time: longnum
            debonding_shares: Uint8Array
            escrow: Uint8Array
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            active_shares: Uint8Array
            amount: Uint8Array
            debond_end_time: longnum
            debonding_shares: Uint8Array
            escrow: Uint8Array
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingDelegation.html b/js/client/interfaces/types.StakingDelegation.html index 73d638770f..c8dd2ea997 100644 --- a/js/client/interfaces/types.StakingDelegation.html +++ b/js/client/interfaces/types.StakingDelegation.html @@ -1,3 +1,3 @@ StakingDelegation | @oasisprotocol/client

            Delegation is a delegation descriptor.

            -
            interface StakingDelegation {
                shares: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            Properties

            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +
            interface StakingDelegation {
                shares: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            Properties

            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingDelegationInfo.html b/js/client/interfaces/types.StakingDelegationInfo.html index 65f67efbb1..dd7b8adf03 100644 --- a/js/client/interfaces/types.StakingDelegationInfo.html +++ b/js/client/interfaces/types.StakingDelegationInfo.html @@ -1,5 +1,5 @@ StakingDelegationInfo | @oasisprotocol/client

            DelegationInfo is a delegation descriptor with additional information.

            Additional information contains the share pool the delegation belongs to.

            -
            interface StakingDelegationInfo {
                pool: StakingSharePool;
                shares: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            interface StakingDelegationInfo {
                pool: StakingSharePool;
                shares: Uint8Array;
            }

            Hierarchy (view full)

            Properties

            Properties

            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingEscrow.html b/js/client/interfaces/types.StakingEscrow.html index eabe60d63b..1b92c642e9 100644 --- a/js/client/interfaces/types.StakingEscrow.html +++ b/js/client/interfaces/types.StakingEscrow.html @@ -1,4 +1,4 @@ StakingEscrow | @oasisprotocol/client

            Escrow is a stake escrow.

            -
            interface StakingEscrow {
                account: Uint8Array;
                amount: Uint8Array;
            }

            Properties

            interface StakingEscrow {
                account: Uint8Array;
                amount: Uint8Array;
            }

            Properties

            Properties

            account: Uint8Array
            amount: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            account: Uint8Array
            amount: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingEscrowAccount.html b/js/client/interfaces/types.StakingEscrowAccount.html index 7dcdd1d943..87abb9cc1b 100644 --- a/js/client/interfaces/types.StakingEscrowAccount.html +++ b/js/client/interfaces/types.StakingEscrowAccount.html @@ -1,7 +1,7 @@ StakingEscrowAccount | @oasisprotocol/client

            EscrowAccount is an escrow account the balance of which is subject to special delegation provisions and a debonding period.

            -
            interface StakingEscrowAccount {
                active?: StakingSharePool;
                commission_schedule?: StakingCommissionSchedule;
                debonding?: StakingSharePool;
                stake_accumulator?: StakingStakeAccumulator;
            }

            Properties

            interface StakingEscrowAccount {
                active?: StakingSharePool;
                commission_schedule?: StakingCommissionSchedule;
                debonding?: StakingSharePool;
                stake_accumulator?: StakingStakeAccumulator;
            }

            Properties

            commission_schedule?: StakingCommissionSchedule
            debonding?: StakingSharePool
            stake_accumulator?: StakingStakeAccumulator

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            commission_schedule?: StakingCommissionSchedule
            debonding?: StakingSharePool
            stake_accumulator?: StakingStakeAccumulator

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingEscrowEvent.html b/js/client/interfaces/types.StakingEscrowEvent.html index ee7e9812f3..1bf64694f4 100644 --- a/js/client/interfaces/types.StakingEscrowEvent.html +++ b/js/client/interfaces/types.StakingEscrowEvent.html @@ -1,6 +1,6 @@ StakingEscrowEvent | @oasisprotocol/client

            EscrowEvent is an escrow event.

            -
            interface StakingEscrowEvent {
                add?: StakingAddEscrowEvent;
                debonding_start?: StakingDebondingStartEscrowEvent;
                reclaim?: StakingReclaimEscrowEvent;
                take?: StakingTakeEscrowEvent;
            }

            Properties

            interface StakingEscrowEvent {
                add?: StakingAddEscrowEvent;
                debonding_start?: StakingDebondingStartEscrowEvent;
                reclaim?: StakingReclaimEscrowEvent;
                take?: StakingTakeEscrowEvent;
            }

            Properties

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingEvent.html b/js/client/interfaces/types.StakingEvent.html index d4a83a79f7..b4901b0ded 100644 --- a/js/client/interfaces/types.StakingEvent.html +++ b/js/client/interfaces/types.StakingEvent.html @@ -1,8 +1,8 @@ StakingEvent | @oasisprotocol/client

            Event signifies a staking event, returned via GetEvents.

            -
            interface StakingEvent {
                allowance_change?: StakingAllowanceChangeEvent;
                burn?: StakingBurnEvent;
                escrow?: StakingEscrowEvent;
                height?: longnum;
                transfer?: StakingTransferEvent;
                tx_hash?: Uint8Array;
            }

            Properties

            interface StakingEvent {
                allowance_change?: StakingAllowanceChangeEvent;
                burn?: StakingBurnEvent;
                escrow?: StakingEscrowEvent;
                height?: longnum;
                transfer?: StakingTransferEvent;
                tx_hash?: Uint8Array;
            }

            Properties

            allowance_change?: StakingAllowanceChangeEvent
            height?: longnum
            tx_hash?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            allowance_change?: StakingAllowanceChangeEvent
            height?: longnum
            tx_hash?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingGeneralAccount.html b/js/client/interfaces/types.StakingGeneralAccount.html index efe0d7621e..2052294f24 100644 --- a/js/client/interfaces/types.StakingGeneralAccount.html +++ b/js/client/interfaces/types.StakingGeneralAccount.html @@ -1,5 +1,5 @@ StakingGeneralAccount | @oasisprotocol/client

            GeneralAccount is a general-purpose account.

            -
            interface StakingGeneralAccount {
                allowances?: Map<Uint8Array, Uint8Array>;
                balance?: Uint8Array;
                nonce?: longnum;
            }

            Properties

            interface StakingGeneralAccount {
                allowances?: Map<Uint8Array, Uint8Array>;
                balance?: Uint8Array;
                nonce?: longnum;
            }

            Properties

            allowances?: Map<Uint8Array, Uint8Array>
            balance?: Uint8Array
            nonce?: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            allowances?: Map<Uint8Array, Uint8Array>
            balance?: Uint8Array
            nonce?: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingGenesis.html b/js/client/interfaces/types.StakingGenesis.html index 3b38c3eb0b..a22bb00880 100644 --- a/js/client/interfaces/types.StakingGenesis.html +++ b/js/client/interfaces/types.StakingGenesis.html @@ -1,5 +1,5 @@ StakingGenesis | @oasisprotocol/client

            Genesis is the initial staking state for use in the genesis block.

            -
            interface StakingGenesis {
                common_pool: Uint8Array;
                debonding_delegations?: Map<Uint8Array, Map<Uint8Array, StakingDebondingDelegation[]>>;
                delegations?: Map<Uint8Array, Map<Uint8Array, StakingDelegation>>;
                governance_deposits: Uint8Array;
                last_block_fees: Uint8Array;
                ledger?: Map<Uint8Array, StakingAccount>;
                params: StakingConsensusParameters;
                token_symbol: string;
                token_value_exponent: number;
                total_supply: Uint8Array;
            }

            Properties

            interface StakingGenesis {
                common_pool: Uint8Array;
                debonding_delegations?: Map<Uint8Array, Map<Uint8Array, StakingDebondingDelegation[]>>;
                delegations?: Map<Uint8Array, Map<Uint8Array, StakingDelegation>>;
                governance_deposits: Uint8Array;
                last_block_fees: Uint8Array;
                ledger?: Map<Uint8Array, StakingAccount>;
                params: StakingConsensusParameters;
                token_symbol: string;
                token_value_exponent: number;
                total_supply: Uint8Array;
            }

            Properties

            common_pool: Uint8Array

            CommonPool is the network's common stake pool.

            -
            debonding_delegations?: Map<Uint8Array, Map<Uint8Array, StakingDebondingDelegation[]>>

            DebondingDelegations is a nested map of staking delegations of the form: +

            debonding_delegations?: Map<Uint8Array, Map<Uint8Array, StakingDebondingDelegation[]>>

            DebondingDelegations is a nested map of staking delegations of the form: DEBONDING-DELEGATEE-ACCOUNT-ADDRESS: DEBONDING-DELEGATOR-ACCOUNT-ADDRESS: list of DEBONDING-DELEGATIONs.

            -
            delegations?: Map<Uint8Array, Map<Uint8Array, StakingDelegation>>

            Delegations is a nested map of staking delegations of the form: +

            delegations?: Map<Uint8Array, Map<Uint8Array, StakingDelegation>>

            Delegations is a nested map of staking delegations of the form: DELEGATEE-ACCOUNT-ADDRESS: DELEGATOR-ACCOUNT-ADDRESS: DELEGATION.

            -
            governance_deposits: Uint8Array

            GovernanceDeposits are network's governance deposits.

            -
            last_block_fees: Uint8Array

            LastBlockFees are the collected fees for previous block.

            -
            ledger?: Map<Uint8Array, StakingAccount>

            Ledger is a map of staking accounts.

            -

            Parameters are the staking consensus parameters.

            -
            token_symbol: string

            TokenSymbol is the token's ticker symbol. +

            governance_deposits: Uint8Array

            GovernanceDeposits are network's governance deposits.

            +
            last_block_fees: Uint8Array

            LastBlockFees are the collected fees for previous block.

            +
            ledger?: Map<Uint8Array, StakingAccount>

            Ledger is a map of staking accounts.

            +

            Parameters are the staking consensus parameters.

            +
            token_symbol: string

            TokenSymbol is the token's ticker symbol. Only upper case A-Z characters are allowed.

            -
            token_value_exponent: number

            TokenValueExponent is the token's value base-10 exponent, i.e. +

            token_value_exponent: number

            TokenValueExponent is the token's value base-10 exponent, i.e. 1 token = 10**TokenValueExponent base units.

            -
            total_supply: Uint8Array

            TokenSupply is the network's total amount of stake in base units.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            total_supply: Uint8Array

            TokenSupply is the network's total amount of stake in base units.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingOwnerQuery.html b/js/client/interfaces/types.StakingOwnerQuery.html index 8673be959d..1e394bfa42 100644 --- a/js/client/interfaces/types.StakingOwnerQuery.html +++ b/js/client/interfaces/types.StakingOwnerQuery.html @@ -1,4 +1,4 @@ StakingOwnerQuery | @oasisprotocol/client

            OwnerQuery is an owner query.

            -
            interface StakingOwnerQuery {
                height: longnum;
                owner: Uint8Array;
            }

            Properties

            interface StakingOwnerQuery {
                height: longnum;
                owner: Uint8Array;
            }

            Properties

            Properties

            height: longnum
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingReclaimEscrow.html b/js/client/interfaces/types.StakingReclaimEscrow.html index 9446b04edc..2ccc63b2be 100644 --- a/js/client/interfaces/types.StakingReclaimEscrow.html +++ b/js/client/interfaces/types.StakingReclaimEscrow.html @@ -1,4 +1,4 @@ StakingReclaimEscrow | @oasisprotocol/client

            ReclaimEscrow is a reclamation of stake from an escrow.

            -
            interface StakingReclaimEscrow {
                account: Uint8Array;
                shares: Uint8Array;
            }

            Properties

            interface StakingReclaimEscrow {
                account: Uint8Array;
                shares: Uint8Array;
            }

            Properties

            Properties

            account: Uint8Array
            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            account: Uint8Array
            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingReclaimEscrowEvent.html b/js/client/interfaces/types.StakingReclaimEscrowEvent.html index 10916e00d1..f2132dd059 100644 --- a/js/client/interfaces/types.StakingReclaimEscrowEvent.html +++ b/js/client/interfaces/types.StakingReclaimEscrowEvent.html @@ -1,7 +1,7 @@ StakingReclaimEscrowEvent | @oasisprotocol/client

            Interface StakingReclaimEscrowEvent

            ReclaimEscrowEvent is the event emitted when stake is reclaimed from an escrow account back into owner's general account.

            -
            interface StakingReclaimEscrowEvent {
                amount: Uint8Array;
                escrow: Uint8Array;
                owner: Uint8Array;
                shares: Uint8Array;
            }

            Properties

            interface StakingReclaimEscrowEvent {
                amount: Uint8Array;
                escrow: Uint8Array;
                owner: Uint8Array;
                shares: Uint8Array;
            }

            Properties

            amount: Uint8Array
            escrow: Uint8Array
            owner: Uint8Array
            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            amount: Uint8Array
            escrow: Uint8Array
            owner: Uint8Array
            shares: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingRewardStep.html b/js/client/interfaces/types.StakingRewardStep.html index 9a171704fe..881bc67491 100644 --- a/js/client/interfaces/types.StakingRewardStep.html +++ b/js/client/interfaces/types.StakingRewardStep.html @@ -1,4 +1,4 @@ StakingRewardStep | @oasisprotocol/client

            RewardStep is one of the time periods in the reward schedule.

            -
            interface StakingRewardStep {
                scale: Uint8Array;
                until: longnum;
            }

            Properties

            interface StakingRewardStep {
                scale: Uint8Array;
                until: longnum;
            }

            Properties

            Properties

            scale: Uint8Array
            until: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            scale: Uint8Array
            until: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingSharePool.html b/js/client/interfaces/types.StakingSharePool.html index 3000c99164..ed435e9526 100644 --- a/js/client/interfaces/types.StakingSharePool.html +++ b/js/client/interfaces/types.StakingSharePool.html @@ -1,5 +1,5 @@ StakingSharePool | @oasisprotocol/client

            SharePool is a combined balance of several entries, the relative sizes of which are tracked through shares.

            -
            interface StakingSharePool {
                balance?: Uint8Array;
                total_shares?: Uint8Array;
            }

            Properties

            interface StakingSharePool {
                balance?: Uint8Array;
                total_shares?: Uint8Array;
            }

            Properties

            balance?: Uint8Array
            total_shares?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            balance?: Uint8Array
            total_shares?: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingSlash.html b/js/client/interfaces/types.StakingSlash.html index 82df2a9f3a..938a5af905 100644 --- a/js/client/interfaces/types.StakingSlash.html +++ b/js/client/interfaces/types.StakingSlash.html @@ -1,4 +1,4 @@ StakingSlash | @oasisprotocol/client

            Slash is the per-reason slashing configuration.

            -
            interface StakingSlash {
                amount: Uint8Array;
                freeze_interval: longnum;
            }

            Properties

            interface StakingSlash {
                amount: Uint8Array;
                freeze_interval: longnum;
            }

            Properties

            amount: Uint8Array
            freeze_interval: longnum

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            amount: Uint8Array
            freeze_interval: longnum

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingStakeAccumulator.html b/js/client/interfaces/types.StakingStakeAccumulator.html index fb49fae7a2..393e5df3e4 100644 --- a/js/client/interfaces/types.StakingStakeAccumulator.html +++ b/js/client/interfaces/types.StakingStakeAccumulator.html @@ -1,5 +1,5 @@ StakingStakeAccumulator | @oasisprotocol/client

            Interface StakingStakeAccumulator

            StakeAccumulator is a per-escrow-account stake accumulator.

            -
            interface StakingStakeAccumulator {
                claims?: {
                    [claim: string]: StakingStakeThreshold[];
                };
            }

            Properties

            interface StakingStakeAccumulator {
                claims?: {
                    [claim: string]: StakingStakeThreshold[];
                };
            }

            Properties

            Properties

            claims?: {
                [claim: string]: StakingStakeThreshold[];
            }

            Claims are the stake claims that must be satisfied at any given point. Adding a new claim is only possible if all of the existing claims plus the new claim is satisfied.

            -

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingStakeThreshold.html b/js/client/interfaces/types.StakingStakeThreshold.html index c1a8eb8770..d25a50266a 100644 --- a/js/client/interfaces/types.StakingStakeThreshold.html +++ b/js/client/interfaces/types.StakingStakeThreshold.html @@ -1,6 +1,6 @@ StakingStakeThreshold | @oasisprotocol/client

            StakeThreshold is a stake threshold as used in the stake accumulator.

            -
            interface StakingStakeThreshold {
                const?: Uint8Array;
                global?: number;
            }

            Properties

            interface StakingStakeThreshold {
                const?: Uint8Array;
                global?: number;
            }

            Properties

            Properties

            const?: Uint8Array

            Constant is the value for a specific threshold.

            -
            global?: number

            Global is a reference to a global stake threshold.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            global?: number

            Global is a reference to a global stake threshold.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingTakeEscrowEvent.html b/js/client/interfaces/types.StakingTakeEscrowEvent.html index 458ff8a4c4..5161c03af0 100644 --- a/js/client/interfaces/types.StakingTakeEscrowEvent.html +++ b/js/client/interfaces/types.StakingTakeEscrowEvent.html @@ -1,8 +1,8 @@ StakingTakeEscrowEvent | @oasisprotocol/client

            Interface StakingTakeEscrowEvent

            TakeEscrowEvent is the event emitted when stake is taken from an escrow account (i.e. stake is slashed).

            -
            interface StakingTakeEscrowEvent {
                amount: Uint8Array;
                debonding_amount: Uint8Array;
                owner: Uint8Array;
            }

            Properties

            interface StakingTakeEscrowEvent {
                amount: Uint8Array;
                debonding_amount: Uint8Array;
                owner: Uint8Array;
            }

            Properties

            amount: Uint8Array

            The sum of amounts slashed from active and debonding escrow balances.

            -
            debonding_amount: Uint8Array

            The amount slashed from debonding escrow balances.

            -
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +
            debonding_amount: Uint8Array

            The amount slashed from debonding escrow balances.

            +
            owner: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingThresholdQuery.html b/js/client/interfaces/types.StakingThresholdQuery.html index 5013b34dc9..137be3cd87 100644 --- a/js/client/interfaces/types.StakingThresholdQuery.html +++ b/js/client/interfaces/types.StakingThresholdQuery.html @@ -1,4 +1,4 @@ StakingThresholdQuery | @oasisprotocol/client

            ThresholdQuery is a threshold query.

            -
            interface StakingThresholdQuery {
                height: longnum;
                kind: number;
            }

            Properties

            interface StakingThresholdQuery {
                height: longnum;
                kind: number;
            }

            Properties

            Properties

            height: longnum
            kind: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            height: longnum
            kind: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingTransfer.html b/js/client/interfaces/types.StakingTransfer.html index 517702113b..6ff9565bf0 100644 --- a/js/client/interfaces/types.StakingTransfer.html +++ b/js/client/interfaces/types.StakingTransfer.html @@ -1,4 +1,4 @@ StakingTransfer | @oasisprotocol/client

            Transfer is a stake transfer.

            -
            interface StakingTransfer {
                amount: Uint8Array;
                to: Uint8Array;
            }

            Properties

            interface StakingTransfer {
                amount: Uint8Array;
                to: Uint8Array;
            }

            Properties

            Properties

            amount: Uint8Array
            to: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            amount: Uint8Array
            to: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingTransferEvent.html b/js/client/interfaces/types.StakingTransferEvent.html index b69317f71e..9b07f84603 100644 --- a/js/client/interfaces/types.StakingTransferEvent.html +++ b/js/client/interfaces/types.StakingTransferEvent.html @@ -1,6 +1,6 @@ StakingTransferEvent | @oasisprotocol/client

            TransferEvent is the event emitted when stake is transferred, either by a call to Transfer or Withdraw.

            -
            interface StakingTransferEvent {
                amount: Uint8Array;
                from: Uint8Array;
                to: Uint8Array;
            }

            Properties

            interface StakingTransferEvent {
                amount: Uint8Array;
                from: Uint8Array;
                to: Uint8Array;
            }

            Properties

            Properties

            amount: Uint8Array
            from: Uint8Array
            to: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            amount: Uint8Array
            from: Uint8Array
            to: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StakingWithdraw.html b/js/client/interfaces/types.StakingWithdraw.html index d7d598ed81..80f4093b13 100644 --- a/js/client/interfaces/types.StakingWithdraw.html +++ b/js/client/interfaces/types.StakingWithdraw.html @@ -1,4 +1,4 @@ StakingWithdraw | @oasisprotocol/client

            Withdraw is a withdrawal from an account.

            -
            interface StakingWithdraw {
                amount: Uint8Array;
                from: Uint8Array;
            }

            Properties

            interface StakingWithdraw {
                amount: Uint8Array;
                from: Uint8Array;
            }

            Properties

            Properties

            amount: Uint8Array
            from: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            amount: Uint8Array
            from: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageChunkMetadata.html b/js/client/interfaces/types.StorageChunkMetadata.html index 8a70ef849c..61ca93d420 100644 --- a/js/client/interfaces/types.StorageChunkMetadata.html +++ b/js/client/interfaces/types.StorageChunkMetadata.html @@ -1,6 +1,6 @@ StorageChunkMetadata | @oasisprotocol/client

            ChunkMetadata is chunk metadata.

            -
            interface StorageChunkMetadata {
                digest: Uint8Array;
                index: longnum;
                root: StorageRoot;
                version: number;
            }

            Properties

            interface StorageChunkMetadata {
                digest: Uint8Array;
                index: longnum;
                root: StorageRoot;
                version: number;
            }

            Properties

            Properties

            digest: Uint8Array
            index: longnum
            version: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            digest: Uint8Array
            index: longnum
            version: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageGetCheckpointsRequest.html b/js/client/interfaces/types.StorageGetCheckpointsRequest.html index 22ddaf5f36..8009912af9 100644 --- a/js/client/interfaces/types.StorageGetCheckpointsRequest.html +++ b/js/client/interfaces/types.StorageGetCheckpointsRequest.html @@ -1,7 +1,7 @@ StorageGetCheckpointsRequest | @oasisprotocol/client

            Interface StorageGetCheckpointsRequest

            GetCheckpointsRequest is a GetCheckpoints request.

            -
            interface StorageGetCheckpointsRequest {
                namespace: Uint8Array;
                root_version?: longnum;
                version: number;
            }

            Properties

            interface StorageGetCheckpointsRequest {
                namespace: Uint8Array;
                root_version?: longnum;
                version: number;
            }

            Properties

            namespace: Uint8Array
            root_version?: longnum

            RootVersion specifies an optional root version to limit the request to. If specified, only +

            Properties

            namespace: Uint8Array
            root_version?: longnum

            RootVersion specifies an optional root version to limit the request to. If specified, only checkpoints for roots with the specific version will be considered.

            -
            version: number

            Generated using TypeDoc

            \ No newline at end of file +
            version: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageGetDiffRequest.html b/js/client/interfaces/types.StorageGetDiffRequest.html index ec4cc90f1c..82beafc4e0 100644 --- a/js/client/interfaces/types.StorageGetDiffRequest.html +++ b/js/client/interfaces/types.StorageGetDiffRequest.html @@ -1,5 +1,5 @@ StorageGetDiffRequest | @oasisprotocol/client

            GetDiffRequest is a GetDiff request.

            -
            interface StorageGetDiffRequest {
                end_root: StorageRoot;
                options: StorageSyncOptions;
                start_root: StorageRoot;
            }

            Properties

            interface StorageGetDiffRequest {
                end_root: StorageRoot;
                options: StorageSyncOptions;
                start_root: StorageRoot;
            }

            Properties

            end_root: StorageRoot
            start_root: StorageRoot

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            end_root: StorageRoot
            start_root: StorageRoot

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageGetPrefixesRequest.html b/js/client/interfaces/types.StorageGetPrefixesRequest.html index aa45ad0d72..d4daa36ac2 100644 --- a/js/client/interfaces/types.StorageGetPrefixesRequest.html +++ b/js/client/interfaces/types.StorageGetPrefixesRequest.html @@ -1,5 +1,5 @@ StorageGetPrefixesRequest | @oasisprotocol/client

            Interface StorageGetPrefixesRequest

            GetPrefixesRequest is a request for the SyncGetPrefixes operation.

            -
            interface StorageGetPrefixesRequest {
                limit: number;
                prefixes: Uint8Array[];
                tree: StorageTreeID;
            }

            Properties

            interface StorageGetPrefixesRequest {
                limit: number;
                prefixes: Uint8Array[];
                tree: StorageTreeID;
            }

            Properties

            Properties

            limit: number
            prefixes: Uint8Array[]

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            limit: number
            prefixes: Uint8Array[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageGetRequest.html b/js/client/interfaces/types.StorageGetRequest.html index 21f1a6dc53..420ce8e7e7 100644 --- a/js/client/interfaces/types.StorageGetRequest.html +++ b/js/client/interfaces/types.StorageGetRequest.html @@ -1,5 +1,5 @@ StorageGetRequest | @oasisprotocol/client

            GetRequest is a request for the SyncGet operation.

            -
            interface StorageGetRequest {
                include_siblings?: boolean;
                key: Uint8Array;
                tree: StorageTreeID;
            }

            Properties

            interface StorageGetRequest {
                include_siblings?: boolean;
                key: Uint8Array;
                tree: StorageTreeID;
            }

            Properties

            include_siblings?: boolean
            key: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            include_siblings?: boolean
            key: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageIterateRequest.html b/js/client/interfaces/types.StorageIterateRequest.html index 463108155c..093766eacd 100644 --- a/js/client/interfaces/types.StorageIterateRequest.html +++ b/js/client/interfaces/types.StorageIterateRequest.html @@ -1,5 +1,5 @@ StorageIterateRequest | @oasisprotocol/client

            IterateRequest is a request for the SyncIterate operation.

            -
            interface StorageIterateRequest {
                key: Uint8Array;
                prefetch: number;
                tree: StorageTreeID;
            }

            Properties

            key +
            interface StorageIterateRequest {
                key: Uint8Array;
                prefetch: number;
                tree: StorageTreeID;
            }

            Properties

            Properties

            key: Uint8Array
            prefetch: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            key: Uint8Array
            prefetch: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageMetadata.html b/js/client/interfaces/types.StorageMetadata.html index c1fdf9db1f..336841cf1d 100644 --- a/js/client/interfaces/types.StorageMetadata.html +++ b/js/client/interfaces/types.StorageMetadata.html @@ -1,5 +1,5 @@ StorageMetadata | @oasisprotocol/client

            Metadata is checkpoint metadata.

            -
            interface StorageMetadata {
                chunks: Uint8Array[];
                root: StorageRoot;
                version: number;
            }

            Properties

            interface StorageMetadata {
                chunks: Uint8Array[];
                root: StorageRoot;
                version: number;
            }

            Properties

            Properties

            chunks: Uint8Array[]
            version: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            chunks: Uint8Array[]
            version: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageProof.html b/js/client/interfaces/types.StorageProof.html index f65f9f4145..10c4026566 100644 --- a/js/client/interfaces/types.StorageProof.html +++ b/js/client/interfaces/types.StorageProof.html @@ -1,8 +1,8 @@ StorageProof | @oasisprotocol/client

            Proof is a Merkle proof for a subtree.

            -
            interface StorageProof {
                entries: Uint8Array[];
                untrusted_root: Uint8Array;
            }

            Properties

            interface StorageProof {
                entries: Uint8Array[];
                untrusted_root: Uint8Array;
            }

            Properties

            entries: Uint8Array[]

            Entries are the proof entries in pre-order traversal.

            -
            untrusted_root: Uint8Array

            UntrustedRoot is the root hash this proof is for. This should only be +

            untrusted_root: Uint8Array

            UntrustedRoot is the root hash this proof is for. This should only be used as a quick sanity check and proof verification MUST use an independently obtained root hash as the prover can provide any root.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageProofResponse.html b/js/client/interfaces/types.StorageProofResponse.html index e4db28d8fd..9fbfc12fdc 100644 --- a/js/client/interfaces/types.StorageProofResponse.html +++ b/js/client/interfaces/types.StorageProofResponse.html @@ -1,3 +1,3 @@ StorageProofResponse | @oasisprotocol/client

            ProofResponse is a response for requests that produce proofs.

            -
            interface StorageProofResponse {
                proof: StorageProof;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file +
            interface StorageProofResponse {
                proof: StorageProof;
            }

            Properties

            Properties

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageRoot.html b/js/client/interfaces/types.StorageRoot.html index cf13a68e96..dd9f512d68 100644 --- a/js/client/interfaces/types.StorageRoot.html +++ b/js/client/interfaces/types.StorageRoot.html @@ -1,10 +1,10 @@ StorageRoot | @oasisprotocol/client

            Root is a storage root.

            -
            interface StorageRoot {
                hash: Uint8Array;
                ns: Uint8Array;
                root_type: number;
                version: longnum;
            }

            Properties

            interface StorageRoot {
                hash: Uint8Array;
                ns: Uint8Array;
                root_type: number;
                version: longnum;
            }

            Properties

            hash: Uint8Array

            Hash is the merkle root hash.

            -
            ns: Uint8Array

            Namespace is the namespace under which the root is stored.

            -
            root_type: number

            Type is the type of storage this root is used for.

            -
            version: longnum

            Version is the monotonically increasing version number in which the root is stored.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            ns: Uint8Array

            Namespace is the namespace under which the root is stored.

            +
            root_type: number

            Type is the type of storage this root is used for.

            +
            version: longnum

            Version is the monotonically increasing version number in which the root is stored.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageSyncChunk.html b/js/client/interfaces/types.StorageSyncChunk.html index 03a5fe81e8..c1c8411284 100644 --- a/js/client/interfaces/types.StorageSyncChunk.html +++ b/js/client/interfaces/types.StorageSyncChunk.html @@ -1,4 +1,4 @@ StorageSyncChunk | @oasisprotocol/client

            SyncChunk is a chunk of write log entries sent during GetDiff operation.

            -
            interface StorageSyncChunk {
                final: boolean;
                writelog: StorageLogEntry[];
            }

            Properties

            interface StorageSyncChunk {
                final: boolean;
                writelog: StorageLogEntry[];
            }

            Properties

            Properties

            final: boolean
            writelog: StorageLogEntry[]

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            final: boolean
            writelog: StorageLogEntry[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageSyncOptions.html b/js/client/interfaces/types.StorageSyncOptions.html index f3c6d551e8..26e2f57da2 100644 --- a/js/client/interfaces/types.StorageSyncOptions.html +++ b/js/client/interfaces/types.StorageSyncOptions.html @@ -1,4 +1,4 @@ StorageSyncOptions | @oasisprotocol/client

            SyncOptions are the sync options.

            -
            interface StorageSyncOptions {
                limit: longnum;
                offset_key: Uint8Array;
            }

            Properties

            interface StorageSyncOptions {
                limit: longnum;
                offset_key: Uint8Array;
            }

            Properties

            Properties

            limit: longnum
            offset_key: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            limit: longnum
            offset_key: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.StorageTreeID.html b/js/client/interfaces/types.StorageTreeID.html index fecaed7b5c..e3ad43d99d 100644 --- a/js/client/interfaces/types.StorageTreeID.html +++ b/js/client/interfaces/types.StorageTreeID.html @@ -1,7 +1,7 @@ StorageTreeID | @oasisprotocol/client

            TreeID identifies a specific tree and a position within that tree.

            -
            interface StorageTreeID {
                position: Uint8Array;
                root: StorageRoot;
            }

            Properties

            interface StorageTreeID {
                position: Uint8Array;
                root: StorageRoot;
            }

            Properties

            Properties

            position: Uint8Array

            Position is the caller's position in the tree structure to allow returning partial proofs if possible.

            -

            Root is the Merkle tree root.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            root: StorageRoot

            Root is the Merkle tree root.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.UpgradeDescriptor.html b/js/client/interfaces/types.UpgradeDescriptor.html index 6ecd4b4570..a06d322d10 100644 --- a/js/client/interfaces/types.UpgradeDescriptor.html +++ b/js/client/interfaces/types.UpgradeDescriptor.html @@ -1,9 +1,9 @@ UpgradeDescriptor | @oasisprotocol/client

            Descriptor describes an upgrade.

            -
            interface UpgradeDescriptor {
                epoch: longnum;
                handler: string;
                target: VersionProtocolVersions;
                v: number;
            }

            Hierarchy (view full)

            Properties

            interface UpgradeDescriptor {
                epoch: longnum;
                handler: string;
                target: VersionProtocolVersions;
                v: number;
            }

            Hierarchy (view full)

            Properties

            Properties

            epoch: longnum

            Epoch is the epoch at which the upgrade should happen.

            -
            handler: string

            Handler is the name of the upgrade handler.

            -

            Target is upgrade's target version.

            -
            v: number

            Generated using TypeDoc

            \ No newline at end of file +
            handler: string

            Handler is the name of the upgrade handler.

            +
            target: VersionProtocolVersions

            Target is upgrade's target version.

            +
            v: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.UpgradePendingUpgrade.html b/js/client/interfaces/types.UpgradePendingUpgrade.html index 3f5e6a0bb7..7c2a96a8d8 100644 --- a/js/client/interfaces/types.UpgradePendingUpgrade.html +++ b/js/client/interfaces/types.UpgradePendingUpgrade.html @@ -1,11 +1,11 @@ UpgradePendingUpgrade | @oasisprotocol/client

            PendingUpgrade describes a currently pending upgrade and includes the submitted upgrade descriptor.

            -
            interface UpgradePendingUpgrade {
                descriptor: UpgradeDescriptor;
                last_completed_stage: longnum;
                upgrade_height: longnum;
                v: number;
            }

            Hierarchy (view full)

            Properties

            interface UpgradePendingUpgrade {
                descriptor: UpgradeDescriptor;
                last_completed_stage: longnum;
                upgrade_height: longnum;
                v: number;
            }

            Hierarchy (view full)

            Properties

            descriptor: UpgradeDescriptor

            Descriptor is the upgrade descriptor describing the upgrade.

            -
            last_completed_stage: longnum

            LastCompletedStage is the last upgrade stage that was successfully completed.

            -
            upgrade_height: longnum

            UpgradeHeight is the height at which the upgrade epoch was reached +

            last_completed_stage: longnum

            LastCompletedStage is the last upgrade stage that was successfully completed.

            +
            upgrade_height: longnum

            UpgradeHeight is the height at which the upgrade epoch was reached (or InvalidUpgradeHeight if it hasn't been reached yet).

            -
            v: number

            Generated using TypeDoc

            \ No newline at end of file +
            v: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.Version.html b/js/client/interfaces/types.Version.html index aa24ae080d..946bf7b936 100644 --- a/js/client/interfaces/types.Version.html +++ b/js/client/interfaces/types.Version.html @@ -1,5 +1,5 @@ Version | @oasisprotocol/client

            Version is a protocol version.

            -
            interface Version {
                major?: number;
                minor?: number;
                patch?: number;
            }

            Properties

            interface Version {
                major?: number;
                minor?: number;
                patch?: number;
            }

            Properties

            Properties

            major?: number
            minor?: number
            patch?: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            major?: number
            minor?: number
            patch?: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.VersionProtocolVersions.html b/js/client/interfaces/types.VersionProtocolVersions.html index c03dd28133..6730fe3e97 100644 --- a/js/client/interfaces/types.VersionProtocolVersions.html +++ b/js/client/interfaces/types.VersionProtocolVersions.html @@ -1,5 +1,5 @@ VersionProtocolVersions | @oasisprotocol/client

            Interface VersionProtocolVersions

            ProtocolVersions are the protocol versions.

            -
            interface VersionProtocolVersions {
                consensus_protocol: Version;
                runtime_committee_protocol: Version;
                runtime_host_protocol: Version;
            }

            Properties

            interface VersionProtocolVersions {
                consensus_protocol: Version;
                runtime_committee_protocol: Version;
                runtime_host_protocol: Version;
            }

            Properties

            consensus_protocol: Version
            runtime_committee_protocol: Version
            runtime_host_protocol: Version

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            consensus_protocol: Version
            runtime_committee_protocol: Version
            runtime_host_protocol: Version

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerCommonHostStatus.html b/js/client/interfaces/types.WorkerCommonHostStatus.html index 09a358663f..68300d4ecb 100644 --- a/js/client/interfaces/types.WorkerCommonHostStatus.html +++ b/js/client/interfaces/types.WorkerCommonHostStatus.html @@ -1,4 +1,4 @@ WorkerCommonHostStatus | @oasisprotocol/client

            Interface WorkerCommonHostStatus

            HostStatus is the runtime host status.

            -
            interface WorkerCommonHostStatus {
                versions: Version[];
            }

            Properties

            interface WorkerCommonHostStatus {
                versions: Version[];
            }

            Properties

            Properties

            versions: Version[]

            Versions are the locally supported versions.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerCommonLivenessStatus.html b/js/client/interfaces/types.WorkerCommonLivenessStatus.html index 09adb8a784..937481b5c3 100644 --- a/js/client/interfaces/types.WorkerCommonLivenessStatus.html +++ b/js/client/interfaces/types.WorkerCommonLivenessStatus.html @@ -1,7 +1,7 @@ WorkerCommonLivenessStatus | @oasisprotocol/client

            Interface WorkerCommonLivenessStatus

            LivenessStatus is the liveness status for the current epoch.

            -
            interface WorkerCommonLivenessStatus {
                live_rounds: longnum;
                total_rounds: longnum;
            }

            Properties

            interface WorkerCommonLivenessStatus {
                live_rounds: longnum;
                total_rounds: longnum;
            }

            Properties

            live_rounds: longnum

            LiveRounds is the number of rounds in which the node positively contributed.

            -
            total_rounds: longnum

            TotalRounds is the total number of rounds in the last epoch, excluding any rounds generated +

            total_rounds: longnum

            TotalRounds is the total number of rounds in the last epoch, excluding any rounds generated by the roothash service itself.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerCommonStatus.html b/js/client/interfaces/types.WorkerCommonStatus.html index 89a21d9908..009da41dec 100644 --- a/js/client/interfaces/types.WorkerCommonStatus.html +++ b/js/client/interfaces/types.WorkerCommonStatus.html @@ -1,5 +1,5 @@ WorkerCommonStatus | @oasisprotocol/client

            Status is the common runtime worker status.

            -
            interface WorkerCommonStatus {
                active_version: Version;
                executor_roles: Uint8Array;
                host: WorkerCommonHostStatus;
                latest_height: longnum;
                latest_round: longnum;
                liveness?: WorkerCommonLivenessStatus;
                peers: string[];
                scheduler_rank: longnum;
                status: number;
            }

            Properties

            interface WorkerCommonStatus {
                active_version: Version;
                executor_roles: Uint8Array;
                host: WorkerCommonHostStatus;
                latest_height: longnum;
                latest_round: longnum;
                liveness?: WorkerCommonLivenessStatus;
                peers: string[];
                scheduler_rank: longnum;
                status: number;
            }

            Properties

            active_version: Version

            ActiveVersion is the currently active version.

            -
            executor_roles: Uint8Array

            ExecutorRoles are the node's roles in the executor committee.

            -

            Host is the runtime host status.

            -
            latest_height: longnum

            LatestHeight is the consensus layer height containing the runtime block for the latest round.

            -
            latest_round: longnum

            LatestRound is the latest runtime round as seen by the committee node.

            -

            Liveness is the node's liveness status for the current epoch.

            -
            peers: string[]

            Peers is the list of peers in the runtime P2P network.

            -
            scheduler_rank: longnum

            SchedulerRank is the position (index) of the node in the committee's scheduling order +

            executor_roles: Uint8Array

            ExecutorRoles are the node's roles in the executor committee.

            +

            Host is the runtime host status.

            +
            latest_height: longnum

            LatestHeight is the consensus layer height containing the runtime block for the latest round.

            +
            latest_round: longnum

            LatestRound is the latest runtime round as seen by the committee node.

            +

            Liveness is the node's liveness status for the current epoch.

            +
            peers: string[]

            Peers is the list of peers in the runtime P2P network.

            +
            scheduler_rank: longnum

            SchedulerRank is the position (index) of the node in the committee's scheduling order for the next round.

            -
            status: number

            Status is a concise status of the committee node.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            status: number

            Status is a concise status of the committee node.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerComputeStatus.html b/js/client/interfaces/types.WorkerComputeStatus.html index 7446c95d9d..d6704c1b97 100644 --- a/js/client/interfaces/types.WorkerComputeStatus.html +++ b/js/client/interfaces/types.WorkerComputeStatus.html @@ -1,4 +1,4 @@ WorkerComputeStatus | @oasisprotocol/client

            Status is the executor worker status.

            -
            interface WorkerComputeStatus {
                status: number;
            }

            Properties

            interface WorkerComputeStatus {
                status: number;
            }

            Properties

            Properties

            status: number

            Status is a concise status of the committee node.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerKeyManagerEphemeralSecretStats.html b/js/client/interfaces/types.WorkerKeyManagerEphemeralSecretStats.html index b30e4429c5..4f80d2784d 100644 --- a/js/client/interfaces/types.WorkerKeyManagerEphemeralSecretStats.html +++ b/js/client/interfaces/types.WorkerKeyManagerEphemeralSecretStats.html @@ -1,10 +1,10 @@ WorkerKeyManagerEphemeralSecretStats | @oasisprotocol/client

            Interface WorkerKeyManagerEphemeralSecretStats

            EphemeralSecretStats are the ephemeral secret generation and replication stats.

            -
            interface WorkerKeyManagerEphemeralSecretStats {
                last_generated_epoch: longnum;
                last_loaded_epoch: longnum;
                num_generated: number;
                num_loaded: number;
            }

            Properties

            interface WorkerKeyManagerEphemeralSecretStats {
                last_generated_epoch: longnum;
                last_loaded_epoch: longnum;
                num_generated: number;
                num_loaded: number;
            }

            Properties

            last_generated_epoch: longnum

            LastGenerated is the epoch of the last generated secret.

            -
            last_loaded_epoch: longnum

            LastLoaded is the epoch of the last loaded secret.

            -
            num_generated: number

            NumGenerated is the number of generated secrets.

            -
            num_loaded: number

            NumLoaded is the number of loaded secrets.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            last_loaded_epoch: longnum

            LastLoaded is the epoch of the last loaded secret.

            +
            num_generated: number

            NumGenerated is the number of generated secrets.

            +
            num_loaded: number

            NumLoaded is the number of loaded secrets.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerKeyManagerMasterSecretStats.html b/js/client/interfaces/types.WorkerKeyManagerMasterSecretStats.html index ae4f41ef68..21de60a78f 100644 --- a/js/client/interfaces/types.WorkerKeyManagerMasterSecretStats.html +++ b/js/client/interfaces/types.WorkerKeyManagerMasterSecretStats.html @@ -1,10 +1,10 @@ WorkerKeyManagerMasterSecretStats | @oasisprotocol/client

            Interface WorkerKeyManagerMasterSecretStats

            MasterSecretStats are the master secret generation and replication stats.

            -
            interface WorkerKeyManagerMasterSecretStats {
                last_generated_generation: longnum;
                last_loaded_generation: longnum;
                num_generated: number;
                num_loaded: number;
            }

            Properties

            interface WorkerKeyManagerMasterSecretStats {
                last_generated_generation: longnum;
                last_loaded_generation: longnum;
                num_generated: number;
                num_loaded: number;
            }

            Properties

            last_generated_generation: longnum

            LastGenerated is the generation of the last generated secret.

            -
            last_loaded_generation: longnum

            LastLoaded is the generation of the last loaded secret.

            -
            num_generated: number

            NumGenerated is the number of generated secrets.

            -
            num_loaded: number

            NumLoaded is the number of loaded secrets.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            last_loaded_generation: longnum

            LastLoaded is the generation of the last loaded secret.

            +
            num_generated: number

            NumGenerated is the number of generated secrets.

            +
            num_loaded: number

            NumLoaded is the number of loaded secrets.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerKeyManagerRuntimeAccessList.html b/js/client/interfaces/types.WorkerKeyManagerRuntimeAccessList.html index b48cbcc367..67d8f71c67 100644 --- a/js/client/interfaces/types.WorkerKeyManagerRuntimeAccessList.html +++ b/js/client/interfaces/types.WorkerKeyManagerRuntimeAccessList.html @@ -1,6 +1,6 @@ WorkerKeyManagerRuntimeAccessList | @oasisprotocol/client

            Interface WorkerKeyManagerRuntimeAccessList

            RuntimeAccessList is an access control lists for a runtime.

            -
            interface WorkerKeyManagerRuntimeAccessList {
                peers: string[];
                runtime_id: Uint8Array;
            }

            Properties

            interface WorkerKeyManagerRuntimeAccessList {
                peers: string[];
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            peers: string[]

            Peers is a list of peers that are allowed to call protected methods.

            -
            runtime_id: Uint8Array

            RuntimeID is the runtime ID of the runtime this access list is for.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            runtime_id: Uint8Array

            RuntimeID is the runtime ID of the runtime this access list is for.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerKeyManagerStatus.html b/js/client/interfaces/types.WorkerKeyManagerStatus.html index 4e8bbf671a..721ae8e9c4 100644 --- a/js/client/interfaces/types.WorkerKeyManagerStatus.html +++ b/js/client/interfaces/types.WorkerKeyManagerStatus.html @@ -1,6 +1,6 @@ WorkerKeyManagerStatus | @oasisprotocol/client

            Interface WorkerKeyManagerStatus

            Status is the key manager global and worker status.

            -
            interface WorkerKeyManagerStatus {
                global: KeyManagerStatus;
                worker: WorkerKeyManagerWorkerStatus;
            }

            Properties

            interface WorkerKeyManagerStatus {
                global: KeyManagerStatus;
                worker: WorkerKeyManagerWorkerStatus;
            }

            Properties

            Properties

            GlobalStatus is the global key manager committee status.

            -

            WorkerStatus is the key manager worker status.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            worker: WorkerKeyManagerWorkerStatus

            WorkerStatus is the key manager worker status.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerKeyManagerWorkerStatus.html b/js/client/interfaces/types.WorkerKeyManagerWorkerStatus.html index a6532c1e6e..2ac9a8fc69 100644 --- a/js/client/interfaces/types.WorkerKeyManagerWorkerStatus.html +++ b/js/client/interfaces/types.WorkerKeyManagerWorkerStatus.html @@ -1,5 +1,5 @@ WorkerKeyManagerWorkerStatus | @oasisprotocol/client

            Interface WorkerKeyManagerWorkerStatus

            WorkerStatus is the key manager worker status.

            -
            interface WorkerKeyManagerWorkerStatus {
                access_list: WorkerKeyManagerRuntimeAccessList[];
                active_version: Version;
                client_runtimes: Uint8Array[];
                ephemeral_secrets: WorkerKeyManagerEphemeralSecretStats;
                master_secrets: WorkerKeyManagerMasterSecretStats;
                may_generate: boolean;
                policy: KeyManagerSignedPolicySGX;
                policy_checksum: Uint8Array;
                private_peers: string[];
                runtime_id: Uint8Array;
                status: number;
            }

            Properties

            interface WorkerKeyManagerWorkerStatus {
                access_list: WorkerKeyManagerRuntimeAccessList[];
                active_version: Version;
                client_runtimes: Uint8Array[];
                ephemeral_secrets: WorkerKeyManagerEphemeralSecretStats;
                master_secrets: WorkerKeyManagerMasterSecretStats;
                may_generate: boolean;
                policy: KeyManagerSignedPolicySGX;
                policy_checksum: Uint8Array;
                private_peers: string[];
                runtime_id: Uint8Array;
                status: number;
            }

            Properties

            AccessList is per-runtime list of peers that are allowed to call protected methods.

            -
            active_version: Version

            ActiveVersion is the currently active version.

            -
            client_runtimes: Uint8Array[]

            ClientRuntimes is a list of compute runtimes that use this key manager.

            -

            EphemeralSecrets are the ephemeral secret generation and replication stats.

            -

            MasterSecrets are the master secret generation and replication stats.

            -
            may_generate: boolean

            MayGenerate returns whether the enclave can generate a master secret.

            -

            Policy is the key manager policy.

            -
            policy_checksum: Uint8Array

            PolicyChecksum is the checksum of the key manager policy.

            -
            private_peers: string[]

            PrivatePeers is a list of peers that are always allowed to call protected methods.

            -
            runtime_id: Uint8Array

            RuntimeID is the runtime ID of the key manager.

            -
            status: number

            Status is a concise status of the key manager worker.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            active_version: Version

            ActiveVersion is the currently active version.

            +
            client_runtimes: Uint8Array[]

            ClientRuntimes is a list of compute runtimes that use this key manager.

            +
            ephemeral_secrets: WorkerKeyManagerEphemeralSecretStats

            EphemeralSecrets are the ephemeral secret generation and replication stats.

            +
            master_secrets: WorkerKeyManagerMasterSecretStats

            MasterSecrets are the master secret generation and replication stats.

            +
            may_generate: boolean

            MayGenerate returns whether the enclave can generate a master secret.

            +
            policy: KeyManagerSignedPolicySGX

            Policy is the key manager policy.

            +
            policy_checksum: Uint8Array

            PolicyChecksum is the checksum of the key manager policy.

            +
            private_peers: string[]

            PrivatePeers is a list of peers that are always allowed to call protected methods.

            +
            runtime_id: Uint8Array

            RuntimeID is the runtime ID of the key manager.

            +
            status: number

            Status is a concise status of the key manager worker.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerStorageGetLastSyncedRoundRequest.html b/js/client/interfaces/types.WorkerStorageGetLastSyncedRoundRequest.html index 2d7e1f70d8..8ca1e99e63 100644 --- a/js/client/interfaces/types.WorkerStorageGetLastSyncedRoundRequest.html +++ b/js/client/interfaces/types.WorkerStorageGetLastSyncedRoundRequest.html @@ -1,3 +1,3 @@ WorkerStorageGetLastSyncedRoundRequest | @oasisprotocol/client

            Interface WorkerStorageGetLastSyncedRoundRequest

            GetLastSyncedRoundRequest is a GetLastSyncedRound request.

            -
            interface WorkerStorageGetLastSyncedRoundRequest {
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +
            interface WorkerStorageGetLastSyncedRoundRequest {
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerStorageGetLastSyncedRoundResponse.html b/js/client/interfaces/types.WorkerStorageGetLastSyncedRoundResponse.html index b63afbb56d..5d25f0a21c 100644 --- a/js/client/interfaces/types.WorkerStorageGetLastSyncedRoundResponse.html +++ b/js/client/interfaces/types.WorkerStorageGetLastSyncedRoundResponse.html @@ -1,5 +1,5 @@ WorkerStorageGetLastSyncedRoundResponse | @oasisprotocol/client

            Interface WorkerStorageGetLastSyncedRoundResponse

            GetLastSyncedRoundResponse is a GetLastSyncedRound response.

            -
            interface WorkerStorageGetLastSyncedRoundResponse {
                io_root: StorageRoot;
                round: longnum;
                state_root: StorageRoot;
            }

            Properties

            interface WorkerStorageGetLastSyncedRoundResponse {
                io_root: StorageRoot;
                round: longnum;
                state_root: StorageRoot;
            }

            Properties

            io_root: StorageRoot
            round: longnum
            state_root: StorageRoot

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            io_root: StorageRoot
            round: longnum
            state_root: StorageRoot

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerStoragePauseCheckpointerRequest.html b/js/client/interfaces/types.WorkerStoragePauseCheckpointerRequest.html index e8fb7f59ae..1a76502725 100644 --- a/js/client/interfaces/types.WorkerStoragePauseCheckpointerRequest.html +++ b/js/client/interfaces/types.WorkerStoragePauseCheckpointerRequest.html @@ -1,4 +1,4 @@ WorkerStoragePauseCheckpointerRequest | @oasisprotocol/client

            Interface WorkerStoragePauseCheckpointerRequest

            PauseCheckpointerRequest is a PauseCheckpointer request.

            -
            interface WorkerStoragePauseCheckpointerRequest {
                pause: boolean;
                runtime_id: Uint8Array;
            }

            Properties

            interface WorkerStoragePauseCheckpointerRequest {
                pause: boolean;
                runtime_id: Uint8Array;
            }

            Properties

            Properties

            pause: boolean
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            pause: boolean
            runtime_id: Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/interfaces/types.WorkerStorageStatus.html b/js/client/interfaces/types.WorkerStorageStatus.html index 0594afcd07..9437c4cc1b 100644 --- a/js/client/interfaces/types.WorkerStorageStatus.html +++ b/js/client/interfaces/types.WorkerStorageStatus.html @@ -1,6 +1,6 @@ WorkerStorageStatus | @oasisprotocol/client

            Status is the storage worker status.

            -
            interface WorkerStorageStatus {
                last_finalized_round: longnum;
                status: string;
            }

            Properties

            interface WorkerStorageStatus {
                last_finalized_round: longnum;
                status: string;
            }

            Properties

            last_finalized_round: longnum

            LastFinalizedRound is the last synced and finalized round.

            -
            status: string

            Status is the current status of the storage worker.

            -

            Generated using TypeDoc

            \ No newline at end of file +
            status: string

            Status is the current status of the storage worker.

            +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/modules/address.html b/js/client/modules/address.html index fad39617d0..26056b8ad5 100644 --- a/js/client/modules/address.html +++ b/js/client/modules/address.html @@ -1,4 +1,4 @@ -address | @oasisprotocol/client

            Index

            Functions

            fromBech32 +address | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/modules/beacon.html b/js/client/modules/beacon.html index 167fba5ca8..22739f98c9 100644 --- a/js/client/modules/beacon.html +++ b/js/client/modules/beacon.html @@ -1,4 +1,4 @@ -beacon | @oasisprotocol/client

            Index

            Variables

            BACKEND_INSECURE +beacon | @oasisprotocol/client

            Index

            Variables

            BACKEND_INSECURE BACKEND_VRF ERR_BEACON_NOT_AVAILABLE_CODE METHOD_SET_EPOCH diff --git a/js/client/modules/client.html b/js/client/modules/client.html index e09e854ab3..14307a8077 100644 --- a/js/client/modules/client.html +++ b/js/client/modules/client.html @@ -1,4 +1,4 @@ -client | @oasisprotocol/client

            Index

            Classes

            GRPCWrapper +client | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/modules/common.html b/js/client/modules/common.html index 1ff6d8b687..a8b086f379 100644 --- a/js/client/modules/common.html +++ b/js/client/modules/common.html @@ -1,4 +1,4 @@ -common | @oasisprotocol/client

            Index

            Variables

            CODE_NO_ERROR +common | @oasisprotocol/client

            Index

            Variables

            CODE_NO_ERROR ENTITY_LATEST_DESCRIPTOR_VERSION ERR_UNKNOWN_ERROR_CODE IDENTITY_ERR_CERTIFICATE_ROTATION_FORBIDDEN_CODE diff --git a/js/client/modules/consensus.html b/js/client/modules/consensus.html index 5d01010da4..e9fd578aea 100644 --- a/js/client/modules/consensus.html +++ b/js/client/modules/consensus.html @@ -1,4 +1,4 @@ -consensus | @oasisprotocol/client

            Index

            Classes

            TransactionWrapper +consensus | @oasisprotocol/client

            Index

            Classes

            Type Aliases

            SignatureMessageHandlersWithChainContext TransactionHandler TransactionHandlers diff --git a/js/client/modules/control.html b/js/client/modules/control.html index a3bcf20b58..ae06d8f586 100644 --- a/js/client/modules/control.html +++ b/js/client/modules/control.html @@ -1,3 +1,3 @@ -control | @oasisprotocol/client

            Index

            Variables

            DEBUG_ERR_INCOMPATIBLE_BACKEND_CODE +control | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/modules/genesis.html b/js/client/modules/genesis.html index c7d0d5509e..574b1316d4 100644 --- a/js/client/modules/genesis.html +++ b/js/client/modules/genesis.html @@ -1,2 +1,2 @@ -genesis | @oasisprotocol/client

            Index

            Functions

            chainContext +genesis | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/modules/governance.html b/js/client/modules/governance.html index 0d0b20e076..6cd5708ddd 100644 --- a/js/client/modules/governance.html +++ b/js/client/modules/governance.html @@ -1,4 +1,4 @@ -governance | @oasisprotocol/client

            Index

            Variables

            ERR_INVALID_ARGUMENT_CODE +governance | @oasisprotocol/client

            Index

            Variables

            ERR_INVALID_ARGUMENT_CODE ERR_NOT_ELIGIBLE_CODE ERR_NO_SUCH_PROPOSAL_CODE ERR_NO_SUCH_UPGRADE_CODE diff --git a/js/client/modules/hash.html b/js/client/modules/hash.html index 3fc9752f8d..7fc88e5f9c 100644 --- a/js/client/modules/hash.html +++ b/js/client/modules/hash.html @@ -1,2 +1,2 @@ -hash | @oasisprotocol/client

            Index

            Functions

            hash +hash | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/modules/hdkey.html b/js/client/modules/hdkey.html index 162d3c9a0d..d58ec33da0 100644 --- a/js/client/modules/hdkey.html +++ b/js/client/modules/hdkey.html @@ -1,2 +1,2 @@ -hdkey | @oasisprotocol/client

            Index

            Classes

            HDKey +hdkey | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/modules/keymanager.html b/js/client/modules/keymanager.html index 3e38b3812c..98aa8a3871 100644 --- a/js/client/modules/keymanager.html +++ b/js/client/modules/keymanager.html @@ -1,4 +1,4 @@ -keymanager | @oasisprotocol/client

            Index

            Variables

            ERR_NO_SUCH_STATUS_CODE +keymanager | @oasisprotocol/client

            Index

            Variables

            Functions

            updatePolicyWrapper diff --git a/js/client/modules/misc.html b/js/client/modules/misc.html index 9d0d2dc554..dc7fe2b85d 100644 --- a/js/client/modules/misc.html +++ b/js/client/modules/misc.html @@ -1,4 +1,4 @@ -misc | @oasisprotocol/client

            Index

            Functions

            concat +misc | @oasisprotocol/client

            Index

            Functions

            concat fromBase64 fromCBOR fromHex diff --git a/js/client/modules/quantity.html b/js/client/modules/quantity.html index 556fa6a01e..68078cf9cd 100644 --- a/js/client/modules/quantity.html +++ b/js/client/modules/quantity.html @@ -1,3 +1,3 @@ -quantity | @oasisprotocol/client

            Index

            Functions

            fromBigInt +quantity | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/modules/registry.html b/js/client/modules/registry.html index ab9fef3deb..4a642f5425 100644 --- a/js/client/modules/registry.html +++ b/js/client/modules/registry.html @@ -1,4 +1,4 @@ -registry | @oasisprotocol/client

            Index

            Variables

            ERR_BAD_CAPABILITIES_TEE_HARDWARE_CODE +registry | @oasisprotocol/client

            Index

            Variables

            ERR_BAD_CAPABILITIES_TEE_HARDWARE_CODE ERR_BAD_ENCLAVE_IDENTITY_CODE ERR_BAD_ENTITY_FOR_NODE_CODE ERR_BAD_ENTITY_FOR_RUNTIME_CODE diff --git a/js/client/modules/roothash.html b/js/client/modules/roothash.html index 90b85ffe18..d391f55abc 100644 --- a/js/client/modules/roothash.html +++ b/js/client/modules/roothash.html @@ -1,4 +1,4 @@ -roothash | @oasisprotocol/client

            Index

            Variables

            COMMITMENT_MODULE_NAME +roothash | @oasisprotocol/client

            Index

            Variables

            COMMITMENT_MODULE_NAME COMPUTE_RESULTS_HEADER_SIGNATURE_CONTEXT EPOCH_TRANSITION ERR_ALREADY_COMMITTED_CODE diff --git a/js/client/modules/runtime.html b/js/client/modules/runtime.html index 0120ad8749..aeb8b1a068 100644 --- a/js/client/modules/runtime.html +++ b/js/client/modules/runtime.html @@ -1,4 +1,4 @@ -runtime | @oasisprotocol/client

            Index

            Variables

            CLIENT_ERR_CHECK_TX_FAILED_CODE +runtime | @oasisprotocol/client

            Index

            Variables

            CLIENT_ERR_CHECK_TX_FAILED_CODE CLIENT_ERR_INTERNAL_CODE CLIENT_ERR_NOT_FOUND_CODE CLIENT_ERR_NOT_SYNCED_CODE diff --git a/js/client/modules/scheduler.html b/js/client/modules/scheduler.html index d60cd19949..46122e39c9 100644 --- a/js/client/modules/scheduler.html +++ b/js/client/modules/scheduler.html @@ -1,4 +1,4 @@ -scheduler | @oasisprotocol/client

            Index

            Variables

            KIND_COMPUTE_EXECUTOR +scheduler | @oasisprotocol/client

            Index

            Variables

            KIND_COMPUTE_EXECUTOR KIND_INVALID MAX_COMMITTEE_KIND ROLE_BACKUP_WORKER diff --git a/js/client/modules/signature.html b/js/client/modules/signature.html index 4b5a4808a2..a5064884ec 100644 --- a/js/client/modules/signature.html +++ b/js/client/modules/signature.html @@ -1,4 +1,4 @@ -signature | @oasisprotocol/client

            Index

            Classes

            BlindContextSigner +signature | @oasisprotocol/client

            Index

            Classes

            Interfaces

            ContextSigner MessageHandlers diff --git a/js/client/modules/staking.html b/js/client/modules/staking.html index 07a2c465f4..8106561bcb 100644 --- a/js/client/modules/staking.html +++ b/js/client/modules/staking.html @@ -1,4 +1,4 @@ -staking | @oasisprotocol/client

            Index

            Type Aliases

            ConsensusTransactionHandlers +staking | @oasisprotocol/client

            Index

            Type Aliases

            Variables

            ADDRESS_PREFIX ADDRESS_RUNTIME_V0_CONTEXT_IDENTIFIER ADDRESS_RUNTIME_V0_CONTEXT_VERSION diff --git a/js/client/modules/storage.html b/js/client/modules/storage.html index 21e80b53e4..1ee3c952b7 100644 --- a/js/client/modules/storage.html +++ b/js/client/modules/storage.html @@ -1,4 +1,4 @@ -storage | @oasisprotocol/client

            Index

            Variables

            CHECKPOINT_VERSION +storage | @oasisprotocol/client

            Index

            Variables

            CHECKPOINT_VERSION ERR_CANT_PROVE_CODE ERR_CHECKPOINT_NOT_FOUND_CODE ERR_CHUNK_ALREADY_RESTORED_CODE diff --git a/js/client/modules/types.html b/js/client/modules/types.html index 290a562134..afec6df7c5 100644 --- a/js/client/modules/types.html +++ b/js/client/modules/types.html @@ -1,4 +1,4 @@ -types | @oasisprotocol/client

            Index

            Interfaces

            BeaconConsensusParameters +types | @oasisprotocol/client

            Index

            Interfaces

            BeaconConsensusParameters BeaconEpochTimeState BeaconGenesis BeaconInsecureParameters diff --git a/js/client/modules/upgrade.html b/js/client/modules/upgrade.html index 7874ceffcb..bcb1b5a15e 100644 --- a/js/client/modules/upgrade.html +++ b/js/client/modules/upgrade.html @@ -1,4 +1,4 @@ -upgrade | @oasisprotocol/client

            Index

            Variables

            ERR_ALREADY_PENDING_CODE +upgrade | @oasisprotocol/client

            Index

            Variables

            ERR_ALREADY_PENDING_CODE ERR_BAD_DESCRIPTOR_CODE ERR_STOP_FOR_UPGRADE_CODE ERR_UPGRADE_IN_PROGRESS_CODE diff --git a/js/client/modules/worker.html b/js/client/modules/worker.html index 49e4b8af0b..8d5e65e236 100644 --- a/js/client/modules/worker.html +++ b/js/client/modules/worker.html @@ -1,4 +1,4 @@ -worker | @oasisprotocol/client

            Index

            Variables

            STORAGE_ERR_CANT_PAUSE_CHECKPOINTER +worker | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/consensus.SignatureMessageHandlersWithChainContext.html b/js/client/types/consensus.SignatureMessageHandlersWithChainContext.html index 84eaafa4b9..f639b523f7 100644 --- a/js/client/types/consensus.SignatureMessageHandlersWithChainContext.html +++ b/js/client/types/consensus.SignatureMessageHandlersWithChainContext.html @@ -1,2 +1,2 @@ SignatureMessageHandlersWithChainContext | @oasisprotocol/client

            Type alias SignatureMessageHandlersWithChainContext

            SignatureMessageHandlersWithChainContext: {
                oasis-core/consensus: tx?: MessageHandlerWithChainContext<ConsensusTransaction>;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/consensus.TransactionHandler.html b/js/client/types/consensus.TransactionHandler.html index 46dabaa864..b35ad1c4a3 100644 --- a/js/client/types/consensus.TransactionHandler.html +++ b/js/client/types/consensus.TransactionHandler.html @@ -1 +1 @@ -TransactionHandler | @oasisprotocol/client

            Type alias TransactionHandler<BODY>

            TransactionHandler<BODY>: ((body) => void)

            Type Parameters

            • BODY

            Type declaration

              • (body): void
              • Parameters

                Returns void

            Generated using TypeDoc

            \ No newline at end of file +TransactionHandler | @oasisprotocol/client

            Type alias TransactionHandler<BODY>

            TransactionHandler<BODY>: ((body) => void)

            Type Parameters

            • BODY

            Type declaration

              • (body): void
              • Parameters

                Returns void

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/consensus.TransactionHandlers.html b/js/client/types/consensus.TransactionHandlers.html index 21a3745e2f..52e2c55248 100644 --- a/js/client/types/consensus.TransactionHandlers.html +++ b/js/client/types/consensus.TransactionHandlers.html @@ -1 +1 @@ -TransactionHandlers | @oasisprotocol/client
            TransactionHandlers: {
                [method: string]: TransactionHandler<never>;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +TransactionHandlers | @oasisprotocol/client
            TransactionHandlers: {
                [method: string]: TransactionHandler<never>;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/signature.MessageHandlerBare.html b/js/client/types/signature.MessageHandlerBare.html index 5a4d733bb5..143f4eec7b 100644 --- a/js/client/types/signature.MessageHandlerBare.html +++ b/js/client/types/signature.MessageHandlerBare.html @@ -1 +1 @@ -MessageHandlerBare | @oasisprotocol/client

            Type alias MessageHandlerBare<PARSED>

            MessageHandlerBare<PARSED>: ((v) => void)

            Type Parameters

            • PARSED

            Type declaration

              • (v): void
              • Parameters

                Returns void

            Generated using TypeDoc

            \ No newline at end of file +MessageHandlerBare | @oasisprotocol/client

            Type alias MessageHandlerBare<PARSED>

            MessageHandlerBare<PARSED>: ((v) => void)

            Type Parameters

            • PARSED

            Type declaration

              • (v): void
              • Parameters

                Returns void

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/signature.MessageHandlerWithChainContext.html b/js/client/types/signature.MessageHandlerWithChainContext.html index d8f0869452..fcbeea2671 100644 --- a/js/client/types/signature.MessageHandlerWithChainContext.html +++ b/js/client/types/signature.MessageHandlerWithChainContext.html @@ -1 +1 @@ -MessageHandlerWithChainContext | @oasisprotocol/client

            Type alias MessageHandlerWithChainContext<PARSED>

            MessageHandlerWithChainContext<PARSED>: ((chainContext, v) => void)

            Type Parameters

            • PARSED

            Type declaration

              • (chainContext, v): void
              • Parameters

                Returns void

            Generated using TypeDoc

            \ No newline at end of file +MessageHandlerWithChainContext | @oasisprotocol/client

            Type alias MessageHandlerWithChainContext<PARSED>

            MessageHandlerWithChainContext<PARSED>: ((chainContext, v) => void)

            Type Parameters

            • PARSED

            Type declaration

              • (chainContext, v): void
              • Parameters

                Returns void

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/signature.MessageHandlersBare.html b/js/client/types/signature.MessageHandlersBare.html index 240a33c2b2..4e73787603 100644 --- a/js/client/types/signature.MessageHandlersBare.html +++ b/js/client/types/signature.MessageHandlersBare.html @@ -1 +1 @@ -MessageHandlersBare | @oasisprotocol/client
            MessageHandlersBare: {
                [context: string]: MessageHandlerBare<never>;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +MessageHandlersBare | @oasisprotocol/client
            MessageHandlersBare: {
                [context: string]: MessageHandlerBare<never>;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/signature.MessageHandlersWithChainContext.html b/js/client/types/signature.MessageHandlersWithChainContext.html index 2d397dbbab..57de414801 100644 --- a/js/client/types/signature.MessageHandlersWithChainContext.html +++ b/js/client/types/signature.MessageHandlersWithChainContext.html @@ -1 +1 @@ -MessageHandlersWithChainContext | @oasisprotocol/client

            Type alias MessageHandlersWithChainContext

            MessageHandlersWithChainContext: {
                [context: string]: MessageHandlerWithChainContext<never>;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +MessageHandlersWithChainContext | @oasisprotocol/client

            Type alias MessageHandlersWithChainContext

            MessageHandlersWithChainContext: {
                [context: string]: MessageHandlerWithChainContext<never>;
            }

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/staking.ConsensusTransactionHandlers.html b/js/client/types/staking.ConsensusTransactionHandlers.html index 8e066e223a..43cce4024c 100644 --- a/js/client/types/staking.ConsensusTransactionHandlers.html +++ b/js/client/types/staking.ConsensusTransactionHandlers.html @@ -1,2 +1,2 @@ ConsensusTransactionHandlers | @oasisprotocol/client

            Type alias ConsensusTransactionHandlers

            ConsensusTransactionHandlers: {
                staking.AddEscrow?: TransactionHandler<StakingEscrow>;
                staking.Allow?: TransactionHandler<StakingAllow>;
                staking.AmendCommissionSchedule?: TransactionHandler<StakingAmendCommissionSchedule>;
                staking.Burn?: TransactionHandler<StakingBurn>;
                staking.ReclaimEscrow?: TransactionHandler<StakingReclaimEscrow>;
                staking.Transfer?: TransactionHandler<StakingTransfer>;
                staking.Withdraw?: TransactionHandler<StakingWithdraw>;
            }

            Use this as a part of a consensus.TransactionHandlers.

            -

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/types.NotModeled.html b/js/client/types/types.NotModeled.html index 4dc8fd6c83..a118825eb4 100644 --- a/js/client/types/types.NotModeled.html +++ b/js/client/types/types.NotModeled.html @@ -1 +1 @@ -NotModeled | @oasisprotocol/client
            NotModeled: {
                [key: string]: unknown;
            }

            Type declaration

            • [key: string]: unknown

            Generated using TypeDoc

            \ No newline at end of file +NotModeled | @oasisprotocol/client
            NotModeled: {
                [key: string]: unknown;
            }

            Type declaration

            • [key: string]: unknown

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/types.RegistryAnyNodeRuntimeAdmissionPolicy.html b/js/client/types/types.RegistryAnyNodeRuntimeAdmissionPolicy.html index ddc1e551d1..326cf90b22 100644 --- a/js/client/types/types.RegistryAnyNodeRuntimeAdmissionPolicy.html +++ b/js/client/types/types.RegistryAnyNodeRuntimeAdmissionPolicy.html @@ -1,2 +1,2 @@ RegistryAnyNodeRuntimeAdmissionPolicy | @oasisprotocol/client

            Type alias RegistryAnyNodeRuntimeAdmissionPolicy

            RegistryAnyNodeRuntimeAdmissionPolicy: Map<never, never>

            AnyNodeRuntimeAdmissionPolicy allows any node to register.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/types.RegistryDeregisterEntity.html b/js/client/types/types.RegistryDeregisterEntity.html index 7d19a9fbe2..7922513a91 100644 --- a/js/client/types/types.RegistryDeregisterEntity.html +++ b/js/client/types/types.RegistryDeregisterEntity.html @@ -1,2 +1,2 @@ RegistryDeregisterEntity | @oasisprotocol/client

            Type alias RegistryDeregisterEntity

            RegistryDeregisterEntity: Map<never, never>

            DeregisterEntity is a request to deregister an entity.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/types.RegistryValidatorSetConstraint.html b/js/client/types/types.RegistryValidatorSetConstraint.html index 256e1966c9..370a9b01ce 100644 --- a/js/client/types/types.RegistryValidatorSetConstraint.html +++ b/js/client/types/types.RegistryValidatorSetConstraint.html @@ -1,3 +1,3 @@ RegistryValidatorSetConstraint | @oasisprotocol/client

            Type alias RegistryValidatorSetConstraint

            RegistryValidatorSetConstraint: Map<never, never>

            ValidatorSetConstraint specifies that the entity must have a node that is part of the validator set. No other options can currently be specified.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/types.StorageLogEntry.html b/js/client/types/types.StorageLogEntry.html index 4ff8c94c70..44b5dbaaaa 100644 --- a/js/client/types/types.StorageLogEntry.html +++ b/js/client/types/types.StorageLogEntry.html @@ -1,2 +1,2 @@ StorageLogEntry | @oasisprotocol/client
            StorageLogEntry: [Key: Uint8Array, Value: Uint8Array]

            LogEntry is a write log entry.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/types/types.longnum.html b/js/client/types/types.longnum.html index a12751bb80..e3f368c46f 100644 --- a/js/client/types/types.longnum.html +++ b/js/client/types/types.longnum.html @@ -1,4 +1,4 @@ longnum | @oasisprotocol/client
            longnum: number | bigint

            These represent int64 and uint64. We accept both number (for small integer values) and bignum (up to min/max value). We output inconsistently (number if it fits in number; integer size is lost in serialization; apologies), so you should perhaps cast to bigint for consistency.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/beacon.BACKEND_INSECURE.html b/js/client/variables/beacon.BACKEND_INSECURE.html index 85ca3c0932..6c32451d60 100644 --- a/js/client/variables/beacon.BACKEND_INSECURE.html +++ b/js/client/variables/beacon.BACKEND_INSECURE.html @@ -1,2 +1,2 @@ BACKEND_INSECURE | @oasisprotocol/client

            Variable BACKEND_INSECUREConst

            BACKEND_INSECURE: "insecure" = 'insecure'

            BackendInsecure is the name of the insecure backend.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/beacon.BACKEND_VRF.html b/js/client/variables/beacon.BACKEND_VRF.html index 83754d7ca8..4babe7f18b 100644 --- a/js/client/variables/beacon.BACKEND_VRF.html +++ b/js/client/variables/beacon.BACKEND_VRF.html @@ -1,2 +1,2 @@ BACKEND_VRF | @oasisprotocol/client

            Variable BACKEND_VRFConst

            BACKEND_VRF: "vrf" = 'vrf'

            BackendVRF is the name of the VRF backend.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/beacon.ERR_BEACON_NOT_AVAILABLE_CODE.html b/js/client/variables/beacon.ERR_BEACON_NOT_AVAILABLE_CODE.html index e6b09a18dc..506da90526 100644 --- a/js/client/variables/beacon.ERR_BEACON_NOT_AVAILABLE_CODE.html +++ b/js/client/variables/beacon.ERR_BEACON_NOT_AVAILABLE_CODE.html @@ -1,3 +1,3 @@ ERR_BEACON_NOT_AVAILABLE_CODE | @oasisprotocol/client

            Variable ERR_BEACON_NOT_AVAILABLE_CODEConst

            ERR_BEACON_NOT_AVAILABLE_CODE: 1 = 1

            ErrBeaconNotAvailable is the error returned when a beacon is not available for the requested height for any reason.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/beacon.METHOD_SET_EPOCH.html b/js/client/variables/beacon.METHOD_SET_EPOCH.html index 44a10c3861..d45d36ad8e 100644 --- a/js/client/variables/beacon.METHOD_SET_EPOCH.html +++ b/js/client/variables/beacon.METHOD_SET_EPOCH.html @@ -1,2 +1,2 @@ METHOD_SET_EPOCH | @oasisprotocol/client

            Variable METHOD_SET_EPOCHConst

            METHOD_SET_EPOCH: "000_beacon.SetEpoch" = '000_beacon.SetEpoch'

            MethodSetEpoch is the method name for setting epochs.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/beacon.METHOD_VRF_PROVE.html b/js/client/variables/beacon.METHOD_VRF_PROVE.html index c4c9acc7ae..6fd6a5869a 100644 --- a/js/client/variables/beacon.METHOD_VRF_PROVE.html +++ b/js/client/variables/beacon.METHOD_VRF_PROVE.html @@ -1,2 +1,2 @@ METHOD_VRF_PROVE | @oasisprotocol/client

            Variable METHOD_VRF_PROVEConst

            METHOD_VRF_PROVE: "beacon.VRFProve" = 'beacon.VRFProve'

            MethodVRFProve is the method name for a VRF proof.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/beacon.MODULE_NAME.html b/js/client/variables/beacon.MODULE_NAME.html index ab27c4375d..80a2b19415 100644 --- a/js/client/variables/beacon.MODULE_NAME.html +++ b/js/client/variables/beacon.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client

            Variable MODULE_NAMEConst

            MODULE_NAME: "beacon" = 'beacon'

            ModuleName is a unique module name for the beacon module.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.CODE_NO_ERROR.html b/js/client/variables/common.CODE_NO_ERROR.html index c86804f385..646cb110c8 100644 --- a/js/client/variables/common.CODE_NO_ERROR.html +++ b/js/client/variables/common.CODE_NO_ERROR.html @@ -1,2 +1,2 @@ CODE_NO_ERROR | @oasisprotocol/client

            Variable CODE_NO_ERRORConst

            CODE_NO_ERROR: 0 = 0

            CodeNoError is the reserved "no error" code.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.ENTITY_LATEST_DESCRIPTOR_VERSION.html b/js/client/variables/common.ENTITY_LATEST_DESCRIPTOR_VERSION.html index db5754c4e6..ff34715729 100644 --- a/js/client/variables/common.ENTITY_LATEST_DESCRIPTOR_VERSION.html +++ b/js/client/variables/common.ENTITY_LATEST_DESCRIPTOR_VERSION.html @@ -1,3 +1,3 @@ ENTITY_LATEST_DESCRIPTOR_VERSION | @oasisprotocol/client

            Variable ENTITY_LATEST_DESCRIPTOR_VERSIONConst

            ENTITY_LATEST_DESCRIPTOR_VERSION: 2 = 2

            LatestDescriptorVersion is the latest descriptor version that should be used for all new descriptors. Using earlier versions may be rejected.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.ERR_UNKNOWN_ERROR_CODE.html b/js/client/variables/common.ERR_UNKNOWN_ERROR_CODE.html index 2528d879ab..4ef2418503 100644 --- a/js/client/variables/common.ERR_UNKNOWN_ERROR_CODE.html +++ b/js/client/variables/common.ERR_UNKNOWN_ERROR_CODE.html @@ -1 +1 @@ -ERR_UNKNOWN_ERROR_CODE | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +ERR_UNKNOWN_ERROR_CODE | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.IDENTITY_ERR_CERTIFICATE_ROTATION_FORBIDDEN_CODE.html b/js/client/variables/common.IDENTITY_ERR_CERTIFICATE_ROTATION_FORBIDDEN_CODE.html index 69a5aaafce..672c09c2ef 100644 --- a/js/client/variables/common.IDENTITY_ERR_CERTIFICATE_ROTATION_FORBIDDEN_CODE.html +++ b/js/client/variables/common.IDENTITY_ERR_CERTIFICATE_ROTATION_FORBIDDEN_CODE.html @@ -2,4 +2,4 @@ TLS certificate rotation is forbidden. This happens when rotation is enabled and an existing TLS certificate was successfully loaded (or a new one was generated and persisted to disk).

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.IDENTITY_MODULE_NAME.html b/js/client/variables/common.IDENTITY_MODULE_NAME.html index 896294589a..18adef1313 100644 --- a/js/client/variables/common.IDENTITY_MODULE_NAME.html +++ b/js/client/variables/common.IDENTITY_MODULE_NAME.html @@ -1 +1 @@ -IDENTITY_MODULE_NAME | @oasisprotocol/client

            Variable IDENTITY_MODULE_NAMEConst

            IDENTITY_MODULE_NAME: "identity" = 'identity'

            Generated using TypeDoc

            \ No newline at end of file +IDENTITY_MODULE_NAME | @oasisprotocol/client

            Variable IDENTITY_MODULE_NAMEConst

            IDENTITY_MODULE_NAME: "identity" = 'identity'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.INVALID_VERSION.html b/js/client/variables/common.INVALID_VERSION.html index 86c6ee9213..7220a38eb8 100644 --- a/js/client/variables/common.INVALID_VERSION.html +++ b/js/client/variables/common.INVALID_VERSION.html @@ -1 +1 @@ -INVALID_VERSION | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file +INVALID_VERSION | @oasisprotocol/client

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.LATEST_NODE_DESCRIPTOR_VERSION.html b/js/client/variables/common.LATEST_NODE_DESCRIPTOR_VERSION.html index 67354a769d..f6b9203d29 100644 --- a/js/client/variables/common.LATEST_NODE_DESCRIPTOR_VERSION.html +++ b/js/client/variables/common.LATEST_NODE_DESCRIPTOR_VERSION.html @@ -1,3 +1,3 @@ LATEST_NODE_DESCRIPTOR_VERSION | @oasisprotocol/client

            Variable LATEST_NODE_DESCRIPTOR_VERSIONConst

            LATEST_NODE_DESCRIPTOR_VERSION: 1 = 1

            LatestNodeDescriptorVersion is the latest node descriptor version that should be used for all new descriptors. Using earlier versions may be rejected.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.ROLE_COMPUTE_WORKER.html b/js/client/variables/common.ROLE_COMPUTE_WORKER.html index 60ff3db90a..2803e909c0 100644 --- a/js/client/variables/common.ROLE_COMPUTE_WORKER.html +++ b/js/client/variables/common.ROLE_COMPUTE_WORKER.html @@ -1,2 +1,2 @@ ROLE_COMPUTE_WORKER | @oasisprotocol/client

            Variable ROLE_COMPUTE_WORKERConst

            ROLE_COMPUTE_WORKER: number = ...

            RoleComputeWorker is the compute worker role.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.ROLE_CONSENSUS_RPC.html b/js/client/variables/common.ROLE_CONSENSUS_RPC.html index 57d7b5f07e..caf532a57c 100644 --- a/js/client/variables/common.ROLE_CONSENSUS_RPC.html +++ b/js/client/variables/common.ROLE_CONSENSUS_RPC.html @@ -1,2 +1,2 @@ ROLE_CONSENSUS_RPC | @oasisprotocol/client

            Variable ROLE_CONSENSUS_RPCConst

            ROLE_CONSENSUS_RPC: number = ...

            RoleConsensusRPC is the public consensus RPC services worker role.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.ROLE_KEY_MANAGER.html b/js/client/variables/common.ROLE_KEY_MANAGER.html index 5682a46e3e..3f0bcdf9ad 100644 --- a/js/client/variables/common.ROLE_KEY_MANAGER.html +++ b/js/client/variables/common.ROLE_KEY_MANAGER.html @@ -1,2 +1,2 @@ ROLE_KEY_MANAGER | @oasisprotocol/client

            Variable ROLE_KEY_MANAGERConst

            ROLE_KEY_MANAGER: number = ...

            RoleKeyManager is the the key manager role.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.ROLE_STORAGE_RPC.html b/js/client/variables/common.ROLE_STORAGE_RPC.html index 96bda231cd..cc20defd02 100644 --- a/js/client/variables/common.ROLE_STORAGE_RPC.html +++ b/js/client/variables/common.ROLE_STORAGE_RPC.html @@ -1,2 +1,2 @@ ROLE_STORAGE_RPC | @oasisprotocol/client

            Variable ROLE_STORAGE_RPCConst

            ROLE_STORAGE_RPC: number = ...

            RoleStorageRPC is the public storage RPC services worker role.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.ROLE_VALIDATOR.html b/js/client/variables/common.ROLE_VALIDATOR.html index 5a64e6195a..195f85a81b 100644 --- a/js/client/variables/common.ROLE_VALIDATOR.html +++ b/js/client/variables/common.ROLE_VALIDATOR.html @@ -1,2 +1,2 @@ ROLE_VALIDATOR | @oasisprotocol/client

            Variable ROLE_VALIDATORConst

            ROLE_VALIDATOR: number = ...

            RoleValidator is the validator role.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.TEE_HARDWARE_INTEL_SGX.html b/js/client/variables/common.TEE_HARDWARE_INTEL_SGX.html index 0ef272eca8..ae4a641f9f 100644 --- a/js/client/variables/common.TEE_HARDWARE_INTEL_SGX.html +++ b/js/client/variables/common.TEE_HARDWARE_INTEL_SGX.html @@ -1,2 +1,2 @@ TEE_HARDWARE_INTEL_SGX | @oasisprotocol/client

            Variable TEE_HARDWARE_INTEL_SGXConst

            TEE_HARDWARE_INTEL_SGX: 1 = 1

            TEEHardwareIntelSGX is an Intel SGX TEE implementation.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.TEE_HARDWARE_INVALID.html b/js/client/variables/common.TEE_HARDWARE_INVALID.html index f5cbd9508e..962cb5cfad 100644 --- a/js/client/variables/common.TEE_HARDWARE_INVALID.html +++ b/js/client/variables/common.TEE_HARDWARE_INVALID.html @@ -1,2 +1,2 @@ TEE_HARDWARE_INVALID | @oasisprotocol/client

            Variable TEE_HARDWARE_INVALIDConst

            TEE_HARDWARE_INVALID: 0 = 0

            TEEHardwareInvalid is a non-TEE implementation.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.TEE_HARDWARE_RESERVED.html b/js/client/variables/common.TEE_HARDWARE_RESERVED.html index f635657500..66c3f19f3c 100644 --- a/js/client/variables/common.TEE_HARDWARE_RESERVED.html +++ b/js/client/variables/common.TEE_HARDWARE_RESERVED.html @@ -1,3 +1,3 @@ TEE_HARDWARE_RESERVED | @oasisprotocol/client

            Variable TEE_HARDWARE_RESERVEDConst

            TEE_HARDWARE_RESERVED: number = ...

            TEEHardwareReserved is the first reserved hardware implementation identifier. All equal or greater identifiers are reserved.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/common.UNKNOWN_MODULE.html b/js/client/variables/common.UNKNOWN_MODULE.html index a146bab663..9b2b3d4009 100644 --- a/js/client/variables/common.UNKNOWN_MODULE.html +++ b/js/client/variables/common.UNKNOWN_MODULE.html @@ -1,2 +1,2 @@ UNKNOWN_MODULE | @oasisprotocol/client

            Variable UNKNOWN_MODULEConst

            UNKNOWN_MODULE: "unknown" = 'unknown'

            UnknownModule is the module name used when the module is unknown.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.ERR_DUPLICATE_TX_CODE.html b/js/client/variables/consensus.ERR_DUPLICATE_TX_CODE.html index cb2f0fcc3f..4cdd1f3ae3 100644 --- a/js/client/variables/consensus.ERR_DUPLICATE_TX_CODE.html +++ b/js/client/variables/consensus.ERR_DUPLICATE_TX_CODE.html @@ -1,2 +1,2 @@ ERR_DUPLICATE_TX_CODE | @oasisprotocol/client

            Variable ERR_DUPLICATE_TX_CODEConst

            ERR_DUPLICATE_TX_CODE: 5 = 5

            ErrDuplicateTx is the error returned when the transaction already exists in the mempool.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.ERR_INVALID_ARGUMENT_CODE.html b/js/client/variables/consensus.ERR_INVALID_ARGUMENT_CODE.html index 6f8294acba..2f95ad0571 100644 --- a/js/client/variables/consensus.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client/variables/consensus.ERR_INVALID_ARGUMENT_CODE.html @@ -1,2 +1,2 @@ ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client

            Variable ERR_INVALID_ARGUMENT_CODEConst

            ERR_INVALID_ARGUMENT_CODE: 6 = 6

            ErrInvalidArgument is the error returned when the request contains an invalid argument.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.ERR_NO_COMMITTED_BLOCKS_CODE.html b/js/client/variables/consensus.ERR_NO_COMMITTED_BLOCKS_CODE.html index 40dcbb95d5..8b67c9ebb4 100644 --- a/js/client/variables/consensus.ERR_NO_COMMITTED_BLOCKS_CODE.html +++ b/js/client/variables/consensus.ERR_NO_COMMITTED_BLOCKS_CODE.html @@ -1,3 +1,3 @@ ERR_NO_COMMITTED_BLOCKS_CODE | @oasisprotocol/client

            Variable ERR_NO_COMMITTED_BLOCKS_CODEConst

            ERR_NO_COMMITTED_BLOCKS_CODE: 1 = 1

            ErrNoCommittedBlocks is the error returned when there are no committed blocks and as such no state can be queried.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.ERR_OVERSIZED_TX_CODE.html b/js/client/variables/consensus.ERR_OVERSIZED_TX_CODE.html index 2373c61027..28512bfffd 100644 --- a/js/client/variables/consensus.ERR_OVERSIZED_TX_CODE.html +++ b/js/client/variables/consensus.ERR_OVERSIZED_TX_CODE.html @@ -1,2 +1,2 @@ ERR_OVERSIZED_TX_CODE | @oasisprotocol/client

            Variable ERR_OVERSIZED_TX_CODEConst

            ERR_OVERSIZED_TX_CODE: 2 = 2

            ErrOversizedTx is the error returned when the given transaction is too big to be processed.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.ERR_UNSUPPORTED_CODE.html b/js/client/variables/consensus.ERR_UNSUPPORTED_CODE.html index ce6f4f41cc..ce13fd6632 100644 --- a/js/client/variables/consensus.ERR_UNSUPPORTED_CODE.html +++ b/js/client/variables/consensus.ERR_UNSUPPORTED_CODE.html @@ -1,3 +1,3 @@ ERR_UNSUPPORTED_CODE | @oasisprotocol/client

            Variable ERR_UNSUPPORTED_CODEConst

            ERR_UNSUPPORTED_CODE: 4 = 4

            ErrUnsupported is the error returned when the given method is not supported by the consensus backend.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.ERR_VERSION_NOT_FOUND_CODE.html b/js/client/variables/consensus.ERR_VERSION_NOT_FOUND_CODE.html index 5d6330ad16..3e3e239e12 100644 --- a/js/client/variables/consensus.ERR_VERSION_NOT_FOUND_CODE.html +++ b/js/client/variables/consensus.ERR_VERSION_NOT_FOUND_CODE.html @@ -1,3 +1,3 @@ ERR_VERSION_NOT_FOUND_CODE | @oasisprotocol/client

            Variable ERR_VERSION_NOT_FOUND_CODEConst

            ERR_VERSION_NOT_FOUND_CODE: 3 = 3

            ErrVersionNotFound is the error returned when the given version (height) cannot be found, possibly because it was pruned.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.FEATURE_FULL_NODE.html b/js/client/variables/consensus.FEATURE_FULL_NODE.html index 3d8c2dbcd7..971d296681 100644 --- a/js/client/variables/consensus.FEATURE_FULL_NODE.html +++ b/js/client/variables/consensus.FEATURE_FULL_NODE.html @@ -1,3 +1,3 @@ FEATURE_FULL_NODE | @oasisprotocol/client

            Variable FEATURE_FULL_NODEConst

            FEATURE_FULL_NODE: number = ...

            FeatureFullNode indicates that the consensus backend is independently fully verifying all consensus-layer blocks.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.FEATURE_SERVICES.html b/js/client/variables/consensus.FEATURE_SERVICES.html index 1d73388f17..8352ca6b3b 100644 --- a/js/client/variables/consensus.FEATURE_SERVICES.html +++ b/js/client/variables/consensus.FEATURE_SERVICES.html @@ -1,2 +1,2 @@ FEATURE_SERVICES | @oasisprotocol/client

            Variable FEATURE_SERVICESConst

            FEATURE_SERVICES: number = ...

            FeatureServices indicates support for communicating with consensus services.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.GAS_OP_TX_BYTE.html b/js/client/variables/consensus.GAS_OP_TX_BYTE.html index 3ee0cfe19f..3a3bfef194 100644 --- a/js/client/variables/consensus.GAS_OP_TX_BYTE.html +++ b/js/client/variables/consensus.GAS_OP_TX_BYTE.html @@ -1,2 +1,2 @@ GAS_OP_TX_BYTE | @oasisprotocol/client
            GAS_OP_TX_BYTE: "tx_byte" = 'tx_byte'

            GasOpTxByte is the gas operation identifier for costing each transaction byte.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.HEIGHT_LATEST.html b/js/client/variables/consensus.HEIGHT_LATEST.html index 4e65be1b43..03fa75d497 100644 --- a/js/client/variables/consensus.HEIGHT_LATEST.html +++ b/js/client/variables/consensus.HEIGHT_LATEST.html @@ -1,2 +1,2 @@ HEIGHT_LATEST | @oasisprotocol/client
            HEIGHT_LATEST: 0n = ...

            HeightLatest is the height that represents the most recent block height.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.MODULE_NAME.html b/js/client/variables/consensus.MODULE_NAME.html index 40d7a23bdc..44c3f5b311 100644 --- a/js/client/variables/consensus.MODULE_NAME.html +++ b/js/client/variables/consensus.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client
            MODULE_NAME: "consensus" = 'consensus'

            moduleName is the module name used for error definitions.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.TENDERMINT_BACKEND_NAME.html b/js/client/variables/consensus.TENDERMINT_BACKEND_NAME.html index d8b0ef0855..b6f56aad12 100644 --- a/js/client/variables/consensus.TENDERMINT_BACKEND_NAME.html +++ b/js/client/variables/consensus.TENDERMINT_BACKEND_NAME.html @@ -1,2 +1,2 @@ TENDERMINT_BACKEND_NAME | @oasisprotocol/client

            Variable TENDERMINT_BACKEND_NAMEConst

            TENDERMINT_BACKEND_NAME: "tendermint" = 'tendermint'

            BackendName is the consensus backend name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.TRANSACTION_ERR_GAS_PRICE_TOO_LOW_CODE.html b/js/client/variables/consensus.TRANSACTION_ERR_GAS_PRICE_TOO_LOW_CODE.html index b36d15185c..a1259bb261 100644 --- a/js/client/variables/consensus.TRANSACTION_ERR_GAS_PRICE_TOO_LOW_CODE.html +++ b/js/client/variables/consensus.TRANSACTION_ERR_GAS_PRICE_TOO_LOW_CODE.html @@ -1,2 +1,2 @@ TRANSACTION_ERR_GAS_PRICE_TOO_LOW_CODE | @oasisprotocol/client

            Variable TRANSACTION_ERR_GAS_PRICE_TOO_LOW_CODEConst

            TRANSACTION_ERR_GAS_PRICE_TOO_LOW_CODE: 3 = 3

            ErrGasPriceTooLow is the error returned when the gas price is too low.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.TRANSACTION_ERR_INSUFFICIENT_FEE_BALANCE_CODE.html b/js/client/variables/consensus.TRANSACTION_ERR_INSUFFICIENT_FEE_BALANCE_CODE.html index 22bcff8cc9..6c73199e5b 100644 --- a/js/client/variables/consensus.TRANSACTION_ERR_INSUFFICIENT_FEE_BALANCE_CODE.html +++ b/js/client/variables/consensus.TRANSACTION_ERR_INSUFFICIENT_FEE_BALANCE_CODE.html @@ -1,3 +1,3 @@ TRANSACTION_ERR_INSUFFICIENT_FEE_BALANCE_CODE | @oasisprotocol/client

            Variable TRANSACTION_ERR_INSUFFICIENT_FEE_BALANCE_CODEConst

            TRANSACTION_ERR_INSUFFICIENT_FEE_BALANCE_CODE: 2 = 2

            ErrInsufficientFeeBalance is the error returned when there is insufficient balance to pay consensus fees.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.TRANSACTION_ERR_INVALID_NONCE_CODE.html b/js/client/variables/consensus.TRANSACTION_ERR_INVALID_NONCE_CODE.html index 32c8342390..96dc3afced 100644 --- a/js/client/variables/consensus.TRANSACTION_ERR_INVALID_NONCE_CODE.html +++ b/js/client/variables/consensus.TRANSACTION_ERR_INVALID_NONCE_CODE.html @@ -1,2 +1,2 @@ TRANSACTION_ERR_INVALID_NONCE_CODE | @oasisprotocol/client

            Variable TRANSACTION_ERR_INVALID_NONCE_CODEConst

            TRANSACTION_ERR_INVALID_NONCE_CODE: 1 = 1

            ErrInvalidNonce is the error returned when a nonce is invalid.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.TRANSACTION_ERR_UPGRADE_PENDING.html b/js/client/variables/consensus.TRANSACTION_ERR_UPGRADE_PENDING.html index c3341bcdb3..91b5e276b7 100644 --- a/js/client/variables/consensus.TRANSACTION_ERR_UPGRADE_PENDING.html +++ b/js/client/variables/consensus.TRANSACTION_ERR_UPGRADE_PENDING.html @@ -1,3 +1,3 @@ TRANSACTION_ERR_UPGRADE_PENDING | @oasisprotocol/client

            Variable TRANSACTION_ERR_UPGRADE_PENDINGConst

            TRANSACTION_ERR_UPGRADE_PENDING: 4 = 4

            ErrUpgradePending is the error returned when an upgrade is pending and the transaction thus cannot be processed right now. The submitter should retry the transaction in this case.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.TRANSACTION_MODULE_NAME.html b/js/client/variables/consensus.TRANSACTION_MODULE_NAME.html index a3f62b6558..2eba56ebe3 100644 --- a/js/client/variables/consensus.TRANSACTION_MODULE_NAME.html +++ b/js/client/variables/consensus.TRANSACTION_MODULE_NAME.html @@ -1,2 +1,2 @@ TRANSACTION_MODULE_NAME | @oasisprotocol/client

            Variable TRANSACTION_MODULE_NAMEConst

            TRANSACTION_MODULE_NAME: "consensus/transaction" = 'consensus/transaction'

            moduleName is the module name used for error definitions.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/consensus.TRANSACTION_SIGNATURE_CONTEXT.html b/js/client/variables/consensus.TRANSACTION_SIGNATURE_CONTEXT.html index eed3ff991b..a828e62a92 100644 --- a/js/client/variables/consensus.TRANSACTION_SIGNATURE_CONTEXT.html +++ b/js/client/variables/consensus.TRANSACTION_SIGNATURE_CONTEXT.html @@ -1,2 +1,2 @@ TRANSACTION_SIGNATURE_CONTEXT | @oasisprotocol/client

            Variable TRANSACTION_SIGNATURE_CONTEXTConst

            TRANSACTION_SIGNATURE_CONTEXT: "oasis-core/consensus: tx" = 'oasis-core/consensus: tx'

            SignatureContext is the context used for signing transactions.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/control.DEBUG_ERR_INCOMPATIBLE_BACKEND_CODE.html b/js/client/variables/control.DEBUG_ERR_INCOMPATIBLE_BACKEND_CODE.html index 69389d0a84..aa13676dac 100644 --- a/js/client/variables/control.DEBUG_ERR_INCOMPATIBLE_BACKEND_CODE.html +++ b/js/client/variables/control.DEBUG_ERR_INCOMPATIBLE_BACKEND_CODE.html @@ -1,3 +1,3 @@ DEBUG_ERR_INCOMPATIBLE_BACKEND_CODE | @oasisprotocol/client

            Variable DEBUG_ERR_INCOMPATIBLE_BACKEND_CODEConst

            DEBUG_ERR_INCOMPATIBLE_BACKEND_CODE: 1 = 1

            ErrIncompatibleBackend is the error raised when the current beacon backend does not support manually setting the current epoch.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/control.DEBUG_MODULE_NAME.html b/js/client/variables/control.DEBUG_MODULE_NAME.html index 96c3ab8145..d4d38ea8db 100644 --- a/js/client/variables/control.DEBUG_MODULE_NAME.html +++ b/js/client/variables/control.DEBUG_MODULE_NAME.html @@ -1,2 +1,2 @@ DEBUG_MODULE_NAME | @oasisprotocol/client

            Variable DEBUG_MODULE_NAMEConst

            DEBUG_MODULE_NAME: "control/debug" = 'control/debug'

            DebugModuleName is the module name for the debug controller service.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.ERR_INVALID_ARGUMENT_CODE.html b/js/client/variables/governance.ERR_INVALID_ARGUMENT_CODE.html index 670b6c8fab..c01cea581e 100644 --- a/js/client/variables/governance.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client/variables/governance.ERR_INVALID_ARGUMENT_CODE.html @@ -1,2 +1,2 @@ ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client

            Variable ERR_INVALID_ARGUMENT_CODEConst

            ERR_INVALID_ARGUMENT_CODE: 1 = 1

            ErrInvalidArgument is the error returned on malformed argument(s).

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.ERR_NOT_ELIGIBLE_CODE.html b/js/client/variables/governance.ERR_NOT_ELIGIBLE_CODE.html index 059e3b229d..e083e88370 100644 --- a/js/client/variables/governance.ERR_NOT_ELIGIBLE_CODE.html +++ b/js/client/variables/governance.ERR_NOT_ELIGIBLE_CODE.html @@ -1,2 +1,2 @@ ERR_NOT_ELIGIBLE_CODE | @oasisprotocol/client

            Variable ERR_NOT_ELIGIBLE_CODEConst

            ERR_NOT_ELIGIBLE_CODE: 6 = 6

            ErrNotEligible is the error returned when a vote caster is not eligible for a vote.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.ERR_NO_SUCH_PROPOSAL_CODE.html b/js/client/variables/governance.ERR_NO_SUCH_PROPOSAL_CODE.html index d11a5ffa2c..03d5ab53b4 100644 --- a/js/client/variables/governance.ERR_NO_SUCH_PROPOSAL_CODE.html +++ b/js/client/variables/governance.ERR_NO_SUCH_PROPOSAL_CODE.html @@ -1,2 +1,2 @@ ERR_NO_SUCH_PROPOSAL_CODE | @oasisprotocol/client

            Variable ERR_NO_SUCH_PROPOSAL_CODEConst

            ERR_NO_SUCH_PROPOSAL_CODE: 5 = 5

            ErrNoSuchProposal is the error retrued when a proposal does not exist.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.ERR_NO_SUCH_UPGRADE_CODE.html b/js/client/variables/governance.ERR_NO_SUCH_UPGRADE_CODE.html index 24bb5e16cf..69099d16a3 100644 --- a/js/client/variables/governance.ERR_NO_SUCH_UPGRADE_CODE.html +++ b/js/client/variables/governance.ERR_NO_SUCH_UPGRADE_CODE.html @@ -1,2 +1,2 @@ ERR_NO_SUCH_UPGRADE_CODE | @oasisprotocol/client

            Variable ERR_NO_SUCH_UPGRADE_CODEConst

            ERR_NO_SUCH_UPGRADE_CODE: 4 = 4

            ErrNoSuchUpgrade is the error returned when an upgrade does not exist.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.ERR_UPGRADE_ALREADY_PENDING_CODE.html b/js/client/variables/governance.ERR_UPGRADE_ALREADY_PENDING_CODE.html index cfd0a3a5f4..28631d576c 100644 --- a/js/client/variables/governance.ERR_UPGRADE_ALREADY_PENDING_CODE.html +++ b/js/client/variables/governance.ERR_UPGRADE_ALREADY_PENDING_CODE.html @@ -1,2 +1,2 @@ ERR_UPGRADE_ALREADY_PENDING_CODE | @oasisprotocol/client

            Variable ERR_UPGRADE_ALREADY_PENDING_CODEConst

            ERR_UPGRADE_ALREADY_PENDING_CODE: 3 = 3

            ErrUpgradeAlreadyPending is the error returned when an upgrade is already pending.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.ERR_UPGRADE_TOO_SOON_CODE.html b/js/client/variables/governance.ERR_UPGRADE_TOO_SOON_CODE.html index 5207c0c4c5..370f82a679 100644 --- a/js/client/variables/governance.ERR_UPGRADE_TOO_SOON_CODE.html +++ b/js/client/variables/governance.ERR_UPGRADE_TOO_SOON_CODE.html @@ -1,2 +1,2 @@ ERR_UPGRADE_TOO_SOON_CODE | @oasisprotocol/client

            Variable ERR_UPGRADE_TOO_SOON_CODEConst

            ERR_UPGRADE_TOO_SOON_CODE: 2 = 2

            ErrUpgradeTooSoon is the error returned when an upgrade is not enough in the future.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.ERR_VOTING_IS_CLOSED_CODE.html b/js/client/variables/governance.ERR_VOTING_IS_CLOSED_CODE.html index 4df9c8d0c3..0ef8b1fe99 100644 --- a/js/client/variables/governance.ERR_VOTING_IS_CLOSED_CODE.html +++ b/js/client/variables/governance.ERR_VOTING_IS_CLOSED_CODE.html @@ -1,2 +1,2 @@ ERR_VOTING_IS_CLOSED_CODE | @oasisprotocol/client

            Variable ERR_VOTING_IS_CLOSED_CODEConst

            ERR_VOTING_IS_CLOSED_CODE: 7 = 7

            ErrVotingIsClosed is the error returned when a vote is cast for a non-active proposal.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.METHOD_CAST_VOTE.html b/js/client/variables/governance.METHOD_CAST_VOTE.html index 34c85dc745..8e45a01536 100644 --- a/js/client/variables/governance.METHOD_CAST_VOTE.html +++ b/js/client/variables/governance.METHOD_CAST_VOTE.html @@ -1,2 +1,2 @@ METHOD_CAST_VOTE | @oasisprotocol/client
            METHOD_CAST_VOTE: "governance.CastVote" = 'governance.CastVote'

            MethodCastVote casts a vote for a consensus layer governance proposal.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.METHOD_SUBMIT_PROPOSAL.html b/js/client/variables/governance.METHOD_SUBMIT_PROPOSAL.html index b8a30b00e2..17ca206e0c 100644 --- a/js/client/variables/governance.METHOD_SUBMIT_PROPOSAL.html +++ b/js/client/variables/governance.METHOD_SUBMIT_PROPOSAL.html @@ -1,2 +1,2 @@ METHOD_SUBMIT_PROPOSAL | @oasisprotocol/client

            Variable METHOD_SUBMIT_PROPOSALConst

            METHOD_SUBMIT_PROPOSAL: "governance.SubmitProposal" = 'governance.SubmitProposal'

            MethodSubmitProposal submits a new consensus layer governance proposal.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.MODULE_NAME.html b/js/client/variables/governance.MODULE_NAME.html index a826db6415..741aae8910 100644 --- a/js/client/variables/governance.MODULE_NAME.html +++ b/js/client/variables/governance.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client
            MODULE_NAME: "governance" = 'governance'

            ModuleName is a unique module name for the governance backend.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.PROPOSAL_CONTENT_INVALID_TEXT.html b/js/client/variables/governance.PROPOSAL_CONTENT_INVALID_TEXT.html index 0ef7b55f42..0dfee27e30 100644 --- a/js/client/variables/governance.PROPOSAL_CONTENT_INVALID_TEXT.html +++ b/js/client/variables/governance.PROPOSAL_CONTENT_INVALID_TEXT.html @@ -1,3 +1,3 @@ PROPOSAL_CONTENT_INVALID_TEXT | @oasisprotocol/client

            Variable PROPOSAL_CONTENT_INVALID_TEXTConst

            PROPOSAL_CONTENT_INVALID_TEXT: "(invalid)" = '(invalid)'

            ProposalContentInvalidText is the textual representation of an invalid ProposalContent.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.STATE_ACTIVE.html b/js/client/variables/governance.STATE_ACTIVE.html index 26da6b2235..620c900de7 100644 --- a/js/client/variables/governance.STATE_ACTIVE.html +++ b/js/client/variables/governance.STATE_ACTIVE.html @@ -1 +1 @@ -STATE_ACTIVE | @oasisprotocol/client
            STATE_ACTIVE: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file +STATE_ACTIVE | @oasisprotocol/client
            STATE_ACTIVE: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.STATE_FAILED.html b/js/client/variables/governance.STATE_FAILED.html index de9a9aac12..550923addb 100644 --- a/js/client/variables/governance.STATE_FAILED.html +++ b/js/client/variables/governance.STATE_FAILED.html @@ -1 +1 @@ -STATE_FAILED | @oasisprotocol/client
            STATE_FAILED: 4 = 4

            Generated using TypeDoc

            \ No newline at end of file +STATE_FAILED | @oasisprotocol/client
            STATE_FAILED: 4 = 4

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.STATE_PASSED.html b/js/client/variables/governance.STATE_PASSED.html index 9600fbb008..6514e31ac7 100644 --- a/js/client/variables/governance.STATE_PASSED.html +++ b/js/client/variables/governance.STATE_PASSED.html @@ -1 +1 @@ -STATE_PASSED | @oasisprotocol/client
            STATE_PASSED: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file +STATE_PASSED | @oasisprotocol/client
            STATE_PASSED: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.STATE_REJECTED.html b/js/client/variables/governance.STATE_REJECTED.html index c0fa135145..431d91a97b 100644 --- a/js/client/variables/governance.STATE_REJECTED.html +++ b/js/client/variables/governance.STATE_REJECTED.html @@ -1 +1 @@ -STATE_REJECTED | @oasisprotocol/client
            STATE_REJECTED: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file +STATE_REJECTED | @oasisprotocol/client
            STATE_REJECTED: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.VOTE_ABSTAIN.html b/js/client/variables/governance.VOTE_ABSTAIN.html index 32d067de95..fcb0714aec 100644 --- a/js/client/variables/governance.VOTE_ABSTAIN.html +++ b/js/client/variables/governance.VOTE_ABSTAIN.html @@ -1 +1 @@ -VOTE_ABSTAIN | @oasisprotocol/client
            VOTE_ABSTAIN: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file +VOTE_ABSTAIN | @oasisprotocol/client
            VOTE_ABSTAIN: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.VOTE_NO.html b/js/client/variables/governance.VOTE_NO.html index b1d1adfe16..270d992a4d 100644 --- a/js/client/variables/governance.VOTE_NO.html +++ b/js/client/variables/governance.VOTE_NO.html @@ -1 +1 @@ -VOTE_NO | @oasisprotocol/client
            VOTE_NO: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file +VOTE_NO | @oasisprotocol/client
            VOTE_NO: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/governance.VOTE_YES.html b/js/client/variables/governance.VOTE_YES.html index 9377693ad5..039dedace2 100644 --- a/js/client/variables/governance.VOTE_YES.html +++ b/js/client/variables/governance.VOTE_YES.html @@ -1 +1 @@ -VOTE_YES | @oasisprotocol/client
            VOTE_YES: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file +VOTE_YES | @oasisprotocol/client
            VOTE_YES: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/keymanager.ERR_NO_SUCH_STATUS_CODE.html b/js/client/variables/keymanager.ERR_NO_SUCH_STATUS_CODE.html index 5faa915679..3fa36f96f3 100644 --- a/js/client/variables/keymanager.ERR_NO_SUCH_STATUS_CODE.html +++ b/js/client/variables/keymanager.ERR_NO_SUCH_STATUS_CODE.html @@ -1,3 +1,3 @@ ERR_NO_SUCH_STATUS_CODE | @oasisprotocol/client

            Variable ERR_NO_SUCH_STATUS_CODEConst

            ERR_NO_SUCH_STATUS_CODE: 1 = 1

            ErrNoSuchStatus is the error returned when a key manager status does not exist.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/keymanager.METHOD_UPDATE_POLICY.html b/js/client/variables/keymanager.METHOD_UPDATE_POLICY.html index b33b388e3b..90d6d75026 100644 --- a/js/client/variables/keymanager.METHOD_UPDATE_POLICY.html +++ b/js/client/variables/keymanager.METHOD_UPDATE_POLICY.html @@ -1,2 +1,2 @@ METHOD_UPDATE_POLICY | @oasisprotocol/client

            Variable METHOD_UPDATE_POLICYConst

            METHOD_UPDATE_POLICY: "keymanager.UpdatePolicy" = 'keymanager.UpdatePolicy'

            MethodUpdatePolicy is the method name for policy updates.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/keymanager.MODULE_NAME.html b/js/client/variables/keymanager.MODULE_NAME.html index e7f818a4a8..ee176a8e97 100644 --- a/js/client/variables/keymanager.MODULE_NAME.html +++ b/js/client/variables/keymanager.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client
            MODULE_NAME: "keymanager" = 'keymanager'

            ModuleName is a unique module name for the keymanager module.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_BAD_CAPABILITIES_TEE_HARDWARE_CODE.html b/js/client/variables/registry.ERR_BAD_CAPABILITIES_TEE_HARDWARE_CODE.html index 4c577813b2..0bed26f081 100644 --- a/js/client/variables/registry.ERR_BAD_CAPABILITIES_TEE_HARDWARE_CODE.html +++ b/js/client/variables/registry.ERR_BAD_CAPABILITIES_TEE_HARDWARE_CODE.html @@ -1,3 +1,3 @@ ERR_BAD_CAPABILITIES_TEE_HARDWARE_CODE | @oasisprotocol/client

            Variable ERR_BAD_CAPABILITIES_TEE_HARDWARE_CODEConst

            ERR_BAD_CAPABILITIES_TEE_HARDWARE_CODE: 7 = 7

            ErrBadCapabilitiesTEEHardware is the error returned when a node tries to register a runtime with bad Capabilities.TEE.Hardware.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_BAD_ENCLAVE_IDENTITY_CODE.html b/js/client/variables/registry.ERR_BAD_ENCLAVE_IDENTITY_CODE.html index b0a156cd64..e55ad8f9ea 100644 --- a/js/client/variables/registry.ERR_BAD_ENCLAVE_IDENTITY_CODE.html +++ b/js/client/variables/registry.ERR_BAD_ENCLAVE_IDENTITY_CODE.html @@ -1,3 +1,3 @@ ERR_BAD_ENCLAVE_IDENTITY_CODE | @oasisprotocol/client

            Variable ERR_BAD_ENCLAVE_IDENTITY_CODEConst

            ERR_BAD_ENCLAVE_IDENTITY_CODE: 6 = 6

            ErrBadEnclaveIdentity is the error returned when a node tries to register runtimes with wrong Enclave IDs.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_BAD_ENTITY_FOR_NODE_CODE.html b/js/client/variables/registry.ERR_BAD_ENTITY_FOR_NODE_CODE.html index 7be55f17f4..e6a9f9198b 100644 --- a/js/client/variables/registry.ERR_BAD_ENTITY_FOR_NODE_CODE.html +++ b/js/client/variables/registry.ERR_BAD_ENTITY_FOR_NODE_CODE.html @@ -1,3 +1,3 @@ ERR_BAD_ENTITY_FOR_NODE_CODE | @oasisprotocol/client

            Variable ERR_BAD_ENTITY_FOR_NODE_CODEConst

            ERR_BAD_ENTITY_FOR_NODE_CODE: 3 = 3

            ErrBadEntityForNode is the error returned when a node registration with an unknown entity is attempted.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_BAD_ENTITY_FOR_RUNTIME_CODE.html b/js/client/variables/registry.ERR_BAD_ENTITY_FOR_RUNTIME_CODE.html index 660b51420e..2ebe5c10d0 100644 --- a/js/client/variables/registry.ERR_BAD_ENTITY_FOR_RUNTIME_CODE.html +++ b/js/client/variables/registry.ERR_BAD_ENTITY_FOR_RUNTIME_CODE.html @@ -1,3 +1,3 @@ ERR_BAD_ENTITY_FOR_RUNTIME_CODE | @oasisprotocol/client

            Variable ERR_BAD_ENTITY_FOR_RUNTIME_CODEConst

            ERR_BAD_ENTITY_FOR_RUNTIME_CODE: 4 = 4

            ErrBadEntityForRuntime is the error returned when a runtime attempts to register with an unknown entity.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_ENTITY_HAS_NODES_CODE.html b/js/client/variables/registry.ERR_ENTITY_HAS_NODES_CODE.html index f720f003f1..efca55f357 100644 --- a/js/client/variables/registry.ERR_ENTITY_HAS_NODES_CODE.html +++ b/js/client/variables/registry.ERR_ENTITY_HAS_NODES_CODE.html @@ -1,3 +1,3 @@ ERR_ENTITY_HAS_NODES_CODE | @oasisprotocol/client

            Variable ERR_ENTITY_HAS_NODES_CODEConst

            ERR_ENTITY_HAS_NODES_CODE: 15 = 15

            ErrEntityHasNodes is the error returned when an entity cannot be deregistered as it still has nodes.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_ENTITY_HAS_RUNTIMES_CODE.html b/js/client/variables/registry.ERR_ENTITY_HAS_RUNTIMES_CODE.html index 451ec07970..cfd97ba54d 100644 --- a/js/client/variables/registry.ERR_ENTITY_HAS_RUNTIMES_CODE.html +++ b/js/client/variables/registry.ERR_ENTITY_HAS_RUNTIMES_CODE.html @@ -1,3 +1,3 @@ ERR_ENTITY_HAS_RUNTIMES_CODE | @oasisprotocol/client

            Variable ERR_ENTITY_HAS_RUNTIMES_CODEConst

            ERR_ENTITY_HAS_RUNTIMES_CODE: 19 = 19

            ErrEntityHasRuntimes is the error returned when an entity cannot be deregistered as it still has runtimes.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_FORBIDDEN_CODE.html b/js/client/variables/registry.ERR_FORBIDDEN_CODE.html index 3e75f7dc13..a39d10305e 100644 --- a/js/client/variables/registry.ERR_FORBIDDEN_CODE.html +++ b/js/client/variables/registry.ERR_FORBIDDEN_CODE.html @@ -1,3 +1,3 @@ ERR_FORBIDDEN_CODE | @oasisprotocol/client

            Variable ERR_FORBIDDEN_CODEConst

            ERR_FORBIDDEN_CODE: 16 = 16

            ErrForbidden is the error returned when an operation is forbidden by policy.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_INCORRECT_TX_SIGNER_CODE.html b/js/client/variables/registry.ERR_INCORRECT_TX_SIGNER_CODE.html index 81127b8b26..fa1ea1c87f 100644 --- a/js/client/variables/registry.ERR_INCORRECT_TX_SIGNER_CODE.html +++ b/js/client/variables/registry.ERR_INCORRECT_TX_SIGNER_CODE.html @@ -1,3 +1,3 @@ ERR_INCORRECT_TX_SIGNER_CODE | @oasisprotocol/client

            Variable ERR_INCORRECT_TX_SIGNER_CODEConst

            ERR_INCORRECT_TX_SIGNER_CODE: 12 = 12

            ErrIncorrectTxSigner is the error returned when the signer of the transaction is not the correct one.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_INVALID_ARGUMENT_CODE.html b/js/client/variables/registry.ERR_INVALID_ARGUMENT_CODE.html index b56a56135e..823b0dc50c 100644 --- a/js/client/variables/registry.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client/variables/registry.ERR_INVALID_ARGUMENT_CODE.html @@ -1,2 +1,2 @@ ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client

            Variable ERR_INVALID_ARGUMENT_CODEConst

            ERR_INVALID_ARGUMENT_CODE: 1 = 1

            ErrInvalidArgument is the error returned on malformed argument(s).

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_INVALID_SIGNATURE_CODE.html b/js/client/variables/registry.ERR_INVALID_SIGNATURE_CODE.html index 22f17c86b3..47fdafdfa8 100644 --- a/js/client/variables/registry.ERR_INVALID_SIGNATURE_CODE.html +++ b/js/client/variables/registry.ERR_INVALID_SIGNATURE_CODE.html @@ -1,2 +1,2 @@ ERR_INVALID_SIGNATURE_CODE | @oasisprotocol/client

            Variable ERR_INVALID_SIGNATURE_CODEConst

            ERR_INVALID_SIGNATURE_CODE: 2 = 2

            ErrInvalidSignature is the error returned on an invalid signature.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_NODE_CANNOT_BE_UNFROZEN_CODE.html b/js/client/variables/registry.ERR_NODE_CANNOT_BE_UNFROZEN_CODE.html index e8be93817f..14aca90081 100644 --- a/js/client/variables/registry.ERR_NODE_CANNOT_BE_UNFROZEN_CODE.html +++ b/js/client/variables/registry.ERR_NODE_CANNOT_BE_UNFROZEN_CODE.html @@ -1,3 +1,3 @@ ERR_NODE_CANNOT_BE_UNFROZEN_CODE | @oasisprotocol/client

            Variable ERR_NODE_CANNOT_BE_UNFROZEN_CODEConst

            ERR_NODE_CANNOT_BE_UNFROZEN_CODE: 14 = 14

            ErrNodeCannotBeUnfrozen is the error returned when a node cannot yet be unfrozen due to the freeze period not being over yet.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_NODE_EXPIRED_CODE.html b/js/client/variables/registry.ERR_NODE_EXPIRED_CODE.html index be202442dc..568c2eabe0 100644 --- a/js/client/variables/registry.ERR_NODE_EXPIRED_CODE.html +++ b/js/client/variables/registry.ERR_NODE_EXPIRED_CODE.html @@ -1,2 +1,2 @@ ERR_NODE_EXPIRED_CODE | @oasisprotocol/client

            Variable ERR_NODE_EXPIRED_CODEConst

            ERR_NODE_EXPIRED_CODE: 13 = 13

            ErrNodeExpired is the error returned when a node is expired.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_NODE_UPDATE_NOT_ALLOWED_CODE.html b/js/client/variables/registry.ERR_NODE_UPDATE_NOT_ALLOWED_CODE.html index 3827837b41..dabcb6dab3 100644 --- a/js/client/variables/registry.ERR_NODE_UPDATE_NOT_ALLOWED_CODE.html +++ b/js/client/variables/registry.ERR_NODE_UPDATE_NOT_ALLOWED_CODE.html @@ -1,3 +1,3 @@ ERR_NODE_UPDATE_NOT_ALLOWED_CODE | @oasisprotocol/client

            Variable ERR_NODE_UPDATE_NOT_ALLOWED_CODEConst

            ERR_NODE_UPDATE_NOT_ALLOWED_CODE: 17 = 17

            ErrNodeUpdateNotAllowed is the error returned when trying to update an existing node with disallowed changes.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_NO_ENCLAVE_FOR_RUNTIME_CODE.html b/js/client/variables/registry.ERR_NO_ENCLAVE_FOR_RUNTIME_CODE.html index 9d9c07d981..039b39fec2 100644 --- a/js/client/variables/registry.ERR_NO_ENCLAVE_FOR_RUNTIME_CODE.html +++ b/js/client/variables/registry.ERR_NO_ENCLAVE_FOR_RUNTIME_CODE.html @@ -1,3 +1,3 @@ ERR_NO_ENCLAVE_FOR_RUNTIME_CODE | @oasisprotocol/client

            Variable ERR_NO_ENCLAVE_FOR_RUNTIME_CODEConst

            ERR_NO_ENCLAVE_FOR_RUNTIME_CODE: 5 = 5

            ErrNoEnclaveForRuntime is the error returned when a TEE runtime registers with no enclave IDs.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_NO_SUCH_ENTITY_CODE.html b/js/client/variables/registry.ERR_NO_SUCH_ENTITY_CODE.html index 74e4b80936..d4776c9db8 100644 --- a/js/client/variables/registry.ERR_NO_SUCH_ENTITY_CODE.html +++ b/js/client/variables/registry.ERR_NO_SUCH_ENTITY_CODE.html @@ -1,2 +1,2 @@ ERR_NO_SUCH_ENTITY_CODE | @oasisprotocol/client

            Variable ERR_NO_SUCH_ENTITY_CODEConst

            ERR_NO_SUCH_ENTITY_CODE: 9 = 9

            ErrNoSuchEntity is the error returned when an entity does not exist.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_NO_SUCH_NODE_CODE.html b/js/client/variables/registry.ERR_NO_SUCH_NODE_CODE.html index 47ef5cda7d..2893d28100 100644 --- a/js/client/variables/registry.ERR_NO_SUCH_NODE_CODE.html +++ b/js/client/variables/registry.ERR_NO_SUCH_NODE_CODE.html @@ -1,2 +1,2 @@ ERR_NO_SUCH_NODE_CODE | @oasisprotocol/client

            Variable ERR_NO_SUCH_NODE_CODEConst

            ERR_NO_SUCH_NODE_CODE: 10 = 10

            ErrNoSuchNode is the error returned when an node does not exist.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_NO_SUCH_RUNTIME_CODE.html b/js/client/variables/registry.ERR_NO_SUCH_RUNTIME_CODE.html index 630ceb497a..4b9732ba47 100644 --- a/js/client/variables/registry.ERR_NO_SUCH_RUNTIME_CODE.html +++ b/js/client/variables/registry.ERR_NO_SUCH_RUNTIME_CODE.html @@ -1,2 +1,2 @@ ERR_NO_SUCH_RUNTIME_CODE | @oasisprotocol/client

            Variable ERR_NO_SUCH_RUNTIME_CODEConst

            ERR_NO_SUCH_RUNTIME_CODE: 11 = 11

            ErrNoSuchRuntime is the error returned when an runtime does not exist.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_RUNTIME_UPDATE_NOT_ALLOWED_CODE.html b/js/client/variables/registry.ERR_RUNTIME_UPDATE_NOT_ALLOWED_CODE.html index 5f2a998b47..857521dfc9 100644 --- a/js/client/variables/registry.ERR_RUNTIME_UPDATE_NOT_ALLOWED_CODE.html +++ b/js/client/variables/registry.ERR_RUNTIME_UPDATE_NOT_ALLOWED_CODE.html @@ -1,2 +1,2 @@ ERR_RUNTIME_UPDATE_NOT_ALLOWED_CODE | @oasisprotocol/client

            Variable ERR_RUNTIME_UPDATE_NOT_ALLOWED_CODEConst

            ERR_RUNTIME_UPDATE_NOT_ALLOWED_CODE: 18 = 18

            ErrRuntimeUpdateNotAllowed is the error returned when trying to update an existing runtime.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.ERR_TEE_HARDWARE_MISMATCH_CODE.html b/js/client/variables/registry.ERR_TEE_HARDWARE_MISMATCH_CODE.html index a8de2ff2b0..e5c83e4a89 100644 --- a/js/client/variables/registry.ERR_TEE_HARDWARE_MISMATCH_CODE.html +++ b/js/client/variables/registry.ERR_TEE_HARDWARE_MISMATCH_CODE.html @@ -1,4 +1,4 @@ ERR_TEE_HARDWARE_MISMATCH_CODE | @oasisprotocol/client

            Variable ERR_TEE_HARDWARE_MISMATCH_CODEConst

            ERR_TEE_HARDWARE_MISMATCH_CODE: 8 = 8

            ErrTEEHardwareMismatch is the error returned when a node tries to register a runtime and Capabilities.TEE.Hardware mismatches the one in the registry.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GAS_OP_DEREGISTER_ENTITY.html b/js/client/variables/registry.GAS_OP_DEREGISTER_ENTITY.html index 8d0eadcc2f..67cfe9df78 100644 --- a/js/client/variables/registry.GAS_OP_DEREGISTER_ENTITY.html +++ b/js/client/variables/registry.GAS_OP_DEREGISTER_ENTITY.html @@ -1,2 +1,2 @@ GAS_OP_DEREGISTER_ENTITY | @oasisprotocol/client

            Variable GAS_OP_DEREGISTER_ENTITYConst

            GAS_OP_DEREGISTER_ENTITY: "deregister_entity" = 'deregister_entity'

            GasOpDeregisterEntity is the gas operation identifier for entity deregistration.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GAS_OP_REGISTER_ENTITY.html b/js/client/variables/registry.GAS_OP_REGISTER_ENTITY.html index f221f9801a..f5755431f5 100644 --- a/js/client/variables/registry.GAS_OP_REGISTER_ENTITY.html +++ b/js/client/variables/registry.GAS_OP_REGISTER_ENTITY.html @@ -1,2 +1,2 @@ GAS_OP_REGISTER_ENTITY | @oasisprotocol/client

            Variable GAS_OP_REGISTER_ENTITYConst

            GAS_OP_REGISTER_ENTITY: "register_entity" = 'register_entity'

            GasOpRegisterEntity is the gas operation identifier for entity registration.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GAS_OP_REGISTER_NODE.html b/js/client/variables/registry.GAS_OP_REGISTER_NODE.html index 3053cf05f3..8aae710f18 100644 --- a/js/client/variables/registry.GAS_OP_REGISTER_NODE.html +++ b/js/client/variables/registry.GAS_OP_REGISTER_NODE.html @@ -1,2 +1,2 @@ GAS_OP_REGISTER_NODE | @oasisprotocol/client

            Variable GAS_OP_REGISTER_NODEConst

            GAS_OP_REGISTER_NODE: "register_node" = 'register_node'

            GasOpRegisterNode is the gas operation identifier for entity registration.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GAS_OP_REGISTER_RUNTIME.html b/js/client/variables/registry.GAS_OP_REGISTER_RUNTIME.html index 62586e2119..ebab2247b9 100644 --- a/js/client/variables/registry.GAS_OP_REGISTER_RUNTIME.html +++ b/js/client/variables/registry.GAS_OP_REGISTER_RUNTIME.html @@ -1,2 +1,2 @@ GAS_OP_REGISTER_RUNTIME | @oasisprotocol/client

            Variable GAS_OP_REGISTER_RUNTIMEConst

            GAS_OP_REGISTER_RUNTIME: "register_runtime" = 'register_runtime'

            GasOpRegisterRuntime is the gas operation identifier for runtime registration.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GAS_OP_RUNTIME_EPOCH_MAINTENANCE.html b/js/client/variables/registry.GAS_OP_RUNTIME_EPOCH_MAINTENANCE.html index ea973fa41e..a0ca1b0d6f 100644 --- a/js/client/variables/registry.GAS_OP_RUNTIME_EPOCH_MAINTENANCE.html +++ b/js/client/variables/registry.GAS_OP_RUNTIME_EPOCH_MAINTENANCE.html @@ -1,3 +1,3 @@ GAS_OP_RUNTIME_EPOCH_MAINTENANCE | @oasisprotocol/client

            Variable GAS_OP_RUNTIME_EPOCH_MAINTENANCEConst

            GAS_OP_RUNTIME_EPOCH_MAINTENANCE: "runtime_epoch_maintenance" = 'runtime_epoch_maintenance'

            GasOpRuntimeEpochMaintenance is the gas operation identifier for per-epoch runtime maintenance costs.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GAS_OP_UNFREEZE_NODE.html b/js/client/variables/registry.GAS_OP_UNFREEZE_NODE.html index 4b1d86f315..48d8d23fe8 100644 --- a/js/client/variables/registry.GAS_OP_UNFREEZE_NODE.html +++ b/js/client/variables/registry.GAS_OP_UNFREEZE_NODE.html @@ -1,2 +1,2 @@ GAS_OP_UNFREEZE_NODE | @oasisprotocol/client

            Variable GAS_OP_UNFREEZE_NODEConst

            GAS_OP_UNFREEZE_NODE: "unfreeze_node" = 'unfreeze_node'

            GasOpUnfreezeNode is the gas operation identifier for unfreezing nodes.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GAS_OP_UPDATEKEY_MANAGER.html b/js/client/variables/registry.GAS_OP_UPDATEKEY_MANAGER.html index b59335865e..1dd0530e63 100644 --- a/js/client/variables/registry.GAS_OP_UPDATEKEY_MANAGER.html +++ b/js/client/variables/registry.GAS_OP_UPDATEKEY_MANAGER.html @@ -1,3 +1,3 @@ GAS_OP_UPDATEKEY_MANAGER | @oasisprotocol/client

            Variable GAS_OP_UPDATEKEY_MANAGERConst

            GAS_OP_UPDATEKEY_MANAGER: "update_keymanager" = 'update_keymanager'

            GasOpUpdateKeyManager is the gas operation identifier for key manager policy updates costs.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GOVERNANCE_CONSENSUS.html b/js/client/variables/registry.GOVERNANCE_CONSENSUS.html index ec8e4c539a..800deb03ec 100644 --- a/js/client/variables/registry.GOVERNANCE_CONSENSUS.html +++ b/js/client/variables/registry.GOVERNANCE_CONSENSUS.html @@ -1 +1 @@ -GOVERNANCE_CONSENSUS | @oasisprotocol/client

            Variable GOVERNANCE_CONSENSUSConst

            GOVERNANCE_CONSENSUS: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file +GOVERNANCE_CONSENSUS | @oasisprotocol/client

            Variable GOVERNANCE_CONSENSUSConst

            GOVERNANCE_CONSENSUS: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GOVERNANCE_ENTITY.html b/js/client/variables/registry.GOVERNANCE_ENTITY.html index f968b68f40..b284f90db5 100644 --- a/js/client/variables/registry.GOVERNANCE_ENTITY.html +++ b/js/client/variables/registry.GOVERNANCE_ENTITY.html @@ -1 +1 @@ -GOVERNANCE_ENTITY | @oasisprotocol/client

            Variable GOVERNANCE_ENTITYConst

            GOVERNANCE_ENTITY: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file +GOVERNANCE_ENTITY | @oasisprotocol/client

            Variable GOVERNANCE_ENTITYConst

            GOVERNANCE_ENTITY: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GOVERNANCE_INVALID.html b/js/client/variables/registry.GOVERNANCE_INVALID.html index 9ae3950b65..82d0656a68 100644 --- a/js/client/variables/registry.GOVERNANCE_INVALID.html +++ b/js/client/variables/registry.GOVERNANCE_INVALID.html @@ -1 +1 @@ -GOVERNANCE_INVALID | @oasisprotocol/client

            Variable GOVERNANCE_INVALIDConst

            GOVERNANCE_INVALID: 0 = 0

            Generated using TypeDoc

            \ No newline at end of file +GOVERNANCE_INVALID | @oasisprotocol/client

            Variable GOVERNANCE_INVALIDConst

            GOVERNANCE_INVALID: 0 = 0

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GOVERNANCE_MAX.html b/js/client/variables/registry.GOVERNANCE_MAX.html index 6dba4042e5..856bda722e 100644 --- a/js/client/variables/registry.GOVERNANCE_MAX.html +++ b/js/client/variables/registry.GOVERNANCE_MAX.html @@ -1 +1 @@ -GOVERNANCE_MAX | @oasisprotocol/client

            Variable GOVERNANCE_MAXConst

            GOVERNANCE_MAX: 3 = GOVERNANCE_CONSENSUS

            Generated using TypeDoc

            \ No newline at end of file +GOVERNANCE_MAX | @oasisprotocol/client

            Variable GOVERNANCE_MAXConst

            GOVERNANCE_MAX: 3 = GOVERNANCE_CONSENSUS

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.GOVERNANCE_RUNTIME.html b/js/client/variables/registry.GOVERNANCE_RUNTIME.html index ddd3d0d651..25c0f650a2 100644 --- a/js/client/variables/registry.GOVERNANCE_RUNTIME.html +++ b/js/client/variables/registry.GOVERNANCE_RUNTIME.html @@ -1 +1 @@ -GOVERNANCE_RUNTIME | @oasisprotocol/client

            Variable GOVERNANCE_RUNTIMEConst

            GOVERNANCE_RUNTIME: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file +GOVERNANCE_RUNTIME | @oasisprotocol/client

            Variable GOVERNANCE_RUNTIMEConst

            GOVERNANCE_RUNTIME: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.KIND_COMPUTE.html b/js/client/variables/registry.KIND_COMPUTE.html index 346e755070..f50c6240c6 100644 --- a/js/client/variables/registry.KIND_COMPUTE.html +++ b/js/client/variables/registry.KIND_COMPUTE.html @@ -1,2 +1,2 @@ KIND_COMPUTE | @oasisprotocol/client
            KIND_COMPUTE: 1 = 1

            KindCompute is a generic compute runtime.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.KIND_INVALID.html b/js/client/variables/registry.KIND_INVALID.html index ad2db74308..1891915dc6 100644 --- a/js/client/variables/registry.KIND_INVALID.html +++ b/js/client/variables/registry.KIND_INVALID.html @@ -1,2 +1,2 @@ KIND_INVALID | @oasisprotocol/client
            KIND_INVALID: 0 = 0

            KindInvalid is an invalid runtime and should never be explicitly set.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.KIND_KEY_MANAGER.html b/js/client/variables/registry.KIND_KEY_MANAGER.html index 26dc54363e..130095cbdd 100644 --- a/js/client/variables/registry.KIND_KEY_MANAGER.html +++ b/js/client/variables/registry.KIND_KEY_MANAGER.html @@ -1,2 +1,2 @@ KIND_KEY_MANAGER | @oasisprotocol/client

            Variable KIND_KEY_MANAGERConst

            KIND_KEY_MANAGER: 2 = 2

            KindKeyManager is a key manager runtime.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.LATEST_RUNTIME_DESCRIPTOR_VERSION.html b/js/client/variables/registry.LATEST_RUNTIME_DESCRIPTOR_VERSION.html index f8667d6051..55eece6e1d 100644 --- a/js/client/variables/registry.LATEST_RUNTIME_DESCRIPTOR_VERSION.html +++ b/js/client/variables/registry.LATEST_RUNTIME_DESCRIPTOR_VERSION.html @@ -1,3 +1,3 @@ LATEST_RUNTIME_DESCRIPTOR_VERSION | @oasisprotocol/client

            Variable LATEST_RUNTIME_DESCRIPTOR_VERSIONConst

            LATEST_RUNTIME_DESCRIPTOR_VERSION: 3 = 3

            LatestRuntimeDescriptorVersion is the latest entity descriptor version that should be used for all new descriptors. Using earlier versions may be rejected.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.METHOD_DEREGISTER_ENTITY.html b/js/client/variables/registry.METHOD_DEREGISTER_ENTITY.html index ffab2d244c..56c332a1b3 100644 --- a/js/client/variables/registry.METHOD_DEREGISTER_ENTITY.html +++ b/js/client/variables/registry.METHOD_DEREGISTER_ENTITY.html @@ -1,2 +1,2 @@ METHOD_DEREGISTER_ENTITY | @oasisprotocol/client

            Variable METHOD_DEREGISTER_ENTITYConst

            METHOD_DEREGISTER_ENTITY: "registry.DeregisterEntity" = 'registry.DeregisterEntity'

            MethodDeregisterEntity is the method name for entity deregistrations.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.METHOD_REGISTER_ENTITY.html b/js/client/variables/registry.METHOD_REGISTER_ENTITY.html index 6e8d203746..cc94f340ce 100644 --- a/js/client/variables/registry.METHOD_REGISTER_ENTITY.html +++ b/js/client/variables/registry.METHOD_REGISTER_ENTITY.html @@ -1,2 +1,2 @@ METHOD_REGISTER_ENTITY | @oasisprotocol/client

            Variable METHOD_REGISTER_ENTITYConst

            METHOD_REGISTER_ENTITY: "registry.RegisterEntity" = 'registry.RegisterEntity'

            MethodRegisterEntity is the method name for entity registrations.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.METHOD_REGISTER_NODE.html b/js/client/variables/registry.METHOD_REGISTER_NODE.html index 2c96a91957..a92160e096 100644 --- a/js/client/variables/registry.METHOD_REGISTER_NODE.html +++ b/js/client/variables/registry.METHOD_REGISTER_NODE.html @@ -1,2 +1,2 @@ METHOD_REGISTER_NODE | @oasisprotocol/client

            Variable METHOD_REGISTER_NODEConst

            METHOD_REGISTER_NODE: "registry.RegisterNode" = 'registry.RegisterNode'

            MethodRegisterNode is the method name for node registrations.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.METHOD_REGISTER_RUNTIME.html b/js/client/variables/registry.METHOD_REGISTER_RUNTIME.html index 2e3df5eebe..9d8865bb87 100644 --- a/js/client/variables/registry.METHOD_REGISTER_RUNTIME.html +++ b/js/client/variables/registry.METHOD_REGISTER_RUNTIME.html @@ -1,2 +1,2 @@ METHOD_REGISTER_RUNTIME | @oasisprotocol/client

            Variable METHOD_REGISTER_RUNTIMEConst

            METHOD_REGISTER_RUNTIME: "registry.RegisterRuntime" = 'registry.RegisterRuntime'

            MethodRegisterRuntime is the method name for registering runtimes.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.METHOD_UNFREEZE_NODE.html b/js/client/variables/registry.METHOD_UNFREEZE_NODE.html index 457a8badea..afb3a00a07 100644 --- a/js/client/variables/registry.METHOD_UNFREEZE_NODE.html +++ b/js/client/variables/registry.METHOD_UNFREEZE_NODE.html @@ -1,2 +1,2 @@ METHOD_UNFREEZE_NODE | @oasisprotocol/client

            Variable METHOD_UNFREEZE_NODEConst

            METHOD_UNFREEZE_NODE: "registry.UnfreezeNode" = 'registry.UnfreezeNode'

            MethodUnfreezeNode is the method name for unfreezing nodes.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.MODULE_NAME.html b/js/client/variables/registry.MODULE_NAME.html index 6abfe20682..3dc59934e8 100644 --- a/js/client/variables/registry.MODULE_NAME.html +++ b/js/client/variables/registry.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client
            MODULE_NAME: "registry" = 'registry'

            ModuleName is a unique module name for the registry module.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.REGISTER_ENTITY_SIGNATURE_CONTEXT.html b/js/client/variables/registry.REGISTER_ENTITY_SIGNATURE_CONTEXT.html index a32f3c96f0..e8b023a340 100644 --- a/js/client/variables/registry.REGISTER_ENTITY_SIGNATURE_CONTEXT.html +++ b/js/client/variables/registry.REGISTER_ENTITY_SIGNATURE_CONTEXT.html @@ -1,3 +1,3 @@ REGISTER_ENTITY_SIGNATURE_CONTEXT | @oasisprotocol/client

            Variable REGISTER_ENTITY_SIGNATURE_CONTEXTConst

            REGISTER_ENTITY_SIGNATURE_CONTEXT: "oasis-core/registry: register entity" = 'oasis-core/registry: register entity'

            RegisterEntitySignatureContext is the context used for entity registration.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.REGISTER_GENESIS_ENTITY_SIGNATURE_CONTEXT.html b/js/client/variables/registry.REGISTER_GENESIS_ENTITY_SIGNATURE_CONTEXT.html index bb82175a82..8b827f1969 100644 --- a/js/client/variables/registry.REGISTER_GENESIS_ENTITY_SIGNATURE_CONTEXT.html +++ b/js/client/variables/registry.REGISTER_GENESIS_ENTITY_SIGNATURE_CONTEXT.html @@ -2,4 +2,4 @@ entity registration in the genesis document.

            Note: This is identical to non-gensis registrations to support migrating existing registrations into a new genesis document.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.REGISTER_GENESIS_NODE_SIGNATURE_CONTEXT.html b/js/client/variables/registry.REGISTER_GENESIS_NODE_SIGNATURE_CONTEXT.html index c6ffab9f5d..daac8cddf6 100644 --- a/js/client/variables/registry.REGISTER_GENESIS_NODE_SIGNATURE_CONTEXT.html +++ b/js/client/variables/registry.REGISTER_GENESIS_NODE_SIGNATURE_CONTEXT.html @@ -2,4 +2,4 @@ node registration in the genesis document.

            Note: This is identical to non-gensis registrations to support migrating existing registrations into a new genesis document.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/registry.REGISTER_NODE_SIGNATURE_CONTEXT.html b/js/client/variables/registry.REGISTER_NODE_SIGNATURE_CONTEXT.html index 109825b066..c99432e0df 100644 --- a/js/client/variables/registry.REGISTER_NODE_SIGNATURE_CONTEXT.html +++ b/js/client/variables/registry.REGISTER_NODE_SIGNATURE_CONTEXT.html @@ -1,3 +1,3 @@ REGISTER_NODE_SIGNATURE_CONTEXT | @oasisprotocol/client

            Variable REGISTER_NODE_SIGNATURE_CONTEXTConst

            REGISTER_NODE_SIGNATURE_CONTEXT: "oasis-core/registry: register node" = 'oasis-core/registry: register node'

            RegisterNodeSignatureContext is the context used for node registration.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.COMMITMENT_MODULE_NAME.html b/js/client/variables/roothash.COMMITMENT_MODULE_NAME.html index d5c2e80008..5c0eb01791 100644 --- a/js/client/variables/roothash.COMMITMENT_MODULE_NAME.html +++ b/js/client/variables/roothash.COMMITMENT_MODULE_NAME.html @@ -1,2 +1,2 @@ COMMITMENT_MODULE_NAME | @oasisprotocol/client

            Variable COMMITMENT_MODULE_NAMEConst

            COMMITMENT_MODULE_NAME: "roothash/commitment" = 'roothash/commitment'

            moduleName is the module name used for namespacing errors.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.COMPUTE_RESULTS_HEADER_SIGNATURE_CONTEXT.html b/js/client/variables/roothash.COMPUTE_RESULTS_HEADER_SIGNATURE_CONTEXT.html index da61d395f4..54c0e4e5e2 100644 --- a/js/client/variables/roothash.COMPUTE_RESULTS_HEADER_SIGNATURE_CONTEXT.html +++ b/js/client/variables/roothash.COMPUTE_RESULTS_HEADER_SIGNATURE_CONTEXT.html @@ -1,3 +1,3 @@ COMPUTE_RESULTS_HEADER_SIGNATURE_CONTEXT | @oasisprotocol/client

            Variable COMPUTE_RESULTS_HEADER_SIGNATURE_CONTEXTConst

            COMPUTE_RESULTS_HEADER_SIGNATURE_CONTEXT: "oasis-core/roothash: compute results header" = 'oasis-core/roothash: compute results header'

            ComputeResultsHeaderSignatureContext is the signature context used to sign compute results headers with RAK.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.EPOCH_TRANSITION.html b/js/client/variables/roothash.EPOCH_TRANSITION.html index 397cbdbc7c..2cd979d716 100644 --- a/js/client/variables/roothash.EPOCH_TRANSITION.html +++ b/js/client/variables/roothash.EPOCH_TRANSITION.html @@ -2,4 +2,4 @@

            Such a header contains no transactions but advances the round as normal. TODO: Consider renaming this to CommitteeTransition.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_ALREADY_COMMITTED_CODE.html b/js/client/variables/roothash.ERR_ALREADY_COMMITTED_CODE.html index 8db3d19c86..6eabe3427a 100644 --- a/js/client/variables/roothash.ERR_ALREADY_COMMITTED_CODE.html +++ b/js/client/variables/roothash.ERR_ALREADY_COMMITTED_CODE.html @@ -1 +1 @@ -ERR_ALREADY_COMMITTED_CODE | @oasisprotocol/client

            Variable ERR_ALREADY_COMMITTED_CODEConst

            ERR_ALREADY_COMMITTED_CODE: 6 = 6

            Generated using TypeDoc

            \ No newline at end of file +ERR_ALREADY_COMMITTED_CODE | @oasisprotocol/client

            Variable ERR_ALREADY_COMMITTED_CODEConst

            ERR_ALREADY_COMMITTED_CODE: 6 = 6

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_BAD_EXECUTOR_COMMITMENT_CODE.html b/js/client/variables/roothash.ERR_BAD_EXECUTOR_COMMITMENT_CODE.html index d6401ca31b..7b40818a03 100644 --- a/js/client/variables/roothash.ERR_BAD_EXECUTOR_COMMITMENT_CODE.html +++ b/js/client/variables/roothash.ERR_BAD_EXECUTOR_COMMITMENT_CODE.html @@ -1 +1 @@ -ERR_BAD_EXECUTOR_COMMITMENT_CODE | @oasisprotocol/client

            Variable ERR_BAD_EXECUTOR_COMMITMENT_CODEConst

            ERR_BAD_EXECUTOR_COMMITMENT_CODE: 11 = 11

            Generated using TypeDoc

            \ No newline at end of file +ERR_BAD_EXECUTOR_COMMITMENT_CODE | @oasisprotocol/client

            Variable ERR_BAD_EXECUTOR_COMMITMENT_CODEConst

            ERR_BAD_EXECUTOR_COMMITMENT_CODE: 11 = 11

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_BAD_PROPOSER_COMMITMENT_CODE.html b/js/client/variables/roothash.ERR_BAD_PROPOSER_COMMITMENT_CODE.html index ff57e05981..8a85ca9760 100644 --- a/js/client/variables/roothash.ERR_BAD_PROPOSER_COMMITMENT_CODE.html +++ b/js/client/variables/roothash.ERR_BAD_PROPOSER_COMMITMENT_CODE.html @@ -1 +1 @@ -ERR_BAD_PROPOSER_COMMITMENT_CODE | @oasisprotocol/client

            Variable ERR_BAD_PROPOSER_COMMITMENT_CODEConst

            ERR_BAD_PROPOSER_COMMITMENT_CODE: 20 = 20

            Generated using TypeDoc

            \ No newline at end of file +ERR_BAD_PROPOSER_COMMITMENT_CODE | @oasisprotocol/client

            Variable ERR_BAD_PROPOSER_COMMITMENT_CODEConst

            ERR_BAD_PROPOSER_COMMITMENT_CODE: 20 = 20

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_DISCREPANCY_DETECTED_CODE.html b/js/client/variables/roothash.ERR_DISCREPANCY_DETECTED_CODE.html index 3beaec3861..34455f3c7b 100644 --- a/js/client/variables/roothash.ERR_DISCREPANCY_DETECTED_CODE.html +++ b/js/client/variables/roothash.ERR_DISCREPANCY_DETECTED_CODE.html @@ -1 +1 @@ -ERR_DISCREPANCY_DETECTED_CODE | @oasisprotocol/client

            Variable ERR_DISCREPANCY_DETECTED_CODEConst

            ERR_DISCREPANCY_DETECTED_CODE: 8 = 8

            Generated using TypeDoc

            \ No newline at end of file +ERR_DISCREPANCY_DETECTED_CODE | @oasisprotocol/client

            Variable ERR_DISCREPANCY_DETECTED_CODEConst

            ERR_DISCREPANCY_DETECTED_CODE: 8 = 8

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_DUPLICATE_EVIDENCE_CODE.html b/js/client/variables/roothash.ERR_DUPLICATE_EVIDENCE_CODE.html index d2336c2429..4becbd5709 100644 --- a/js/client/variables/roothash.ERR_DUPLICATE_EVIDENCE_CODE.html +++ b/js/client/variables/roothash.ERR_DUPLICATE_EVIDENCE_CODE.html @@ -1,2 +1,2 @@ ERR_DUPLICATE_EVIDENCE_CODE | @oasisprotocol/client

            Variable ERR_DUPLICATE_EVIDENCE_CODEConst

            ERR_DUPLICATE_EVIDENCE_CODE: 9 = 9

            ErrDuplicateEvidence is the error returned when submitting already existing evidence.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_INCOMING_MESSAGE_INSUFFICIENT_FEE_CODE.html b/js/client/variables/roothash.ERR_INCOMING_MESSAGE_INSUFFICIENT_FEE_CODE.html index b1e89aa9ef..b48441ccd4 100644 --- a/js/client/variables/roothash.ERR_INCOMING_MESSAGE_INSUFFICIENT_FEE_CODE.html +++ b/js/client/variables/roothash.ERR_INCOMING_MESSAGE_INSUFFICIENT_FEE_CODE.html @@ -1,3 +1,3 @@ ERR_INCOMING_MESSAGE_INSUFFICIENT_FEE_CODE | @oasisprotocol/client

            Variable ERR_INCOMING_MESSAGE_INSUFFICIENT_FEE_CODEConst

            ERR_INCOMING_MESSAGE_INSUFFICIENT_FEE_CODE: 12 = 12

            ErrIncomingMessageInsufficientFee is the error returned when the provided fee is smaller than the configured minimum incoming message submission fee.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_INCOMING_MESSAGE_QUEUE_FULL_CODE.html b/js/client/variables/roothash.ERR_INCOMING_MESSAGE_QUEUE_FULL_CODE.html index 4437ab4f91..abcbf30405 100644 --- a/js/client/variables/roothash.ERR_INCOMING_MESSAGE_QUEUE_FULL_CODE.html +++ b/js/client/variables/roothash.ERR_INCOMING_MESSAGE_QUEUE_FULL_CODE.html @@ -1,2 +1,2 @@ ERR_INCOMING_MESSAGE_QUEUE_FULL_CODE | @oasisprotocol/client

            Variable ERR_INCOMING_MESSAGE_QUEUE_FULL_CODEConst

            ERR_INCOMING_MESSAGE_QUEUE_FULL_CODE: 11 = 11

            ErrIncomingMessageQueueFull is the error returned when the incoming message queue is full.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_INSUFFICIENT_VOTES_CODE.html b/js/client/variables/roothash.ERR_INSUFFICIENT_VOTES_CODE.html index c8d6fea9ae..6cbbef088a 100644 --- a/js/client/variables/roothash.ERR_INSUFFICIENT_VOTES_CODE.html +++ b/js/client/variables/roothash.ERR_INSUFFICIENT_VOTES_CODE.html @@ -1 +1 @@ -ERR_INSUFFICIENT_VOTES_CODE | @oasisprotocol/client

            Variable ERR_INSUFFICIENT_VOTES_CODEConst

            ERR_INSUFFICIENT_VOTES_CODE: 10 = 10

            Generated using TypeDoc

            \ No newline at end of file +ERR_INSUFFICIENT_VOTES_CODE | @oasisprotocol/client

            Variable ERR_INSUFFICIENT_VOTES_CODEConst

            ERR_INSUFFICIENT_VOTES_CODE: 10 = 10

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_INVALID_ARGUMENT_CODE.html b/js/client/variables/roothash.ERR_INVALID_ARGUMENT_CODE.html index 9c9662579f..af97674c77 100644 --- a/js/client/variables/roothash.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client/variables/roothash.ERR_INVALID_ARGUMENT_CODE.html @@ -1,2 +1,2 @@ ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client

            Variable ERR_INVALID_ARGUMENT_CODEConst

            ERR_INVALID_ARGUMENT_CODE: 1 = 1

            ErrInvalidArgument is the error returned on malformed argument(s).

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_INVALID_COMMITTEE_KIND_CODE.html b/js/client/variables/roothash.ERR_INVALID_COMMITTEE_KIND_CODE.html index de4b0ffc08..a97736fe54 100644 --- a/js/client/variables/roothash.ERR_INVALID_COMMITTEE_KIND_CODE.html +++ b/js/client/variables/roothash.ERR_INVALID_COMMITTEE_KIND_CODE.html @@ -1 +1 @@ -ERR_INVALID_COMMITTEE_KIND_CODE | @oasisprotocol/client

            Variable ERR_INVALID_COMMITTEE_KIND_CODEConst

            ERR_INVALID_COMMITTEE_KIND_CODE: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_COMMITTEE_KIND_CODE | @oasisprotocol/client

            Variable ERR_INVALID_COMMITTEE_KIND_CODEConst

            ERR_INVALID_COMMITTEE_KIND_CODE: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_INVALID_EVIDENCE_CODE.html b/js/client/variables/roothash.ERR_INVALID_EVIDENCE_CODE.html index 3920f04ac0..99bb316eeb 100644 --- a/js/client/variables/roothash.ERR_INVALID_EVIDENCE_CODE.html +++ b/js/client/variables/roothash.ERR_INVALID_EVIDENCE_CODE.html @@ -1,2 +1,2 @@ ERR_INVALID_EVIDENCE_CODE | @oasisprotocol/client

            Variable ERR_INVALID_EVIDENCE_CODEConst

            ERR_INVALID_EVIDENCE_CODE: 10 = 10

            ErrInvalidEvidence is the error returned when an invalid evidence is submitted.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_INVALID_MESSAGES_CODE.html b/js/client/variables/roothash.ERR_INVALID_MESSAGES_CODE.html index b5b1046714..ced20c2b97 100644 --- a/js/client/variables/roothash.ERR_INVALID_MESSAGES_CODE.html +++ b/js/client/variables/roothash.ERR_INVALID_MESSAGES_CODE.html @@ -1 +1 @@ -ERR_INVALID_MESSAGES_CODE | @oasisprotocol/client

            Variable ERR_INVALID_MESSAGES_CODEConst

            ERR_INVALID_MESSAGES_CODE: 13 = 13

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_MESSAGES_CODE | @oasisprotocol/client

            Variable ERR_INVALID_MESSAGES_CODEConst

            ERR_INVALID_MESSAGES_CODE: 13 = 13

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_INVALID_ROUND_CODE.html b/js/client/variables/roothash.ERR_INVALID_ROUND_CODE.html index fa158b7ac9..d153e0d26f 100644 --- a/js/client/variables/roothash.ERR_INVALID_ROUND_CODE.html +++ b/js/client/variables/roothash.ERR_INVALID_ROUND_CODE.html @@ -1 +1 @@ -ERR_INVALID_ROUND_CODE | @oasisprotocol/client

            Variable ERR_INVALID_ROUND_CODEConst

            ERR_INVALID_ROUND_CODE: 18 = 18

            Generated using TypeDoc

            \ No newline at end of file +ERR_INVALID_ROUND_CODE | @oasisprotocol/client

            Variable ERR_INVALID_ROUND_CODEConst

            ERR_INVALID_ROUND_CODE: 18 = 18

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_INVALID_RUNTIME_CODE.html b/js/client/variables/roothash.ERR_INVALID_RUNTIME_CODE.html index c74ad3864a..fd067d8bae 100644 --- a/js/client/variables/roothash.ERR_INVALID_RUNTIME_CODE.html +++ b/js/client/variables/roothash.ERR_INVALID_RUNTIME_CODE.html @@ -1,2 +1,2 @@ ERR_INVALID_RUNTIME_CODE | @oasisprotocol/client

            Variable ERR_INVALID_RUNTIME_CODEConst

            ERR_INVALID_RUNTIME_CODE: 3 = 3

            ErrInvalidRuntime is the error returned when the passed runtime is invalid.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_MAJORITY_FAILURE_CODE.html b/js/client/variables/roothash.ERR_MAJORITY_FAILURE_CODE.html index 7e9384528d..fb201270b0 100644 --- a/js/client/variables/roothash.ERR_MAJORITY_FAILURE_CODE.html +++ b/js/client/variables/roothash.ERR_MAJORITY_FAILURE_CODE.html @@ -1 +1 @@ -ERR_MAJORITY_FAILURE_CODE | @oasisprotocol/client

            Variable ERR_MAJORITY_FAILURE_CODEConst

            ERR_MAJORITY_FAILURE_CODE: 17 = 17

            Generated using TypeDoc

            \ No newline at end of file +ERR_MAJORITY_FAILURE_CODE | @oasisprotocol/client

            Variable ERR_MAJORITY_FAILURE_CODEConst

            ERR_MAJORITY_FAILURE_CODE: 17 = 17

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_MAX_IN_MESSAGES_TOO_BIG_CODE.html b/js/client/variables/roothash.ERR_MAX_IN_MESSAGES_TOO_BIG_CODE.html index dbacb8f0fb..43d4748f0b 100644 --- a/js/client/variables/roothash.ERR_MAX_IN_MESSAGES_TOO_BIG_CODE.html +++ b/js/client/variables/roothash.ERR_MAX_IN_MESSAGES_TOO_BIG_CODE.html @@ -1,3 +1,3 @@ ERR_MAX_IN_MESSAGES_TOO_BIG_CODE | @oasisprotocol/client

            Variable ERR_MAX_IN_MESSAGES_TOO_BIG_CODEConst

            ERR_MAX_IN_MESSAGES_TOO_BIG_CODE: 13 = 13

            ErrMaxInMessagesTooBig is the error returned when the MaxInMessages parameter is set to a value larger than the MaxInRuntimeMessages specified in consensus parameters.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_MAX_MESSAGES_TOO_BIG_CODE.html b/js/client/variables/roothash.ERR_MAX_MESSAGES_TOO_BIG_CODE.html index d1cce21c81..759345f6fc 100644 --- a/js/client/variables/roothash.ERR_MAX_MESSAGES_TOO_BIG_CODE.html +++ b/js/client/variables/roothash.ERR_MAX_MESSAGES_TOO_BIG_CODE.html @@ -1,3 +1,3 @@ ERR_MAX_MESSAGES_TOO_BIG_CODE | @oasisprotocol/client

            Variable ERR_MAX_MESSAGES_TOO_BIG_CODEConst

            ERR_MAX_MESSAGES_TOO_BIG_CODE: 7 = 7

            ErrMaxMessagesTooBig is the error returned when the MaxMessages parameter is set to a value larger than the MaxRuntimeMessages specified in consensus parameters.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_NODE_IS_SCHEDULER_CODE.html b/js/client/variables/roothash.ERR_NODE_IS_SCHEDULER_CODE.html index cdc284b56f..80b28eaa30 100644 --- a/js/client/variables/roothash.ERR_NODE_IS_SCHEDULER_CODE.html +++ b/js/client/variables/roothash.ERR_NODE_IS_SCHEDULER_CODE.html @@ -1 +1 @@ -ERR_NODE_IS_SCHEDULER_CODE | @oasisprotocol/client

            Variable ERR_NODE_IS_SCHEDULER_CODEConst

            ERR_NODE_IS_SCHEDULER_CODE: 16 = 16

            Generated using TypeDoc

            \ No newline at end of file +ERR_NODE_IS_SCHEDULER_CODE | @oasisprotocol/client

            Variable ERR_NODE_IS_SCHEDULER_CODEConst

            ERR_NODE_IS_SCHEDULER_CODE: 16 = 16

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_NOT_BASED_ON_CORRECT_BLOCK_CODE.html b/js/client/variables/roothash.ERR_NOT_BASED_ON_CORRECT_BLOCK_CODE.html index e42743dd2d..39cd99ca98 100644 --- a/js/client/variables/roothash.ERR_NOT_BASED_ON_CORRECT_BLOCK_CODE.html +++ b/js/client/variables/roothash.ERR_NOT_BASED_ON_CORRECT_BLOCK_CODE.html @@ -1 +1 @@ -ERR_NOT_BASED_ON_CORRECT_BLOCK_CODE | @oasisprotocol/client

            Variable ERR_NOT_BASED_ON_CORRECT_BLOCK_CODEConst

            ERR_NOT_BASED_ON_CORRECT_BLOCK_CODE: 7 = 7

            Generated using TypeDoc

            \ No newline at end of file +ERR_NOT_BASED_ON_CORRECT_BLOCK_CODE | @oasisprotocol/client

            Variable ERR_NOT_BASED_ON_CORRECT_BLOCK_CODEConst

            ERR_NOT_BASED_ON_CORRECT_BLOCK_CODE: 7 = 7

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_NOT_FOUND_CODE.html b/js/client/variables/roothash.ERR_NOT_FOUND_CODE.html index c746f9b51c..b2a198c6de 100644 --- a/js/client/variables/roothash.ERR_NOT_FOUND_CODE.html +++ b/js/client/variables/roothash.ERR_NOT_FOUND_CODE.html @@ -1,2 +1,2 @@ ERR_NOT_FOUND_CODE | @oasisprotocol/client

            Variable ERR_NOT_FOUND_CODEConst

            ERR_NOT_FOUND_CODE: 2 = 2

            ErrNotFound is the error returned when a block is not found.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_NOT_IN_COMMITTEE_CODE.html b/js/client/variables/roothash.ERR_NOT_IN_COMMITTEE_CODE.html index 0366b1052b..a6d0870f26 100644 --- a/js/client/variables/roothash.ERR_NOT_IN_COMMITTEE_CODE.html +++ b/js/client/variables/roothash.ERR_NOT_IN_COMMITTEE_CODE.html @@ -1 +1 @@ -ERR_NOT_IN_COMMITTEE_CODE | @oasisprotocol/client

            Variable ERR_NOT_IN_COMMITTEE_CODEConst

            ERR_NOT_IN_COMMITTEE_CODE: 5 = 5

            Generated using TypeDoc

            \ No newline at end of file +ERR_NOT_IN_COMMITTEE_CODE | @oasisprotocol/client

            Variable ERR_NOT_IN_COMMITTEE_CODEConst

            ERR_NOT_IN_COMMITTEE_CODE: 5 = 5

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_NO_COMMITTEE_CODE.html b/js/client/variables/roothash.ERR_NO_COMMITTEE_CODE.html index 507a07ffa6..046473876c 100644 --- a/js/client/variables/roothash.ERR_NO_COMMITTEE_CODE.html +++ b/js/client/variables/roothash.ERR_NO_COMMITTEE_CODE.html @@ -1 +1 @@ -ERR_NO_COMMITTEE_CODE | @oasisprotocol/client

            Variable ERR_NO_COMMITTEE_CODEConst

            ERR_NO_COMMITTEE_CODE: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file +ERR_NO_COMMITTEE_CODE | @oasisprotocol/client

            Variable ERR_NO_COMMITTEE_CODEConst

            ERR_NO_COMMITTEE_CODE: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_NO_EXECUTOR_POOL_CODE.html b/js/client/variables/roothash.ERR_NO_EXECUTOR_POOL_CODE.html index d0c5a0abd4..617f36393a 100644 --- a/js/client/variables/roothash.ERR_NO_EXECUTOR_POOL_CODE.html +++ b/js/client/variables/roothash.ERR_NO_EXECUTOR_POOL_CODE.html @@ -1,2 +1,2 @@ ERR_NO_EXECUTOR_POOL_CODE | @oasisprotocol/client

            Variable ERR_NO_EXECUTOR_POOL_CODEConst

            ERR_NO_EXECUTOR_POOL_CODE: 4 = 4

            ErrNoExecutorPool is the error returned when there is no executor pool.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_NO_PROPOSER_COMMITMENT_CODE.html b/js/client/variables/roothash.ERR_NO_PROPOSER_COMMITMENT_CODE.html index df5ee4a149..2f3a8a8637 100644 --- a/js/client/variables/roothash.ERR_NO_PROPOSER_COMMITMENT_CODE.html +++ b/js/client/variables/roothash.ERR_NO_PROPOSER_COMMITMENT_CODE.html @@ -1 +1 @@ -ERR_NO_PROPOSER_COMMITMENT_CODE | @oasisprotocol/client

            Variable ERR_NO_PROPOSER_COMMITMENT_CODEConst

            ERR_NO_PROPOSER_COMMITMENT_CODE: 19 = 19

            Generated using TypeDoc

            \ No newline at end of file +ERR_NO_PROPOSER_COMMITMENT_CODE | @oasisprotocol/client

            Variable ERR_NO_PROPOSER_COMMITMENT_CODEConst

            ERR_NO_PROPOSER_COMMITMENT_CODE: 19 = 19

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_NO_RUNTIME_CODE.html b/js/client/variables/roothash.ERR_NO_RUNTIME_CODE.html index d48cf0d3e2..7e44ef85ac 100644 --- a/js/client/variables/roothash.ERR_NO_RUNTIME_CODE.html +++ b/js/client/variables/roothash.ERR_NO_RUNTIME_CODE.html @@ -1 +1 @@ -ERR_NO_RUNTIME_CODE | @oasisprotocol/client

            Variable ERR_NO_RUNTIME_CODEConst

            ERR_NO_RUNTIME_CODE: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file +ERR_NO_RUNTIME_CODE | @oasisprotocol/client

            Variable ERR_NO_RUNTIME_CODEConst

            ERR_NO_RUNTIME_CODE: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_PROPOSER_TIMEOUT_NOT_ALLOWED_CODE.html b/js/client/variables/roothash.ERR_PROPOSER_TIMEOUT_NOT_ALLOWED_CODE.html index 82e0e878d5..46a6453ddb 100644 --- a/js/client/variables/roothash.ERR_PROPOSER_TIMEOUT_NOT_ALLOWED_CODE.html +++ b/js/client/variables/roothash.ERR_PROPOSER_TIMEOUT_NOT_ALLOWED_CODE.html @@ -1,2 +1,2 @@ ERR_PROPOSER_TIMEOUT_NOT_ALLOWED_CODE | @oasisprotocol/client

            Variable ERR_PROPOSER_TIMEOUT_NOT_ALLOWED_CODEConst

            ERR_PROPOSER_TIMEOUT_NOT_ALLOWED_CODE: 6 = 6

            ErrProposerTimeoutNotAllowed is the error returned when proposer timeout is not allowed.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_RAK_SIG_INVALID_CODE.html b/js/client/variables/roothash.ERR_RAK_SIG_INVALID_CODE.html index 13651d16f7..9f066b5525 100644 --- a/js/client/variables/roothash.ERR_RAK_SIG_INVALID_CODE.html +++ b/js/client/variables/roothash.ERR_RAK_SIG_INVALID_CODE.html @@ -1 +1 @@ -ERR_RAK_SIG_INVALID_CODE | @oasisprotocol/client

            Variable ERR_RAK_SIG_INVALID_CODEConst

            ERR_RAK_SIG_INVALID_CODE: 4 = 4

            Generated using TypeDoc

            \ No newline at end of file +ERR_RAK_SIG_INVALID_CODE | @oasisprotocol/client

            Variable ERR_RAK_SIG_INVALID_CODEConst

            ERR_RAK_SIG_INVALID_CODE: 4 = 4

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_RUNTIME_DOES_NOT_SLASH_CODE.html b/js/client/variables/roothash.ERR_RUNTIME_DOES_NOT_SLASH_CODE.html index dc6a7473f4..329c7354fb 100644 --- a/js/client/variables/roothash.ERR_RUNTIME_DOES_NOT_SLASH_CODE.html +++ b/js/client/variables/roothash.ERR_RUNTIME_DOES_NOT_SLASH_CODE.html @@ -1,3 +1,3 @@ ERR_RUNTIME_DOES_NOT_SLASH_CODE | @oasisprotocol/client

            Variable ERR_RUNTIME_DOES_NOT_SLASH_CODEConst

            ERR_RUNTIME_DOES_NOT_SLASH_CODE: 8 = 8

            ErrRuntimeDoesNotSlash is the error returned when misbehaviour evidence is submitted for a runtime that does not slash.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_RUNTIME_SUSPENDED_CODE.html b/js/client/variables/roothash.ERR_RUNTIME_SUSPENDED_CODE.html index 3bf211aff7..f5bab89c6a 100644 --- a/js/client/variables/roothash.ERR_RUNTIME_SUSPENDED_CODE.html +++ b/js/client/variables/roothash.ERR_RUNTIME_SUSPENDED_CODE.html @@ -1,2 +1,2 @@ ERR_RUNTIME_SUSPENDED_CODE | @oasisprotocol/client

            Variable ERR_RUNTIME_SUSPENDED_CODEConst

            ERR_RUNTIME_SUSPENDED_CODE: 5 = 5

            ErrRuntimeSuspended is the error returned when the passed runtime is suspended.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_STILL_WAITING_CODE.html b/js/client/variables/roothash.ERR_STILL_WAITING_CODE.html index 5d3c57b649..c2d0e3b095 100644 --- a/js/client/variables/roothash.ERR_STILL_WAITING_CODE.html +++ b/js/client/variables/roothash.ERR_STILL_WAITING_CODE.html @@ -1 +1 @@ -ERR_STILL_WAITING_CODE | @oasisprotocol/client

            Variable ERR_STILL_WAITING_CODEConst

            ERR_STILL_WAITING_CODE: 9 = 9

            Generated using TypeDoc

            \ No newline at end of file +ERR_STILL_WAITING_CODE | @oasisprotocol/client

            Variable ERR_STILL_WAITING_CODEConst

            ERR_STILL_WAITING_CODE: 9 = 9

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ERR_TIMEOUT_NOT_CORRECT_ROUND_CODE.html b/js/client/variables/roothash.ERR_TIMEOUT_NOT_CORRECT_ROUND_CODE.html index c12f3c25fc..0e1253b842 100644 --- a/js/client/variables/roothash.ERR_TIMEOUT_NOT_CORRECT_ROUND_CODE.html +++ b/js/client/variables/roothash.ERR_TIMEOUT_NOT_CORRECT_ROUND_CODE.html @@ -1 +1 @@ -ERR_TIMEOUT_NOT_CORRECT_ROUND_CODE | @oasisprotocol/client

            Variable ERR_TIMEOUT_NOT_CORRECT_ROUND_CODEConst

            ERR_TIMEOUT_NOT_CORRECT_ROUND_CODE: 15 = 15

            Generated using TypeDoc

            \ No newline at end of file +ERR_TIMEOUT_NOT_CORRECT_ROUND_CODE | @oasisprotocol/client

            Variable ERR_TIMEOUT_NOT_CORRECT_ROUND_CODEConst

            ERR_TIMEOUT_NOT_CORRECT_ROUND_CODE: 15 = 15

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.EXECUTOR_SIGNATURE_CONTEXT.html b/js/client/variables/roothash.EXECUTOR_SIGNATURE_CONTEXT.html index 296d55f227..bd682eaa88 100644 --- a/js/client/variables/roothash.EXECUTOR_SIGNATURE_CONTEXT.html +++ b/js/client/variables/roothash.EXECUTOR_SIGNATURE_CONTEXT.html @@ -1,3 +1,3 @@ EXECUTOR_SIGNATURE_CONTEXT | @oasisprotocol/client

            Variable EXECUTOR_SIGNATURE_CONTEXTConst

            EXECUTOR_SIGNATURE_CONTEXT: "oasis-core/roothash: executor commitment" = 'oasis-core/roothash: executor commitment'

            ExecutorSignatureContext is the signature context used to sign executor worker commitments.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.FAILURE_NONE.html b/js/client/variables/roothash.FAILURE_NONE.html index 09bfaf19bd..e743b93ec1 100644 --- a/js/client/variables/roothash.FAILURE_NONE.html +++ b/js/client/variables/roothash.FAILURE_NONE.html @@ -1,2 +1,2 @@ FAILURE_NONE | @oasisprotocol/client
            FAILURE_NONE: 0 = 0

            FailureNone indicates that no failure has occurred.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.FAILURE_STORAGE_UNAVAILABLE.html b/js/client/variables/roothash.FAILURE_STORAGE_UNAVAILABLE.html index 12dcc3a0f7..d03c56bdbc 100644 --- a/js/client/variables/roothash.FAILURE_STORAGE_UNAVAILABLE.html +++ b/js/client/variables/roothash.FAILURE_STORAGE_UNAVAILABLE.html @@ -1,3 +1,3 @@ FAILURE_STORAGE_UNAVAILABLE | @oasisprotocol/client

            Variable FAILURE_STORAGE_UNAVAILABLEConst

            FAILURE_STORAGE_UNAVAILABLE: 2 = 2

            FailureStorageUnavailable indicates that batch processing failed due to storage being unavailable.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.FAILURE_UNKNOWN.html b/js/client/variables/roothash.FAILURE_UNKNOWN.html index 8d11e70dc2..bdfce8ae0c 100644 --- a/js/client/variables/roothash.FAILURE_UNKNOWN.html +++ b/js/client/variables/roothash.FAILURE_UNKNOWN.html @@ -1,2 +1,2 @@ FAILURE_UNKNOWN | @oasisprotocol/client

            Variable FAILURE_UNKNOWNConst

            FAILURE_UNKNOWN: 1 = 1

            FailureUnknown indicates a generic failure.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.GAS_OP_COMPUTE_COMMIT.html b/js/client/variables/roothash.GAS_OP_COMPUTE_COMMIT.html index c30fb942e3..a533e4a457 100644 --- a/js/client/variables/roothash.GAS_OP_COMPUTE_COMMIT.html +++ b/js/client/variables/roothash.GAS_OP_COMPUTE_COMMIT.html @@ -1,2 +1,2 @@ GAS_OP_COMPUTE_COMMIT | @oasisprotocol/client

            Variable GAS_OP_COMPUTE_COMMITConst

            GAS_OP_COMPUTE_COMMIT: "compute_commit" = 'compute_commit'

            GasOpComputeCommit is the gas operation identifier for compute commits.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.GAS_OP_EVIDENCE.html b/js/client/variables/roothash.GAS_OP_EVIDENCE.html index 9fbffc581c..0e7776f551 100644 --- a/js/client/variables/roothash.GAS_OP_EVIDENCE.html +++ b/js/client/variables/roothash.GAS_OP_EVIDENCE.html @@ -1,2 +1,2 @@ GAS_OP_EVIDENCE | @oasisprotocol/client

            Variable GAS_OP_EVIDENCEConst

            GAS_OP_EVIDENCE: "evidence" = 'evidence'

            GasOpEvidence is the gas operation identifier for evidence submission transaction cost.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.GAS_OP_PROPOSER_TIMEOUT.html b/js/client/variables/roothash.GAS_OP_PROPOSER_TIMEOUT.html index 2a0bc87f1c..83635dd8ca 100644 --- a/js/client/variables/roothash.GAS_OP_PROPOSER_TIMEOUT.html +++ b/js/client/variables/roothash.GAS_OP_PROPOSER_TIMEOUT.html @@ -1,2 +1,2 @@ GAS_OP_PROPOSER_TIMEOUT | @oasisprotocol/client

            Variable GAS_OP_PROPOSER_TIMEOUTConst

            GAS_OP_PROPOSER_TIMEOUT: "proposer_timeout" = 'proposer_timeout'

            GasOpProposerTimeout is the gas operation identifier for executor propose timeout cost.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.GAS_OP_SUBMIT_MSG.html b/js/client/variables/roothash.GAS_OP_SUBMIT_MSG.html index d6ae5c9bab..ea15bd6c07 100644 --- a/js/client/variables/roothash.GAS_OP_SUBMIT_MSG.html +++ b/js/client/variables/roothash.GAS_OP_SUBMIT_MSG.html @@ -1,2 +1,2 @@ GAS_OP_SUBMIT_MSG | @oasisprotocol/client

            Variable GAS_OP_SUBMIT_MSGConst

            GAS_OP_SUBMIT_MSG: "submit_msg" = 'submit_msg'

            GasOpSubmitMsg is the gas operation identifier for message submission transaction cost.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.INVALID.html b/js/client/variables/roothash.INVALID.html index 8eb9d6633b..f36dd5e9e3 100644 --- a/js/client/variables/roothash.INVALID.html +++ b/js/client/variables/roothash.INVALID.html @@ -1,2 +1,2 @@ INVALID | @oasisprotocol/client
            INVALID: 0 = 0

            Invalid is an invalid header type and should never be stored.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.METHOD_EVIDENCE.html b/js/client/variables/roothash.METHOD_EVIDENCE.html index 00001dd838..9096482692 100644 --- a/js/client/variables/roothash.METHOD_EVIDENCE.html +++ b/js/client/variables/roothash.METHOD_EVIDENCE.html @@ -1,2 +1,2 @@ METHOD_EVIDENCE | @oasisprotocol/client

            Variable METHOD_EVIDENCEConst

            METHOD_EVIDENCE: "roothash.Evidence" = 'roothash.Evidence'

            MethodEvidence is the method name for submitting evidence of node misbehavior.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.METHOD_EXECUTOR_COMMIT.html b/js/client/variables/roothash.METHOD_EXECUTOR_COMMIT.html index 6ed4c8155d..5138af6956 100644 --- a/js/client/variables/roothash.METHOD_EXECUTOR_COMMIT.html +++ b/js/client/variables/roothash.METHOD_EXECUTOR_COMMIT.html @@ -1,2 +1,2 @@ METHOD_EXECUTOR_COMMIT | @oasisprotocol/client

            Variable METHOD_EXECUTOR_COMMITConst

            METHOD_EXECUTOR_COMMIT: "roothash.ExecutorCommit" = 'roothash.ExecutorCommit'

            MethodExecutorCommit is the method name for executor commit submission.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.METHOD_SUBMIT_MSG.html b/js/client/variables/roothash.METHOD_SUBMIT_MSG.html index 3cf7c174e1..cc41435b69 100644 --- a/js/client/variables/roothash.METHOD_SUBMIT_MSG.html +++ b/js/client/variables/roothash.METHOD_SUBMIT_MSG.html @@ -1,2 +1,2 @@ METHOD_SUBMIT_MSG | @oasisprotocol/client

            Variable METHOD_SUBMIT_MSGConst

            METHOD_SUBMIT_MSG: "roothash.SubmitMsg" = 'roothash.SubmitMsg'

            MethodSubmitMsg is the method name for queuing incoming runtime messages.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.MODULE_NAME.html b/js/client/variables/roothash.MODULE_NAME.html index c360d4cc25..b7a570cda9 100644 --- a/js/client/variables/roothash.MODULE_NAME.html +++ b/js/client/variables/roothash.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client
            MODULE_NAME: "roothash" = 'roothash'

            ModuleName is a unique module name for the roothash module.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.NORMAL.html b/js/client/variables/roothash.NORMAL.html index 7fc5a5fc05..956ccb94ce 100644 --- a/js/client/variables/roothash.NORMAL.html +++ b/js/client/variables/roothash.NORMAL.html @@ -1,2 +1,2 @@ NORMAL | @oasisprotocol/client
            NORMAL: 1 = 1

            Normal is a normal header.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.PROPOSAL_SIGNATURE_CONTEXT.html b/js/client/variables/roothash.PROPOSAL_SIGNATURE_CONTEXT.html index 5053ed4f63..6a4b73c457 100644 --- a/js/client/variables/roothash.PROPOSAL_SIGNATURE_CONTEXT.html +++ b/js/client/variables/roothash.PROPOSAL_SIGNATURE_CONTEXT.html @@ -1,2 +1,2 @@ PROPOSAL_SIGNATURE_CONTEXT | @oasisprotocol/client

            Variable PROPOSAL_SIGNATURE_CONTEXTConst

            PROPOSAL_SIGNATURE_CONTEXT: "oasis-core/roothash: proposal" = 'oasis-core/roothash: proposal'

            ProposalSignatureContext is the context used for signing propose batch dispatch messages.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.ROUND_FAILED.html b/js/client/variables/roothash.ROUND_FAILED.html index df9ba5f45a..5dfd3480fb 100644 --- a/js/client/variables/roothash.ROUND_FAILED.html +++ b/js/client/variables/roothash.ROUND_FAILED.html @@ -1,4 +1,4 @@ ROUND_FAILED | @oasisprotocol/client
            ROUND_FAILED: 2 = 2

            RoundFailed is a header resulting from a failed round. Such a header contains no transactions but advances the round as normal to prevent replays of old commitments.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/roothash.SUSPENDED.html b/js/client/variables/roothash.SUSPENDED.html index ad853e6b35..f929fcd071 100644 --- a/js/client/variables/roothash.SUSPENDED.html +++ b/js/client/variables/roothash.SUSPENDED.html @@ -1,4 +1,4 @@ SUSPENDED | @oasisprotocol/client
            SUSPENDED: 4 = 4

            Suspended is a header resulting from the runtime being suspended.

            Such a header contains no transactions but advances the round as normal.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/runtime.CLIENT_ERR_CHECK_TX_FAILED_CODE.html b/js/client/variables/runtime.CLIENT_ERR_CHECK_TX_FAILED_CODE.html index 389a296f1d..475c6ab700 100644 --- a/js/client/variables/runtime.CLIENT_ERR_CHECK_TX_FAILED_CODE.html +++ b/js/client/variables/runtime.CLIENT_ERR_CHECK_TX_FAILED_CODE.html @@ -1,2 +1,2 @@ CLIENT_ERR_CHECK_TX_FAILED_CODE | @oasisprotocol/client

            Variable CLIENT_ERR_CHECK_TX_FAILED_CODEConst

            CLIENT_ERR_CHECK_TX_FAILED_CODE: 5 = 5

            ErrCheckTxFailed is an error returned if the local transaction check fails.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/runtime.CLIENT_ERR_INTERNAL_CODE.html b/js/client/variables/runtime.CLIENT_ERR_INTERNAL_CODE.html index bcfad8b922..80f197624b 100644 --- a/js/client/variables/runtime.CLIENT_ERR_INTERNAL_CODE.html +++ b/js/client/variables/runtime.CLIENT_ERR_INTERNAL_CODE.html @@ -1,2 +1,2 @@ CLIENT_ERR_INTERNAL_CODE | @oasisprotocol/client

            Variable CLIENT_ERR_INTERNAL_CODEConst

            CLIENT_ERR_INTERNAL_CODE: 2 = 2

            ErrInternal is an error returned when an unspecified internal error occurs.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/runtime.CLIENT_ERR_NOT_FOUND_CODE.html b/js/client/variables/runtime.CLIENT_ERR_NOT_FOUND_CODE.html index 2621c80695..eae061cde1 100644 --- a/js/client/variables/runtime.CLIENT_ERR_NOT_FOUND_CODE.html +++ b/js/client/variables/runtime.CLIENT_ERR_NOT_FOUND_CODE.html @@ -1,2 +1,2 @@ CLIENT_ERR_NOT_FOUND_CODE | @oasisprotocol/client

            Variable CLIENT_ERR_NOT_FOUND_CODEConst

            CLIENT_ERR_NOT_FOUND_CODE: 1 = 1

            ErrNotFound is an error returned when the item is not found.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/runtime.CLIENT_ERR_NOT_SYNCED_CODE.html b/js/client/variables/runtime.CLIENT_ERR_NOT_SYNCED_CODE.html index fb7f8f2eb9..f480836091 100644 --- a/js/client/variables/runtime.CLIENT_ERR_NOT_SYNCED_CODE.html +++ b/js/client/variables/runtime.CLIENT_ERR_NOT_SYNCED_CODE.html @@ -1,3 +1,3 @@ CLIENT_ERR_NOT_SYNCED_CODE | @oasisprotocol/client

            Variable CLIENT_ERR_NOT_SYNCED_CODEConst

            CLIENT_ERR_NOT_SYNCED_CODE: 4 = 4

            ErrNotSynced is an error returned if transaction is submitted before node has finished initial syncing.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/runtime.CLIENT_ERR_NO_HOSTED_RUNTIME_CODE.html b/js/client/variables/runtime.CLIENT_ERR_NO_HOSTED_RUNTIME_CODE.html index 732b87b642..af82086620 100644 --- a/js/client/variables/runtime.CLIENT_ERR_NO_HOSTED_RUNTIME_CODE.html +++ b/js/client/variables/runtime.CLIENT_ERR_NO_HOSTED_RUNTIME_CODE.html @@ -1,2 +1,2 @@ CLIENT_ERR_NO_HOSTED_RUNTIME_CODE | @oasisprotocol/client

            Variable CLIENT_ERR_NO_HOSTED_RUNTIME_CODEConst

            CLIENT_ERR_NO_HOSTED_RUNTIME_CODE: 6 = 6

            ErrNoHostedRuntime is returned when the hosted runtime is not available locally.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/runtime.CLIENT_ERR_TRANSACTION_EXPIRED_CODE.html b/js/client/variables/runtime.CLIENT_ERR_TRANSACTION_EXPIRED_CODE.html index 99d1c6caa6..116246cb18 100644 --- a/js/client/variables/runtime.CLIENT_ERR_TRANSACTION_EXPIRED_CODE.html +++ b/js/client/variables/runtime.CLIENT_ERR_TRANSACTION_EXPIRED_CODE.html @@ -1,2 +1,2 @@ CLIENT_ERR_TRANSACTION_EXPIRED_CODE | @oasisprotocol/client

            Variable CLIENT_ERR_TRANSACTION_EXPIRED_CODEConst

            CLIENT_ERR_TRANSACTION_EXPIRED_CODE: 3 = 3

            ErrTransactionExpired is an error returned when transaction expired.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/runtime.CLIENT_MODULE_NAME.html b/js/client/variables/runtime.CLIENT_MODULE_NAME.html index f25f90ce7f..b2bbb50478 100644 --- a/js/client/variables/runtime.CLIENT_MODULE_NAME.html +++ b/js/client/variables/runtime.CLIENT_MODULE_NAME.html @@ -1,2 +1,2 @@ CLIENT_MODULE_NAME | @oasisprotocol/client

            Variable CLIENT_MODULE_NAMEConst

            CLIENT_MODULE_NAME: "runtime/client" = 'runtime/client'

            ModuleName is the runtime client module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/runtime.CLIENT_ROUND_LATEST.html b/js/client/variables/runtime.CLIENT_ROUND_LATEST.html index 8c793ac6b7..4994f70a44 100644 --- a/js/client/variables/runtime.CLIENT_ROUND_LATEST.html +++ b/js/client/variables/runtime.CLIENT_ROUND_LATEST.html @@ -1,2 +1,2 @@ CLIENT_ROUND_LATEST | @oasisprotocol/client

            Variable CLIENT_ROUND_LATESTConst

            CLIENT_ROUND_LATEST: 18446744073709551615n = ...

            RoundLatest is a special round number always referring to the latest round.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/runtime.HOST_PROTOCOL_ERR_NOT_READY_CODE.html b/js/client/variables/runtime.HOST_PROTOCOL_ERR_NOT_READY_CODE.html index be43fe37f1..b4b6f1df1e 100644 --- a/js/client/variables/runtime.HOST_PROTOCOL_ERR_NOT_READY_CODE.html +++ b/js/client/variables/runtime.HOST_PROTOCOL_ERR_NOT_READY_CODE.html @@ -1,2 +1,2 @@ HOST_PROTOCOL_ERR_NOT_READY_CODE | @oasisprotocol/client

            Variable HOST_PROTOCOL_ERR_NOT_READY_CODEConst

            HOST_PROTOCOL_ERR_NOT_READY_CODE: 1 = 1

            ErrNotReady is the error reported when the Runtime Host Protocol is not initialized.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/runtime.HOST_PROTOCOL_MODULE_NAME.html b/js/client/variables/runtime.HOST_PROTOCOL_MODULE_NAME.html index dd2481ae4f..8c74309cc7 100644 --- a/js/client/variables/runtime.HOST_PROTOCOL_MODULE_NAME.html +++ b/js/client/variables/runtime.HOST_PROTOCOL_MODULE_NAME.html @@ -1 +1 @@ -HOST_PROTOCOL_MODULE_NAME | @oasisprotocol/client

            Variable HOST_PROTOCOL_MODULE_NAMEConst

            HOST_PROTOCOL_MODULE_NAME: "rhp/internal" = 'rhp/internal'

            Generated using TypeDoc

            \ No newline at end of file +HOST_PROTOCOL_MODULE_NAME | @oasisprotocol/client

            Variable HOST_PROTOCOL_MODULE_NAMEConst

            HOST_PROTOCOL_MODULE_NAME: "rhp/internal" = 'rhp/internal'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/scheduler.KIND_COMPUTE_EXECUTOR.html b/js/client/variables/scheduler.KIND_COMPUTE_EXECUTOR.html index 9f2290e111..966f65d436 100644 --- a/js/client/variables/scheduler.KIND_COMPUTE_EXECUTOR.html +++ b/js/client/variables/scheduler.KIND_COMPUTE_EXECUTOR.html @@ -1,2 +1,2 @@ KIND_COMPUTE_EXECUTOR | @oasisprotocol/client

            Variable KIND_COMPUTE_EXECUTORConst

            KIND_COMPUTE_EXECUTOR: 1 = 1

            KindComputeExecutor is an executor committee.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/scheduler.KIND_INVALID.html b/js/client/variables/scheduler.KIND_INVALID.html index 679ff560cd..866ea26436 100644 --- a/js/client/variables/scheduler.KIND_INVALID.html +++ b/js/client/variables/scheduler.KIND_INVALID.html @@ -1,2 +1,2 @@ KIND_INVALID | @oasisprotocol/client
            KIND_INVALID: 0 = 0

            KindInvalid is an invalid committee.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/scheduler.MAX_COMMITTEE_KIND.html b/js/client/variables/scheduler.MAX_COMMITTEE_KIND.html index 58669ad120..85e64f268c 100644 --- a/js/client/variables/scheduler.MAX_COMMITTEE_KIND.html +++ b/js/client/variables/scheduler.MAX_COMMITTEE_KIND.html @@ -1,2 +1,2 @@ MAX_COMMITTEE_KIND | @oasisprotocol/client

            Variable MAX_COMMITTEE_KINDConst

            MAX_COMMITTEE_KIND: 2 = 2

            MaxCommitteeKind is a dummy value used for iterating all committee kinds.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/scheduler.ROLE_BACKUP_WORKER.html b/js/client/variables/scheduler.ROLE_BACKUP_WORKER.html index 9da9cca2c3..a414a8812e 100644 --- a/js/client/variables/scheduler.ROLE_BACKUP_WORKER.html +++ b/js/client/variables/scheduler.ROLE_BACKUP_WORKER.html @@ -1,2 +1,2 @@ ROLE_BACKUP_WORKER | @oasisprotocol/client

            Variable ROLE_BACKUP_WORKERConst

            ROLE_BACKUP_WORKER: 2 = 2

            RoleBackupWorker indicates the node is a backup worker.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/scheduler.ROLE_INVALID.html b/js/client/variables/scheduler.ROLE_INVALID.html index e614e1f103..26f6d8cba9 100644 --- a/js/client/variables/scheduler.ROLE_INVALID.html +++ b/js/client/variables/scheduler.ROLE_INVALID.html @@ -1,2 +1,2 @@ ROLE_INVALID | @oasisprotocol/client
            ROLE_INVALID: 0 = 0

            RoleInvalid is an invalid role (should never appear on the wire).

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/scheduler.ROLE_WORKER.html b/js/client/variables/scheduler.ROLE_WORKER.html index c052abe3e7..0513bd55ad 100644 --- a/js/client/variables/scheduler.ROLE_WORKER.html +++ b/js/client/variables/scheduler.ROLE_WORKER.html @@ -1,2 +1,2 @@ ROLE_WORKER | @oasisprotocol/client
            ROLE_WORKER: 1 = 1

            RoleWorker indicates the node is a worker.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/signature.CHAIN_CONTEXT_SEPARATOR.html b/js/client/variables/signature.CHAIN_CONTEXT_SEPARATOR.html index c1c4d90aac..fe7fcfdc1f 100644 --- a/js/client/variables/signature.CHAIN_CONTEXT_SEPARATOR.html +++ b/js/client/variables/signature.CHAIN_CONTEXT_SEPARATOR.html @@ -1 +1 @@ -CHAIN_CONTEXT_SEPARATOR | @oasisprotocol/client

            Variable CHAIN_CONTEXT_SEPARATORConst

            CHAIN_CONTEXT_SEPARATOR: " for chain " = ' for chain '

            Generated using TypeDoc

            \ No newline at end of file +CHAIN_CONTEXT_SEPARATOR | @oasisprotocol/client

            Variable CHAIN_CONTEXT_SEPARATORConst

            CHAIN_CONTEXT_SEPARATOR: " for chain " = ' for chain '

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ADDRESS_PREFIX.html b/js/client/variables/staking.ADDRESS_PREFIX.html index 23c4c378fb..6bd9df5eea 100644 --- a/js/client/variables/staking.ADDRESS_PREFIX.html +++ b/js/client/variables/staking.ADDRESS_PREFIX.html @@ -1,3 +1,3 @@ ADDRESS_PREFIX | @oasisprotocol/client

            Variable ADDRESS_PREFIXConst

            ADDRESS_PREFIX: "oasis" = 'oasis'

            AddressBech32HRP is the unique human readable part of Bech32 encoded staking account addresses.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ADDRESS_RUNTIME_V0_CONTEXT_IDENTIFIER.html b/js/client/variables/staking.ADDRESS_RUNTIME_V0_CONTEXT_IDENTIFIER.html index 0a66b0fb92..ec2c250351 100644 --- a/js/client/variables/staking.ADDRESS_RUNTIME_V0_CONTEXT_IDENTIFIER.html +++ b/js/client/variables/staking.ADDRESS_RUNTIME_V0_CONTEXT_IDENTIFIER.html @@ -1,2 +1,2 @@ ADDRESS_RUNTIME_V0_CONTEXT_IDENTIFIER | @oasisprotocol/client

            Variable ADDRESS_RUNTIME_V0_CONTEXT_IDENTIFIERConst

            ADDRESS_RUNTIME_V0_CONTEXT_IDENTIFIER: "oasis-core/address: runtime" = 'oasis-core/address: runtime'

            AddressRuntimeV0Context is the unique context for v0 runtime account addresses.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ADDRESS_RUNTIME_V0_CONTEXT_VERSION.html b/js/client/variables/staking.ADDRESS_RUNTIME_V0_CONTEXT_VERSION.html index de239c151f..d8fc0a55b8 100644 --- a/js/client/variables/staking.ADDRESS_RUNTIME_V0_CONTEXT_VERSION.html +++ b/js/client/variables/staking.ADDRESS_RUNTIME_V0_CONTEXT_VERSION.html @@ -1,2 +1,2 @@ ADDRESS_RUNTIME_V0_CONTEXT_VERSION | @oasisprotocol/client

            Variable ADDRESS_RUNTIME_V0_CONTEXT_VERSIONConst

            ADDRESS_RUNTIME_V0_CONTEXT_VERSION: 0 = 0

            AddressRuntimeV0Context is the unique context for v0 runtime account addresses.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ADDRESS_V0_CONTEXT_IDENTIFIER.html b/js/client/variables/staking.ADDRESS_V0_CONTEXT_IDENTIFIER.html index 6c48ef9b59..5f46e195c0 100644 --- a/js/client/variables/staking.ADDRESS_V0_CONTEXT_IDENTIFIER.html +++ b/js/client/variables/staking.ADDRESS_V0_CONTEXT_IDENTIFIER.html @@ -1,2 +1,2 @@ ADDRESS_V0_CONTEXT_IDENTIFIER | @oasisprotocol/client

            Variable ADDRESS_V0_CONTEXT_IDENTIFIERConst

            ADDRESS_V0_CONTEXT_IDENTIFIER: "oasis-core/address: staking" = 'oasis-core/address: staking'

            AddressV0Context is the unique context for v0 staking account addresses.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ADDRESS_V0_CONTEXT_VERSION.html b/js/client/variables/staking.ADDRESS_V0_CONTEXT_VERSION.html index 706ccccbcc..a969fb6f44 100644 --- a/js/client/variables/staking.ADDRESS_V0_CONTEXT_VERSION.html +++ b/js/client/variables/staking.ADDRESS_V0_CONTEXT_VERSION.html @@ -1,2 +1,2 @@ ADDRESS_V0_CONTEXT_VERSION | @oasisprotocol/client

            Variable ADDRESS_V0_CONTEXT_VERSIONConst

            ADDRESS_V0_CONTEXT_VERSION: 0 = 0

            AddressV0Context is the unique context for v0 staking account addresses.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ERR_BALANCE_TOO_LOW_CODE.html b/js/client/variables/staking.ERR_BALANCE_TOO_LOW_CODE.html index 99e3dc1e92..ffceb2fb29 100644 --- a/js/client/variables/staking.ERR_BALANCE_TOO_LOW_CODE.html +++ b/js/client/variables/staking.ERR_BALANCE_TOO_LOW_CODE.html @@ -1,3 +1,3 @@ ERR_BALANCE_TOO_LOW_CODE | @oasisprotocol/client

            Variable ERR_BALANCE_TOO_LOW_CODEConst

            ERR_BALANCE_TOO_LOW_CODE: 10 = 10

            ErrBalanceTooLow is the error returned when an account's balance is below the minimum allowed amount.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ERR_FORBIDDEN_CODE.html b/js/client/variables/staking.ERR_FORBIDDEN_CODE.html index b71707d343..d7c0b911d2 100644 --- a/js/client/variables/staking.ERR_FORBIDDEN_CODE.html +++ b/js/client/variables/staking.ERR_FORBIDDEN_CODE.html @@ -1,3 +1,3 @@ ERR_FORBIDDEN_CODE | @oasisprotocol/client

            Variable ERR_FORBIDDEN_CODEConst

            ERR_FORBIDDEN_CODE: 5 = 5

            ErrForbidden is the error returned when an operation is forbidden by policy.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ERR_INSUFFICIENT_BALANCE_CODE.html b/js/client/variables/staking.ERR_INSUFFICIENT_BALANCE_CODE.html index 29deed67f6..ac21e0a5db 100644 --- a/js/client/variables/staking.ERR_INSUFFICIENT_BALANCE_CODE.html +++ b/js/client/variables/staking.ERR_INSUFFICIENT_BALANCE_CODE.html @@ -1,3 +1,3 @@ ERR_INSUFFICIENT_BALANCE_CODE | @oasisprotocol/client

            Variable ERR_INSUFFICIENT_BALANCE_CODEConst

            ERR_INSUFFICIENT_BALANCE_CODE: 3 = 3

            ErrInsufficientBalance is the error returned when an operation fails due to insufficient balance.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ERR_INSUFFICIENT_STAKE_CODE.html b/js/client/variables/staking.ERR_INSUFFICIENT_STAKE_CODE.html index 692bb9af71..e5b88c1ba1 100644 --- a/js/client/variables/staking.ERR_INSUFFICIENT_STAKE_CODE.html +++ b/js/client/variables/staking.ERR_INSUFFICIENT_STAKE_CODE.html @@ -1,3 +1,3 @@ ERR_INSUFFICIENT_STAKE_CODE | @oasisprotocol/client

            Variable ERR_INSUFFICIENT_STAKE_CODEConst

            ERR_INSUFFICIENT_STAKE_CODE: 4 = 4

            ErrInsufficientStake is the error returned when an operation fails due to insufficient stake.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ERR_INVALID_ARGUMENT_CODE.html b/js/client/variables/staking.ERR_INVALID_ARGUMENT_CODE.html index 0bbf7e6154..deaefb65ad 100644 --- a/js/client/variables/staking.ERR_INVALID_ARGUMENT_CODE.html +++ b/js/client/variables/staking.ERR_INVALID_ARGUMENT_CODE.html @@ -1,2 +1,2 @@ ERR_INVALID_ARGUMENT_CODE | @oasisprotocol/client

            Variable ERR_INVALID_ARGUMENT_CODEConst

            ERR_INVALID_ARGUMENT_CODE: 1 = 1

            ErrInvalidArgument is the error returned on malformed arguments.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ERR_INVALID_SIGNATURE_CODE.html b/js/client/variables/staking.ERR_INVALID_SIGNATURE_CODE.html index da3094dd71..b8f34f96e3 100644 --- a/js/client/variables/staking.ERR_INVALID_SIGNATURE_CODE.html +++ b/js/client/variables/staking.ERR_INVALID_SIGNATURE_CODE.html @@ -1,2 +1,2 @@ ERR_INVALID_SIGNATURE_CODE | @oasisprotocol/client

            Variable ERR_INVALID_SIGNATURE_CODEConst

            ERR_INVALID_SIGNATURE_CODE: 2 = 2

            ErrInvalidSignature is the error returned on invalid signature.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ERR_INVALID_THRESHOLD_CODE.html b/js/client/variables/staking.ERR_INVALID_THRESHOLD_CODE.html index cf58e7f288..e9eb3eca54 100644 --- a/js/client/variables/staking.ERR_INVALID_THRESHOLD_CODE.html +++ b/js/client/variables/staking.ERR_INVALID_THRESHOLD_CODE.html @@ -1,3 +1,3 @@ ERR_INVALID_THRESHOLD_CODE | @oasisprotocol/client

            Variable ERR_INVALID_THRESHOLD_CODEConst

            ERR_INVALID_THRESHOLD_CODE: 6 = 6

            ErrInvalidThreshold is the error returned when an invalid threshold kind is specified in a query.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ERR_TOO_MANY_ALLOWANCES_CODE.html b/js/client/variables/staking.ERR_TOO_MANY_ALLOWANCES_CODE.html index 4ab4fa87d3..8d7c4cbd4e 100644 --- a/js/client/variables/staking.ERR_TOO_MANY_ALLOWANCES_CODE.html +++ b/js/client/variables/staking.ERR_TOO_MANY_ALLOWANCES_CODE.html @@ -1,3 +1,3 @@ ERR_TOO_MANY_ALLOWANCES_CODE | @oasisprotocol/client

            Variable ERR_TOO_MANY_ALLOWANCES_CODEConst

            ERR_TOO_MANY_ALLOWANCES_CODE: 7 = 7

            ErrTooManyAllowances is the error returned when the number of allowances per account would exceed the maximum allowed number.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ERR_UNDER_MIN_DELEGATION_AMOUNT_CODE.html b/js/client/variables/staking.ERR_UNDER_MIN_DELEGATION_AMOUNT_CODE.html index 731dc4429d..3368943713 100644 --- a/js/client/variables/staking.ERR_UNDER_MIN_DELEGATION_AMOUNT_CODE.html +++ b/js/client/variables/staking.ERR_UNDER_MIN_DELEGATION_AMOUNT_CODE.html @@ -1,4 +1,4 @@ ERR_UNDER_MIN_DELEGATION_AMOUNT_CODE | @oasisprotocol/client

            Variable ERR_UNDER_MIN_DELEGATION_AMOUNT_CODEConst

            ERR_UNDER_MIN_DELEGATION_AMOUNT_CODE: 8 = 8

            ErrUnderMinDelegationAmount is the error returned when the given escrow amount is lower than the minimum delegation amount specified in the consensus parameters.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.ERR_UNDER_MIN_TRANSFER_AMOUNT_CODE.html b/js/client/variables/staking.ERR_UNDER_MIN_TRANSFER_AMOUNT_CODE.html index 3a6406d304..2c2fcb08b0 100644 --- a/js/client/variables/staking.ERR_UNDER_MIN_TRANSFER_AMOUNT_CODE.html +++ b/js/client/variables/staking.ERR_UNDER_MIN_TRANSFER_AMOUNT_CODE.html @@ -1,4 +1,4 @@ ERR_UNDER_MIN_TRANSFER_AMOUNT_CODE | @oasisprotocol/client

            Variable ERR_UNDER_MIN_TRANSFER_AMOUNT_CODEConst

            ERR_UNDER_MIN_TRANSFER_AMOUNT_CODE: 9 = 9

            ErrUnderMinTransferAmount is the error returned when the given transfer or burn or withdrawal amount is lower than the minimum transfer amount specified in the consensus parameters.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.GAS_OP_ADD_ESCROW.html b/js/client/variables/staking.GAS_OP_ADD_ESCROW.html index 5e71e5a86c..2817d6d237 100644 --- a/js/client/variables/staking.GAS_OP_ADD_ESCROW.html +++ b/js/client/variables/staking.GAS_OP_ADD_ESCROW.html @@ -1,2 +1,2 @@ GAS_OP_ADD_ESCROW | @oasisprotocol/client

            Variable GAS_OP_ADD_ESCROWConst

            GAS_OP_ADD_ESCROW: "add_escrow" = 'add_escrow'

            GasOpAddEscrow is the gas operation identifier for add escrow.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.GAS_OP_ALLOW.html b/js/client/variables/staking.GAS_OP_ALLOW.html index 3d3112213d..47aa999f7a 100644 --- a/js/client/variables/staking.GAS_OP_ALLOW.html +++ b/js/client/variables/staking.GAS_OP_ALLOW.html @@ -1,2 +1,2 @@ GAS_OP_ALLOW | @oasisprotocol/client

            Variable GAS_OP_ALLOWConst

            GAS_OP_ALLOW: "allow" = 'allow'

            GasOpAllow is the gas operation identifier for allow.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.GAS_OP_AMEND_COMMISSION_SCHEDULE.html b/js/client/variables/staking.GAS_OP_AMEND_COMMISSION_SCHEDULE.html index 959fdf05a6..9a6322f63d 100644 --- a/js/client/variables/staking.GAS_OP_AMEND_COMMISSION_SCHEDULE.html +++ b/js/client/variables/staking.GAS_OP_AMEND_COMMISSION_SCHEDULE.html @@ -1,2 +1,2 @@ GAS_OP_AMEND_COMMISSION_SCHEDULE | @oasisprotocol/client

            Variable GAS_OP_AMEND_COMMISSION_SCHEDULEConst

            GAS_OP_AMEND_COMMISSION_SCHEDULE: "amend_commission_schedule" = 'amend_commission_schedule'

            GasOpAmendCommissionSchedule is the gas operation identifier for amend commission schedule.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.GAS_OP_BURN.html b/js/client/variables/staking.GAS_OP_BURN.html index 2adc84c8b2..97f66caa6e 100644 --- a/js/client/variables/staking.GAS_OP_BURN.html +++ b/js/client/variables/staking.GAS_OP_BURN.html @@ -1,2 +1,2 @@ GAS_OP_BURN | @oasisprotocol/client

            Variable GAS_OP_BURNConst

            GAS_OP_BURN: "burn" = 'burn'

            GasOpBurn is the gas operation identifier for burn.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.GAS_OP_RECLAIM_ESCROW.html b/js/client/variables/staking.GAS_OP_RECLAIM_ESCROW.html index 721134db77..8add384d1e 100644 --- a/js/client/variables/staking.GAS_OP_RECLAIM_ESCROW.html +++ b/js/client/variables/staking.GAS_OP_RECLAIM_ESCROW.html @@ -1,2 +1,2 @@ GAS_OP_RECLAIM_ESCROW | @oasisprotocol/client

            Variable GAS_OP_RECLAIM_ESCROWConst

            GAS_OP_RECLAIM_ESCROW: "reclaim_escrow" = 'reclaim_escrow'

            GasOpReclaimEscrow is the gas operation identifier for reclaim escrow.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.GAS_OP_TRANSFER.html b/js/client/variables/staking.GAS_OP_TRANSFER.html index 4440a80655..581b743330 100644 --- a/js/client/variables/staking.GAS_OP_TRANSFER.html +++ b/js/client/variables/staking.GAS_OP_TRANSFER.html @@ -1,2 +1,2 @@ GAS_OP_TRANSFER | @oasisprotocol/client

            Variable GAS_OP_TRANSFERConst

            GAS_OP_TRANSFER: "transfer" = 'transfer'

            GasOpTransfer is the gas operation identifier for transfer.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.GAS_OP_WITHDRAW.html b/js/client/variables/staking.GAS_OP_WITHDRAW.html index 51215257e9..e477dc08e7 100644 --- a/js/client/variables/staking.GAS_OP_WITHDRAW.html +++ b/js/client/variables/staking.GAS_OP_WITHDRAW.html @@ -1,2 +1,2 @@ GAS_OP_WITHDRAW | @oasisprotocol/client

            Variable GAS_OP_WITHDRAWConst

            GAS_OP_WITHDRAW: "withdraw" = 'withdraw'

            GasOpWithdraw is the gas operation identifier for withdraw.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.KIND_ENTITY.html b/js/client/variables/staking.KIND_ENTITY.html index badbd2666b..97b67ecd59 100644 --- a/js/client/variables/staking.KIND_ENTITY.html +++ b/js/client/variables/staking.KIND_ENTITY.html @@ -1 +1 @@ -KIND_ENTITY | @oasisprotocol/client

            Variable KIND_ENTITYConst

            KIND_ENTITY: 0 = 0

            Generated using TypeDoc

            \ No newline at end of file +KIND_ENTITY | @oasisprotocol/client

            Variable KIND_ENTITYConst

            KIND_ENTITY: 0 = 0

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.KIND_MAX.html b/js/client/variables/staking.KIND_MAX.html index ccfa920973..aaa1a5c997 100644 --- a/js/client/variables/staking.KIND_MAX.html +++ b/js/client/variables/staking.KIND_MAX.html @@ -1 +1 @@ -KIND_MAX | @oasisprotocol/client
            KIND_MAX: 6 = KIND_RUNTIME_KEY_MANAGER

            Generated using TypeDoc

            \ No newline at end of file +KIND_MAX | @oasisprotocol/client
            KIND_MAX: 6 = KIND_RUNTIME_KEY_MANAGER

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.KIND_NODE_COMPUTE.html b/js/client/variables/staking.KIND_NODE_COMPUTE.html index d20ab44671..db7d1e1af4 100644 --- a/js/client/variables/staking.KIND_NODE_COMPUTE.html +++ b/js/client/variables/staking.KIND_NODE_COMPUTE.html @@ -1 +1 @@ -KIND_NODE_COMPUTE | @oasisprotocol/client

            Variable KIND_NODE_COMPUTEConst

            KIND_NODE_COMPUTE: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file +KIND_NODE_COMPUTE | @oasisprotocol/client

            Variable KIND_NODE_COMPUTEConst

            KIND_NODE_COMPUTE: 2 = 2

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.KIND_NODE_KEY_MANAGER.html b/js/client/variables/staking.KIND_NODE_KEY_MANAGER.html index b7ad09ffd0..67dc6abaa2 100644 --- a/js/client/variables/staking.KIND_NODE_KEY_MANAGER.html +++ b/js/client/variables/staking.KIND_NODE_KEY_MANAGER.html @@ -1 +1 @@ -KIND_NODE_KEY_MANAGER | @oasisprotocol/client

            Variable KIND_NODE_KEY_MANAGERConst

            KIND_NODE_KEY_MANAGER: 4 = 4

            Generated using TypeDoc

            \ No newline at end of file +KIND_NODE_KEY_MANAGER | @oasisprotocol/client

            Variable KIND_NODE_KEY_MANAGERConst

            KIND_NODE_KEY_MANAGER: 4 = 4

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.KIND_NODE_STORAGE.html b/js/client/variables/staking.KIND_NODE_STORAGE.html index c62549cee3..b02ece799c 100644 --- a/js/client/variables/staking.KIND_NODE_STORAGE.html +++ b/js/client/variables/staking.KIND_NODE_STORAGE.html @@ -1 +1 @@ -KIND_NODE_STORAGE | @oasisprotocol/client

            Variable KIND_NODE_STORAGEConst

            KIND_NODE_STORAGE: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file +KIND_NODE_STORAGE | @oasisprotocol/client

            Variable KIND_NODE_STORAGEConst

            KIND_NODE_STORAGE: 3 = 3

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.KIND_NODE_VALIDATOR.html b/js/client/variables/staking.KIND_NODE_VALIDATOR.html index 44f0695b45..10999cd09a 100644 --- a/js/client/variables/staking.KIND_NODE_VALIDATOR.html +++ b/js/client/variables/staking.KIND_NODE_VALIDATOR.html @@ -1 +1 @@ -KIND_NODE_VALIDATOR | @oasisprotocol/client

            Variable KIND_NODE_VALIDATORConst

            KIND_NODE_VALIDATOR: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file +KIND_NODE_VALIDATOR | @oasisprotocol/client

            Variable KIND_NODE_VALIDATORConst

            KIND_NODE_VALIDATOR: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.KIND_RUNTIME_COMPUTE.html b/js/client/variables/staking.KIND_RUNTIME_COMPUTE.html index c0ba9f3f32..232643c38c 100644 --- a/js/client/variables/staking.KIND_RUNTIME_COMPUTE.html +++ b/js/client/variables/staking.KIND_RUNTIME_COMPUTE.html @@ -1 +1 @@ -KIND_RUNTIME_COMPUTE | @oasisprotocol/client

            Variable KIND_RUNTIME_COMPUTEConst

            KIND_RUNTIME_COMPUTE: 5 = 5

            Generated using TypeDoc

            \ No newline at end of file +KIND_RUNTIME_COMPUTE | @oasisprotocol/client

            Variable KIND_RUNTIME_COMPUTEConst

            KIND_RUNTIME_COMPUTE: 5 = 5

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.KIND_RUNTIME_KEY_MANAGER.html b/js/client/variables/staking.KIND_RUNTIME_KEY_MANAGER.html index c4fa6c0738..c768b3e45e 100644 --- a/js/client/variables/staking.KIND_RUNTIME_KEY_MANAGER.html +++ b/js/client/variables/staking.KIND_RUNTIME_KEY_MANAGER.html @@ -1 +1 @@ -KIND_RUNTIME_KEY_MANAGER | @oasisprotocol/client

            Variable KIND_RUNTIME_KEY_MANAGERConst

            KIND_RUNTIME_KEY_MANAGER: 6 = 6

            Generated using TypeDoc

            \ No newline at end of file +KIND_RUNTIME_KEY_MANAGER | @oasisprotocol/client

            Variable KIND_RUNTIME_KEY_MANAGERConst

            KIND_RUNTIME_KEY_MANAGER: 6 = 6

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.METHOD_ADD_ESCROW.html b/js/client/variables/staking.METHOD_ADD_ESCROW.html index a8a01e9016..f63907b678 100644 --- a/js/client/variables/staking.METHOD_ADD_ESCROW.html +++ b/js/client/variables/staking.METHOD_ADD_ESCROW.html @@ -1,2 +1,2 @@ METHOD_ADD_ESCROW | @oasisprotocol/client

            Variable METHOD_ADD_ESCROWConst

            METHOD_ADD_ESCROW: "staking.AddEscrow" = 'staking.AddEscrow'

            MethodAddEscrow is the method name for escrows.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.METHOD_ALLOW.html b/js/client/variables/staking.METHOD_ALLOW.html index 99e154212f..d8a766587a 100644 --- a/js/client/variables/staking.METHOD_ALLOW.html +++ b/js/client/variables/staking.METHOD_ALLOW.html @@ -1,2 +1,2 @@ METHOD_ALLOW | @oasisprotocol/client

            Variable METHOD_ALLOWConst

            METHOD_ALLOW: "staking.Allow" = 'staking.Allow'

            MethodAllow is the method name for setting a beneficiary allowance.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.METHOD_AMEND_COMMISSION_SCHEDULE.html b/js/client/variables/staking.METHOD_AMEND_COMMISSION_SCHEDULE.html index ce7d3d107f..0c629baa8a 100644 --- a/js/client/variables/staking.METHOD_AMEND_COMMISSION_SCHEDULE.html +++ b/js/client/variables/staking.METHOD_AMEND_COMMISSION_SCHEDULE.html @@ -1,2 +1,2 @@ METHOD_AMEND_COMMISSION_SCHEDULE | @oasisprotocol/client

            Variable METHOD_AMEND_COMMISSION_SCHEDULEConst

            METHOD_AMEND_COMMISSION_SCHEDULE: "staking.AmendCommissionSchedule" = 'staking.AmendCommissionSchedule'

            MethodAmendCommissionSchedule is the method name for amending commission schedules.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.METHOD_BURN.html b/js/client/variables/staking.METHOD_BURN.html index 5b5c4356e7..5ba24d564b 100644 --- a/js/client/variables/staking.METHOD_BURN.html +++ b/js/client/variables/staking.METHOD_BURN.html @@ -1,2 +1,2 @@ METHOD_BURN | @oasisprotocol/client

            Variable METHOD_BURNConst

            METHOD_BURN: "staking.Burn" = 'staking.Burn'

            MethodBurn is the method name for burns.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.METHOD_RECLAIM_ESCROW.html b/js/client/variables/staking.METHOD_RECLAIM_ESCROW.html index 1f139b6379..84b2bfe1dc 100644 --- a/js/client/variables/staking.METHOD_RECLAIM_ESCROW.html +++ b/js/client/variables/staking.METHOD_RECLAIM_ESCROW.html @@ -1,2 +1,2 @@ METHOD_RECLAIM_ESCROW | @oasisprotocol/client

            Variable METHOD_RECLAIM_ESCROWConst

            METHOD_RECLAIM_ESCROW: "staking.ReclaimEscrow" = 'staking.ReclaimEscrow'

            MethodReclaimEscrow is the method name for escrow reclamations.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.METHOD_TRANSFER.html b/js/client/variables/staking.METHOD_TRANSFER.html index bdbe65b4d2..7bacab2704 100644 --- a/js/client/variables/staking.METHOD_TRANSFER.html +++ b/js/client/variables/staking.METHOD_TRANSFER.html @@ -1,2 +1,2 @@ METHOD_TRANSFER | @oasisprotocol/client

            Variable METHOD_TRANSFERConst

            METHOD_TRANSFER: "staking.Transfer" = 'staking.Transfer'

            MethodTransfer is the method name for transfers.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.METHOD_WITHDRAW.html b/js/client/variables/staking.METHOD_WITHDRAW.html index 4289a5a03f..d5e593e1b2 100644 --- a/js/client/variables/staking.METHOD_WITHDRAW.html +++ b/js/client/variables/staking.METHOD_WITHDRAW.html @@ -1,2 +1,2 @@ METHOD_WITHDRAW | @oasisprotocol/client

            Variable METHOD_WITHDRAWConst

            METHOD_WITHDRAW: "staking.Withdraw" = 'staking.Withdraw'

            MethodWithdraw is the method name for

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.MODULE_NAME.html b/js/client/variables/staking.MODULE_NAME.html index 820a8c920f..82ef26052b 100644 --- a/js/client/variables/staking.MODULE_NAME.html +++ b/js/client/variables/staking.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client

            Variable MODULE_NAMEConst

            MODULE_NAME: "staking" = 'staking'

            ModuleName is a unique module name for the staking module.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.SLASH_BEACON_INVALID_COMMIT.html b/js/client/variables/staking.SLASH_BEACON_INVALID_COMMIT.html index d93545f650..12f913e25c 100644 --- a/js/client/variables/staking.SLASH_BEACON_INVALID_COMMIT.html +++ b/js/client/variables/staking.SLASH_BEACON_INVALID_COMMIT.html @@ -1,2 +1,2 @@ SLASH_BEACON_INVALID_COMMIT | @oasisprotocol/client

            Variable SLASH_BEACON_INVALID_COMMITConst

            SLASH_BEACON_INVALID_COMMIT: 1 = 0x01

            SlashBeaconInvalidCommit is slashing due to invalid commit behavior.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.SLASH_BEACON_INVALID_REVEAL.html b/js/client/variables/staking.SLASH_BEACON_INVALID_REVEAL.html index 22c5ec00c5..a3ea24cf21 100644 --- a/js/client/variables/staking.SLASH_BEACON_INVALID_REVEAL.html +++ b/js/client/variables/staking.SLASH_BEACON_INVALID_REVEAL.html @@ -1,2 +1,2 @@ SLASH_BEACON_INVALID_REVEAL | @oasisprotocol/client

            Variable SLASH_BEACON_INVALID_REVEALConst

            SLASH_BEACON_INVALID_REVEAL: 2 = 0x02

            SlashBeaconInvalidReveal is slashing due to invalid reveal behavior.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.SLASH_BEACON_NONPARTICIPATION.html b/js/client/variables/staking.SLASH_BEACON_NONPARTICIPATION.html index eb8ffc3c10..5ca4b73e00 100644 --- a/js/client/variables/staking.SLASH_BEACON_NONPARTICIPATION.html +++ b/js/client/variables/staking.SLASH_BEACON_NONPARTICIPATION.html @@ -1,2 +1,2 @@ SLASH_BEACON_NONPARTICIPATION | @oasisprotocol/client

            Variable SLASH_BEACON_NONPARTICIPATIONConst

            SLASH_BEACON_NONPARTICIPATION: 3 = 0x03

            SlashBeaconNonparticipation is slashing due to nonparticipation.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.SLASH_CONSENSUS_EQUIVOCATION.html b/js/client/variables/staking.SLASH_CONSENSUS_EQUIVOCATION.html index 4129d81dea..1aaad160d3 100644 --- a/js/client/variables/staking.SLASH_CONSENSUS_EQUIVOCATION.html +++ b/js/client/variables/staking.SLASH_CONSENSUS_EQUIVOCATION.html @@ -1,2 +1,2 @@ SLASH_CONSENSUS_EQUIVOCATION | @oasisprotocol/client

            Variable SLASH_CONSENSUS_EQUIVOCATIONConst

            SLASH_CONSENSUS_EQUIVOCATION: 0 = 0x00

            SlashConsensusEquivocation is slashing due to equivocation.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.SLASH_CONSENSUS_LIGHT_CLIENT_ATTACK.html b/js/client/variables/staking.SLASH_CONSENSUS_LIGHT_CLIENT_ATTACK.html index d729f56b59..f078ece6dd 100644 --- a/js/client/variables/staking.SLASH_CONSENSUS_LIGHT_CLIENT_ATTACK.html +++ b/js/client/variables/staking.SLASH_CONSENSUS_LIGHT_CLIENT_ATTACK.html @@ -1,2 +1,2 @@ SLASH_CONSENSUS_LIGHT_CLIENT_ATTACK | @oasisprotocol/client

            Variable SLASH_CONSENSUS_LIGHT_CLIENT_ATTACKConst

            SLASH_CONSENSUS_LIGHT_CLIENT_ATTACK: 4 = 0x04

            SlashConsensusLightClientAttack is slashing due to light client attacks.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.SLASH_RUNTIME_EQUIVOCATION.html b/js/client/variables/staking.SLASH_RUNTIME_EQUIVOCATION.html index 768b78770e..841b142ddf 100644 --- a/js/client/variables/staking.SLASH_RUNTIME_EQUIVOCATION.html +++ b/js/client/variables/staking.SLASH_RUNTIME_EQUIVOCATION.html @@ -1,3 +1,3 @@ SLASH_RUNTIME_EQUIVOCATION | @oasisprotocol/client

            Variable SLASH_RUNTIME_EQUIVOCATIONConst

            SLASH_RUNTIME_EQUIVOCATION: 129 = 0x81

            SlashRuntimeEquivocation is slashing due to signing two different executor commits or proposed batches for the same round.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.SLASH_RUNTIME_INCORRECT_RESULTS.html b/js/client/variables/staking.SLASH_RUNTIME_INCORRECT_RESULTS.html index 02954398a1..2c49fc0007 100644 --- a/js/client/variables/staking.SLASH_RUNTIME_INCORRECT_RESULTS.html +++ b/js/client/variables/staking.SLASH_RUNTIME_INCORRECT_RESULTS.html @@ -1,3 +1,3 @@ SLASH_RUNTIME_INCORRECT_RESULTS | @oasisprotocol/client

            Variable SLASH_RUNTIME_INCORRECT_RESULTSConst

            SLASH_RUNTIME_INCORRECT_RESULTS: 128 = 0x80

            SlashRuntimeIncorrectResults is slashing due to submission of incorrect results in runtime executor commitments.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.SLASH_RUNTIME_LIVENESS.html b/js/client/variables/staking.SLASH_RUNTIME_LIVENESS.html index e53fa47bc8..3bef8e3a7c 100644 --- a/js/client/variables/staking.SLASH_RUNTIME_LIVENESS.html +++ b/js/client/variables/staking.SLASH_RUNTIME_LIVENESS.html @@ -1,2 +1,2 @@ SLASH_RUNTIME_LIVENESS | @oasisprotocol/client

            Variable SLASH_RUNTIME_LIVENESSConst

            SLASH_RUNTIME_LIVENESS: 130 = 0x82

            SlashRuntimeLiveness is slashing due to not doing the required work.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.TOKEN_ERR_INVALID_TOKEN_VALUE_EXPONENT_CODE.html b/js/client/variables/staking.TOKEN_ERR_INVALID_TOKEN_VALUE_EXPONENT_CODE.html index b5f64c163d..7449633d0e 100644 --- a/js/client/variables/staking.TOKEN_ERR_INVALID_TOKEN_VALUE_EXPONENT_CODE.html +++ b/js/client/variables/staking.TOKEN_ERR_INVALID_TOKEN_VALUE_EXPONENT_CODE.html @@ -1,3 +1,3 @@ TOKEN_ERR_INVALID_TOKEN_VALUE_EXPONENT_CODE | @oasisprotocol/client

            Variable TOKEN_ERR_INVALID_TOKEN_VALUE_EXPONENT_CODEConst

            TOKEN_ERR_INVALID_TOKEN_VALUE_EXPONENT_CODE: 1 = 1

            ErrInvalidTokenValueExponent is the error returned when an invalid token's value base-10 exponent is specified.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/staking.TOKEN_MODULE_NAME.html b/js/client/variables/staking.TOKEN_MODULE_NAME.html index 806d21bef3..06e5b6bfa0 100644 --- a/js/client/variables/staking.TOKEN_MODULE_NAME.html +++ b/js/client/variables/staking.TOKEN_MODULE_NAME.html @@ -1,2 +1,2 @@ TOKEN_MODULE_NAME | @oasisprotocol/client

            Variable TOKEN_MODULE_NAMEConst

            TOKEN_MODULE_NAME: "staking/token" = 'staking/token'

            ModuleName is a unique module name for the staking/token module.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.CHECKPOINT_VERSION.html b/js/client/variables/storage.CHECKPOINT_VERSION.html index 25f3a2aad6..c4779fb6d9 100644 --- a/js/client/variables/storage.CHECKPOINT_VERSION.html +++ b/js/client/variables/storage.CHECKPOINT_VERSION.html @@ -1 +1 @@ -CHECKPOINT_VERSION | @oasisprotocol/client

            Variable CHECKPOINT_VERSIONConst

            CHECKPOINT_VERSION: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file +CHECKPOINT_VERSION | @oasisprotocol/client

            Variable CHECKPOINT_VERSIONConst

            CHECKPOINT_VERSION: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_CANT_PROVE_CODE.html b/js/client/variables/storage.ERR_CANT_PROVE_CODE.html index 629ab9bef9..d5a2898ebd 100644 --- a/js/client/variables/storage.ERR_CANT_PROVE_CODE.html +++ b/js/client/variables/storage.ERR_CANT_PROVE_CODE.html @@ -1,3 +1,3 @@ ERR_CANT_PROVE_CODE | @oasisprotocol/client

            Variable ERR_CANT_PROVE_CODEConst

            ERR_CANT_PROVE_CODE: 1 = 1

            ErrCantProve is the error returned when the backend is incapable of generating proofs (unsupported, no key, etc).

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_CHECKPOINT_NOT_FOUND_CODE.html b/js/client/variables/storage.ERR_CHECKPOINT_NOT_FOUND_CODE.html index c2d41cd087..269056b113 100644 --- a/js/client/variables/storage.ERR_CHECKPOINT_NOT_FOUND_CODE.html +++ b/js/client/variables/storage.ERR_CHECKPOINT_NOT_FOUND_CODE.html @@ -1,2 +1,2 @@ ERR_CHECKPOINT_NOT_FOUND_CODE | @oasisprotocol/client

            Variable ERR_CHECKPOINT_NOT_FOUND_CODEConst

            ERR_CHECKPOINT_NOT_FOUND_CODE: 1 = 1

            ErrCheckpointNotFound is the error when a checkpoint is not found.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_CHUNK_ALREADY_RESTORED_CODE.html b/js/client/variables/storage.ERR_CHUNK_ALREADY_RESTORED_CODE.html index a0bfc87cdd..155850cfc0 100644 --- a/js/client/variables/storage.ERR_CHUNK_ALREADY_RESTORED_CODE.html +++ b/js/client/variables/storage.ERR_CHUNK_ALREADY_RESTORED_CODE.html @@ -1,2 +1,2 @@ ERR_CHUNK_ALREADY_RESTORED_CODE | @oasisprotocol/client

            Variable ERR_CHUNK_ALREADY_RESTORED_CODEConst

            ERR_CHUNK_ALREADY_RESTORED_CODE: 5 = 5

            ErrChunkAlreadyRestored is the error when a chunk has already been restored.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_CHUNK_CORRUPTED_CODE.html b/js/client/variables/storage.ERR_CHUNK_CORRUPTED_CODE.html index 844dce2ee7..6dd1f9bd72 100644 --- a/js/client/variables/storage.ERR_CHUNK_CORRUPTED_CODE.html +++ b/js/client/variables/storage.ERR_CHUNK_CORRUPTED_CODE.html @@ -1,2 +1,2 @@ ERR_CHUNK_CORRUPTED_CODE | @oasisprotocol/client

            Variable ERR_CHUNK_CORRUPTED_CODEConst

            ERR_CHUNK_CORRUPTED_CODE: 7 = 7

            ErrChunkCorrupted is the error when a chunk is corrupted.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_CHUNK_NOT_FOUND_CODE.html b/js/client/variables/storage.ERR_CHUNK_NOT_FOUND_CODE.html index a3eda8cf76..24ec66f324 100644 --- a/js/client/variables/storage.ERR_CHUNK_NOT_FOUND_CODE.html +++ b/js/client/variables/storage.ERR_CHUNK_NOT_FOUND_CODE.html @@ -1,2 +1,2 @@ ERR_CHUNK_NOT_FOUND_CODE | @oasisprotocol/client

            Variable ERR_CHUNK_NOT_FOUND_CODEConst

            ERR_CHUNK_NOT_FOUND_CODE: 2 = 2

            ErrChunkNotFound is the error when a chunk is not found.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_CHUNK_PROOF_VERIFICATION_FAILED_CODE.html b/js/client/variables/storage.ERR_CHUNK_PROOF_VERIFICATION_FAILED_CODE.html index c47ca53bb8..313bf98fe0 100644 --- a/js/client/variables/storage.ERR_CHUNK_PROOF_VERIFICATION_FAILED_CODE.html +++ b/js/client/variables/storage.ERR_CHUNK_PROOF_VERIFICATION_FAILED_CODE.html @@ -1,2 +1,2 @@ ERR_CHUNK_PROOF_VERIFICATION_FAILED_CODE | @oasisprotocol/client

            Variable ERR_CHUNK_PROOF_VERIFICATION_FAILED_CODEConst

            ERR_CHUNK_PROOF_VERIFICATION_FAILED_CODE: 6 = 6

            ErrChunkProofVerificationFailed is the error when a chunk fails proof verification.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_EXPECTED_ROOT_MISMATCH_CODE.html b/js/client/variables/storage.ERR_EXPECTED_ROOT_MISMATCH_CODE.html index 3e53a32a2b..a93459017a 100644 --- a/js/client/variables/storage.ERR_EXPECTED_ROOT_MISMATCH_CODE.html +++ b/js/client/variables/storage.ERR_EXPECTED_ROOT_MISMATCH_CODE.html @@ -1,3 +1,3 @@ ERR_EXPECTED_ROOT_MISMATCH_CODE | @oasisprotocol/client

            Variable ERR_EXPECTED_ROOT_MISMATCH_CODEConst

            ERR_EXPECTED_ROOT_MISMATCH_CODE: 3 = 3

            ErrExpectedRootMismatch is the error returned when the expected root does not match the computed root.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_LIMIT_REACHED_CODE.html b/js/client/variables/storage.ERR_LIMIT_REACHED_CODE.html index 034e76e258..0342673782 100644 --- a/js/client/variables/storage.ERR_LIMIT_REACHED_CODE.html +++ b/js/client/variables/storage.ERR_LIMIT_REACHED_CODE.html @@ -1,2 +1,2 @@ ERR_LIMIT_REACHED_CODE | @oasisprotocol/client

            Variable ERR_LIMIT_REACHED_CODEConst

            ERR_LIMIT_REACHED_CODE: 5 = 5

            ErrLimitReached means that a configured limit has been reached.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_NO_RESTORE_IN_PROGRESS_CODE.html b/js/client/variables/storage.ERR_NO_RESTORE_IN_PROGRESS_CODE.html index edbd69314d..4d000b505e 100644 --- a/js/client/variables/storage.ERR_NO_RESTORE_IN_PROGRESS_CODE.html +++ b/js/client/variables/storage.ERR_NO_RESTORE_IN_PROGRESS_CODE.html @@ -1,2 +1,2 @@ ERR_NO_RESTORE_IN_PROGRESS_CODE | @oasisprotocol/client

            Variable ERR_NO_RESTORE_IN_PROGRESS_CODEConst

            ERR_NO_RESTORE_IN_PROGRESS_CODE: 4 = 4

            ErrNoRestoreInProgress is the error when no checkpoint restore is currently in progress.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_NO_ROOTS_CODE.html b/js/client/variables/storage.ERR_NO_ROOTS_CODE.html index cf5fed155a..104c0b6362 100644 --- a/js/client/variables/storage.ERR_NO_ROOTS_CODE.html +++ b/js/client/variables/storage.ERR_NO_ROOTS_CODE.html @@ -1,3 +1,3 @@ ERR_NO_ROOTS_CODE | @oasisprotocol/client

            Variable ERR_NO_ROOTS_CODEConst

            ERR_NO_ROOTS_CODE: 2 = 2

            ErrNoRoots is the error returned when the generated receipt would not contain any roots.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_RESTORE_ALREADY_IN_PROGRESS_CODE.html b/js/client/variables/storage.ERR_RESTORE_ALREADY_IN_PROGRESS_CODE.html index 26b8fbf9c2..a3356db67e 100644 --- a/js/client/variables/storage.ERR_RESTORE_ALREADY_IN_PROGRESS_CODE.html +++ b/js/client/variables/storage.ERR_RESTORE_ALREADY_IN_PROGRESS_CODE.html @@ -1,3 +1,3 @@ ERR_RESTORE_ALREADY_IN_PROGRESS_CODE | @oasisprotocol/client

            Variable ERR_RESTORE_ALREADY_IN_PROGRESS_CODEConst

            ERR_RESTORE_ALREADY_IN_PROGRESS_CODE: 3 = 3

            ErrRestoreAlreadyInProgress is the error when a checkpoint restore is already in progress and the caller wanted to start another restore.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ERR_UNSUPPORTED_CODE.html b/js/client/variables/storage.ERR_UNSUPPORTED_CODE.html index e30df479ad..ba678cc873 100644 --- a/js/client/variables/storage.ERR_UNSUPPORTED_CODE.html +++ b/js/client/variables/storage.ERR_UNSUPPORTED_CODE.html @@ -1,3 +1,3 @@ ERR_UNSUPPORTED_CODE | @oasisprotocol/client

            Variable ERR_UNSUPPORTED_CODEConst

            ERR_UNSUPPORTED_CODE: 4 = 4

            ErrUnsupported is the error returned when the called method is not supported by the given backend.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_CHECKPOINT_MODULE_NAME.html b/js/client/variables/storage.MKVS_CHECKPOINT_MODULE_NAME.html index 4c74c4a58e..765b2e8b28 100644 --- a/js/client/variables/storage.MKVS_CHECKPOINT_MODULE_NAME.html +++ b/js/client/variables/storage.MKVS_CHECKPOINT_MODULE_NAME.html @@ -1 +1 @@ -MKVS_CHECKPOINT_MODULE_NAME | @oasisprotocol/client

            Variable MKVS_CHECKPOINT_MODULE_NAMEConst

            MKVS_CHECKPOINT_MODULE_NAME: "storage/mkvs/checkpoint" = 'storage/mkvs/checkpoint'

            Generated using TypeDoc

            \ No newline at end of file +MKVS_CHECKPOINT_MODULE_NAME | @oasisprotocol/client

            Variable MKVS_CHECKPOINT_MODULE_NAMEConst

            MKVS_CHECKPOINT_MODULE_NAME: "storage/mkvs/checkpoint" = 'storage/mkvs/checkpoint'

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_ALREADY_FINALIZED_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_ALREADY_FINALIZED_CODE.html index 881e3ce5b6..fa5eaf726c 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_ALREADY_FINALIZED_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_ALREADY_FINALIZED_CODE.html @@ -1,2 +1,2 @@ MKVS_DB_ERR_ALREADY_FINALIZED_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_ALREADY_FINALIZED_CODEConst

            MKVS_DB_ERR_ALREADY_FINALIZED_CODE: 4 = 4

            ErrAlreadyFinalized indicates that the given version has already been finalized.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_BAD_NAMESPACE_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_BAD_NAMESPACE_CODE.html index 1508da2856..efebc92a56 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_BAD_NAMESPACE_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_BAD_NAMESPACE_CODE.html @@ -1,3 +1,3 @@ MKVS_DB_ERR_BAD_NAMESPACE_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_BAD_NAMESPACE_CODEConst

            MKVS_DB_ERR_BAD_NAMESPACE_CODE: 10 = 10

            ErrBadNamespace indicates that the passed namespace does not match what is actually contained within the database.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_INVALID_MULTIPART_VERSION_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_INVALID_MULTIPART_VERSION_CODE.html index 914c8f34aa..a1671d4afa 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_INVALID_MULTIPART_VERSION_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_INVALID_MULTIPART_VERSION_CODE.html @@ -1,3 +1,3 @@ MKVS_DB_ERR_INVALID_MULTIPART_VERSION_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_INVALID_MULTIPART_VERSION_CODEConst

            MKVS_DB_ERR_INVALID_MULTIPART_VERSION_CODE: 14 = 14

            ErrInvalidMultipartVersion indicates that a Finalize, NewBatch or Commit was called with a version that doesn't match the current multipart restore as set with StartMultipartRestore.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_MULTIPART_IN_PROGRESS_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_MULTIPART_IN_PROGRESS_CODE.html index 7ead66d4a1..7eac46b527 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_MULTIPART_IN_PROGRESS_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_MULTIPART_IN_PROGRESS_CODE.html @@ -1,3 +1,3 @@ MKVS_DB_ERR_MULTIPART_IN_PROGRESS_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_MULTIPART_IN_PROGRESS_CODEConst

            MKVS_DB_ERR_MULTIPART_IN_PROGRESS_CODE: 13 = 13

            ErrMultipartInProgress indicates that a multipart restore operation is already in progress.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_NODE_NOT_FOUND_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_NODE_NOT_FOUND_CODE.html index 51ae4a7eea..c6c216c78f 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_NODE_NOT_FOUND_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_NODE_NOT_FOUND_CODE.html @@ -1,3 +1,3 @@ MKVS_DB_ERR_NODE_NOT_FOUND_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_NODE_NOT_FOUND_CODEConst

            MKVS_DB_ERR_NODE_NOT_FOUND_CODE: 1 = 1

            ErrNodeNotFound indicates that a node with the specified hash couldn't be found in the database.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_NOT_EARLIEST_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_NOT_EARLIEST_CODE.html index 3bfe002f26..5226f0d618 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_NOT_EARLIEST_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_NOT_EARLIEST_CODE.html @@ -1,2 +1,2 @@ MKVS_DB_ERR_NOT_EARLIEST_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_NOT_EARLIEST_CODEConst

            MKVS_DB_ERR_NOT_EARLIEST_CODE: 11 = 11

            ErrNotEarliest indicates that the given version is not the earliest version.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_NOT_FINALIZED_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_NOT_FINALIZED_CODE.html index cae1d89568..0f5c40060b 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_NOT_FINALIZED_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_NOT_FINALIZED_CODE.html @@ -1,3 +1,3 @@ MKVS_DB_ERR_NOT_FINALIZED_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_NOT_FINALIZED_CODEConst

            MKVS_DB_ERR_NOT_FINALIZED_CODE: 3 = 3

            ErrNotFinalized indicates that the operation requires a version to be finalized but the version is not yet finalized.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_PREVIOUS_VERSION_MISMATCH_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_PREVIOUS_VERSION_MISMATCH_CODE.html index 7cc8268a57..0b0cb184be 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_PREVIOUS_VERSION_MISMATCH_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_PREVIOUS_VERSION_MISMATCH_CODE.html @@ -1,3 +1,3 @@ MKVS_DB_ERR_PREVIOUS_VERSION_MISMATCH_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_PREVIOUS_VERSION_MISMATCH_CODEConst

            MKVS_DB_ERR_PREVIOUS_VERSION_MISMATCH_CODE: 6 = 6

            ErrPreviousVersionMismatch indicates that the version given for the old root does not match the previous version.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_READ_ONLY_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_READ_ONLY_CODE.html index bdd8731a65..4f1f4bd487 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_READ_ONLY_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_READ_ONLY_CODE.html @@ -1,2 +1,2 @@ MKVS_DB_ERR_READ_ONLY_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_READ_ONLY_CODEConst

            MKVS_DB_ERR_READ_ONLY_CODE: 12 = 12

            ErrReadOnly indicates that a write operation failed due to a read-only database.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_ROOT_MUST_FOLLOW_OLD_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_ROOT_MUST_FOLLOW_OLD_CODE.html index 1ab62d8fa8..e35a56cfae 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_ROOT_MUST_FOLLOW_OLD_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_ROOT_MUST_FOLLOW_OLD_CODE.html @@ -1,2 +1,2 @@ MKVS_DB_ERR_ROOT_MUST_FOLLOW_OLD_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_ROOT_MUST_FOLLOW_OLD_CODEConst

            MKVS_DB_ERR_ROOT_MUST_FOLLOW_OLD_CODE: 9 = 9

            ErrRootMustFollowOld indicates that the passed new root does not follow old root.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_ROOT_NOT_FOUND_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_ROOT_NOT_FOUND_CODE.html index c1e647b6ad..098b8d321c 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_ROOT_NOT_FOUND_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_ROOT_NOT_FOUND_CODE.html @@ -1,2 +1,2 @@ MKVS_DB_ERR_ROOT_NOT_FOUND_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_ROOT_NOT_FOUND_CODEConst

            MKVS_DB_ERR_ROOT_NOT_FOUND_CODE: 8 = 8

            ErrRootNotFound indicates that the given root cannot be found.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_UPGRADE_IN_PROGRESS_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_UPGRADE_IN_PROGRESS_CODE.html index 484a5a1824..194ae5a982 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_UPGRADE_IN_PROGRESS_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_UPGRADE_IN_PROGRESS_CODE.html @@ -1,3 +1,3 @@ MKVS_DB_ERR_UPGRADE_IN_PROGRESS_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_UPGRADE_IN_PROGRESS_CODEConst

            MKVS_DB_ERR_UPGRADE_IN_PROGRESS_CODE: 15 = 15

            ErrUpgradeInProgress indicates that a database upgrade was started by the upgrader tool and the database is therefore unusable. Run the upgrade tool to finish upgrading.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_VERSION_NOT_FOUND_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_VERSION_NOT_FOUND_CODE.html index 34bb28e1e2..a1e0c0e9f8 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_VERSION_NOT_FOUND_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_VERSION_NOT_FOUND_CODE.html @@ -1,2 +1,2 @@ MKVS_DB_ERR_VERSION_NOT_FOUND_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_VERSION_NOT_FOUND_CODEConst

            MKVS_DB_ERR_VERSION_NOT_FOUND_CODE: 5 = 5

            ErrVersionNotFound indicates that the given version cannot be found.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_VERSION_WENT_BACKWARDS_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_VERSION_WENT_BACKWARDS_CODE.html index de1ea17cac..6bfbdfa16b 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_VERSION_WENT_BACKWARDS_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_VERSION_WENT_BACKWARDS_CODE.html @@ -1,3 +1,3 @@ MKVS_DB_ERR_VERSION_WENT_BACKWARDS_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_VERSION_WENT_BACKWARDS_CODEConst

            MKVS_DB_ERR_VERSION_WENT_BACKWARDS_CODE: 7 = 7

            ErrVersionWentBackwards indicates that the new version is earlier than an already inserted version.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_ERR_WRITE_LOG_NOT_FOUND_CODE.html b/js/client/variables/storage.MKVS_DB_ERR_WRITE_LOG_NOT_FOUND_CODE.html index ba4838ddc9..a53fe0cc20 100644 --- a/js/client/variables/storage.MKVS_DB_ERR_WRITE_LOG_NOT_FOUND_CODE.html +++ b/js/client/variables/storage.MKVS_DB_ERR_WRITE_LOG_NOT_FOUND_CODE.html @@ -1,3 +1,3 @@ MKVS_DB_ERR_WRITE_LOG_NOT_FOUND_CODE | @oasisprotocol/client

            Variable MKVS_DB_ERR_WRITE_LOG_NOT_FOUND_CODEConst

            MKVS_DB_ERR_WRITE_LOG_NOT_FOUND_CODE: 2 = 2

            ErrWriteLogNotFound indicates that a write log for the specified storage hashes couldn't be found.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MKVS_DB_MODULE_NAME.html b/js/client/variables/storage.MKVS_DB_MODULE_NAME.html index df3ea1ba13..8c6e731525 100644 --- a/js/client/variables/storage.MKVS_DB_MODULE_NAME.html +++ b/js/client/variables/storage.MKVS_DB_MODULE_NAME.html @@ -1,2 +1,2 @@ MKVS_DB_MODULE_NAME | @oasisprotocol/client

            Variable MKVS_DB_MODULE_NAMEConst

            MKVS_DB_MODULE_NAME: "storage/mkvs/db" = 'storage/mkvs/db'

            ModuleName is the module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.MODULE_NAME.html b/js/client/variables/storage.MODULE_NAME.html index f00e18b832..ac79b3f384 100644 --- a/js/client/variables/storage.MODULE_NAME.html +++ b/js/client/variables/storage.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client

            Variable MODULE_NAMEConst

            MODULE_NAME: "storage" = 'storage'

            ModuleName is the storage module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ROOT_TYPE_INVALID.html b/js/client/variables/storage.ROOT_TYPE_INVALID.html index 754eacd515..5db2cece23 100644 --- a/js/client/variables/storage.ROOT_TYPE_INVALID.html +++ b/js/client/variables/storage.ROOT_TYPE_INVALID.html @@ -1,2 +1,2 @@ ROOT_TYPE_INVALID | @oasisprotocol/client

            Variable ROOT_TYPE_INVALIDConst

            ROOT_TYPE_INVALID: 0 = 0

            RootTypeInvalid is an invalid/uninitialized root type.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ROOT_TYPE_IO.html b/js/client/variables/storage.ROOT_TYPE_IO.html index d13ad8b8ce..b63b00b57d 100644 --- a/js/client/variables/storage.ROOT_TYPE_IO.html +++ b/js/client/variables/storage.ROOT_TYPE_IO.html @@ -1,2 +1,2 @@ ROOT_TYPE_IO | @oasisprotocol/client

            Variable ROOT_TYPE_IOConst

            ROOT_TYPE_IO: 2 = 2

            RootTypeIO is the type for IO storage roots.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ROOT_TYPE_MAX.html b/js/client/variables/storage.ROOT_TYPE_MAX.html index ed52b62037..a34185850e 100644 --- a/js/client/variables/storage.ROOT_TYPE_MAX.html +++ b/js/client/variables/storage.ROOT_TYPE_MAX.html @@ -1,2 +1,2 @@ ROOT_TYPE_MAX | @oasisprotocol/client

            Variable ROOT_TYPE_MAXConst

            ROOT_TYPE_MAX: 2 = 2

            RootTypeMax is the number of different root types and should be kept at the last one.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/storage.ROOT_TYPE_STATE.html b/js/client/variables/storage.ROOT_TYPE_STATE.html index fa46ce50a9..5da05b6f55 100644 --- a/js/client/variables/storage.ROOT_TYPE_STATE.html +++ b/js/client/variables/storage.ROOT_TYPE_STATE.html @@ -1,2 +1,2 @@ ROOT_TYPE_STATE | @oasisprotocol/client

            Variable ROOT_TYPE_STATEConst

            ROOT_TYPE_STATE: 1 = 1

            RootTypeState is the type for state storage roots.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.ERR_ALREADY_PENDING_CODE.html b/js/client/variables/upgrade.ERR_ALREADY_PENDING_CODE.html index c7f1a1a9db..1c8af4921f 100644 --- a/js/client/variables/upgrade.ERR_ALREADY_PENDING_CODE.html +++ b/js/client/variables/upgrade.ERR_ALREADY_PENDING_CODE.html @@ -1,2 +1,2 @@ ERR_ALREADY_PENDING_CODE | @oasisprotocol/client

            Variable ERR_ALREADY_PENDING_CODEConst

            ERR_ALREADY_PENDING_CODE: 5 = 5

            ErrAlreadyPending is the error returned from SubmitDescriptor when the specific upgrade is already pending.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.ERR_BAD_DESCRIPTOR_CODE.html b/js/client/variables/upgrade.ERR_BAD_DESCRIPTOR_CODE.html index edacf19c31..cce57e8e32 100644 --- a/js/client/variables/upgrade.ERR_BAD_DESCRIPTOR_CODE.html +++ b/js/client/variables/upgrade.ERR_BAD_DESCRIPTOR_CODE.html @@ -1,2 +1,2 @@ ERR_BAD_DESCRIPTOR_CODE | @oasisprotocol/client

            Variable ERR_BAD_DESCRIPTOR_CODEConst

            ERR_BAD_DESCRIPTOR_CODE: 8 = 8

            ErrBadDescriptor is the error returned when the provided descriptor is bad.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.ERR_STOP_FOR_UPGRADE_CODE.html b/js/client/variables/upgrade.ERR_STOP_FOR_UPGRADE_CODE.html index 1edb9e2c73..4b3ee06ba7 100644 --- a/js/client/variables/upgrade.ERR_STOP_FOR_UPGRADE_CODE.html +++ b/js/client/variables/upgrade.ERR_STOP_FOR_UPGRADE_CODE.html @@ -1,3 +1,3 @@ ERR_STOP_FOR_UPGRADE_CODE | @oasisprotocol/client

            Variable ERR_STOP_FOR_UPGRADE_CODEConst

            ERR_STOP_FOR_UPGRADE_CODE: 1 = 1

            ErrStopForUpgrade is the error returned by the consensus upgrade function when it detects that the consensus layer has reached the scheduled shutdown epoch and should be interrupted.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.ERR_UPGRADE_IN_PROGRESS_CODE.html b/js/client/variables/upgrade.ERR_UPGRADE_IN_PROGRESS_CODE.html index 735f8aaac1..593b7c6986 100644 --- a/js/client/variables/upgrade.ERR_UPGRADE_IN_PROGRESS_CODE.html +++ b/js/client/variables/upgrade.ERR_UPGRADE_IN_PROGRESS_CODE.html @@ -1,2 +1,2 @@ ERR_UPGRADE_IN_PROGRESS_CODE | @oasisprotocol/client

            Variable ERR_UPGRADE_IN_PROGRESS_CODEConst

            ERR_UPGRADE_IN_PROGRESS_CODE: 6 = 6

            ErrUpgradeInProgress is the error returned from CancelUpgrade when the upgrade being cancelled is already in progress.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.ERR_UPGRADE_NOT_FOUND_CODE.html b/js/client/variables/upgrade.ERR_UPGRADE_NOT_FOUND_CODE.html index 0bdb04d5ae..c905bbf52c 100644 --- a/js/client/variables/upgrade.ERR_UPGRADE_NOT_FOUND_CODE.html +++ b/js/client/variables/upgrade.ERR_UPGRADE_NOT_FOUND_CODE.html @@ -1,2 +1,2 @@ ERR_UPGRADE_NOT_FOUND_CODE | @oasisprotocol/client

            Variable ERR_UPGRADE_NOT_FOUND_CODEConst

            ERR_UPGRADE_NOT_FOUND_CODE: 7 = 7

            ErrUpgradeNotFound is the error returned when the upgrade in question cannot be found.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.INVALID_UPGRADE_HEIGHT.html b/js/client/variables/upgrade.INVALID_UPGRADE_HEIGHT.html index 2aeae5ba7b..ff0ca906fd 100644 --- a/js/client/variables/upgrade.INVALID_UPGRADE_HEIGHT.html +++ b/js/client/variables/upgrade.INVALID_UPGRADE_HEIGHT.html @@ -1,2 +1,2 @@ INVALID_UPGRADE_HEIGHT | @oasisprotocol/client

            Variable INVALID_UPGRADE_HEIGHTConst

            INVALID_UPGRADE_HEIGHT: 0n = ...

            InvalidUpgradeHeight means the upgrade epoch hasn't been reached yet.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.LATEST_DESCRIPTOR_VERSION.html b/js/client/variables/upgrade.LATEST_DESCRIPTOR_VERSION.html index c4e5ccd61a..77e55d1bbf 100644 --- a/js/client/variables/upgrade.LATEST_DESCRIPTOR_VERSION.html +++ b/js/client/variables/upgrade.LATEST_DESCRIPTOR_VERSION.html @@ -1,3 +1,3 @@ LATEST_DESCRIPTOR_VERSION | @oasisprotocol/client

            Variable LATEST_DESCRIPTOR_VERSIONConst

            LATEST_DESCRIPTOR_VERSION: 1 = 1

            LatestDescriptorVersion is the latest upgrade descriptor version that should be used for descriptors.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.LATEST_PENDING_UPGRADE_VERSION.html b/js/client/variables/upgrade.LATEST_PENDING_UPGRADE_VERSION.html index 252a0a3b13..6b46f43c46 100644 --- a/js/client/variables/upgrade.LATEST_PENDING_UPGRADE_VERSION.html +++ b/js/client/variables/upgrade.LATEST_PENDING_UPGRADE_VERSION.html @@ -1,2 +1,2 @@ LATEST_PENDING_UPGRADE_VERSION | @oasisprotocol/client

            Variable LATEST_PENDING_UPGRADE_VERSIONConst

            LATEST_PENDING_UPGRADE_VERSION: 1 = 1

            LatestPendingUpgradeVersion is the latest pending upgrade struct version.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.MODULE_NAME.html b/js/client/variables/upgrade.MODULE_NAME.html index d9c330f364..c2dd703069 100644 --- a/js/client/variables/upgrade.MODULE_NAME.html +++ b/js/client/variables/upgrade.MODULE_NAME.html @@ -1,2 +1,2 @@ MODULE_NAME | @oasisprotocol/client

            Variable MODULE_NAMEConst

            MODULE_NAME: "upgrade" = 'upgrade'

            ModuleName is the upgrade module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.UPGRADE_STAGE_CONSENSUS.html b/js/client/variables/upgrade.UPGRADE_STAGE_CONSENSUS.html index db2057898a..a16b21bc3e 100644 --- a/js/client/variables/upgrade.UPGRADE_STAGE_CONSENSUS.html +++ b/js/client/variables/upgrade.UPGRADE_STAGE_CONSENSUS.html @@ -1,2 +1,2 @@ UPGRADE_STAGE_CONSENSUS | @oasisprotocol/client

            Variable UPGRADE_STAGE_CONSENSUSConst

            UPGRADE_STAGE_CONSENSUS: 2 = 2

            UpgradeStageConsensus is the upgrade stage carried out during consensus events.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.UPGRADE_STAGE_LAST.html b/js/client/variables/upgrade.UPGRADE_STAGE_LAST.html index 4d4168839c..fcf918b00c 100644 --- a/js/client/variables/upgrade.UPGRADE_STAGE_LAST.html +++ b/js/client/variables/upgrade.UPGRADE_STAGE_LAST.html @@ -1 +1 @@ -UPGRADE_STAGE_LAST | @oasisprotocol/client

            Variable UPGRADE_STAGE_LASTConst

            UPGRADE_STAGE_LAST: 2 = UPGRADE_STAGE_CONSENSUS

            Generated using TypeDoc

            \ No newline at end of file +UPGRADE_STAGE_LAST | @oasisprotocol/client

            Variable UPGRADE_STAGE_LASTConst

            UPGRADE_STAGE_LAST: 2 = UPGRADE_STAGE_CONSENSUS

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/upgrade.UPGRADE_STAGE_STARTUP.html b/js/client/variables/upgrade.UPGRADE_STAGE_STARTUP.html index a52ecf728e..2e9b05d234 100644 --- a/js/client/variables/upgrade.UPGRADE_STAGE_STARTUP.html +++ b/js/client/variables/upgrade.UPGRADE_STAGE_STARTUP.html @@ -1,2 +1,2 @@ UPGRADE_STAGE_STARTUP | @oasisprotocol/client

            Variable UPGRADE_STAGE_STARTUPConst

            UPGRADE_STAGE_STARTUP: 1 = 1

            UpgradeStageStartup is the startup upgrade stage, executed at the beginning of node startup.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/worker.STORAGE_ERR_CANT_PAUSE_CHECKPOINTER.html b/js/client/variables/worker.STORAGE_ERR_CANT_PAUSE_CHECKPOINTER.html index 5d1d5a4348..889b82249a 100644 --- a/js/client/variables/worker.STORAGE_ERR_CANT_PAUSE_CHECKPOINTER.html +++ b/js/client/variables/worker.STORAGE_ERR_CANT_PAUSE_CHECKPOINTER.html @@ -1,3 +1,3 @@ STORAGE_ERR_CANT_PAUSE_CHECKPOINTER | @oasisprotocol/client

            Variable STORAGE_ERR_CANT_PAUSE_CHECKPOINTERConst

            STORAGE_ERR_CANT_PAUSE_CHECKPOINTER: 2 = 2

            ErrCantPauseCheckpointer is the error returned when trying to pause the checkpointer without setting the debug flag.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/worker.STORAGE_ERR_RUNTIME_NOT_FOUND_CODE.html b/js/client/variables/worker.STORAGE_ERR_RUNTIME_NOT_FOUND_CODE.html index 69556609b1..a2f6aff141 100644 --- a/js/client/variables/worker.STORAGE_ERR_RUNTIME_NOT_FOUND_CODE.html +++ b/js/client/variables/worker.STORAGE_ERR_RUNTIME_NOT_FOUND_CODE.html @@ -1,2 +1,2 @@ STORAGE_ERR_RUNTIME_NOT_FOUND_CODE | @oasisprotocol/client

            Variable STORAGE_ERR_RUNTIME_NOT_FOUND_CODEConst

            STORAGE_ERR_RUNTIME_NOT_FOUND_CODE: 1 = 1

            ErrRuntimeNotFound is the error returned when the called references an unknown runtime.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/js/client/variables/worker.STORAGE_MODULE_NAME.html b/js/client/variables/worker.STORAGE_MODULE_NAME.html index e7839dff6e..674e3feb14 100644 --- a/js/client/variables/worker.STORAGE_MODULE_NAME.html +++ b/js/client/variables/worker.STORAGE_MODULE_NAME.html @@ -1,2 +1,2 @@ STORAGE_MODULE_NAME | @oasisprotocol/client

            Variable STORAGE_MODULE_NAMEConst

            STORAGE_MODULE_NAME: "worker/storage" = 'worker/storage'

            ModuleName is the storage worker module name.

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file