diff --git a/classes/_near_js_accounts.account.Account.html b/classes/_near_js_accounts.account.Account.html index ce30f49e25..c7d0ea2b5b 100644 --- a/classes/_near_js_accounts.account.Account.html +++ b/classes/_near_js_accounts.account.Account.html @@ -1,5 +1,5 @@ Account | Documentation

This class provides common account related RPC calls including signing transactions with a KeyPair.

-

Hierarchy

Implements

Constructors

Hierarchy

Implements

Constructors

Properties

Methods

addKey @@ -23,60 +23,60 @@ state viewFunction viewState -

Constructors

Properties

accountId: string
connection: Connection

Methods

  • Parameters

    • publicKey: string | PublicKey

      A public key to be associated with the contract

      +

Constructors

Properties

accountId: string
connection: Connection

Methods

  • Create a new account and deploy a contract to it

    +
  • amount: bigint

Returns Promise<FinalExecutionOutcome>

Returns Promise<Account>

Returns Promise<FinalExecutionOutcome>

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.account_2fa.Account2FA.html b/classes/_near_js_accounts.account_2fa.Account2FA.html index d02275c821..ab8ebc5c90 100644 --- a/classes/_near_js_accounts.account_2fa.Account2FA.html +++ b/classes/_near_js_accounts.account_2fa.Account2FA.html @@ -1,5 +1,5 @@ Account2FA | Documentation

This class provides common account related RPC calls including signing transactions with a KeyPair.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

accountId: string
connection: Connection
getCode: getCodeFunction
helperUrl: string = 'https://helper.testnet.near.org'
onAddRequestResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

onConfirmResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

sendCode: sendCodeFunction

+

Constructors

Properties

accountId: string
connection: Connection
getCode: getCodeFunction
helperUrl: string = 'https://helper.testnet.near.org'
onAddRequestResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

onConfirmResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

sendCode: sendCodeFunction

Account2FA has options object where you can provide callbacks for:

  • sendCode: how to send the 2FA code in case you don't use NEAR Contract Helper
  • @@ -59,124 +59,124 @@
  • onResult: the tx result after it's been confirmed by NEAR Contract Helper

-
storage: any
verifyCode: verifyCodeFunction

Methods

storage: any
verifyCode: verifyCodeFunction

Methods

  • This method submits a canary transaction that is expected to always fail in order to determine whether the contract currently has valid multisig state and whether it is initialized. The canary transaction attempts to delete a request at index u32_max and will go through if a request exists at that index. a u32_max + 1 and -1 value cannot be used for the canary due to expected u32 error thrown before deserialization attempt.

    Parameters

    • Optional contractBytes: Uint8Array

      The bytecode of the multisig contract.

    Returns Promise<{
        codeStatus: MultisigCodeStatus;
        stateStatus: MultisigStateStatus;
    }>

    A promise that resolves to the status of the code and state.

    -
  • Create a new account and deploy a contract to it

    +
  • amount: bigint

Returns Promise<FinalExecutionOutcome>

Returns Promise<Account>

Returns Promise<FinalExecutionOutcome>

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.account_creator.AccountCreator.html b/classes/_near_js_accounts.account_creator.AccountCreator.html index 1e7567b821..30b376364f 100644 --- a/classes/_near_js_accounts.account_creator.AccountCreator.html +++ b/classes/_near_js_accounts.account_creator.AccountCreator.html @@ -1,4 +1,4 @@ AccountCreator | Documentation

Account creator provides an interface for implementations to actually create accounts

-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.account_creator.LocalAccountCreator.html b/classes/_near_js_accounts.account_creator.LocalAccountCreator.html index 422d4ae96a..eae11a5a8f 100644 --- a/classes/_near_js_accounts.account_creator.LocalAccountCreator.html +++ b/classes/_near_js_accounts.account_creator.LocalAccountCreator.html @@ -1,9 +1,9 @@ LocalAccountCreator | Documentation

Account creator provides an interface for implementations to actually create accounts

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

initialBalance: bigint
masterAccount: Account

Methods

  • Creates an account using a masterAccount, meaning the new account is created from an existing account

    +

Constructors

Properties

initialBalance: bigint
masterAccount: Account

Methods

  • Creates an account using a masterAccount, meaning the new account is created from an existing account

    Parameters

    • newAccountId: string

      The name of the NEAR account to be created

    • publicKey: PublicKey

      The public key from the masterAccount used to create this account

      -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.account_creator.UrlAccountCreator.html b/classes/_near_js_accounts.account_creator.UrlAccountCreator.html index d9a816f597..193b275cdd 100644 --- a/classes/_near_js_accounts.account_creator.UrlAccountCreator.html +++ b/classes/_near_js_accounts.account_creator.UrlAccountCreator.html @@ -1,10 +1,10 @@ UrlAccountCreator | Documentation

Account creator provides an interface for implementations to actually create accounts

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

connection: Connection
helperUrl: string

Methods

  • Creates an account using a helperUrl +

Constructors

Properties

connection: Connection
helperUrl: string

Methods

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.account_multisig.AccountMultisig.html b/classes/_near_js_accounts.account_multisig.AccountMultisig.html index 141744e6d0..2bf429f0df 100644 --- a/classes/_near_js_accounts.account_multisig.AccountMultisig.html +++ b/classes/_near_js_accounts.account_multisig.AccountMultisig.html @@ -1,5 +1,5 @@ AccountMultisig | Documentation

This class provides common account related RPC calls including signing transactions with a KeyPair.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Parameters

  • connection: Connection

    The NEAR connection object.

  • accountId: string

    The NEAR account ID.

  • options: any

    Additional options for the multisig account.

    -

Returns AccountMultisig

Properties

accountId: string
connection: Connection
onAddRequestResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

storage: any

Methods

Properties

accountId: string
connection: Connection
onAddRequestResult: ((any) => any)

Type declaration

    • (any): any
    • Parameters

      • any: any

      Returns any

storage: any

Methods

  • This method submits a canary transaction that is expected to always fail in order to determine whether the contract currently has valid multisig state +

  • This method submits a canary transaction that is expected to always fail in order to determine whether the contract currently has valid multisig state and whether it is initialized. The canary transaction attempts to delete a request at index u32_max and will go through if a request exists at that index. a u32_max + 1 and -1 value cannot be used for the canary due to expected u32 error thrown before deserialization attempt.

    Parameters

    • Optional contractBytes: Uint8Array

      The bytecode of the multisig contract.

    Returns Promise<{
        codeStatus: MultisigCodeStatus;
        stateStatus: MultisigStateStatus;
    }>

    A promise that resolves to the status of the code and state.

    -
  • Create a new account and deploy a contract to it

    +
  • amount: bigint

Returns Promise<FinalExecutionOutcome>

  • Delete all multisig requests associated with the account.

    +

Returns Promise<Account>

Returns Promise<FinalExecutionOutcome>

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.connection.Connection.html b/classes/_near_js_accounts.connection.Connection.html index 64fe4b5de7..0fd901de16 100644 --- a/classes/_near_js_accounts.connection.Connection.html +++ b/classes/_near_js_accounts.connection.Connection.html @@ -1,10 +1,10 @@ Connection | Documentation

Connects an account to a given network via a given provider

-

Hierarchy

  • Connection

Implements

Constructors

Hierarchy

  • Connection

Implements

Constructors

Properties

jsvmAccountId: string
networkId: string
provider: Provider
signer: Signer

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

jsvmAccountId: string
networkId: string
provider: Provider
signer: Signer

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.contract.Contract.html b/classes/_near_js_accounts.contract.Contract.html index 4fdf03c7d1..d75c517dd6 100644 --- a/classes/_near_js_accounts.contract.Contract.html +++ b/classes/_near_js_accounts.contract.Contract.html @@ -2,7 +2,7 @@

See

https://docs.near.org/tools/near-api-js/quick-reference#contract

Example

import { Contract } from 'near-api-js';

async function contractExample() {
const methodOptions = {
viewMethods: ['getMessageByAccountId'],
changeMethods: ['addMessage']
};
const contract = new Contract(
wallet.account(),
'contract-id.testnet',
methodOptions
);

// use a contract view method
const messages = await contract.getMessages({
accountId: 'example-account.testnet'
});

// use a contract change method
await contract.addMessage({
meta: 'some info',
callbackUrl: 'https://example.com/callback',
args: { text: 'my message' },
amount: 1
})
}
-

Hierarchy

Constructors

Hierarchy

  • Contract

Constructors

Properties

account? connection contractId @@ -10,4 +10,4 @@

Example

import<
 

Methods

Constructors

Properties

account?: Account

Deprecated

connection: Connection
contractId: string

Methods

Generated using TypeDoc

\ No newline at end of file +

Returns Contract

Properties

account?: Account

Deprecated

connection: Connection
contractId: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.errors.ArgumentSchemaError.html b/classes/_near_js_accounts.errors.ArgumentSchemaError.html index feb8bcaee4..7ea6152617 100644 --- a/classes/_near_js_accounts.errors.ArgumentSchemaError.html +++ b/classes/_near_js_accounts.errors.ArgumentSchemaError.html @@ -1,11 +1,11 @@ -ArgumentSchemaError | Documentation

Hierarchy

  • Error
    • ArgumentSchemaError

Constructors

constructor +ArgumentSchemaError | Documentation

Hierarchy

  • Error
    • ArgumentSchemaError

Constructors

Properties

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

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.errors.ConflictingOptions.html b/classes/_near_js_accounts.errors.ConflictingOptions.html index be596f6445..00ef98d9e4 100644 --- a/classes/_near_js_accounts.errors.ConflictingOptions.html +++ b/classes/_near_js_accounts.errors.ConflictingOptions.html @@ -1,11 +1,11 @@ -ConflictingOptions | Documentation

Hierarchy

  • Error
    • ConflictingOptions

Constructors

constructor +ConflictingOptions | Documentation

Hierarchy

  • Error
    • ConflictingOptions

Constructors

Properties

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

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.errors.UnknownArgumentError.html b/classes/_near_js_accounts.errors.UnknownArgumentError.html index 8cf36b6753..4cfef26115 100644 --- a/classes/_near_js_accounts.errors.UnknownArgumentError.html +++ b/classes/_near_js_accounts.errors.UnknownArgumentError.html @@ -1,11 +1,11 @@ -UnknownArgumentError | Documentation

Hierarchy

  • Error
    • UnknownArgumentError

Constructors

constructor +UnknownArgumentError | Documentation

Hierarchy

  • Error
    • UnknownArgumentError

Constructors

Properties

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

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.errors.UnsupportedSerializationError.html b/classes/_near_js_accounts.errors.UnsupportedSerializationError.html index 47d916626b..c1b0fa3ee0 100644 --- a/classes/_near_js_accounts.errors.UnsupportedSerializationError.html +++ b/classes/_near_js_accounts.errors.UnsupportedSerializationError.html @@ -1,11 +1,11 @@ -UnsupportedSerializationError | Documentation

Hierarchy

  • Error
    • UnsupportedSerializationError

Constructors

constructor +UnsupportedSerializationError | Documentation

Hierarchy

  • Error
    • UnsupportedSerializationError

Constructors

Properties

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

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.local_view_execution.LocalViewExecution.html b/classes/_near_js_accounts.local_view_execution.LocalViewExecution.html index b4ee9db251..b2844cdbb0 100644 --- a/classes/_near_js_accounts.local_view_execution.LocalViewExecution.html +++ b/classes/_near_js_accounts.local_view_execution.LocalViewExecution.html @@ -1,4 +1,4 @@ -LocalViewExecution | Documentation

Hierarchy

  • LocalViewExecution

Constructors

constructor +LocalViewExecution | Documentation

Hierarchy

  • LocalViewExecution

Constructors

Properties

Methods

Constructors

Properties

connection: Connection
storage: Storage

Methods

  • Parameters

    Returns Promise<{
        blockHash: string;
        blockHeight: number;
        blockTimestamp: number;
        contractCode: string;
        contractState: ContractState;
    }>

  • Calls a view function on a contract, fetching the contract code and state if needed.

    +

Constructors

Properties

connection: Connection
storage: Storage

Methods

  • Parameters

    Returns Promise<{
        blockHash: string;
        blockHeight: number;
        blockTimestamp: number;
        contractCode: string;
        contractState: ContractState;
    }>

  • Calls a view function on a contract, fetching the contract code and state if needed.

    Parameters

    • options: ViewFunctionCallOptions

      Options for calling the view function.

    Returns Promise<any>

    • A promise that resolves to the result of the view function.
    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.local_view_execution_runtime.Runtime.html b/classes/_near_js_accounts.local_view_execution_runtime.Runtime.html index 0c316206c6..5d3ff9de1b 100644 --- a/classes/_near_js_accounts.local_view_execution_runtime.Runtime.html +++ b/classes/_near_js_accounts.local_view_execution_runtime.Runtime.html @@ -1,4 +1,4 @@ -Runtime | Documentation

Hierarchy

  • Runtime

Constructors

constructor +Runtime | Documentation

Hierarchy

  • Runtime

Constructors

Properties

Constructors

Properties

context: RuntimeCtx
logs: any[]
memory: Memory
registers: Record<string, any>
result: Buffer
wasm: Buffer

Methods

  • Returns {
        abort: any;
        account_balance: (() => never);
        account_locked_balance: (() => never);
        attached_deposit: (() => never);
        block_index: any;
        block_timestamp: any;
        current_account_id: any;
        ecrecover: (() => never);
        epoch_height: (() => never);
        input: any;
        keccak256: (() => never);
        keccak512: (() => never);
        log_utf16: any;
        log_utf8: any;
        panic: (() => void);
        panic_utf8: ((len, ptr) => void);
        predecessor_account_id: (() => never);
        prepaid_gas: (() => never);
        promise_and: (() => never);
        promise_batch_action_add_key_with_full_access: (() => never);
        promise_batch_action_add_key_with_function_call: (() => never);
        promise_batch_action_create_account: (() => never);
        promise_batch_action_delete_account: (() => never);
        promise_batch_action_delete_key: (() => never);
        promise_batch_action_deploy_contract: (() => never);
        promise_batch_action_function_call: (() => never);
        promise_batch_action_function_call_weight: (() => never);
        promise_batch_action_stake: (() => never);
        promise_batch_action_transfer: (() => never);
        promise_batch_create: (() => never);
        promise_batch_then: (() => never);
        promise_create: (() => never);
        promise_result: (() => never);
        promise_results_count: (() => never);
        promise_return: (() => never);
        promise_then: (() => never);
        random_seed: (() => never);
        read_register: any;
        register_len: any;
        ripemd160: (() => never);
        sha256: any;
        signer_account_id: (() => never);
        signer_account_pk: (() => never);
        storage_has_key: any;
        storage_read: any;
        storage_remove: (() => never);
        storage_usage: (() => never);
        storage_write: (() => never);
        used_gas: (() => never);
        validator_stake: (() => never);
        validator_total_stake: (() => never);
        value_return: any;
        write_register: (() => never);
    }

    • abort: any
    • account_balance: (() => never)
        • (): never
        • Returns never

    • account_locked_balance: (() => never)
        • (): never
        • Returns never

    • attached_deposit: (() => never)
        • (): never
        • Returns never

    • block_index: any
    • block_timestamp: any
    • current_account_id: any
    • ecrecover: (() => never)
        • (): never
        • Returns never

    • epoch_height: (() => never)
        • (): never
        • Returns never

    • input: any
    • keccak256: (() => never)
        • (): never
        • Returns never

    • keccak512: (() => never)
        • (): never
        • Returns never

    • log_utf16: any
    • log_utf8: any
    • panic: (() => void)
        • (): void
        • Returns void

    • panic_utf8: ((len, ptr) => void)
        • (len, ptr): void
        • Parameters

          • len: bigint
          • ptr: bigint

          Returns void

    • predecessor_account_id: (() => never)
        • (): never
        • Returns never

    • prepaid_gas: (() => never)
        • (): never
        • Returns never

    • promise_and: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_add_key_with_full_access: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_add_key_with_function_call: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_create_account: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_delete_account: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_delete_key: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_deploy_contract: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_function_call: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_function_call_weight: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_stake: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_transfer: (() => never)
        • (): never
        • Returns never

    • promise_batch_create: (() => never)
        • (): never
        • Returns never

    • promise_batch_then: (() => never)
        • (): never
        • Returns never

    • promise_create: (() => never)
        • (): never
        • Returns never

    • promise_result: (() => never)
        • (): never
        • Returns never

    • promise_results_count: (() => never)
        • (): never
        • Returns never

    • promise_return: (() => never)
        • (): never
        • Returns never

    • promise_then: (() => never)
        • (): never
        • Returns never

    • random_seed: (() => never)
        • (): never
        • Returns never

    • read_register: any
    • register_len: any
    • ripemd160: (() => never)
        • (): never
        • Returns never

    • sha256: any
    • signer_account_id: (() => never)
        • (): never
        • Returns never

    • signer_account_pk: (() => never)
        • (): never
        • Returns never

    • storage_has_key: any
    • storage_read: any
    • storage_remove: (() => never)
        • (): never
        • Returns never

    • storage_usage: (() => never)
        • (): never
        • Returns never

    • storage_write: (() => never)
        • (): never
        • Returns never

    • used_gas: (() => never)
        • (): never
        • Returns never

    • validator_stake: (() => never)
        • (): never
        • Returns never

    • validator_total_stake: (() => never)
        • (): never
        • Returns never

    • value_return: any
    • write_register: (() => never)
        • (): never
        • Returns never

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

context: RuntimeCtx
logs: any[]
memory: Memory
registers: Record<string, any>
result: Buffer
wasm: Buffer

Methods

  • Returns {
        abort: any;
        account_balance: (() => never);
        account_locked_balance: (() => never);
        attached_deposit: (() => never);
        block_index: any;
        block_timestamp: any;
        current_account_id: any;
        ecrecover: (() => never);
        epoch_height: (() => never);
        input: any;
        keccak256: (() => never);
        keccak512: (() => never);
        log_utf16: any;
        log_utf8: any;
        panic: (() => void);
        panic_utf8: ((len, ptr) => void);
        predecessor_account_id: (() => never);
        prepaid_gas: (() => never);
        promise_and: (() => never);
        promise_batch_action_add_key_with_full_access: (() => never);
        promise_batch_action_add_key_with_function_call: (() => never);
        promise_batch_action_create_account: (() => never);
        promise_batch_action_delete_account: (() => never);
        promise_batch_action_delete_key: (() => never);
        promise_batch_action_deploy_contract: (() => never);
        promise_batch_action_function_call: (() => never);
        promise_batch_action_function_call_weight: (() => never);
        promise_batch_action_stake: (() => never);
        promise_batch_action_transfer: (() => never);
        promise_batch_create: (() => never);
        promise_batch_then: (() => never);
        promise_create: (() => never);
        promise_result: (() => never);
        promise_results_count: (() => never);
        promise_return: (() => never);
        promise_then: (() => never);
        random_seed: (() => never);
        read_register: any;
        register_len: any;
        ripemd160: (() => never);
        sha256: any;
        signer_account_id: (() => never);
        signer_account_pk: (() => never);
        storage_has_key: any;
        storage_read: any;
        storage_remove: (() => never);
        storage_usage: (() => never);
        storage_write: (() => never);
        used_gas: (() => never);
        validator_stake: (() => never);
        validator_total_stake: (() => never);
        value_return: any;
        write_register: (() => never);
    }

    • abort: any
    • account_balance: (() => never)
        • (): never
        • Returns never

    • account_locked_balance: (() => never)
        • (): never
        • Returns never

    • attached_deposit: (() => never)
        • (): never
        • Returns never

    • block_index: any
    • block_timestamp: any
    • current_account_id: any
    • ecrecover: (() => never)
        • (): never
        • Returns never

    • epoch_height: (() => never)
        • (): never
        • Returns never

    • input: any
    • keccak256: (() => never)
        • (): never
        • Returns never

    • keccak512: (() => never)
        • (): never
        • Returns never

    • log_utf16: any
    • log_utf8: any
    • panic: (() => void)
        • (): void
        • Returns void

    • panic_utf8: ((len, ptr) => void)
        • (len, ptr): void
        • Parameters

          • len: bigint
          • ptr: bigint

          Returns void

    • predecessor_account_id: (() => never)
        • (): never
        • Returns never

    • prepaid_gas: (() => never)
        • (): never
        • Returns never

    • promise_and: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_add_key_with_full_access: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_add_key_with_function_call: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_create_account: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_delete_account: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_delete_key: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_deploy_contract: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_function_call: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_function_call_weight: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_stake: (() => never)
        • (): never
        • Returns never

    • promise_batch_action_transfer: (() => never)
        • (): never
        • Returns never

    • promise_batch_create: (() => never)
        • (): never
        • Returns never

    • promise_batch_then: (() => never)
        • (): never
        • Returns never

    • promise_create: (() => never)
        • (): never
        • Returns never

    • promise_result: (() => never)
        • (): never
        • Returns never

    • promise_results_count: (() => never)
        • (): never
        • Returns never

    • promise_return: (() => never)
        • (): never
        • Returns never

    • promise_then: (() => never)
        • (): never
        • Returns never

    • random_seed: (() => never)
        • (): never
        • Returns never

    • read_register: any
    • register_len: any
    • ripemd160: (() => never)
        • (): never
        • Returns never

    • sha256: any
    • signer_account_id: (() => never)
        • (): never
        • Returns never

    • signer_account_pk: (() => never)
        • (): never
        • Returns never

    • storage_has_key: any
    • storage_read: any
    • storage_remove: (() => never)
        • (): never
        • Returns never

    • storage_usage: (() => never)
        • (): never
        • Returns never

    • storage_write: (() => never)
        • (): never
        • Returns never

    • used_gas: (() => never)
        • (): never
        • Returns never

    • validator_stake: (() => never)
        • (): never
        • Returns never

    • validator_total_stake: (() => never)
        • (): never
        • Returns never

    • value_return: any
    • write_register: (() => never)
        • (): never
        • Returns never

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_accounts.local_view_execution_storage.Storage.html b/classes/_near_js_accounts.local_view_execution_storage.Storage.html index 81e201d4bb..5f81e2612f 100644 --- a/classes/_near_js_accounts.local_view_execution_storage.Storage.html +++ b/classes/_near_js_accounts.local_view_execution_storage.Storage.html @@ -1,7 +1,7 @@ -Storage | Documentation

Hierarchy

  • Storage

Constructors

constructor +Storage | Documentation

Hierarchy

  • Storage

Constructors

Properties

Methods

Constructors

Properties

blockHeights: Map<string, number>
cache: LRUMap<string | number, any>
MAX_ELEMENTS: number = 100

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

blockHeights: Map<string, number>
cache: LRUMap<string | number, any>
MAX_ELEMENTS: number = 100

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_biometric_ed25519.fido2.Fido2.html b/classes/_near_js_biometric_ed25519.fido2.Fido2.html index 708c9ab31a..8ad4c7d128 100644 --- a/classes/_near_js_biometric_ed25519.fido2.Fido2.html +++ b/classes/_near_js_biometric_ed25519.fido2.Fido2.html @@ -1,7 +1,7 @@ -Fido2 | Documentation

Hierarchy

  • Fido2

Constructors

constructor +Fido2 | Documentation

Hierarchy

  • Fido2

Constructors

Properties

Methods

Constructors

Properties

f2l: Fido2Lib

Methods

  • Parameters

    • __namedParameters: {
          challenge: any;
          clientAttestationResponse: any;
          origin: any;
      }
      • challenge: any
      • clientAttestationResponse: any
      • origin: any

    Returns Promise<Fido2AttestationResult>

  • Parameters

    • __namedParameters: {
          rpId: any;
          rpName: any;
          timeout: any;
      }
      • rpId: any
      • rpName: any
      • timeout: any

    Returns Promise<void>

  • Returns Promise<{
        allowCredentials?: PublicKeyCredentialDescriptor[];
        attestation: string;
        challenge: string;
        extensions?: any;
        rawChallenge?: ArrayBuffer;
        rpId?: string;
        status: string;
        timeout?: number;
        userVerification?: UserVerification;
    }>

  • Parameters

    • __namedParameters: {
          displayName: any;
          id: any;
          username: any;
      }
      • displayName: any
      • id: any
      • username: any

    Returns Promise<{
        attestation?: Attestation;
        authenticatorSelection?: AuthenticatorSelectionCriteria;
        challenge: string;
        extensions?: any;
        pubKeyCredParams: {
            alg: number;
            type: "public-key";
        }[];
        rawChallenge?: ArrayBuffer;
        rp: {
            icon?: string;
            id: string;
            name: string;
        };
        status: string;
        timeout?: number;
        user: {
            displayName: any;
            id: any;
            name: any;
        };
    }>

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

f2l: Fido2Lib

Methods

  • Parameters

    • __namedParameters: {
          challenge: any;
          clientAttestationResponse: any;
          origin: any;
      }
      • challenge: any
      • clientAttestationResponse: any
      • origin: any

    Returns Promise<Fido2AttestationResult>

  • Parameters

    • __namedParameters: {
          rpId: any;
          rpName: any;
          timeout: any;
      }
      • rpId: any
      • rpName: any
      • timeout: any

    Returns Promise<void>

  • Returns Promise<{
        allowCredentials?: PublicKeyCredentialDescriptor[];
        attestation: string;
        challenge: string;
        extensions?: any;
        rawChallenge?: ArrayBuffer;
        rpId?: string;
        status: string;
        timeout?: number;
        userVerification?: UserVerification;
    }>

  • Parameters

    • __namedParameters: {
          displayName: any;
          id: any;
          username: any;
      }
      • displayName: any
      • id: any
      • username: any

    Returns Promise<{
        attestation?: Attestation;
        authenticatorSelection?: AuthenticatorSelectionCriteria;
        challenge: string;
        extensions?: any;
        pubKeyCredParams: {
            alg: number;
            type: "public-key";
        }[];
        rawChallenge?: ArrayBuffer;
        rp: {
            icon?: string;
            id: string;
            name: string;
        };
        status: string;
        timeout?: number;
        user: {
            displayName: any;
            id: any;
            name: any;
        };
    }>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_biometric_ed25519.index-1.PasskeyProcessCanceled.html b/classes/_near_js_biometric_ed25519.index-1.PasskeyProcessCanceled.html index 14e204b83b..4cc9641b17 100644 --- a/classes/_near_js_biometric_ed25519.index-1.PasskeyProcessCanceled.html +++ b/classes/_near_js_biometric_ed25519.index-1.PasskeyProcessCanceled.html @@ -1,4 +1,4 @@ -PasskeyProcessCanceled | Documentation

Hierarchy

  • Error
    • PasskeyProcessCanceled

Constructors

constructor +PasskeyProcessCanceled | Documentation

Hierarchy

  • Error
    • PasskeyProcessCanceled

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_crypto.key_pair.KeyPair.html b/classes/_near_js_crypto.key_pair.KeyPair.html index b76567a381..2b9318e455 100644 --- a/classes/_near_js_crypto.key_pair.KeyPair.html +++ b/classes/_near_js_crypto.key_pair.KeyPair.html @@ -1,13 +1,13 @@ -KeyPair | Documentation

Hierarchy

Constructors

constructor +KeyPair | Documentation

Hierarchy

Constructors

Methods

  • Parameters

    • curve: string

      Name of elliptical curve, case-insensitive

      +

Constructors

Methods

  • Parameters

    • curve: string

      Name of elliptical curve, case-insensitive

    Returns KeyPair

    Random KeyPair based on the curve

    -
  • Creates a key pair from an encoded key string.

    Parameters

    • encodedKey: string

      The encoded key string.

    Returns KeyPair

    The key pair created from the encoded key string.

    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_crypto.key_pair_base.KeyPairBase.html b/classes/_near_js_crypto.key_pair_base.KeyPairBase.html index a3e7bfbb1d..c951dbb9d6 100644 --- a/classes/_near_js_crypto.key_pair_base.KeyPairBase.html +++ b/classes/_near_js_crypto.key_pair_base.KeyPairBase.html @@ -1,6 +1,6 @@ -KeyPairBase | Documentation

Hierarchy

Constructors

constructor +KeyPairBase | Documentation

Hierarchy

Constructors

Methods

  • Parameters

    • message: Uint8Array
    • signature: Uint8Array

    Returns boolean

Generated using TypeDoc

\ No newline at end of file +

Constructors

Methods

  • Parameters

    • message: Uint8Array
    • signature: Uint8Array

    Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_crypto.key_pair_ed25519.KeyPairEd25519.html b/classes/_near_js_crypto.key_pair_ed25519.KeyPairEd25519.html index bf3ed219c2..a66af2223d 100644 --- a/classes/_near_js_crypto.key_pair_ed25519.KeyPairEd25519.html +++ b/classes/_near_js_crypto.key_pair_ed25519.KeyPairEd25519.html @@ -1,6 +1,6 @@ KeyPairEd25519 | Documentation

This class provides key pair functionality for Ed25519 curve: generating key pairs, encoding key pairs, signing and verifying.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Constructors

Properties

extendedSecretKey: string
publicKey: PublicKey
secretKey: string

Methods

Properties

extendedSecretKey: string
publicKey: PublicKey
secretKey: string

Methods

  • Returns a string representation of the key pair in the format 'ed25519:[extendedSecretKey]'.

    Returns string

    The string representation of the key pair.

    -
  • Verifies the signature of a message using the key pair's public key.

    Parameters

    • message: Uint8Array

      The message to be verified.

    • signature: Uint8Array

      The signature to be verified.

    Returns boolean

    true if the signature is valid, otherwise false.

    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_crypto.public_key.PublicKey.html b/classes/_near_js_crypto.public_key.PublicKey.html index 3d71a9efd6..e8f858e0e5 100644 --- a/classes/_near_js_crypto.public_key.PublicKey.html +++ b/classes/_near_js_crypto.public_key.PublicKey.html @@ -1,21 +1,21 @@ PublicKey | Documentation

PublicKey representation that has type and bytes of the key.

-

Hierarchy

  • Assignable
    • PublicKey

Constructors

Hierarchy

  • Assignable
    • PublicKey

Constructors

Properties

Methods

Constructors

  • Parameters

    • properties: any

    Returns PublicKey

Properties

data: Uint8Array
keyType: ED25519

Methods

  • Returns a string representation of the public key.

    +

Constructors

  • Parameters

    • properties: any

    Returns PublicKey

Properties

data: Uint8Array
keyType: ED25519

Methods

  • Returns a string representation of the public key.

    Returns string

    The string representation of the public key.

    -
  • Verifies a message signature using the public key.

    +
  • Verifies a message signature using the public key.

    Parameters

    • message: Uint8Array

      The message to be verified.

    • signature: Uint8Array

      The signature to be verified.

    Returns boolean

    true if the signature is valid, otherwise false.

    -
  • Creates a PublicKey instance from a string or an existing PublicKey instance.

    Parameters

    • value: string | PublicKey

      The string or PublicKey instance to create a PublicKey from.

    Returns PublicKey

    The PublicKey instance.

    -
  • Creates a PublicKey instance from an encoded key string.

    Parameters

    • encodedKey: string

      The encoded key string.

    Returns PublicKey

    The PublicKey instance created from the encoded key string.

    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_iframe_rpc.iframe_rpc.IFrameRPC.html b/classes/_near_js_iframe_rpc.iframe_rpc.IFrameRPC.html index 2c69161842..5934387dc6 100644 --- a/classes/_near_js_iframe_rpc.iframe_rpc.IFrameRPC.html +++ b/classes/_near_js_iframe_rpc.iframe_rpc.IFrameRPC.html @@ -1,4 +1,4 @@ -IFrameRPC | Documentation

Hierarchy

  • EventEmitter
    • IFrameRPC

Constructors

constructor +IFrameRPC | Documentation

Hierarchy

  • EventEmitter
    • IFrameRPC

Constructors

Properties

Constructors

Properties

calls: {
    [id: number]: ((err, result) => void);
} = ...

Type declaration

  • [id: number]: ((err, result) => void)
      • (err, result): void
      • Parameters

        Returns void

isReady: Promise<void>
lastCallId: number = 0
options: IRPCOptions

The configuration options for IFrameRPC.

-
remoteProtocolVersion: string
removeMessageListener: (() => void)

Type declaration

    • (): void
    • Returns void

captureRejectionSymbol: typeof captureRejectionSymbol
captureRejections: boolean

Sets or gets the default captureRejection value for all emitters.

+

Returns IFrameRPC

Properties

calls: {
    [id: number]: ((err, result) => void);
} = ...

Type declaration

  • [id: number]: ((err, result) => void)
      • (err, result): void
      • Parameters

        Returns void

isReady: Promise<void>
lastCallId: number = 0
options: IRPCOptions

The configuration options for IFrameRPC.

+
remoteProtocolVersion: string
removeMessageListener: (() => void)

Type declaration

    • (): void
    • Returns void

captureRejectionSymbol: typeof captureRejectionSymbol
captureRejections: boolean

Sets or gets the default captureRejection value for all emitters.

defaultMaxListeners: number
errorMonitor: typeof errorMonitor

This symbol shall be used to install a listener for only monitoring 'error' events. Listeners installed using this symbol are called before the regular 'error' listeners are called.

@@ -56,12 +56,12 @@

Type Parameters

  • T

Parameters

  • method: string

    The RPC method name.

  • handler: ((params) => any)

    The method handler function.

      • (params): any
      • Parameters

        • params: T

        Returns any

Returns IFrameRPC

The current IFrameRPC instance.

-
  • Calls an RPC method with the specified method name and parameters.

    Type Parameters

    • T

    Parameters

    • method: string

      The RPC method name.

    • params: object

      The parameters for the RPC method.

    Returns Promise<T>

    A Promise that resolves with the result of the RPC method.

    -
  • Synchronously calls each of the listeners registered for the event namedeventName, in the order they were registered, passing the supplied arguments +

  • Synchronously calls each of the listeners registered for the event namedeventName, in the order they were registered, passing the supplied arguments to each.

    Returns true if the event had listeners, false otherwise.

    const EventEmitter = require('events');
    const myEmitter = new EventEmitter();

    // First listener
    myEmitter.on('event', function firstListener() {
    console.log('Helloooo! first listener');
    });
    // Second listener
    myEmitter.on('event', function secondListener(arg1, arg2) {
    console.log(`event with parameters ${arg1}, ${arg2} in second listener`);
    });
    // Third listener
    myEmitter.on('event', function thirdListener(...args) {
    const parameters = args.join(', ');
    console.log(`event with parameters ${parameters} in third listener`);
    });

    console.log(myEmitter.listeners('event'));

    myEmitter.emit('event', 1, 2, 3, 4, 5);

    // Prints:
    // [
    // [Function: firstListener],
    // [Function: secondListener],
    // [Function: thirdListener]
    // ]
    // Helloooo! first listener
    // event with parameters 1, 2 in second listener
    // event with parameters 1, 2, 3, 4, 5 in third listener @@ -75,14 +75,14 @@
  • Returns the current max listener value for the EventEmitter which is either set by emitter.setMaxListeners(n) or defaults to defaultMaxListeners.

    Returns number

    Since

    v1.0.0

    -
  • Returns the number of listeners listening to the event named eventName.

    +
  • Returns the number of listeners listening to the event named eventName.

    Parameters

    • eventName: string | symbol

      The name of the event being listened for

    Returns number

    Since

    v3.2.0

  • Returns a copy of the array of listeners for the event named eventName.

    server.on('connection', (stream) => {
    console.log('someone connected!');
    });
    console.log(util.inspect(server.listeners('connection')));
    // Prints: [ [Function] ]

    Parameters

    • eventName: string | symbol

    Returns Function[]

    Since

    v0.1.26

    -
  • Alias for emitter.removeListener().

    +
  • Alias for emitter.removeListener().

    Parameters

    • eventName: string | symbol
    • listener: ((...args) => void)
        • (...args): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns IFrameRPC

    Since

    v10.0.0

  • Adds the listener function to the end of the listeners array for the event named eventName. No checks are made to see if the listener has @@ -110,7 +110,7 @@

    Parameters

    • eventName: string | symbol

      The name of the event.

    • listener: ((...args) => void)

      The callback function

        • (...args): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns IFrameRPC

    Since

    v0.3.0

    -
  • Adds the listener function to the beginning of the listeners array for the +

  • Adds the listener function to the beginning of the listeners array for the event named eventName. No checks are made to see if the listener has already been added. Multiple calls passing the same combination of eventNameand listener will result in the listener being added, and called, multiple times.

    @@ -135,7 +135,7 @@

    Parameters

    • eventName: string | symbol

    Returns Function[]

    Since

    v9.4.0

  • Removes all listeners, or those of the specified eventName.

    It is bad practice to remove listeners added elsewhere in the code, particularly when the EventEmitter instance was created by some other component or module (e.g. sockets or file streams).

    @@ -182,7 +182,7 @@
  • A class method that returns the number of listeners for the given eventNameregistered on the given emitter.

    +
  • A class method that returns the number of listeners for the given eventNameregistered on the given emitter.

    const { EventEmitter, listenerCount } = require('events');
    const myEmitter = new EventEmitter();
    myEmitter.on('event', () => {});
    myEmitter.on('event', () => {});
    console.log(listenerCount(myEmitter, 'event'));
    // Prints: 2

    Parameters

    • emitter: EventEmitter

      The emitter to query

      diff --git a/classes/_near_js_iframe_rpc.iframe_rpc_error.IFrameRPCError.html b/classes/_near_js_iframe_rpc.iframe_rpc_error.IFrameRPCError.html index 2b514079eb..7e0618e9c5 100644 --- a/classes/_near_js_iframe_rpc.iframe_rpc_error.IFrameRPCError.html +++ b/classes/_near_js_iframe_rpc.iframe_rpc_error.IFrameRPCError.html @@ -1,4 +1,4 @@ -IFrameRPCError | Documentation

      Hierarchy

      • Error
        • IFrameRPCError

      Constructors

      constructor +IFrameRPCError | Documentation

      Hierarchy

      • Error
        • IFrameRPCError

      Constructors

      Properties

      Methods

      Constructors

      Properties

      cause?: unknown
      code: number
      message: string
      name: string
      stack?: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

        • (err, stackTraces): any
        • Optional override for formatting stack traces

          +

      Constructors

      Properties

      cause?: unknown
      code: number
      message: string
      name: string
      stack?: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        +
stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_keystores.in_memory_key_store.InMemoryKeyStore.html b/classes/_near_js_keystores.in_memory_key_store.InMemoryKeyStore.html index 86d8377689..d488a682c5 100644 --- a/classes/_near_js_keystores.in_memory_key_store.InMemoryKeyStore.html +++ b/classes/_near_js_keystores.in_memory_key_store.InMemoryKeyStore.html @@ -2,25 +2,25 @@

See

https://docs.near.org/docs/develop/front-end/naj-quick-reference#key-store

Example

import { connect, keyStores, utils } from 'near-api-js';

const privateKey = '.......';
const keyPair = utils.KeyPair.fromString(privateKey);

const keyStore = new keyStores.InMemoryKeyStore();
keyStore.setKey('testnet', 'example-account.testnet', keyPair);

const config = {
keyStore, // instance of InMemoryKeyStore
networkId: 'testnet',
nodeUrl: 'https://rpc.testnet.near.org',
walletUrl: 'https://wallet.testnet.near.org',
helperUrl: 'https://helper.testnet.near.org',
explorerUrl: 'https://explorer.testnet.near.org'
};

// inside an async function
const near = await connect(config)
-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

  • Gets the account(s) from in-memory storage

    +

Constructors

Methods

  • Gets the account(s) from in-memory storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<string[]>

  • Gets a KeyPair from in-memory storage

    +

Returns Promise<string[]>

  • Gets a KeyPair from in-memory storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<KeyPair>

  • Removes a KeyPair from in-memory storage

    +

Returns Promise<KeyPair>

  • Removes a KeyPair from in-memory storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<void>

  • Stores a KeyPair in in-memory storage item

    +

Returns Promise<void>

  • Stores a KeyPair in in-memory storage item

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

    • keyPair: KeyPair

      The key pair to store in local storage

      -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_keystores.keystore.KeyStore.html b/classes/_near_js_keystores.keystore.KeyStore.html index 826112bad1..946f706413 100644 --- a/classes/_near_js_keystores.keystore.KeyStore.html +++ b/classes/_near_js_keystores.keystore.KeyStore.html @@ -1,10 +1,10 @@ KeyStore | Documentation

KeyStores are passed to Near via NearConfig and are used by the InMemorySigner to sign transactions.

-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

  • Parameters

    • networkId: string

    Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<KeyPair>

  • Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<void>

  • Parameters

    • networkId: string
    • accountId: string
    • keyPair: KeyPair

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Constructors

Methods

  • Parameters

    • networkId: string

    Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<KeyPair>

  • Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<void>

  • Parameters

    • networkId: string
    • accountId: string
    • keyPair: KeyPair

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_keystores.merge_key_store.MergeKeyStore.html b/classes/_near_js_keystores.merge_key_store.MergeKeyStore.html index 755680f5df..436337753a 100644 --- a/classes/_near_js_keystores.merge_key_store.MergeKeyStore.html +++ b/classes/_near_js_keystores.merge_key_store.MergeKeyStore.html @@ -1,6 +1,6 @@ MergeKeyStore | Documentation

KeyStores are passed to Near via NearConfig and are used by the InMemorySigner to sign transactions.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Methods

clear @@ -11,18 +11,18 @@ setKey

Constructors

Properties

keyStores: KeyStore[]
options: MergeKeyStoreOptions

Methods

  • Gets the account(s) from the array of key stores

    +

Returns MergeKeyStore

Properties

keyStores: KeyStore[]
options: MergeKeyStoreOptions

Methods

  • Gets the account(s) from the array of key stores

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<string[]>

  • Gets a KeyPair from the array of key stores

    +

Returns Promise<string[]>

  • Gets a KeyPair from the array of key stores

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<KeyPair>

  • Removes a KeyPair from the array of key stores

    +

Returns Promise<KeyPair>

  • Removes a KeyPair from the array of key stores

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<void>

  • Store a KeyPair to the first index of a key store array

    +

Returns Promise<void>

  • Store a KeyPair to the first index of a key store array

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

    • keyPair: KeyPair

      The key pair to store in local storage

      -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_keystores_browser.browser_local_storage_key_store.BrowserLocalStorageKeyStore.html b/classes/_near_js_keystores_browser.browser_local_storage_key_store.BrowserLocalStorageKeyStore.html index c858f362e1..700cc3c587 100644 --- a/classes/_near_js_keystores_browser.browser_local_storage_key_store.BrowserLocalStorageKeyStore.html +++ b/classes/_near_js_keystores_browser.browser_local_storage_key_store.BrowserLocalStorageKeyStore.html @@ -2,7 +2,7 @@

See

https://docs.near.org/docs/develop/front-end/naj-quick-reference#key-store

Example

import { connect, keyStores } from 'near-api-js';

const keyStore = new keyStores.BrowserLocalStorageKeyStore();
const config = {
keyStore, // instance of BrowserLocalStorageKeyStore
networkId: 'testnet',
nodeUrl: 'https://rpc.testnet.near.org',
walletUrl: 'https://wallet.testnet.near.org',
helperUrl: 'https://helper.testnet.near.org',
explorerUrl: 'https://explorer.testnet.near.org'
};

// inside an async function
const near = await connect(config)
-

Hierarchy

  • KeyStore
    • BrowserLocalStorageKeyStore

Constructors

Hierarchy

  • KeyStore
    • BrowserLocalStorageKeyStore

Constructors

Methods

clear getAccounts getKey @@ -11,18 +11,18 @@

Example

import<
 setKey
 

Constructors

Methods

  • Gets the account(s) from local storage

    +

Returns BrowserLocalStorageKeyStore

Methods

  • Gets the account(s) from local storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<string[]>

  • Gets a KeyPair from local storage

    +

Returns Promise<string[]>

  • Gets a KeyPair from local storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<KeyPair>

  • Removes a KeyPair from local storage

    +

Returns Promise<KeyPair>

  • Removes a KeyPair from local storage

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<void>

  • Stores a KeyPair in local storage.

    +

Returns Promise<void>

  • Stores a KeyPair in local storage.

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

    • keyPair: KeyPair

      The key pair to store in local storage

      -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_keystores_node.unencrypted_file_system_keystore.UnencryptedFileSystemKeyStore.html b/classes/_near_js_keystores_node.unencrypted_file_system_keystore.UnencryptedFileSystemKeyStore.html index 663cef9fa9..9fe1989437 100644 --- a/classes/_near_js_keystores_node.unencrypted_file_system_keystore.UnencryptedFileSystemKeyStore.html +++ b/classes/_near_js_keystores_node.unencrypted_file_system_keystore.UnencryptedFileSystemKeyStore.html @@ -2,7 +2,7 @@

See

https://docs.near.org/docs/develop/front-end/naj-quick-reference#key-store

Example

const { homedir } = require('os');
const { connect, keyStores } = require('near-api-js');

const keyStore = new keyStores.UnencryptedFileSystemKeyStore(`${homedir()}/.near-credentials`);
const config = {
keyStore, // instance of UnencryptedFileSystemKeyStore
networkId: 'testnet',
nodeUrl: 'https://rpc.testnet.near.org',
walletUrl: 'https://wallet.testnet.near.org',
helperUrl: 'https://helper.testnet.near.org',
explorerUrl: 'https://explorer.testnet.near.org'
};

// inside an async function
const near = await connect(config)
-

Hierarchy

  • KeyStore
    • UnencryptedFileSystemKeyStore

Constructors

Hierarchy

  • KeyStore
    • UnencryptedFileSystemKeyStore

Constructors

Methods

clear getAccounts getKey @@ -10,18 +10,18 @@

Example

constremoveKey
 setKey
 

Constructors

Methods

  • Gets the account(s) files in keyDir/networkId

    +

Returns UnencryptedFileSystemKeyStore

Methods

  • Gets the account(s) files in keyDir/networkId

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<string[]>

  • Gets a KeyPair from an unencrypted file

    +

Returns Promise<string[]>

  • Gets a KeyPair from an unencrypted file

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<KeyPair>

  • Deletes an unencrypted file holding a KeyPair

    +

Returns Promise<KeyPair>

  • Deletes an unencrypted file holding a KeyPair

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

      -

    Returns Promise<void>

  • Store a KeyPair in an unencrypted file

    +

Returns Promise<void>

  • Store a KeyPair in an unencrypted file

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account tied to the key pair

    • keyPair: KeyPair

      The key pair to store in local storage

      -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_providers.failover_rpc_provider.FailoverRpcProvider.html b/classes/_near_js_providers.failover_rpc_provider.FailoverRpcProvider.html index bf0ba8bedb..25a3e08189 100644 --- a/classes/_near_js_providers.failover_rpc_provider.FailoverRpcProvider.html +++ b/classes/_near_js_providers.failover_rpc_provider.FailoverRpcProvider.html @@ -1,6 +1,6 @@ FailoverRpcProvider | Documentation

Client class to interact with the NEAR RPC API.

Hierarchy

  • Provider
    • FailoverRpcProvider

Constructors

Hierarchy

  • Provider
    • FailoverRpcProvider

Constructors

Properties

Accessors

Methods

Constructors

Properties

currentProviderIndex: number

Accessors

Methods

  • Gets access key changes for a given array of accountIds +

Returns FailoverRpcProvider

Properties

currentProviderIndex: number

Accessors

Methods

  • Gets access key changes for a given array of accountIds See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets account changes for a given array of accountIds +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets account changes for a given array of accountIds pass block_id OR finality as blockQuery, not both See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Query for block info from the RPC +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Query for block info from the RPC pass block_id OR finality as blockQuery, not both

    Parameters

    • blockQuery: BlockId | BlockReference

      BlockReference (passing a BlockId is deprecated)

    Returns Promise<BlockResult>

  • Query changes in block from the RPC +

  • Queries for details about a specific chunk appending details of receipts and transactions to the same chunk data provided by a block

    +
  • Queries for details about a specific chunk appending details of receipts and transactions to the same chunk data provided by a block

    Parameters

    • chunkId: ChunkId

      Hash of a chunk ID or shard ID

    Returns Promise<ChunkResult>

  • Gets contract code changes for a given array of accountIds +

  • Gets contract code changes for a given array of accountIds pass block_id OR finality as blockQuery, not both Note: Change is returned in a base64 encoded WASM file See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets contract state changes for a given array of accountIds +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets contract state changes for a given array of accountIds pass block_id OR finality as blockQuery, not both Note: If you pass a keyPrefix it must be base64 encoded See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference
    • keyPrefix: string = ''

    Returns Promise<ChangeResult>

  • Gets the protocol config at a block from RPC

    +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference
    • keyPrefix: string = ''

    Returns Promise<ChangeResult>

  • Gets the protocol config at a block from RPC

    Parameters

    • blockReference: BlockReference | {
          sync_checkpoint: "genesis";
      }

      specifies the block to get the protocol config for

      -

    Returns Promise<NearProtocolConfig>

  • Returns gas price for a specific block_height or block_hash.

    +

Returns Promise<NearProtocolConfig>

  • Gets a light client execution proof for verifying execution outcomes

    +
  • Returns the next light client block as far in the future as possible from the last known hash +

  • Sends a signed transaction to the RPC and waits until transaction is fully complete

    +
  • Type Parameters

    • T extends QueryResponseKind

    Parameters

    • path: string
    • data: string

    Returns Promise<T>

  • Sends a signed transaction to the RPC and immediately returns transaction hash +

  • Sends a signed transaction to the RPC and immediately returns transaction hash See docs for more info

    Parameters

    • signedTransaction: SignedTransaction

      The signed transaction being sent

      -

    Returns Promise<FinalExecutionOutcome>

  • Parameters

    • signedTransaction: SignedTransaction
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Gets single access key changes for a given array of access keys +

Returns Promise<FinalExecutionOutcome>

  • Parameters

    • signedTransaction: SignedTransaction
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Gets single access key changes for a given array of access keys pass block_id OR finality as blockQuery, not both See docs for more info

    -

    Parameters

    • accessKeyArray: AccessKeyWithPublicKey[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets the RPC's status

    +

    Parameters

    • accessKeyArray: AccessKeyWithPublicKey[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets a transaction's status from the RPC

    +
  • Gets a transaction's status from the RPC

    Parameters

    • txHash: string | Uint8Array

      A transaction hash as either a Uint8Array or a base58 encoded string

    • accountId: string

      The NEAR account that signed the transaction

    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Gets a transaction's status from the RPC with receipts +

  • Gets a transaction's status from the RPC with receipts See docs for more info

    Parameters

    • txHash: string | Uint8Array

      The hash of the transaction

    • accountId: string

      The NEAR account that signed the transaction

      -
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Query validators of the epoch defined by the given block id.

    +
  • waitUntil: TxExecutionStatus

Returns Promise<FinalExecutionOutcome>

  • Parameters

    • getResult: ((provider) => Promise<any>)
        • (provider): Promise<any>
        • Parameters

          • provider: Provider

          Returns Promise<any>

    Returns Promise<any>

Generated using TypeDoc

\ No newline at end of file +
  • Parameters

    • getResult: ((provider) => Promise<any>)
        • (provider): Promise<any>
        • Parameters

          • provider: Provider

          Returns Promise<any>

    Returns Promise<any>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_providers.json_rpc_provider.JsonRpcProvider.html b/classes/_near_js_providers.json_rpc_provider.JsonRpcProvider.html index 2db8b3e10b..af281a31b6 100644 --- a/classes/_near_js_providers.json_rpc_provider.JsonRpcProvider.html +++ b/classes/_near_js_providers.json_rpc_provider.JsonRpcProvider.html @@ -1,6 +1,6 @@ JsonRpcProvider | Documentation

Client class to interact with the NEAR RPC API.

Hierarchy

  • Provider
    • JsonRpcProvider

Constructors

Hierarchy

  • Provider
    • JsonRpcProvider

Constructors

Methods

  • Gets access key changes for a given array of accountIds +

  • Optional options: Partial<RequestOptions>

Returns JsonRpcProvider

Methods

  • Gets access key changes for a given array of accountIds See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets account changes for a given array of accountIds +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets account changes for a given array of accountIds pass block_id OR finality as blockQuery, not both See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Query for block info from the RPC +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Query for block info from the RPC pass block_id OR finality as blockQuery, not both

    Parameters

    • blockQuery: BlockId | BlockReference

      BlockReference (passing a BlockId is deprecated)

    Returns Promise<BlockResult>

  • Query changes in block from the RPC +

  • Queries for details about a specific chunk appending details of receipts and transactions to the same chunk data provided by a block

    +
  • Queries for details about a specific chunk appending details of receipts and transactions to the same chunk data provided by a block

    Parameters

    • chunkId: ChunkId

      Hash of a chunk ID or shard ID

    Returns Promise<ChunkResult>

  • Gets contract code changes for a given array of accountIds +

  • Gets contract code changes for a given array of accountIds pass block_id OR finality as blockQuery, not both Note: Change is returned in a base64 encoded WASM file See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets contract state changes for a given array of accountIds +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets contract state changes for a given array of accountIds pass block_id OR finality as blockQuery, not both Note: If you pass a keyPrefix it must be base64 encoded See docs for more info

    -

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference
    • keyPrefix: string = ''

    Returns Promise<ChangeResult>

  • Gets the protocol config at a block from RPC

    +

    Parameters

    • accountIdArray: string[]
    • blockQuery: BlockReference
    • keyPrefix: string = ''

    Returns Promise<ChangeResult>

  • Gets the protocol config at a block from RPC

    Parameters

    • blockReference: BlockReference | {
          sync_checkpoint: "genesis";
      }

      specifies the block to get the protocol config for

      -

    Returns Promise<NearProtocolConfig>

  • Returns gas price for a specific block_height or block_hash.

    +

Returns Promise<NearProtocolConfig>

  • Returns gas price for a specific block_height or block_hash.

    Parameters

    • blockId: BlockId

      Block hash or height, or null for latest.

    Returns Promise<GasPrice>

  • Gets a light client execution proof for verifying execution outcomes

    +
  • Returns the next light client block as far in the future as possible from the last known hash +

  • Directly call the RPC specifying the method and params

    +
  • Directly call the RPC specifying the method and params

    Type Parameters

    • T

    Parameters

    • method: string

      RPC method

    • params: object

      Parameters to the method

      -

    Returns Promise<T>

  • Sends a signed transaction to the RPC and waits until transaction is fully complete

    +

Returns Promise<T>

  • Sends a signed transaction to the RPC and immediately returns transaction hash +

  • Sends a signed transaction to the RPC and immediately returns transaction hash See docs for more info

    Parameters

    • signedTransaction: SignedTransaction

      The signed transaction being sent

      -

    Returns Promise<FinalExecutionOutcome>

  • Sends a signed transaction to the RPC

    +

Returns Promise<FinalExecutionOutcome>

  • Sends a signed transaction to the RPC

    Parameters

    • signedTransaction: SignedTransaction

      The signed transaction being sent

      -
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Gets single access key changes for a given array of access keys +

  • waitUntil: TxExecutionStatus

Returns Promise<FinalExecutionOutcome>

  • Gets single access key changes for a given array of access keys pass block_id OR finality as blockQuery, not both See docs for more info

    -

    Parameters

    • accessKeyArray: AccessKeyWithPublicKey[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets the RPC's status

    +

    Parameters

    • accessKeyArray: AccessKeyWithPublicKey[]
    • blockQuery: BlockReference

    Returns Promise<ChangeResult>

  • Gets a transaction's status from the RPC

    +
  • Gets a transaction's status from the RPC

    Parameters

    • txHash: string | Uint8Array

      A transaction hash as either a Uint8Array or a base58 encoded string

    • accountId: string

      The NEAR account that signed the transaction

      -
    • waitUntil: TxExecutionStatus = 'FINAL'

    Returns Promise<FinalExecutionOutcome>

  • Gets a transaction's status from the RPC with receipts +

  • waitUntil: TxExecutionStatus = 'EXECUTED_OPTIMISTIC'

Returns Promise<FinalExecutionOutcome>

  • Gets a transaction's status from the RPC with receipts See docs for more info

    Parameters

    • txHash: string | Uint8Array

      The hash of the transaction

    • accountId: string

      The NEAR account that signed the transaction

      -
    • waitUntil: TxExecutionStatus = 'FINAL'

    Returns Promise<FinalExecutionOutcome>

  • Parameters

    • txHash: string
    • accountId: string
    • waitUntil: string

    Returns Promise<FinalExecutionOutcome>

  • Parameters

    • txHash: Uint8Array
    • accountId: string
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

  • Query validators of the epoch defined by the given block id.

    +
  • waitUntil: TxExecutionStatus = 'EXECUTED_OPTIMISTIC'

Returns Promise<FinalExecutionOutcome>

  • Parameters

    • txHash: string
    • accountId: string
    • waitUntil: string

    Returns Promise<FinalExecutionOutcome>

  • Parameters

    • txHash: Uint8Array
    • accountId: string
    • waitUntil: TxExecutionStatus

    Returns Promise<FinalExecutionOutcome>

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_signers.in_memory_signer.InMemorySigner.html b/classes/_near_js_signers.in_memory_signer.InMemorySigner.html index 69348b1e8c..2f746368b3 100644 --- a/classes/_near_js_signers.in_memory_signer.InMemorySigner.html +++ b/classes/_near_js_signers.in_memory_signer.InMemorySigner.html @@ -1,24 +1,24 @@ InMemorySigner | Documentation

Signs using in memory key store.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

keyStore: KeyStore

Methods

  • Creates a public key for the account given

    +

Constructors

Properties

keyStore: KeyStore

Methods

  • Creates a public key for the account given

    Parameters

    • accountId: string

      The NEAR account to assign a public key to

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<PublicKey>

  • Gets the existing public key for a given account

    +

Returns Promise<PublicKey>

  • Gets the existing public key for a given account

    Parameters

    • Optional accountId: string

      The NEAR account to assign a public key to

    • Optional networkId: string

      The targeted network. (ex. default, betanet, etc…)

    Returns Promise<PublicKey>

    Returns the public key or null if not found

    -
  • Parameters

  • Parameters

    • message: Uint8Array

      A message to be signed, typically a serialized transaction

    • Optional accountId: string

      the NEAR account signing the message

    • Optional networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<Signature>

  • Creates a single account Signer instance with account, network and keyPair provided.

    +

Returns Promise<Signature>

  • Creates a single account Signer instance with account, network and keyPair provided.

    Intended to be useful for temporary keys (e.g. claiming a Linkdrop).

    Parameters

    • networkId: string

      The targeted network. (ex. default, betanet, etc…)

    • accountId: string

      The NEAR account to assign the key pair to

    • keyPair: KeyPair

      The keyPair to use for signing

      -

    Returns Promise<Signer>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<Signer>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_signers.signer.Signer.html b/classes/_near_js_signers.signer.Signer.html index 7ad15f7812..e3f3aa4d81 100644 --- a/classes/_near_js_signers.signer.Signer.html +++ b/classes/_near_js_signers.signer.Signer.html @@ -1,16 +1,16 @@ Signer | Documentation

General signing interface, can be used for in memory signing, RPC singing, external wallet, HSM, etc.

-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

  • Creates new key and returns public key.

    Parameters

    • accountId: string

      accountId to retrieve from.

    • Optional networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<PublicKey>

  • Returns public key for given account / network.

    +

Returns Promise<PublicKey>

  • Returns public key for given account / network.

    Parameters

    • Optional accountId: string

      accountId to retrieve from.

    • Optional networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<PublicKey>

  • Signs given message, by first hashing with sha256.

    +

Returns Promise<PublicKey>

  • Signs given message, by first hashing with sha256.

    Parameters

    • message: Uint8Array

      message to sign.

    • Optional accountId: string

      accountId to use for signing.

    • Optional networkId: string

      The targeted network. (ex. default, betanet, etc…)

      -

    Returns Promise<Signature>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<Signature>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.AccessKey.html b/classes/_near_js_transactions.actions.AccessKey.html index c1dbc26c41..ae4d0f62aa 100644 --- a/classes/_near_js_transactions.actions.AccessKey.html +++ b/classes/_near_js_transactions.actions.AccessKey.html @@ -1,4 +1,4 @@ -AccessKey | Documentation

Hierarchy

  • Assignable
    • AccessKey

Constructors

constructor +AccessKey | Documentation

Hierarchy

  • Assignable
    • AccessKey

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns AccessKey

Properties

nonce: bigint

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns AccessKey

Properties

nonce: bigint

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.AccessKeyPermission.html b/classes/_near_js_transactions.actions.AccessKeyPermission.html index 8c1ea55549..f28a3cf2be 100644 --- a/classes/_near_js_transactions.actions.AccessKeyPermission.html +++ b/classes/_near_js_transactions.actions.AccessKeyPermission.html @@ -1,5 +1,5 @@ -AccessKeyPermission | Documentation

Hierarchy

  • Enum
    • AccessKeyPermission

Constructors

constructor +AccessKeyPermission | Documentation

Hierarchy

  • Enum
    • AccessKeyPermission

Constructors

Properties

Constructors

Properties

enum: string
functionCall?: FunctionCallPermission

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

enum: string
functionCall?: FunctionCallPermission

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.Action.html b/classes/_near_js_transactions.actions.Action.html index 66ad4197c6..9e17f8c1e9 100644 --- a/classes/_near_js_transactions.actions.Action.html +++ b/classes/_near_js_transactions.actions.Action.html @@ -1,6 +1,6 @@ Action | Documentation

Contains a list of the valid transaction Actions available with this API

Hierarchy

  • Enum
    • Action

Constructors

Hierarchy

  • Enum
    • Action

Constructors

Properties

addKey?: AddKey
createAccount?: CreateAccount
deleteAccount?: DeleteAccount
deleteKey?: DeleteKey
deployContract?: DeployContract
enum: string
functionCall?: FunctionCall
signedDelegate?: SignedDelegate
stake?: Stake
transfer?: Transfer

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

addKey?: AddKey
createAccount?: CreateAccount
deleteAccount?: DeleteAccount
deleteKey?: DeleteKey
deployContract?: DeployContract
enum: string
functionCall?: FunctionCall
signedDelegate?: SignedDelegate
stake?: Stake
transfer?: Transfer

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.AddKey.html b/classes/_near_js_transactions.actions.AddKey.html index 0f4f0fee37..913fbf36c8 100644 --- a/classes/_near_js_transactions.actions.AddKey.html +++ b/classes/_near_js_transactions.actions.AddKey.html @@ -1,4 +1,4 @@ -AddKey | Documentation

Hierarchy

Constructors

constructor +AddKey | Documentation

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns AddKey

Properties

accessKey: AccessKey
publicKey: PublicKey

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns AddKey

Properties

accessKey: AccessKey
publicKey: PublicKey

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.CreateAccount.html b/classes/_near_js_transactions.actions.CreateAccount.html index d4ea38b527..7668792225 100644 --- a/classes/_near_js_transactions.actions.CreateAccount.html +++ b/classes/_near_js_transactions.actions.CreateAccount.html @@ -1,2 +1,2 @@ -CreateAccount | Documentation

Hierarchy

Constructors

constructor +CreateAccount | Documentation

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.DeleteAccount.html b/classes/_near_js_transactions.actions.DeleteAccount.html index 60dd269740..2b13d6bb8d 100644 --- a/classes/_near_js_transactions.actions.DeleteAccount.html +++ b/classes/_near_js_transactions.actions.DeleteAccount.html @@ -1,3 +1,3 @@ -DeleteAccount | Documentation

Hierarchy

Constructors

constructor +DeleteAccount | Documentation

Hierarchy

Constructors

Properties

Constructors

Properties

beneficiaryId: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

beneficiaryId: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.DeleteKey.html b/classes/_near_js_transactions.actions.DeleteKey.html index a1ba59c3cb..886a0a2e14 100644 --- a/classes/_near_js_transactions.actions.DeleteKey.html +++ b/classes/_near_js_transactions.actions.DeleteKey.html @@ -1,3 +1,3 @@ -DeleteKey | Documentation

Hierarchy

Constructors

constructor +DeleteKey | Documentation

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns DeleteKey

Properties

publicKey: PublicKey

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns DeleteKey

Properties

publicKey: PublicKey

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.DeployContract.html b/classes/_near_js_transactions.actions.DeployContract.html index 9a55b97aa6..34b1fab9f5 100644 --- a/classes/_near_js_transactions.actions.DeployContract.html +++ b/classes/_near_js_transactions.actions.DeployContract.html @@ -1,3 +1,3 @@ -DeployContract | Documentation

Hierarchy

Constructors

constructor +DeployContract | Documentation

Hierarchy

Constructors

Properties

Constructors

Properties

code: Uint8Array

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

code: Uint8Array

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.FullAccessPermission.html b/classes/_near_js_transactions.actions.FullAccessPermission.html index 75e43c4cbe..380d4a2687 100644 --- a/classes/_near_js_transactions.actions.FullAccessPermission.html +++ b/classes/_near_js_transactions.actions.FullAccessPermission.html @@ -1,2 +1,2 @@ -FullAccessPermission | Documentation

Hierarchy

  • Assignable
    • FullAccessPermission

Constructors

constructor +FullAccessPermission | Documentation

Hierarchy

  • Assignable
    • FullAccessPermission

Constructors

Constructors

  • Parameters

    • properties: any

    Returns FullAccessPermission

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.FunctionCall.html b/classes/_near_js_transactions.actions.FunctionCall.html index ff0679c769..adfff7efdc 100644 --- a/classes/_near_js_transactions.actions.FunctionCall.html +++ b/classes/_near_js_transactions.actions.FunctionCall.html @@ -1,6 +1,6 @@ -FunctionCall | Documentation

Hierarchy

Constructors

constructor +FunctionCall | Documentation

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns FunctionCall

Properties

args: Uint8Array
deposit: bigint
gas: bigint
methodName: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns FunctionCall

Properties

args: Uint8Array
deposit: bigint
gas: bigint
methodName: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.FunctionCallPermission.html b/classes/_near_js_transactions.actions.FunctionCallPermission.html index f577b1aed0..9f4ff758af 100644 --- a/classes/_near_js_transactions.actions.FunctionCallPermission.html +++ b/classes/_near_js_transactions.actions.FunctionCallPermission.html @@ -1,5 +1,5 @@ -FunctionCallPermission | Documentation

Hierarchy

  • Assignable
    • FunctionCallPermission

Constructors

constructor +FunctionCallPermission | Documentation

Hierarchy

  • Assignable
    • FunctionCallPermission

Constructors

  • Parameters

    • properties: any

    Returns FunctionCallPermission

Properties

allowance?: bigint
methodNames: string[]
receiverId: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns FunctionCallPermission

Properties

allowance?: bigint
methodNames: string[]
receiverId: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.IAction.html b/classes/_near_js_transactions.actions.IAction.html index 9781cffe3d..60446b0aa6 100644 --- a/classes/_near_js_transactions.actions.IAction.html +++ b/classes/_near_js_transactions.actions.IAction.html @@ -1,2 +1,2 @@ -IAction | Documentation

Hierarchy

Constructors

constructor +IAction | Documentation

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.SignedDelegate.html b/classes/_near_js_transactions.actions.SignedDelegate.html index 790b756ab7..da7682643a 100644 --- a/classes/_near_js_transactions.actions.SignedDelegate.html +++ b/classes/_near_js_transactions.actions.SignedDelegate.html @@ -1,4 +1,4 @@ -SignedDelegate | Documentation

Hierarchy

Constructors

constructor +SignedDelegate | Documentation

Hierarchy

Constructors

Properties

Constructors

Properties

delegateAction: DelegateAction
signature: Signature

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

delegateAction: DelegateAction
signature: Signature

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.Stake.html b/classes/_near_js_transactions.actions.Stake.html index ab5213d9c6..7eb93251d4 100644 --- a/classes/_near_js_transactions.actions.Stake.html +++ b/classes/_near_js_transactions.actions.Stake.html @@ -1,4 +1,4 @@ -Stake | Documentation

Hierarchy

Constructors

constructor +Stake | Documentation

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns Stake

Properties

publicKey: PublicKey
stake: bigint

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns Stake

Properties

publicKey: PublicKey
stake: bigint

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.actions.Transfer.html b/classes/_near_js_transactions.actions.Transfer.html index 458acee2a7..d0a85a2bd9 100644 --- a/classes/_near_js_transactions.actions.Transfer.html +++ b/classes/_near_js_transactions.actions.Transfer.html @@ -1,3 +1,3 @@ -Transfer | Documentation

Hierarchy

Constructors

constructor +Transfer | Documentation

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns Transfer

Properties

deposit: bigint

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns Transfer

Properties

deposit: bigint

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.delegate.DelegateAction.html b/classes/_near_js_transactions.delegate.DelegateAction.html index 27252f4393..868d3561ff 100644 --- a/classes/_near_js_transactions.delegate.DelegateAction.html +++ b/classes/_near_js_transactions.delegate.DelegateAction.html @@ -1,8 +1,8 @@ -DelegateAction | Documentation

Hierarchy

  • Assignable
    • DelegateAction

Constructors

constructor +DelegateAction | Documentation

Hierarchy

  • Assignable
    • DelegateAction

Constructors

  • Parameters

    • properties: any

    Returns DelegateAction

Properties

actions: Action[]
maxBlockHeight: bigint
nonce: bigint
publicKey: PublicKey
receiverId: string
senderId: string

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns DelegateAction

Properties

actions: Action[]
maxBlockHeight: bigint
nonce: bigint
publicKey: PublicKey
receiverId: string
senderId: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.prefix.DelegateActionPrefix.html b/classes/_near_js_transactions.prefix.DelegateActionPrefix.html index a19c6aaa38..6c30d06068 100644 --- a/classes/_near_js_transactions.prefix.DelegateActionPrefix.html +++ b/classes/_near_js_transactions.prefix.DelegateActionPrefix.html @@ -1,4 +1,4 @@ DelegateActionPrefix | Documentation

Prefix for delegate actions whose signatures must always be distinguishable from valid transaction signatures *

-

Hierarchy

  • ActionableMessagePrefix
    • DelegateActionPrefix

Constructors

Hierarchy

  • ActionableMessagePrefix
    • DelegateActionPrefix

Constructors

Properties

Constructors

Properties

prefix: number

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

prefix: number

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.schema.SignedTransaction.html b/classes/_near_js_transactions.schema.SignedTransaction.html index 300db40036..19ee08b917 100644 --- a/classes/_near_js_transactions.schema.SignedTransaction.html +++ b/classes/_near_js_transactions.schema.SignedTransaction.html @@ -1,6 +1,6 @@ -SignedTransaction | Documentation

Hierarchy

  • Assignable
    • SignedTransaction

Constructors

constructor +SignedTransaction | Documentation

Hierarchy

  • Assignable
    • SignedTransaction

Constructors

Properties

Methods

Constructors

  • Parameters

    • properties: any

    Returns SignedTransaction

Properties

signature: Signature
transaction: Transaction

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns SignedTransaction

Properties

signature: Signature
transaction: Transaction

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.schema.Transaction.html b/classes/_near_js_transactions.schema.Transaction.html index 05ef6c61e2..d198b073ba 100644 --- a/classes/_near_js_transactions.schema.Transaction.html +++ b/classes/_near_js_transactions.schema.Transaction.html @@ -1,4 +1,4 @@ -Transaction | Documentation

Hierarchy

  • Assignable
    • Transaction

Constructors

constructor +Transaction | Documentation

Hierarchy

  • Assignable
    • Transaction

Constructors

Properties

actions blockHash nonce @@ -7,4 +7,4 @@ signerId

Methods

Constructors

  • Parameters

    • properties: any

    Returns Transaction

Properties

actions: Action[]
blockHash: Uint8Array
nonce: bigint
publicKey: PublicKey
receiverId: string
signerId: string

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns Transaction

Properties

actions: Action[]
blockHash: Uint8Array
nonce: bigint
publicKey: PublicKey
receiverId: string
signerId: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_transactions.signature.Signature.html b/classes/_near_js_transactions.signature.Signature.html index 5b0f74ae23..60fb49a507 100644 --- a/classes/_near_js_transactions.signature.Signature.html +++ b/classes/_near_js_transactions.signature.Signature.html @@ -1,4 +1,4 @@ -Signature | Documentation

Hierarchy

  • Assignable
    • Signature

Constructors

constructor +Signature | Documentation

Hierarchy

  • Assignable
    • Signature

Constructors

Properties

Constructors

  • Parameters

    • properties: any

    Returns Signature

Properties

data: Uint8Array
keyType: ED25519

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    • properties: any

    Returns Signature

Properties

data: Uint8Array
keyType: ED25519

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_types.assignable.Assignable.html b/classes/_near_js_types.assignable.Assignable.html index 70496e1029..23abc987f3 100644 --- a/classes/_near_js_types.assignable.Assignable.html +++ b/classes/_near_js_types.assignable.Assignable.html @@ -1,2 +1,2 @@ -Assignable | Documentation

Generated using TypeDoc

\ No newline at end of file +Assignable | Documentation

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_types.errors.ArgumentTypeError.html b/classes/_near_js_types.errors.ArgumentTypeError.html index 366aaae71a..0c4f86f60b 100644 --- a/classes/_near_js_types.errors.ArgumentTypeError.html +++ b/classes/_near_js_types.errors.ArgumentTypeError.html @@ -1,4 +1,4 @@ -ArgumentTypeError | Documentation

Hierarchy

  • Error
    • ArgumentTypeError

Constructors

constructor +ArgumentTypeError | Documentation

Hierarchy

  • Error
    • ArgumentTypeError

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_types.errors.ErrorContext.html b/classes/_near_js_types.errors.ErrorContext.html index 92c37591f5..8d6b5248f8 100644 --- a/classes/_near_js_types.errors.ErrorContext.html +++ b/classes/_near_js_types.errors.ErrorContext.html @@ -1,3 +1,3 @@ -ErrorContext | Documentation

Hierarchy

  • ErrorContext

Constructors

constructor +ErrorContext | Documentation

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

transactionHash?: string

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_types.errors.PositionalArgsError.html b/classes/_near_js_types.errors.PositionalArgsError.html index 382c1b52eb..3db8af4314 100644 --- a/classes/_near_js_types.errors.PositionalArgsError.html +++ b/classes/_near_js_types.errors.PositionalArgsError.html @@ -1,4 +1,4 @@ -PositionalArgsError | Documentation

Hierarchy

  • Error
    • PositionalArgsError

Constructors

constructor +PositionalArgsError | Documentation

Hierarchy

  • Error
    • PositionalArgsError

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

    • (err, stackTraces): any
    • Optional override for formatting stack traces

      +

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/_near_js_types.errors.TypedError.html b/classes/_near_js_types.errors.TypedError.html index 26003291ce..e0c79889b3 100644 --- a/classes/_near_js_types.errors.TypedError.html +++ b/classes/_near_js_types.errors.TypedError.html @@ -1,4 +1,4 @@ -TypedError | Documentation

Hierarchy

  • Error
    • TypedError

    Constructors

    constructor +TypedError | Documentation

    Hierarchy

    • Error
      • TypedError

      Constructors

      Properties

      cause?: unknown
      context?: ErrorContext
      message: string
      name: string
      stack?: string
      type: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

        • (err, stackTraces): any
        • Optional override for formatting stack traces

          +

      Constructors

      Properties

      cause?: unknown
      context?: ErrorContext
      message: string
      name: string
      stack?: string
      type: string
      prepareStackTrace?: ((err, stackTraces) => any)

      Type declaration

      stackTraceLimit: number

      Methods

      • Create .stack property on a target object

        Parameters

        • targetObject: object
        • Optional constructorOpt: Function

        Returns void

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/_near_js_utils.errors_rpc_errors.ServerError.html b/classes/_near_js_utils.errors_rpc_errors.ServerError.html index a3915fc411..0ea059293d 100644 --- a/classes/_near_js_utils.errors_rpc_errors.ServerError.html +++ b/classes/_near_js_utils.errors_rpc_errors.ServerError.html @@ -1,4 +1,4 @@ -ServerError | Documentation

      Hierarchy

      • TypedError
        • ServerError

      Constructors

      constructor +ServerError | Documentation

      Hierarchy

      • TypedError
        • ServerError

      Constructors

      Properties

      cause? context? message diff --git a/classes/_near_js_utils.logger_console_logger.ConsoleLogger.html b/classes/_near_js_utils.logger_console_logger.ConsoleLogger.html index ed4b5032f9..d7848a708a 100644 --- a/classes/_near_js_utils.logger_console_logger.ConsoleLogger.html +++ b/classes/_near_js_utils.logger_console_logger.ConsoleLogger.html @@ -1,4 +1,4 @@ -ConsoleLogger | Documentation

      Hierarchy

      • ConsoleLogger

      Implements

      Constructors

      constructor +ConsoleLogger | Documentation

      Hierarchy

      • ConsoleLogger

      Implements

      Constructors

      Properties

      Methods

      debug error @@ -8,10 +8,10 @@ print verbose warn -

      Constructors

      Properties

      logLevels: LogLevel[]

      Methods

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      logLevels: LogLevel[]

      Methods

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/_near_js_utils.logger_logger.Logger.html b/classes/_near_js_utils.logger_logger.Logger.html index e0ea356eed..365c9e5f48 100644 --- a/classes/_near_js_utils.logger_logger.Logger.html +++ b/classes/_near_js_utils.logger_logger.Logger.html @@ -1,5 +1,5 @@ Logger | Documentation

      Used to log the library messages

      -

      Hierarchy

      • Logger

      Constructors

      Hierarchy

      • Logger

      Constructors

      Properties

      Methods

      debug error @@ -8,10 +8,10 @@ overrideLogger verbose warn -

      Constructors

      Properties

      instanceRef?: LoggerService = DEFAULT_LOGGER

      Methods

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      instanceRef?: LoggerService = DEFAULT_LOGGER

      Methods

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/_near_js_wallet_account.near.Near.html b/classes/_near_js_wallet_account.near.Near.html index 0435e36a8f..b85693ff13 100644 --- a/classes/_near_js_wallet_account.near.Near.html +++ b/classes/_near_js_wallet_account.near.Near.html @@ -1,17 +1,17 @@ Near | Documentation

      This is the main class developers should use to interact with NEAR.

      Example

      const near = new Near(config);
       
      -

      Hierarchy

      • Near

      Constructors

      Hierarchy

      • Near

      Constructors

      Properties

      accountCreator: AccountCreator
      config: any
      connection: Connection

      Methods

      • Create an account using the AccountCreator. Either:

        +

      Constructors

      Properties

      accountCreator: AccountCreator
      config: any
      connection: Connection

      Methods

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/_near_js_wallet_account.walletAccount.ConnectedWalletAccount.html b/classes/_near_js_wallet_account.walletAccount.ConnectedWalletAccount.html index 45628e72c9..ec1713f41a 100644 --- a/classes/_near_js_wallet_account.walletAccount.ConnectedWalletAccount.html +++ b/classes/_near_js_wallet_account.walletAccount.ConnectedWalletAccount.html @@ -1,5 +1,5 @@ ConnectedWalletAccount | Documentation

      Account implementation which redirects to wallet using WalletConnection when no local key is available.

      -

      Hierarchy

      Constructors

      Hierarchy

      Constructors

      Properties

      Constructors

      Properties

      accountId: string
      connection: Connection
      walletConnection: WalletConnection

      Methods

      • Helper function returning the access key (if it exists) to the receiver that grants the designated permission

        +

      Constructors

      Properties

      accountId: string
      connection: Connection
      walletConnection: WalletConnection

      Methods

      • Helper function returning the access key (if it exists) to the receiver that grants the designated permission

        Parameters

        • receiverId: string

          The NEAR account seeking the access key for a transaction

        • actions: Action[]

          The action(s) sought to gain access to

        • Optional localKey: PublicKey

          A local public key provided to check for access

          -

        Returns Promise<any>

      • Check if given access key allows the function call or method attempted in transaction

        +

      Returns Promise<any>

      • Check if given access key allows the function call or method attempted in transaction

        Parameters

        • accessKey: any

          Array of {access_key: AccessKey, public_key: PublicKey} items

        • receiverId: string

          The NEAR account attempting to have access

        • actions: Action[]

          The action(s) needed to be checked for access

          -

        Returns Promise<boolean>

      • Parameters

        • publicKey: string | PublicKey

          A public key to be associated with the contract

        • Optional contractId: string

          NEAR account where the contract is deployed

        • Optional methodNames: string | string[]

          The method names on the contract that should be allowed to be called. Pass null for no method names and '' or [] for any method names.

        • Optional amount: bigint

          Payment in yoctoⓃ that is sent to the contract during this function call

          @@ -70,7 +70,7 @@

          Todo

          expand this API to support more options.

        Returns Promise<FinalExecutionOutcome>

      • Create a signed transaction which can be broadcast to the network

        Parameters

        • receiverId: string

          NEAR account receiving the transaction

        • actions: Action[]

          list of actions to perform as part of the transaction

        Returns Promise<[Uint8Array, SignedTransaction]>

        See

        JsonRpcProvider.sendTransaction

        diff --git a/classes/_near_js_wallet_account.walletAccount.WalletConnection.html b/classes/_near_js_wallet_account.walletAccount.WalletConnection.html index 0e0571e1b1..f25775ad89 100644 --- a/classes/_near_js_wallet_account.walletAccount.WalletConnection.html +++ b/classes/_near_js_wallet_account.walletAccount.WalletConnection.html @@ -2,7 +2,7 @@

        See

        https://docs.near.org/tools/near-api-js/quick-reference#wallet

        Example

        // create new WalletConnection instance
        const wallet = new WalletConnection(near, 'my-app');

        // If not signed in redirect to the NEAR wallet to sign in
        // keys will be stored in the BrowserLocalStorageKeyStore
        if(!wallet.isSignedIn()) return wallet.requestSignIn()
        -

      Hierarchy

      • WalletConnection

      Constructors

      Hierarchy

      • WalletConnection

      Constructors

      Methods

      Constructors

      Methods

      • Returns authorized Account ID.

        +

      Constructors

      Methods

      • Returns authorized Account ID.

        Returns string

        Example

        const wallet = new WalletConnection(near, 'my-app');
        wallet.getAccountId();
        -
      • Returns true, if this WalletConnection is authorized with the wallet.

        Returns boolean

        Example

        const wallet = new WalletConnection(near, 'my-app');
        wallet.isSignedIn();
        -
      • Returns promise of completing signing in after redirecting from wallet

        Returns Promise<boolean>

        Example

        // on login callback page
        const wallet = new WalletConnection(near, 'my-app');
        wallet.isSignedIn(); // false
        await wallet.isSignedInAsync(); // true
        -
      • Redirects current page to the wallet authentication page.

        Parameters

        • options: SignInOptions

          An optional options object

        Returns Promise<void>

        Example

        const wallet = new WalletConnection(near, 'my-app');
        // redirects to the NEAR Wallet
        wallet.requestSignIn({ contractId: 'account-with-deploy-contract.near' });
        -
      • Constructs string URL to the wallet authentication page.

        Parameters

        • options: SignInOptions

          An optional options object

        Returns Promise<string>

        Example

        const wallet = new WalletConnection(near, 'my-app');
        // return string URL to the NEAR Wallet
        const url = await wallet.requestSignInUrl({ contractId: 'account-with-deploy-contract.near' });
        -
      • Requests the user to quickly sign for a transaction or batch of transactions by redirecting to the wallet.

        Parameters

        • options: RequestSignTransactionsOptions

          A required options object

          -

        Returns void

      • Constructs string URL to the wallet to sign a transaction or batch of transactions.

        +

      Returns void

      • Constructs string URL to the wallet to sign a transaction or batch of transactions.

        Parameters

        • options: RequestSignTransactionsOptions

          A required options object

          -

        Returns string

      • Sign out from the current account

        +

      Returns string

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/classes/near_api_js.utils_enums.Enum.html b/classes/near_api_js.utils_enums.Enum.html index 34075fb0a0..e3616631a2 100644 --- a/classes/near_api_js.utils_enums.Enum.html +++ b/classes/near_api_js.utils_enums.Enum.html @@ -1,3 +1,3 @@ -Enum | Documentation

      Hierarchy

      • Enum

      Constructors

      constructor +Enum | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Constructors

      Properties

      enum: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_accounts.types.MultisigDeleteRequestRejectionError.html b/enums/_near_js_accounts.types.MultisigDeleteRequestRejectionError.html index f6abae53c3..ecc445086c 100644 --- a/enums/_near_js_accounts.types.MultisigDeleteRequestRejectionError.html +++ b/enums/_near_js_accounts.types.MultisigDeleteRequestRejectionError.html @@ -1,6 +1,6 @@ -MultisigDeleteRequestRejectionError | Documentation

      Enumeration MultisigDeleteRequestRejectionError

      Enumeration Members

      CANNOT_DESERIALIZE_STATE +MultisigDeleteRequestRejectionError | Documentation

      Enumeration MultisigDeleteRequestRejectionError

      Enumeration Members

      CANNOT_DESERIALIZE_STATE: "Cannot deserialize the contract state"
      METHOD_NOT_FOUND: "Contract method is not found"
      MULTISIG_NOT_INITIALIZED: "Smart contract panicked: Multisig contract should be initialized before usage"
      NO_SUCH_REQUEST: "Smart contract panicked: panicked at 'No such request: either wrong number or already confirmed'"
      REQUEST_COOLDOWN_ERROR: "Request cannot be deleted immediately after creation."

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      CANNOT_DESERIALIZE_STATE: "Cannot deserialize the contract state"
      METHOD_NOT_FOUND: "Contract method is not found"
      MULTISIG_NOT_INITIALIZED: "Smart contract panicked: Multisig contract should be initialized before usage"
      NO_SUCH_REQUEST: "Smart contract panicked: panicked at 'No such request: either wrong number or already confirmed'"
      REQUEST_COOLDOWN_ERROR: "Request cannot be deleted immediately after creation."

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_accounts.types.MultisigStateStatus.html b/enums/_near_js_accounts.types.MultisigStateStatus.html index b18a63acf6..0218c1d29b 100644 --- a/enums/_near_js_accounts.types.MultisigStateStatus.html +++ b/enums/_near_js_accounts.types.MultisigStateStatus.html @@ -1,5 +1,5 @@ -MultisigStateStatus | Documentation

      Enumeration Members

      INVALID_STATE +MultisigStateStatus | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      INVALID_STATE: 0
      STATE_NOT_INITIALIZED: 1
      UNKNOWN_STATE: 3
      VALID_STATE: 2

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_crypto.constants.KeySize.html b/enums/_near_js_crypto.constants.KeySize.html index 180a5c8e72..ceb6986476 100644 --- a/enums/_near_js_crypto.constants.KeySize.html +++ b/enums/_near_js_crypto.constants.KeySize.html @@ -1,2 +1,2 @@ -KeySize | Documentation

      Generated using TypeDoc

      \ No newline at end of file +KeySize | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_crypto.constants.KeyType.html b/enums/_near_js_crypto.constants.KeyType.html index 292d9825a0..9f99e1c72f 100644 --- a/enums/_near_js_crypto.constants.KeyType.html +++ b/enums/_near_js_crypto.constants.KeyType.html @@ -1,3 +1,3 @@ KeyType | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      Enumeration Members

      ED25519: 0

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_types.provider_light_client.IdType.html b/enums/_near_js_types.provider_light_client.IdType.html index 8cee2ad451..b48eb526dd 100644 --- a/enums/_near_js_types.provider_light_client.IdType.html +++ b/enums/_near_js_types.provider_light_client.IdType.html @@ -1,3 +1,3 @@ -IdType | Documentation

      Enumeration Members

      Receipt +IdType | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      Receipt: "receipt"
      Transaction: "transaction"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_types.provider_response.ExecutionStatusBasic.html b/enums/_near_js_types.provider_response.ExecutionStatusBasic.html index d25c7bc1c8..8548779db7 100644 --- a/enums/_near_js_types.provider_response.ExecutionStatusBasic.html +++ b/enums/_near_js_types.provider_response.ExecutionStatusBasic.html @@ -1,4 +1,4 @@ -ExecutionStatusBasic | Documentation

      Enumeration Members

      Failure +ExecutionStatusBasic | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      Failure: "Failure"
      Pending: "Pending"
      Unknown: "Unknown"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/enums/_near_js_types.provider_response.FinalExecutionStatusBasic.html b/enums/_near_js_types.provider_response.FinalExecutionStatusBasic.html index ecd4dc56ba..d6b3bc5f59 100644 --- a/enums/_near_js_types.provider_response.FinalExecutionStatusBasic.html +++ b/enums/_near_js_types.provider_response.FinalExecutionStatusBasic.html @@ -1,4 +1,4 @@ -FinalExecutionStatusBasic | Documentation

      Enumeration Members

      Failure +FinalExecutionStatusBasic | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Enumeration Members

      Failure: "Failure"
      NotStarted: "NotStarted"
      Started: "Started"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_accounts.utils.encodeJSContractArgs.html b/functions/_near_js_accounts.utils.encodeJSContractArgs.html index 0eb2609929..f441503e04 100644 --- a/functions/_near_js_accounts.utils.encodeJSContractArgs.html +++ b/functions/_near_js_accounts.utils.encodeJSContractArgs.html @@ -1 +1 @@ -encodeJSContractArgs | Documentation

      Generated using TypeDoc

      \ No newline at end of file +encodeJSContractArgs | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_accounts.utils.validateArgs.html b/functions/_near_js_accounts.utils.validateArgs.html index 3fe94cc6b5..272eade1da 100644 --- a/functions/_near_js_accounts.utils.validateArgs.html +++ b/functions/_near_js_accounts.utils.validateArgs.html @@ -1 +1 @@ -validateArgs | Documentation

      Generated using TypeDoc

      \ No newline at end of file +validateArgs | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_accounts.utils.viewFunction.html b/functions/_near_js_accounts.utils.viewFunction.html index 55cc4a9754..58682e5a63 100644 --- a/functions/_near_js_accounts.utils.viewFunction.html +++ b/functions/_near_js_accounts.utils.viewFunction.html @@ -1,3 +1,3 @@ viewFunction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_accounts.utils.viewState.html b/functions/_near_js_accounts.utils.viewState.html index 515f02c992..333b87d616 100644 --- a/functions/_near_js_accounts.utils.viewState.html +++ b/functions/_near_js_accounts.utils.viewState.html @@ -5,4 +5,4 @@
    • prefix: string | Uint8Array

      allows to filter which keys should be returned. Empty prefix means all keys. String prefix is utf-8 encoded.

    • blockQuery: BlockReference = ...

      specifies which block to query state at. By default returns last "optimistic" block (i.e. not necessarily finalized).

    • Returns Promise<{
          key: Buffer;
          value: Buffer;
      }[]>

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.index-1.createKey.html b/functions/_near_js_biometric_ed25519.index-1.createKey.html index eedc1ceb1e..7b1bb9ad11 100644 --- a/functions/_near_js_biometric_ed25519.index-1.createKey.html +++ b/functions/_near_js_biometric_ed25519.index-1.createKey.html @@ -1 +1 @@ -createKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +createKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.index-1.getKeys.html b/functions/_near_js_biometric_ed25519.index-1.getKeys.html index dd1457ac07..278fdbc05a 100644 --- a/functions/_near_js_biometric_ed25519.index-1.getKeys.html +++ b/functions/_near_js_biometric_ed25519.index-1.getKeys.html @@ -1 +1 @@ -getKeys | Documentation

      Generated using TypeDoc

      \ No newline at end of file +getKeys | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.index-1.isPassKeyAvailable.html b/functions/_near_js_biometric_ed25519.index-1.isPassKeyAvailable.html index 067770bff3..0259bc480b 100644 --- a/functions/_near_js_biometric_ed25519.index-1.isPassKeyAvailable.html +++ b/functions/_near_js_biometric_ed25519.index-1.isPassKeyAvailable.html @@ -1 +1 @@ -isPassKeyAvailable | Documentation

      Generated using TypeDoc

      \ No newline at end of file +isPassKeyAvailable | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.get64BytePublicKeyFromPEM.html b/functions/_near_js_biometric_ed25519.utils.get64BytePublicKeyFromPEM.html index 39170bd2d7..2685ebf000 100644 --- a/functions/_near_js_biometric_ed25519.utils.get64BytePublicKeyFromPEM.html +++ b/functions/_near_js_biometric_ed25519.utils.get64BytePublicKeyFromPEM.html @@ -1 +1 @@ -get64BytePublicKeyFromPEM | Documentation

      Generated using TypeDoc

      \ No newline at end of file +get64BytePublicKeyFromPEM | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.preformatGetAssertReq.html b/functions/_near_js_biometric_ed25519.utils.preformatGetAssertReq.html index 9d132f640f..57717dd907 100644 --- a/functions/_near_js_biometric_ed25519.utils.preformatGetAssertReq.html +++ b/functions/_near_js_biometric_ed25519.utils.preformatGetAssertReq.html @@ -1 +1 @@ -preformatGetAssertReq | Documentation

      Generated using TypeDoc

      \ No newline at end of file +preformatGetAssertReq | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.preformatMakeCredReq.html b/functions/_near_js_biometric_ed25519.utils.preformatMakeCredReq.html index ff15d53d38..ef5e490e07 100644 --- a/functions/_near_js_biometric_ed25519.utils.preformatMakeCredReq.html +++ b/functions/_near_js_biometric_ed25519.utils.preformatMakeCredReq.html @@ -1 +1 @@ -preformatMakeCredReq | Documentation

      Generated using TypeDoc

      \ No newline at end of file +preformatMakeCredReq | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.publicKeyCredentialToJSON.html b/functions/_near_js_biometric_ed25519.utils.publicKeyCredentialToJSON.html index 6a32e02d4a..6b495ddf60 100644 --- a/functions/_near_js_biometric_ed25519.utils.publicKeyCredentialToJSON.html +++ b/functions/_near_js_biometric_ed25519.utils.publicKeyCredentialToJSON.html @@ -1 +1 @@ -publicKeyCredentialToJSON | Documentation

      Generated using TypeDoc

      \ No newline at end of file +publicKeyCredentialToJSON | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.recoverPublicKey.html b/functions/_near_js_biometric_ed25519.utils.recoverPublicKey.html index 226323ffff..915de59b69 100644 --- a/functions/_near_js_biometric_ed25519.utils.recoverPublicKey.html +++ b/functions/_near_js_biometric_ed25519.utils.recoverPublicKey.html @@ -1 +1 @@ -recoverPublicKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +recoverPublicKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.sanitizeCreateKeyResponse.html b/functions/_near_js_biometric_ed25519.utils.sanitizeCreateKeyResponse.html index 91ccf0487b..73491f5379 100644 --- a/functions/_near_js_biometric_ed25519.utils.sanitizeCreateKeyResponse.html +++ b/functions/_near_js_biometric_ed25519.utils.sanitizeCreateKeyResponse.html @@ -1 +1 @@ -sanitizeCreateKeyResponse | Documentation
      • Parameters

        • res: Credential

        Returns Credential | {
            authenticatorAttachment: string;
            id: string;
            rawId: any;
            response: {
                attestationObject: any;
                clientDataJSON: any;
            };
            type: string;
            getClientExtensionResults() => AuthenticationExtensionsClientOutputs;
        }

      Generated using TypeDoc

      \ No newline at end of file +sanitizeCreateKeyResponse | Documentation
      • Parameters

        • res: Credential

        Returns Credential | {
            authenticatorAttachment: string;
            id: string;
            rawId: any;
            response: {
                attestationObject: any;
                clientDataJSON: any;
            };
            type: string;
            getClientExtensionResults() => AuthenticationExtensionsClientOutputs;
        }

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.sanitizeGetKeyResponse.html b/functions/_near_js_biometric_ed25519.utils.sanitizeGetKeyResponse.html index 6a1db2cb54..2984d7377c 100644 --- a/functions/_near_js_biometric_ed25519.utils.sanitizeGetKeyResponse.html +++ b/functions/_near_js_biometric_ed25519.utils.sanitizeGetKeyResponse.html @@ -1 +1 @@ -sanitizeGetKeyResponse | Documentation
      • Parameters

        • res: Credential

        Returns Credential | {
            authenticatorAttachment: string;
            id: string;
            rawId: any;
            response: {
                authenticatorData: any;
                clientDataJSON: any;
                signature: any;
                userHandle: any;
            };
            type: string;
            getClientExtensionResults() => AuthenticationExtensionsClientOutputs;
        }

      Generated using TypeDoc

      \ No newline at end of file +sanitizeGetKeyResponse | Documentation
      • Parameters

        • res: Credential

        Returns Credential | {
            authenticatorAttachment: string;
            id: string;
            rawId: any;
            response: {
                authenticatorData: any;
                clientDataJSON: any;
                signature: any;
                userHandle: any;
            };
            type: string;
            getClientExtensionResults() => AuthenticationExtensionsClientOutputs;
        }

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.uint8ArrayToBigInt.html b/functions/_near_js_biometric_ed25519.utils.uint8ArrayToBigInt.html index 557de03454..fe02831472 100644 --- a/functions/_near_js_biometric_ed25519.utils.uint8ArrayToBigInt.html +++ b/functions/_near_js_biometric_ed25519.utils.uint8ArrayToBigInt.html @@ -1 +1 @@ -uint8ArrayToBigInt | Documentation

      Generated using TypeDoc

      \ No newline at end of file +uint8ArrayToBigInt | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_biometric_ed25519.utils.validateUsername.html b/functions/_near_js_biometric_ed25519.utils.validateUsername.html index 251041f332..429dbed63b 100644 --- a/functions/_near_js_biometric_ed25519.utils.validateUsername.html +++ b/functions/_near_js_biometric_ed25519.utils.validateUsername.html @@ -1 +1 @@ -validateUsername | Documentation

      Generated using TypeDoc

      \ No newline at end of file +validateUsername | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_iframe_rpc.types.isRPCMessage.html b/functions/_near_js_iframe_rpc.types.isRPCMessage.html index b83f43281e..09d3ef38a7 100644 --- a/functions/_near_js_iframe_rpc.types.isRPCMessage.html +++ b/functions/_near_js_iframe_rpc.types.isRPCMessage.html @@ -1 +1 @@ -isRPCMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file +isRPCMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_providers.exponential_backoff.exponentialBackoff.html b/functions/_near_js_providers.exponential_backoff.exponentialBackoff.html index e62c5053a0..ca95e72afc 100644 --- a/functions/_near_js_providers.exponential_backoff.exponentialBackoff.html +++ b/functions/_near_js_providers.exponential_backoff.exponentialBackoff.html @@ -1 +1 @@ -exponentialBackoff | Documentation

      Generated using TypeDoc

      \ No newline at end of file +exponentialBackoff | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_providers.fetch.default.html b/functions/_near_js_providers.fetch.default.html index f650d4c228..124d88badb 100644 --- a/functions/_near_js_providers.fetch.default.html +++ b/functions/_near_js_providers.fetch.default.html @@ -1 +1 @@ -default | Documentation

      Generated using TypeDoc

      \ No newline at end of file +default | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_providers.fetch_json.fetchJson.html b/functions/_near_js_providers.fetch_json.fetchJson.html index ca72fd4158..886b27b668 100644 --- a/functions/_near_js_providers.fetch_json.fetchJson.html +++ b/functions/_near_js_providers.fetch_json.fetchJson.html @@ -2,4 +2,4 @@

      Parameters

      • connectionInfoOrUrl: string | ConnectionInfo

        The connection information or URL for the HTTP request.

      • Optional json: string

        The JSON payload to be included in the request body for POST requests.

      Returns Promise<any>

      A Promise that resolves to the parsed JSON response from the HTTP request.

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.action_creators.stringifyJsonOrBytes.html b/functions/_near_js_transactions.action_creators.stringifyJsonOrBytes.html index f375f8a2a0..bc91eefe95 100644 --- a/functions/_near_js_transactions.action_creators.stringifyJsonOrBytes.html +++ b/functions/_near_js_transactions.action_creators.stringifyJsonOrBytes.html @@ -1,4 +1,4 @@ stringifyJsonOrBytes | Documentation
      • Converts an input argument to a Buffer, handling cases for both JSON and Uint8Array.

        Parameters

        • args: any

          The input argument, either JSON object or Uint8Array.

        Returns Buffer

        A Buffer representation of the input argument.

        -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.create_transaction.createTransaction.html b/functions/_near_js_transactions.create_transaction.createTransaction.html index 2cc6ffeef7..ce1e22e1ae 100644 --- a/functions/_near_js_transactions.create_transaction.createTransaction.html +++ b/functions/_near_js_transactions.create_transaction.createTransaction.html @@ -6,4 +6,4 @@
    • actions: Action[]

      An array of transaction actions to be performed.

    • blockHash: Uint8Array

      The hash of the block where the transaction will be included.

    • Returns Transaction

      A new transaction object initialized with the provided parameters.

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.delegate.buildDelegateAction.html b/functions/_near_js_transactions.delegate.buildDelegateAction.html index 299fe5b8ac..e46e7269a2 100644 --- a/functions/_near_js_transactions.delegate.buildDelegateAction.html +++ b/functions/_near_js_transactions.delegate.buildDelegateAction.html @@ -1,2 +1,2 @@ buildDelegateAction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      Returns DelegateAction

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.schema.decodeSignedTransaction.html b/functions/_near_js_transactions.schema.decodeSignedTransaction.html index e66a1e7ce9..35011ee31d 100644 --- a/functions/_near_js_transactions.schema.decodeSignedTransaction.html +++ b/functions/_near_js_transactions.schema.decodeSignedTransaction.html @@ -1,3 +1,3 @@ decodeSignedTransaction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Returns SignedTransaction

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.schema.decodeTransaction.html b/functions/_near_js_transactions.schema.decodeTransaction.html index 8991f273cb..c102537c9e 100644 --- a/functions/_near_js_transactions.schema.decodeTransaction.html +++ b/functions/_near_js_transactions.schema.decodeTransaction.html @@ -1,3 +1,3 @@ decodeTransaction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Returns Transaction

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.schema.encodeDelegateAction.html b/functions/_near_js_transactions.schema.encodeDelegateAction.html index cafaefd124..5b8519c1ce 100644 --- a/functions/_near_js_transactions.schema.encodeDelegateAction.html +++ b/functions/_near_js_transactions.schema.encodeDelegateAction.html @@ -2,4 +2,4 @@ NB per NEP-461 this requires a Borsh-serialized prefix specific to delegate actions, ensuring signed delegate actions may never be identical to signed transactions with the same fields

      Parameters

      • delegateAction: DelegateAction

        Delegate action to be signed by the meta transaction sender

        -

      Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file +

      Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.schema.encodeSignedDelegate.html b/functions/_near_js_transactions.schema.encodeSignedDelegate.html index a4d9d70fe1..abdde6dc57 100644 --- a/functions/_near_js_transactions.schema.encodeSignedDelegate.html +++ b/functions/_near_js_transactions.schema.encodeSignedDelegate.html @@ -1,3 +1,3 @@ encodeSignedDelegate | Documentation
      • Borsh-encode a signed delegate for validation and execution by a relayer

        Parameters

        • signedDelegate: SignedDelegate

          Signed delegate to be executed in a meta transaction

          -

        Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file +

      Returns Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.schema.encodeTransaction.html b/functions/_near_js_transactions.schema.encodeTransaction.html index 616facec66..1beb9c5190 100644 --- a/functions/_near_js_transactions.schema.encodeTransaction.html +++ b/functions/_near_js_transactions.schema.encodeTransaction.html @@ -1,4 +1,4 @@ encodeTransaction | Documentation
      • Borsh-encode a transaction or signed transaction into a serialized form.

        Parameters

        Returns Uint8Array

        A serialized representation of the input transaction.

        -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.sign.signDelegateAction.html b/functions/_near_js_transactions.sign.signDelegateAction.html index 19d4dfe8de..95d6eaf2bb 100644 --- a/functions/_near_js_transactions.sign.signDelegateAction.html +++ b/functions/_near_js_transactions.sign.signDelegateAction.html @@ -1,3 +1,3 @@ signDelegateAction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_transactions.sign.signTransaction.html b/functions/_near_js_transactions.sign.signTransaction.html index 367914a830..234c7a9171 100644 --- a/functions/_near_js_transactions.sign.signTransaction.html +++ b/functions/_near_js_transactions.sign.signTransaction.html @@ -1 +1 @@ -signTransaction | Documentation
      • Parameters

        • transaction: Transaction
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      • Parameters

        • receiverId: string
        • nonce: bigint
        • actions: Action[]
        • blockHash: Uint8Array
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      Generated using TypeDoc

      \ No newline at end of file +signTransaction | Documentation
      • Parameters

        • transaction: Transaction
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      • Parameters

        • receiverId: string
        • nonce: bigint
        • actions: Action[]
        • blockHash: Uint8Array
        • signer: Signer
        • Optional accountId: string
        • Optional networkId: string

        Returns Promise<[Uint8Array, SignedTransaction]>

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.errors_errors.logWarning.html b/functions/_near_js_utils.errors_errors.logWarning.html index 363be402f2..59f644531a 100644 --- a/functions/_near_js_utils.errors_errors.logWarning.html +++ b/functions/_near_js_utils.errors_errors.logWarning.html @@ -1 +1 @@ -logWarning | Documentation

      Generated using TypeDoc

      \ No newline at end of file +logWarning | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.errors_rpc_errors.formatError.html b/functions/_near_js_utils.errors_rpc_errors.formatError.html index 3b5682061e..0c741c0645 100644 --- a/functions/_near_js_utils.errors_rpc_errors.formatError.html +++ b/functions/_near_js_utils.errors_rpc_errors.formatError.html @@ -1 +1 @@ -formatError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +formatError | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.errors_rpc_errors.getErrorTypeFromErrorMessage.html b/functions/_near_js_utils.errors_rpc_errors.getErrorTypeFromErrorMessage.html index f5cf4b1c9a..f6aa8f65f7 100644 --- a/functions/_near_js_utils.errors_rpc_errors.getErrorTypeFromErrorMessage.html +++ b/functions/_near_js_utils.errors_rpc_errors.getErrorTypeFromErrorMessage.html @@ -1 +1 @@ -getErrorTypeFromErrorMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file +getErrorTypeFromErrorMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.errors_rpc_errors.parseResultError.html b/functions/_near_js_utils.errors_rpc_errors.parseResultError.html index 9e50cea1d6..ee8a9259a9 100644 --- a/functions/_near_js_utils.errors_rpc_errors.parseResultError.html +++ b/functions/_near_js_utils.errors_rpc_errors.parseResultError.html @@ -1 +1 @@ -parseResultError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +parseResultError | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.errors_rpc_errors.parseRpcError.html b/functions/_near_js_utils.errors_rpc_errors.parseRpcError.html index 3f4625054b..a46edd40ff 100644 --- a/functions/_near_js_utils.errors_rpc_errors.parseRpcError.html +++ b/functions/_near_js_utils.errors_rpc_errors.parseRpcError.html @@ -1 +1 @@ -parseRpcError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +parseRpcError | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.format.baseDecode.html b/functions/_near_js_utils.format.baseDecode.html index 6208e5231e..bdd3759570 100644 --- a/functions/_near_js_utils.format.baseDecode.html +++ b/functions/_near_js_utils.format.baseDecode.html @@ -1,4 +1,4 @@ baseDecode | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.format.baseEncode.html b/functions/_near_js_utils.format.baseEncode.html index 2f8798642f..4af349dcd4 100644 --- a/functions/_near_js_utils.format.baseEncode.html +++ b/functions/_near_js_utils.format.baseEncode.html @@ -1,4 +1,4 @@ baseEncode | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.format.formatNearAmount.html b/functions/_near_js_utils.format.formatNearAmount.html index e23d176668..0f46601b56 100644 --- a/functions/_near_js_utils.format.formatNearAmount.html +++ b/functions/_near_js_utils.format.formatNearAmount.html @@ -3,4 +3,4 @@

      Parameters

      • balance: string

        decimal string representing balance in smallest non-divisible NEAR units (as specified by NEAR_NOMINATION)

      • fracDigits: number = NEAR_NOMINATION_EXP

        number of fractional digits to preserve in formatted string. Balance is rounded to match given number of digits.

      Returns string

      Value in Ⓝ

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.format.parseNearAmount.html b/functions/_near_js_utils.format.parseNearAmount.html index 6e2ec0d38b..8be39230db 100644 --- a/functions/_near_js_utils.format.parseNearAmount.html +++ b/functions/_near_js_utils.format.parseNearAmount.html @@ -2,4 +2,4 @@ Effectively this multiplies given amount by NEAR_NOMINATION.

      Parameters

      • Optional amt: string

        decimal string (potentially fractional) denominated in NEAR.

      Returns string | null

      The parsed yoctoⓃ amount or null if no amount was passed in

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.logging.printTxOutcomeLogs.html b/functions/_near_js_utils.logging.printTxOutcomeLogs.html index 588a287478..bffe88d182 100644 --- a/functions/_near_js_utils.logging.printTxOutcomeLogs.html +++ b/functions/_near_js_utils.logging.printTxOutcomeLogs.html @@ -2,4 +2,4 @@

      Parameters

      • params: {
            contractId: string;
            logs: string[];
            prefix?: string;
        }
        • contractId: string

          ID of the account/contract which made the query

        • logs: string[]

          log output from a query execution response

        • Optional prefix?: string

          string to append to the beginning of each log

          -

      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/functions/_near_js_utils.logging.printTxOutcomeLogsAndFailures.html b/functions/_near_js_utils.logging.printTxOutcomeLogsAndFailures.html index 183d2f82f3..75248b08de 100644 --- a/functions/_near_js_utils.logging.printTxOutcomeLogsAndFailures.html +++ b/functions/_near_js_utils.logging.printTxOutcomeLogsAndFailures.html @@ -1,4 +1,4 @@ printTxOutcomeLogsAndFailures | Documentation
      • Parse and print details from a query execution response

        Parameters

        • params: {
              contractId: string;
              outcome: FinalExecutionOutcome;
          }
          • contractId: string

            ID of the account/contract which made the query

          • outcome: FinalExecutionOutcome

            the query execution response

            -

        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/functions/_near_js_utils.utils.sortBigIntAsc.html b/functions/_near_js_utils.utils.sortBigIntAsc.html index 2afe2fffe7..b65a6117ba 100644 --- a/functions/_near_js_utils.utils.sortBigIntAsc.html +++ b/functions/_near_js_utils.utils.sortBigIntAsc.html @@ -1 +1 @@ -sortBigIntAsc | Documentation

      Generated using TypeDoc

      \ No newline at end of file +sortBigIntAsc | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.validators.diffEpochValidators.html b/functions/_near_js_utils.validators.diffEpochValidators.html index e58003ddd6..3638eb288a 100644 --- a/functions/_near_js_utils.validators.diffEpochValidators.html +++ b/functions/_near_js_utils.validators.diffEpochValidators.html @@ -1,3 +1,3 @@ diffEpochValidators | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • currentValidators: CurrentEpochValidatorInfo[]
      • nextValidators: NextEpochValidatorInfo[]

      Returns EpochValidatorsDiff

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/_near_js_utils.validators.findSeatPrice.html b/functions/_near_js_utils.validators.findSeatPrice.html index 93975f5d41..35591968b4 100644 --- a/functions/_near_js_utils.validators.findSeatPrice.html +++ b/functions/_near_js_utils.validators.findSeatPrice.html @@ -1,3 +1,3 @@ findSeatPrice | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • validators: (CurrentEpochValidatorInfo | NextEpochValidatorInfo)[]
      • maxNumberOfSeats: number
      • minimumStakeRatio: number[]
      • Optional protocolVersion: number

      Returns bigint

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.browserConnect.connect.html b/functions/near_api_js.browserConnect.connect.html index ff25682630..fb64ab361d 100644 --- a/functions/near_api_js.browserConnect.connect.html +++ b/functions/near_api_js.browserConnect.connect.html @@ -1,2 +1,2 @@ connect | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      Returns Promise<Near>

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.connect.connect.html b/functions/near_api_js.connect.connect.html index b4a39f0fed..3a8807e686 100644 --- a/functions/near_api_js.connect.connect.html +++ b/functions/near_api_js.connect.connect.html @@ -3,4 +3,4 @@

      Returns Promise<Near>

      A Promise that resolves to a Near object representing the connection.

      Example

      const connectionConfig = {
      networkId: 'testnet',
      nodeUrl: 'https://rpc.testnet.near.org',
      walletUrl: 'https://wallet.testnet.near.org',
      helperUrl: 'https://helper.testnet.near.org',
      keyStore: new InMemoryKeyStore(),
      deps: { keyStore: new BrowserLocalStorageKeyStore() },
      logger: true,
      keyPath: '/path/to/account-key.json',
      masterAccount: 'master-account.near',
      };

      const nearConnection = await connect(connectionConfig);
      console.log(nearConnection); // Near object representing the connection
      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.addKey-1.html b/functions/near_api_js.transaction.addKey-1.html index 1abaebf50f..8bf3b9e985 100644 --- a/functions/near_api_js.transaction.addKey-1.html +++ b/functions/near_api_js.transaction.addKey-1.html @@ -1 +1 @@ -addKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +addKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.createAccount-1.html b/functions/near_api_js.transaction.createAccount-1.html index 95de57024a..a44479ca28 100644 --- a/functions/near_api_js.transaction.createAccount-1.html +++ b/functions/near_api_js.transaction.createAccount-1.html @@ -1 +1 @@ -createAccount | Documentation

      Generated using TypeDoc

      \ No newline at end of file +createAccount | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.deleteAccount-1.html b/functions/near_api_js.transaction.deleteAccount-1.html index 4f11dc87d0..080907a9a5 100644 --- a/functions/near_api_js.transaction.deleteAccount-1.html +++ b/functions/near_api_js.transaction.deleteAccount-1.html @@ -1 +1 @@ -deleteAccount | Documentation

      Generated using TypeDoc

      \ No newline at end of file +deleteAccount | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.deleteKey-1.html b/functions/near_api_js.transaction.deleteKey-1.html index f6f2c6c2db..cc271dab62 100644 --- a/functions/near_api_js.transaction.deleteKey-1.html +++ b/functions/near_api_js.transaction.deleteKey-1.html @@ -1 +1 @@ -deleteKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +deleteKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.deployContract-1.html b/functions/near_api_js.transaction.deployContract-1.html index 385be1543d..ed3ab153bd 100644 --- a/functions/near_api_js.transaction.deployContract-1.html +++ b/functions/near_api_js.transaction.deployContract-1.html @@ -1 +1 @@ -deployContract | Documentation

      Generated using TypeDoc

      \ No newline at end of file +deployContract | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.fullAccessKey.html b/functions/near_api_js.transaction.fullAccessKey.html index aba458e1a3..e6203933b6 100644 --- a/functions/near_api_js.transaction.fullAccessKey.html +++ b/functions/near_api_js.transaction.fullAccessKey.html @@ -1 +1 @@ -fullAccessKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +fullAccessKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.functionCall-1.html b/functions/near_api_js.transaction.functionCall-1.html index 52ca26f2c6..4b9b60820d 100644 --- a/functions/near_api_js.transaction.functionCall-1.html +++ b/functions/near_api_js.transaction.functionCall-1.html @@ -1,4 +1,4 @@ functionCall | Documentation
      • Parameters

        • methodName: string
        • args: object | Uint8Array
        • gas: bigint
        • deposit: bigint
        • Optional stringify: ((args) => Buffer)
            • (args): Buffer
            • Converts an input argument to a Buffer, handling cases for both JSON and Uint8Array.

              Parameters

              • args: any

                The input argument, either JSON object or Uint8Array.

              Returns Buffer

              A Buffer representation of the input argument.

              -
        • Optional jsContract: boolean

        Returns Action

      Generated using TypeDoc

      \ No newline at end of file +
    • Optional jsContract: boolean
    • Returns Action

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.functionCallAccessKey.html b/functions/near_api_js.transaction.functionCallAccessKey.html index 8fc34d324b..a9a56bf5ba 100644 --- a/functions/near_api_js.transaction.functionCallAccessKey.html +++ b/functions/near_api_js.transaction.functionCallAccessKey.html @@ -1 +1 @@ -functionCallAccessKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +functionCallAccessKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.stake-1.html b/functions/near_api_js.transaction.stake-1.html index 7f5d01bb1d..69a8d5ccb0 100644 --- a/functions/near_api_js.transaction.stake-1.html +++ b/functions/near_api_js.transaction.stake-1.html @@ -1 +1 @@ -stake | Documentation

      Generated using TypeDoc

      \ No newline at end of file +stake | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/functions/near_api_js.transaction.transfer-1.html b/functions/near_api_js.transaction.transfer-1.html index f892ef3ba6..047b7b05e3 100644 --- a/functions/near_api_js.transaction.transfer-1.html +++ b/functions/near_api_js.transaction.transfer-1.html @@ -1 +1 @@ -transfer | Documentation

      Generated using TypeDoc

      \ No newline at end of file +transfer | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.account.AccountAuthorizedApp.html b/interfaces/_near_js_accounts.account.AccountAuthorizedApp.html index 5f2b23e5c7..3765a9176a 100644 --- a/interfaces/_near_js_accounts.account.AccountAuthorizedApp.html +++ b/interfaces/_near_js_accounts.account.AccountAuthorizedApp.html @@ -1,4 +1,4 @@ -AccountAuthorizedApp | Documentation

      Hierarchy

      • AccountAuthorizedApp

      Properties

      amount +AccountAuthorizedApp | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      amount: string
      contractId: string
      publicKey: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.account.AccountBalance.html b/interfaces/_near_js_accounts.account.AccountBalance.html index 3b1dae3d84..e8ca0df59b 100644 --- a/interfaces/_near_js_accounts.account.AccountBalance.html +++ b/interfaces/_near_js_accounts.account.AccountBalance.html @@ -1,5 +1,5 @@ -AccountBalance | Documentation

      Hierarchy

      • AccountBalance

      Properties

      available +AccountBalance | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      available: string
      staked: string
      stateStaked: string
      total: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.account.SignAndSendTransactionOptions.html b/interfaces/_near_js_accounts.account.SignAndSendTransactionOptions.html index 1cfb208b8b..dc8a652a14 100644 --- a/interfaces/_near_js_accounts.account.SignAndSendTransactionOptions.html +++ b/interfaces/_near_js_accounts.account.SignAndSendTransactionOptions.html @@ -1,11 +1,11 @@ SignAndSendTransactionOptions | Documentation

      Options used to initiate sining and sending transactions

      -

      Hierarchy

      • SignAndSendTransactionOptions

      Properties

      Hierarchy

      • SignAndSendTransactionOptions

      Properties

      actions: Action[]
      receiverId: string
      returnError?: boolean
      walletCallbackUrl?: string

      Callback url to send the NEAR Wallet if using it to sign transactions.

      +

      Properties

      actions: Action[]
      receiverId: string
      returnError?: boolean
      walletCallbackUrl?: string

      Callback url to send the NEAR Wallet if using it to sign transactions.

      See

      RequestSignTransactionsOptions

      -
      walletMeta?: string

      Metadata to send the NEAR Wallet if using it to sign transactions.

      +
      walletMeta?: string

      Metadata to send the NEAR Wallet if using it to sign transactions.

      See

      RequestSignTransactionsOptions

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.contract.ContractMethods.html b/interfaces/_near_js_accounts.contract.ContractMethods.html index c353aba883..30452529e6 100644 --- a/interfaces/_near_js_accounts.contract.ContractMethods.html +++ b/interfaces/_near_js_accounts.contract.ContractMethods.html @@ -1,11 +1,11 @@ -ContractMethods | Documentation

      Hierarchy

      • ContractMethods

      Properties

      abi? +ContractMethods | Documentation

      Hierarchy

      • ContractMethods

      Properties

      abi?: AbiRoot

      ABI defining this contract's interface.

      -
      changeMethods: string[]

      Methods that change state. These methods cost gas and require a signed transaction.

      +
      changeMethods: string[]

      Methods that change state. These methods cost gas and require a signed transaction.

      useLocalViewExecution: boolean

      Executes view methods locally. This flag is useful when multiple view calls will be made for the same blockId

      -
      viewMethods: string[]

      View methods do not require a signed transaction.

      +
      useLocalViewExecution: boolean

      Executes view methods locally. This flag is useful when multiple view calls will be made for the same blockId

      +
      viewMethods: string[]

      View methods do not require a signed transaction.

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.interface.ChangeFunctionCallOptions.html b/interfaces/_near_js_accounts.interface.ChangeFunctionCallOptions.html index b471298600..7cb372b8b9 100644 --- a/interfaces/_near_js_accounts.interface.ChangeFunctionCallOptions.html +++ b/interfaces/_near_js_accounts.interface.ChangeFunctionCallOptions.html @@ -1,6 +1,6 @@ ChangeFunctionCallOptions | Documentation

      Options used to initiate a function call (especially a change function call)

      See

      Account#viewFunction | viewFunction to initiate a view function call

      -

      Hierarchy

      Properties

      Hierarchy

      Properties

      args?: object

      named arguments to pass the method { messageText: 'my message' }

      -
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      -
      contractId: string

      The NEAR account id where the contract is deployed

      -
      gas?: bigint

      max amount of gas that method call can use

      -
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      -
      methodName: string

      The name of the method to invoke

      -
      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          -

          Parameters

          • input: any

          Returns Buffer

      walletCallbackUrl?: string

      Callback url to send the NEAR Wallet if using it to sign transactions.

      +
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      +
      contractId: string

      The NEAR account id where the contract is deployed

      +
      gas?: bigint

      max amount of gas that method call can use

      +
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      +
      methodName: string

      The name of the method to invoke

      +
      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          +

          Parameters

          • input: any

          Returns Buffer

      walletCallbackUrl?: string

      Callback url to send the NEAR Wallet if using it to sign transactions.

      See

      RequestSignTransactionsOptions

      -
      walletMeta?: string

      Metadata to send the NEAR Wallet if using it to sign transactions.

      +
      walletMeta?: string

      Metadata to send the NEAR Wallet if using it to sign transactions.

      See

      RequestSignTransactionsOptions

      -

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.interface.FunctionCallOptions.html b/interfaces/_near_js_accounts.interface.FunctionCallOptions.html index cbac7c0782..120eda6bcb 100644 --- a/interfaces/_near_js_accounts.interface.FunctionCallOptions.html +++ b/interfaces/_near_js_accounts.interface.FunctionCallOptions.html @@ -1,6 +1,6 @@ FunctionCallOptions | Documentation

      Options used to initiate a function call (especially a change function call)

      See

      Account#viewFunction | viewFunction to initiate a view function call

      -

      Hierarchy

      Properties

      Hierarchy

      Properties

      args?: object

      named arguments to pass the method { messageText: 'my message' }

      -
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      -
      contractId: string

      The NEAR account id where the contract is deployed

      -
      gas?: bigint

      max amount of gas that method call can use

      -
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      -
      methodName: string

      The name of the method to invoke

      -
      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          -

          Parameters

          • input: any

          Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file +
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      +
      contractId: string

      The NEAR account id where the contract is deployed

      +
      gas?: bigint

      max amount of gas that method call can use

      +
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      +
      methodName: string

      The name of the method to invoke

      +
      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          +

          Parameters

          • input: any

          Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.interface.IntoConnection.html b/interfaces/_near_js_accounts.interface.IntoConnection.html index 241411fd4f..100a1430eb 100644 --- a/interfaces/_near_js_accounts.interface.IntoConnection.html +++ b/interfaces/_near_js_accounts.interface.IntoConnection.html @@ -1,2 +1,2 @@ -IntoConnection | Documentation

      Generated using TypeDoc

      \ No newline at end of file +IntoConnection | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.interface.ViewFunctionCallOptions.html b/interfaces/_near_js_accounts.interface.ViewFunctionCallOptions.html index 03f5eb421e..0c80da84dd 100644 --- a/interfaces/_near_js_accounts.interface.ViewFunctionCallOptions.html +++ b/interfaces/_near_js_accounts.interface.ViewFunctionCallOptions.html @@ -1,6 +1,6 @@ ViewFunctionCallOptions | Documentation

      Options used to initiate a function call (especially a change function call)

      See

      Account#viewFunction | viewFunction to initiate a view function call

      -

      Hierarchy

      Properties

      Hierarchy

      Properties

      args?: object

      named arguments to pass the method { messageText: 'my message' }

      -
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      -
      blockQuery?: BlockReference
      contractId: string

      The NEAR account id where the contract is deployed

      -
      gas?: bigint

      max amount of gas that method call can use

      -
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      -
      methodName: string

      The name of the method to invoke

      -
      parse?: ((response) => any)

      Type declaration

        • (response): any
        • Parameters

          • response: Uint8Array

          Returns any

      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          -

          Parameters

          • input: any

          Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file +
      attachedDeposit?: bigint

      amount of NEAR (in yoctoNEAR) to send together with the call

      +
      blockQuery?: BlockReference
      contractId: string

      The NEAR account id where the contract is deployed

      +
      gas?: bigint

      max amount of gas that method call can use

      +
      jsContract?: boolean

      Is contract from JS SDK, automatically encodes args from JS SDK to binary.

      +
      methodName: string

      The name of the method to invoke

      +
      parse?: ((response) => any)

      Type declaration

        • (response): any
        • Parameters

          • response: Uint8Array

          Returns any

      stringify?: ((input) => Buffer)

      Type declaration

        • (input): Buffer
        • Convert input arguments into bytes array.

          +

          Parameters

          • input: any

          Returns Buffer

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.local_view_execution_storage.StorageData.html b/interfaces/_near_js_accounts.local_view_execution_storage.StorageData.html index 86399a2c4f..629811397a 100644 --- a/interfaces/_near_js_accounts.local_view_execution_storage.StorageData.html +++ b/interfaces/_near_js_accounts.local_view_execution_storage.StorageData.html @@ -1,5 +1,5 @@ -StorageData | Documentation

      Hierarchy

      • StorageData

      Properties

      blockHeight: number
      blockTimestamp: number
      contractCode: string
      contractState: ContractState

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.local_view_execution_storage.StorageOptions.html b/interfaces/_near_js_accounts.local_view_execution_storage.StorageOptions.html index f6722015cb..698be0259d 100644 --- a/interfaces/_near_js_accounts.local_view_execution_storage.StorageOptions.html +++ b/interfaces/_near_js_accounts.local_view_execution_storage.StorageOptions.html @@ -1,2 +1,2 @@ -StorageOptions | Documentation

      Generated using TypeDoc

      \ No newline at end of file +StorageOptions | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_accounts.local_view_execution_types.ContractState.html b/interfaces/_near_js_accounts.local_view_execution_types.ContractState.html index 4135d1b3f9..5dbc139349 100644 --- a/interfaces/_near_js_accounts.local_view_execution_types.ContractState.html +++ b/interfaces/_near_js_accounts.local_view_execution_types.ContractState.html @@ -1,4 +1,4 @@ -ContractState | Documentation

      Hierarchy

      • Array<{
            key: Buffer;
            value: Buffer;
        }>
        • ContractState

      Properties

      length +ContractState | Documentation

      Hierarchy

      • Array<{
            key: Buffer;
            value: Buffer;
        }>
        • ContractState

      Properties

      Methods

      [iterator] [unscopables] at diff --git a/interfaces/_near_js_crypto.key_pair_base.Signature.html b/interfaces/_near_js_crypto.key_pair_base.Signature.html index 89b8061921..f63b5da742 100644 --- a/interfaces/_near_js_crypto.key_pair_base.Signature.html +++ b/interfaces/_near_js_crypto.key_pair_base.Signature.html @@ -1,3 +1,3 @@ -Signature | Documentation

      Hierarchy

      • Signature

      Properties

      publicKey +Signature | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      publicKey: PublicKey
      signature: Uint8Array

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.iframe_rpc.IRPCOptions.html b/interfaces/_near_js_iframe_rpc.iframe_rpc.IRPCOptions.html index c6b4c5ec95..89112b5a23 100644 --- a/interfaces/_near_js_iframe_rpc.iframe_rpc.IRPCOptions.html +++ b/interfaces/_near_js_iframe_rpc.iframe_rpc.IRPCOptions.html @@ -1,6 +1,6 @@ -IRPCOptions | Documentation

      Hierarchy

      • IRPCOptions

      Properties

      origin? +IRPCOptions | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      origin?: string
      protocolVersion?: string
      receiver?: IMessageReceiver
      requesterId: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.types.IMessageEvent.html b/interfaces/_near_js_iframe_rpc.types.IMessageEvent.html index aac167c011..ec151c05a5 100644 --- a/interfaces/_near_js_iframe_rpc.types.IMessageEvent.html +++ b/interfaces/_near_js_iframe_rpc.types.IMessageEvent.html @@ -1,3 +1,3 @@ -IMessageEvent | Documentation

      Hierarchy

      • IMessageEvent

      Properties

      data +IMessageEvent | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      data: any
      origin: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.types.IMessagePoster.html b/interfaces/_near_js_iframe_rpc.types.IMessagePoster.html index 2f84ead685..9bd953adec 100644 --- a/interfaces/_near_js_iframe_rpc.types.IMessagePoster.html +++ b/interfaces/_near_js_iframe_rpc.types.IMessagePoster.html @@ -1,2 +1,2 @@ -IMessagePoster | Documentation

      Generated using TypeDoc

      \ No newline at end of file +IMessagePoster | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.types.IMessageReceiver.html b/interfaces/_near_js_iframe_rpc.types.IMessageReceiver.html index 6c14826fa3..a31ba11b3b 100644 --- a/interfaces/_near_js_iframe_rpc.types.IMessageReceiver.html +++ b/interfaces/_near_js_iframe_rpc.types.IMessageReceiver.html @@ -1,2 +1,2 @@ -IMessageReceiver | Documentation

      Generated using TypeDoc

      \ No newline at end of file +IMessageReceiver | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.types.IRPCMethod.html b/interfaces/_near_js_iframe_rpc.types.IRPCMethod.html index 0d973f7110..7d989653ea 100644 --- a/interfaces/_near_js_iframe_rpc.types.IRPCMethod.html +++ b/interfaces/_near_js_iframe_rpc.types.IRPCMethod.html @@ -1,6 +1,6 @@ -IRPCMethod | Documentation

      Type Parameters

      • T

      Hierarchy

      • IRPCMethod

      Properties

      id +IRPCMethod | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      id: number
      method: string
      params: T
      requesterId: string
      type: "method"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_iframe_rpc.types.IRPCResponse.html b/interfaces/_near_js_iframe_rpc.types.IRPCResponse.html index 3b9eeca169..f5d53c84c5 100644 --- a/interfaces/_near_js_iframe_rpc.types.IRPCResponse.html +++ b/interfaces/_near_js_iframe_rpc.types.IRPCResponse.html @@ -1,6 +1,6 @@ -IRPCResponse | Documentation

      Type Parameters

      • T

      Hierarchy

      • IRPCResponse

      Properties

      error? +IRPCResponse | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      error?: {
          code: number;
          message: string;
      }

      Type declaration

      • code: number
      • message: string
      id: number
      requesterId: string
      result: T
      type: "response"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_providers.fetch_json.ConnectionInfo.html b/interfaces/_near_js_providers.fetch_json.ConnectionInfo.html index 45fe8a3826..4e1689f838 100644 --- a/interfaces/_near_js_providers.fetch_json.ConnectionInfo.html +++ b/interfaces/_near_js_providers.fetch_json.ConnectionInfo.html @@ -1,7 +1,7 @@ -ConnectionInfo | Documentation

      Hierarchy

      • ConnectionInfo

      Properties

      allowInsecure? +ConnectionInfo | Documentation

      Hierarchy

      • ConnectionInfo

      Properties

      allowInsecure?: boolean
      headers?: {
          [key: string]: string | number;
      }

      Type declaration

      • [key: string]: string | number
      password?: string
      timeout?: number
      url: string
      user?: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      allowInsecure?: boolean
      headers?: {
          [key: string]: string | number;
      }

      Type declaration

      • [key: string]: string | number
      password?: string
      timeout?: number
      url: string
      user?: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_transactions.sign.SignedDelegateWithHash.html b/interfaces/_near_js_transactions.sign.SignedDelegateWithHash.html index ae2604bf63..8572ea485e 100644 --- a/interfaces/_near_js_transactions.sign.SignedDelegateWithHash.html +++ b/interfaces/_near_js_transactions.sign.SignedDelegateWithHash.html @@ -1,3 +1,3 @@ -SignedDelegateWithHash | Documentation

      Hierarchy

      • SignedDelegateWithHash

      Properties

      hash +SignedDelegateWithHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      hash: Uint8Array
      signedDelegateAction: SignedDelegate

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_light_client.LightClientBlockLiteView.html b/interfaces/_near_js_types.provider_light_client.LightClientBlockLiteView.html index 0319fe06f6..7a72ea3a33 100644 --- a/interfaces/_near_js_types.provider_light_client.LightClientBlockLiteView.html +++ b/interfaces/_near_js_types.provider_light_client.LightClientBlockLiteView.html @@ -1,4 +1,4 @@ -LightClientBlockLiteView | Documentation

      Hierarchy

      • LightClientBlockLiteView

      Properties

      inner_lite +LightClientBlockLiteView | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      inner_rest_hash: string
      prev_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_light_client.LightClientProof.html b/interfaces/_near_js_types.provider_light_client.LightClientProof.html index 8f218a56bf..e24af50d84 100644 --- a/interfaces/_near_js_types.provider_light_client.LightClientProof.html +++ b/interfaces/_near_js_types.provider_light_client.LightClientProof.html @@ -1,5 +1,5 @@ -LightClientProof | Documentation

      Hierarchy

      • LightClientProof

      Properties

      Properties

      block_header_lite: LightClientBlockLiteView
      block_proof: MerklePath
      outcome_root_proof: MerklePath

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_light_client.LightClientProofRequest.html b/interfaces/_near_js_types.provider_light_client.LightClientProofRequest.html index 202c145d09..8a7dcb6ff1 100644 --- a/interfaces/_near_js_types.provider_light_client.LightClientProofRequest.html +++ b/interfaces/_near_js_types.provider_light_client.LightClientProofRequest.html @@ -1,7 +1,7 @@ -LightClientProofRequest | Documentation

      Hierarchy

      • LightClientProofRequest

      Properties

      light_client_head +LightClientProofRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      light_client_head: string
      receipt_id?: string
      receiver_id?: string
      sender_id?: string
      transaction_hash?: string
      type: IdType

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_light_client.NextLightClientBlockRequest.html b/interfaces/_near_js_types.provider_light_client.NextLightClientBlockRequest.html index d73bb6919a..b7c9d9b0f8 100644 --- a/interfaces/_near_js_types.provider_light_client.NextLightClientBlockRequest.html +++ b/interfaces/_near_js_types.provider_light_client.NextLightClientBlockRequest.html @@ -1,2 +1,2 @@ -NextLightClientBlockRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +NextLightClientBlockRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_light_client.NextLightClientBlockResponse.html b/interfaces/_near_js_types.provider_light_client.NextLightClientBlockResponse.html index 3f7519c97f..b9a84b52c7 100644 --- a/interfaces/_near_js_types.provider_light_client.NextLightClientBlockResponse.html +++ b/interfaces/_near_js_types.provider_light_client.NextLightClientBlockResponse.html @@ -1,7 +1,7 @@ -NextLightClientBlockResponse | Documentation

      Hierarchy

      • NextLightClientBlockResponse

      Properties

      approvals_after_next +NextLightClientBlockResponse | Documentation

      Hierarchy

      • NextLightClientBlockResponse

      Properties

      approvals_after_next: string[]
      inner_rest_hash: string
      next_block_inner_hash: string
      next_bps?: ValidatorStakeView[]
      prev_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      approvals_after_next: string[]
      inner_rest_hash: string
      next_block_inner_hash: string
      next_bps?: ValidatorStakeView[]
      prev_block_hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.AccessKeyWithPublicKey.html b/interfaces/_near_js_types.provider_protocol.AccessKeyWithPublicKey.html index ff37342b3d..79d1454acf 100644 --- a/interfaces/_near_js_types.provider_protocol.AccessKeyWithPublicKey.html +++ b/interfaces/_near_js_types.provider_protocol.AccessKeyWithPublicKey.html @@ -1,3 +1,3 @@ -AccessKeyWithPublicKey | Documentation

      Hierarchy

      • AccessKeyWithPublicKey

      Properties

      account_id +AccessKeyWithPublicKey | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.BlockChange.html b/interfaces/_near_js_types.provider_protocol.BlockChange.html index 377c97837f..6f6d5a6b3e 100644 --- a/interfaces/_near_js_types.provider_protocol.BlockChange.html +++ b/interfaces/_near_js_types.provider_protocol.BlockChange.html @@ -1,3 +1,3 @@ -BlockChange | Documentation

      Hierarchy

      • BlockChange

      Properties

      account_id +BlockChange | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.BlockChangeResult.html b/interfaces/_near_js_types.provider_protocol.BlockChangeResult.html index e277246691..1e473308b6 100644 --- a/interfaces/_near_js_types.provider_protocol.BlockChangeResult.html +++ b/interfaces/_near_js_types.provider_protocol.BlockChangeResult.html @@ -1,3 +1,3 @@ -BlockChangeResult | Documentation

      Hierarchy

      • BlockChangeResult

      Properties

      block_hash +BlockChangeResult | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      changes: BlockChange[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.BlockHeader.html b/interfaces/_near_js_types.provider_protocol.BlockHeader.html index cbeed596e4..e5070c6ab1 100644 --- a/interfaces/_near_js_types.provider_protocol.BlockHeader.html +++ b/interfaces/_near_js_types.provider_protocol.BlockHeader.html @@ -1,4 +1,4 @@ -BlockHeader | Documentation

      Hierarchy

      • BlockHeader

      Properties

      approvals +BlockHeader | Documentation

      Hierarchy

      • BlockHeader

      Properties

      approvals: string[]
      block_merkle_root: string
      challenges_result: any[]
      challenges_root: string
      chunk_headers_root: string
      chunk_mask: boolean[]
      chunk_receipts_root: string
      chunk_tx_root: string
      chunks_included: number
      epoch_id: string
      gas_price: string
      hash: string
      height: number
      last_ds_final_block: string
      last_final_block: string
      latest_protocol_version: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_hash: string
      prev_state_root: string
      random_value: string
      rent_paid: string
      signature: string
      timestamp: number
      timestamp_nanosec: string
      total_supply: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      approvals: string[]
      block_merkle_root: string
      challenges_result: any[]
      challenges_root: string
      chunk_headers_root: string
      chunk_mask: boolean[]
      chunk_receipts_root: string
      chunk_tx_root: string
      chunks_included: number
      epoch_id: string
      gas_price: string
      hash: string
      height: number
      last_ds_final_block: string
      last_final_block: string
      latest_protocol_version: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_hash: string
      prev_state_root: string
      random_value: string
      rent_paid: string
      signature: string
      timestamp: number
      timestamp_nanosec: string
      total_supply: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.BlockHeaderInnerLiteView.html b/interfaces/_near_js_types.provider_protocol.BlockHeaderInnerLiteView.html index 397eddb69c..8340b60b3a 100644 --- a/interfaces/_near_js_types.provider_protocol.BlockHeaderInnerLiteView.html +++ b/interfaces/_near_js_types.provider_protocol.BlockHeaderInnerLiteView.html @@ -1,4 +1,4 @@ -BlockHeaderInnerLiteView | Documentation

      Hierarchy

      • BlockHeaderInnerLiteView

      Properties

      block_merkle_root +BlockHeaderInnerLiteView | Documentation

      Hierarchy

      • BlockHeaderInnerLiteView

      Properties

      block_merkle_root: string
      epoch_id: string
      height: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_state_root: string
      timestamp: number
      timestamp_nanosec: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_merkle_root: string
      epoch_id: string
      height: number
      next_bp_hash: string
      next_epoch_id: string
      outcome_root: string
      prev_state_root: string
      timestamp: number
      timestamp_nanosec: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.BlockResult.html b/interfaces/_near_js_types.provider_protocol.BlockResult.html index 1ee5827940..c74b89cfaa 100644 --- a/interfaces/_near_js_types.provider_protocol.BlockResult.html +++ b/interfaces/_near_js_types.provider_protocol.BlockResult.html @@ -1,4 +1,4 @@ -BlockResult | Documentation

      Hierarchy

      • BlockResult

      Properties

      Properties

      author: string
      chunks: Chunk[]
      header: BlockHeader

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.ChangeResult.html b/interfaces/_near_js_types.provider_protocol.ChangeResult.html index f1ab8497a8..47ccffb5ad 100644 --- a/interfaces/_near_js_types.provider_protocol.ChangeResult.html +++ b/interfaces/_near_js_types.provider_protocol.ChangeResult.html @@ -1,3 +1,3 @@ -ChangeResult | Documentation

      Hierarchy

      • ChangeResult

      Properties

      block_hash +ChangeResult | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      changes: any[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.Chunk.html b/interfaces/_near_js_types.provider_protocol.Chunk.html index 9cad00b669..0e4f816c74 100644 --- a/interfaces/_near_js_types.provider_protocol.Chunk.html +++ b/interfaces/_near_js_types.provider_protocol.Chunk.html @@ -1,4 +1,4 @@ -Chunk | Documentation

      Hierarchy

      • Chunk

      Properties

      balance_burnt +Chunk | Documentation

      Hierarchy

      • Chunk

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.ChunkHeader.html b/interfaces/_near_js_types.provider_protocol.ChunkHeader.html index caf1d59ec5..58b59bde74 100644 --- a/interfaces/_near_js_types.provider_protocol.ChunkHeader.html +++ b/interfaces/_near_js_types.provider_protocol.ChunkHeader.html @@ -1,4 +1,4 @@ -ChunkHeader | Documentation

      Hierarchy

      • ChunkHeader

      Properties

      balance_burnt +ChunkHeader | Documentation

      Hierarchy

      • ChunkHeader

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      balance_burnt: string
      chunk_hash: string
      encoded_length: number
      encoded_merkle_root: string
      gas_limit: number
      gas_used: number
      height_created: number
      height_included: number
      outcome_root: string
      outgoing_receipts_root: string
      prev_block_hash: string
      prev_state_root: string
      rent_paid: string
      shard_id: number
      signature: string
      tx_root: string
      validator_proposals: any[]
      validator_reward: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.ChunkResult.html b/interfaces/_near_js_types.provider_protocol.ChunkResult.html index 4a3201549a..f7801a76db 100644 --- a/interfaces/_near_js_types.provider_protocol.ChunkResult.html +++ b/interfaces/_near_js_types.provider_protocol.ChunkResult.html @@ -1,5 +1,5 @@ -ChunkResult | Documentation

      Hierarchy

      • ChunkResult

      Properties

      Properties

      author: string
      header: ChunkHeader
      receipts: any[]
      transactions: Transaction[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.GasPrice.html b/interfaces/_near_js_types.provider_protocol.GasPrice.html index 22b17c1ea0..06935ca7a3 100644 --- a/interfaces/_near_js_types.provider_protocol.GasPrice.html +++ b/interfaces/_near_js_types.provider_protocol.GasPrice.html @@ -1,2 +1,2 @@ -GasPrice | Documentation

      Generated using TypeDoc

      \ No newline at end of file +GasPrice | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.MerkleNode.html b/interfaces/_near_js_types.provider_protocol.MerkleNode.html index 8e4f81a498..7c96efcf3b 100644 --- a/interfaces/_near_js_types.provider_protocol.MerkleNode.html +++ b/interfaces/_near_js_types.provider_protocol.MerkleNode.html @@ -1,3 +1,3 @@ -MerkleNode | Documentation

      Hierarchy

      • MerkleNode

      Properties

      direction +MerkleNode | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      direction: string
      hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.NearProtocolConfig.html b/interfaces/_near_js_types.provider_protocol.NearProtocolConfig.html index 0807267774..e2ad50719b 100644 --- a/interfaces/_near_js_types.provider_protocol.NearProtocolConfig.html +++ b/interfaces/_near_js_types.provider_protocol.NearProtocolConfig.html @@ -1,2 +1,2 @@ -NearProtocolConfig | Documentation

      Generated using TypeDoc

      \ No newline at end of file +NearProtocolConfig | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.NearProtocolRuntimeConfig.html b/interfaces/_near_js_types.provider_protocol.NearProtocolRuntimeConfig.html index 6b00970558..a851ecdd9b 100644 --- a/interfaces/_near_js_types.provider_protocol.NearProtocolRuntimeConfig.html +++ b/interfaces/_near_js_types.provider_protocol.NearProtocolRuntimeConfig.html @@ -1,2 +1,2 @@ -NearProtocolRuntimeConfig | Documentation

      Generated using TypeDoc

      \ No newline at end of file +NearProtocolRuntimeConfig | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.NodeStatusResult.html b/interfaces/_near_js_types.provider_protocol.NodeStatusResult.html index 514b3b716a..b17d31e5a6 100644 --- a/interfaces/_near_js_types.provider_protocol.NodeStatusResult.html +++ b/interfaces/_near_js_types.provider_protocol.NodeStatusResult.html @@ -1,6 +1,6 @@ -NodeStatusResult | Documentation

      Hierarchy

      • NodeStatusResult

      Properties

      chain_id +NodeStatusResult | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      chain_id: string
      rpc_addr: string
      sync_info: SyncInfo
      validators: string[]
      version: Version

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.SyncInfo.html b/interfaces/_near_js_types.provider_protocol.SyncInfo.html index 0c5c253a76..8724662ed6 100644 --- a/interfaces/_near_js_types.provider_protocol.SyncInfo.html +++ b/interfaces/_near_js_types.provider_protocol.SyncInfo.html @@ -1,6 +1,6 @@ -SyncInfo | Documentation

      Hierarchy

      • SyncInfo

      Properties

      latest_block_hash +SyncInfo | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      latest_block_hash: string
      latest_block_height: number
      latest_block_time: string
      latest_state_root: string
      syncing: boolean

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.TotalWeight.html b/interfaces/_near_js_types.provider_protocol.TotalWeight.html index 41ccb5d90b..0b328f34d4 100644 --- a/interfaces/_near_js_types.provider_protocol.TotalWeight.html +++ b/interfaces/_near_js_types.provider_protocol.TotalWeight.html @@ -1,2 +1,2 @@ -TotalWeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file +TotalWeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_protocol.Transaction.html b/interfaces/_near_js_types.provider_protocol.Transaction.html index 931e0de4c5..190c8cfb50 100644 --- a/interfaces/_near_js_types.provider_protocol.Transaction.html +++ b/interfaces/_near_js_types.provider_protocol.Transaction.html @@ -1,8 +1,8 @@ -Transaction | Documentation

      Hierarchy

      • Transaction

      Properties

      actions +Transaction | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      actions: any[]
      hash: string
      nonce: BigInt
      public_key: string
      receiver_id: string
      signature: string
      signer_id: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.CallFunctionRequest.html b/interfaces/_near_js_types.provider_request.CallFunctionRequest.html index 254e64b9d9..aa631b8134 100644 --- a/interfaces/_near_js_types.provider_request.CallFunctionRequest.html +++ b/interfaces/_near_js_types.provider_request.CallFunctionRequest.html @@ -1,5 +1,5 @@ -CallFunctionRequest | Documentation

      Hierarchy

      • CallFunctionRequest

      Properties

      account_id +CallFunctionRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      args_base64: string
      method_name: string
      request_type: "call_function"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.ViewAccessKeyListRequest.html b/interfaces/_near_js_types.provider_request.ViewAccessKeyListRequest.html index c157dae72b..3b3014faa9 100644 --- a/interfaces/_near_js_types.provider_request.ViewAccessKeyListRequest.html +++ b/interfaces/_near_js_types.provider_request.ViewAccessKeyListRequest.html @@ -1,3 +1,3 @@ -ViewAccessKeyListRequest | Documentation

      Hierarchy

      • ViewAccessKeyListRequest

      Properties

      account_id +ViewAccessKeyListRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      request_type: "view_access_key_list"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.ViewAccessKeyRequest.html b/interfaces/_near_js_types.provider_request.ViewAccessKeyRequest.html index b0af42c243..a9ef9d4e57 100644 --- a/interfaces/_near_js_types.provider_request.ViewAccessKeyRequest.html +++ b/interfaces/_near_js_types.provider_request.ViewAccessKeyRequest.html @@ -1,4 +1,4 @@ -ViewAccessKeyRequest | Documentation

      Hierarchy

      • ViewAccessKeyRequest

      Properties

      account_id +ViewAccessKeyRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string
      request_type: "view_access_key"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.ViewAccountRequest.html b/interfaces/_near_js_types.provider_request.ViewAccountRequest.html index 5583ee1157..6f7f5af1c0 100644 --- a/interfaces/_near_js_types.provider_request.ViewAccountRequest.html +++ b/interfaces/_near_js_types.provider_request.ViewAccountRequest.html @@ -1,3 +1,3 @@ -ViewAccountRequest | Documentation

      Hierarchy

      • ViewAccountRequest

      Properties

      account_id +ViewAccountRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      request_type: "view_account"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.ViewCodeRequest.html b/interfaces/_near_js_types.provider_request.ViewCodeRequest.html index e13f59078b..337ea350ff 100644 --- a/interfaces/_near_js_types.provider_request.ViewCodeRequest.html +++ b/interfaces/_near_js_types.provider_request.ViewCodeRequest.html @@ -1,3 +1,3 @@ -ViewCodeRequest | Documentation

      Hierarchy

      • ViewCodeRequest

      Properties

      account_id +ViewCodeRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      request_type: "view_code"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_request.ViewStateRequest.html b/interfaces/_near_js_types.provider_request.ViewStateRequest.html index 2bb9503ca2..7f2030797b 100644 --- a/interfaces/_near_js_types.provider_request.ViewStateRequest.html +++ b/interfaces/_near_js_types.provider_request.ViewStateRequest.html @@ -1,4 +1,4 @@ -ViewStateRequest | Documentation

      Hierarchy

      • ViewStateRequest

      Properties

      account_id +ViewStateRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      prefix_base64: string
      request_type: "view_state"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.AccessKeyInfoView.html b/interfaces/_near_js_types.provider_response.AccessKeyInfoView.html index cde4e34216..04e845314f 100644 --- a/interfaces/_near_js_types.provider_response.AccessKeyInfoView.html +++ b/interfaces/_near_js_types.provider_response.AccessKeyInfoView.html @@ -1,3 +1,3 @@ -AccessKeyInfoView | Documentation

      Hierarchy

      • AccessKeyInfoView

      Properties

      access_key: AccessKeyView
      public_key: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.AccessKeyList.html b/interfaces/_near_js_types.provider_response.AccessKeyList.html index 01a92f6f4c..e630175e72 100644 --- a/interfaces/_near_js_types.provider_response.AccessKeyList.html +++ b/interfaces/_near_js_types.provider_response.AccessKeyList.html @@ -1,4 +1,4 @@ -AccessKeyList | Documentation

      Hierarchy

      Properties

      Properties

      block_hash: string
      block_height: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.AccessKeyView.html b/interfaces/_near_js_types.provider_response.AccessKeyView.html index 51f8465b82..4f5280a101 100644 --- a/interfaces/_near_js_types.provider_response.AccessKeyView.html +++ b/interfaces/_near_js_types.provider_response.AccessKeyView.html @@ -1,5 +1,5 @@ -AccessKeyView | Documentation

      Hierarchy

      Properties

      Properties

      block_hash: string
      block_height: number
      nonce: bigint
      permission: FunctionCallPermissionView | "FullAccess"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.AccessKeyViewRaw.html b/interfaces/_near_js_types.provider_response.AccessKeyViewRaw.html index 2ba3ccc9f5..21cdf36d44 100644 --- a/interfaces/_near_js_types.provider_response.AccessKeyViewRaw.html +++ b/interfaces/_near_js_types.provider_response.AccessKeyViewRaw.html @@ -1,5 +1,5 @@ -AccessKeyViewRaw | Documentation

      Hierarchy

      Properties

      block_hash +AccessKeyViewRaw | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      nonce: number
      permission: FunctionCallPermissionView | "FullAccess"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.AccountView.html b/interfaces/_near_js_types.provider_response.AccountView.html index f3a74d594c..08a1540424 100644 --- a/interfaces/_near_js_types.provider_response.AccountView.html +++ b/interfaces/_near_js_types.provider_response.AccountView.html @@ -1,8 +1,8 @@ -AccountView | Documentation

      Hierarchy

      Properties

      amount +AccountView | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      amount: string
      block_hash: string
      block_height: number
      code_hash: string
      locked: string
      storage_paid_at: number
      storage_usage: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.CodeResult.html b/interfaces/_near_js_types.provider_response.CodeResult.html index dfd944028e..2f60dc36c4 100644 --- a/interfaces/_near_js_types.provider_response.CodeResult.html +++ b/interfaces/_near_js_types.provider_response.CodeResult.html @@ -1,5 +1,5 @@ -CodeResult | Documentation

      Hierarchy

      Properties

      block_hash +CodeResult | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      logs: string[]
      result: number[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ContractCodeView.html b/interfaces/_near_js_types.provider_response.ContractCodeView.html index 92c399fe79..f3a0ec49bb 100644 --- a/interfaces/_near_js_types.provider_response.ContractCodeView.html +++ b/interfaces/_near_js_types.provider_response.ContractCodeView.html @@ -1,5 +1,5 @@ -ContractCodeView | Documentation

      Hierarchy

      Properties

      block_hash +ContractCodeView | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      code_base64: string
      hash: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ExecutionError.html b/interfaces/_near_js_types.provider_response.ExecutionError.html index 3f567972cd..ca4d023974 100644 --- a/interfaces/_near_js_types.provider_response.ExecutionError.html +++ b/interfaces/_near_js_types.provider_response.ExecutionError.html @@ -1,3 +1,3 @@ -ExecutionError | Documentation

      Hierarchy

      • ExecutionError

      Properties

      error_message +ExecutionError | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      error_message: string
      error_type: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ExecutionOutcome.html b/interfaces/_near_js_types.provider_response.ExecutionOutcome.html index fc9b3b8276..72e5da4940 100644 --- a/interfaces/_near_js_types.provider_response.ExecutionOutcome.html +++ b/interfaces/_near_js_types.provider_response.ExecutionOutcome.html @@ -1,7 +1,7 @@ -ExecutionOutcome | Documentation

      Hierarchy

      • ExecutionOutcome

      Properties

      executor_id +ExecutionOutcome | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      executor_id: string
      gas_burnt: number
      logs: string[]
      receipt_ids: string[]
      tokens_burnt: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithId.html b/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithId.html index d3dba9dc3c..6eba2ea4d5 100644 --- a/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithId.html +++ b/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithId.html @@ -1,3 +1,3 @@ -ExecutionOutcomeWithId | Documentation

      Hierarchy

      • ExecutionOutcomeWithId

      Properties

      id +ExecutionOutcomeWithId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      id: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithIdView.html b/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithIdView.html index 0e4bbc366f..d8e4dd1e7c 100644 --- a/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithIdView.html +++ b/interfaces/_near_js_types.provider_response.ExecutionOutcomeWithIdView.html @@ -1,5 +1,5 @@ -ExecutionOutcomeWithIdView | Documentation

      Hierarchy

      • ExecutionOutcomeWithIdView

      Properties

      block_hash +ExecutionOutcomeWithIdView | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      id: string
      proof: MerklePath

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ExecutionStatus.html b/interfaces/_near_js_types.provider_response.ExecutionStatus.html index 5efc1f041e..2680be193c 100644 --- a/interfaces/_near_js_types.provider_response.ExecutionStatus.html +++ b/interfaces/_near_js_types.provider_response.ExecutionStatus.html @@ -1,4 +1,4 @@ -ExecutionStatus | Documentation

      Hierarchy

      • ExecutionStatus

      Properties

      Failure? +ExecutionStatus | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      Failure?: ExecutionError
      SuccessReceiptId?: string
      SuccessValue?: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.FinalExecutionOutcome.html b/interfaces/_near_js_types.provider_response.FinalExecutionOutcome.html index 1e1042bcee..de18b70397 100644 --- a/interfaces/_near_js_types.provider_response.FinalExecutionOutcome.html +++ b/interfaces/_near_js_types.provider_response.FinalExecutionOutcome.html @@ -1,6 +1,6 @@ -FinalExecutionOutcome | Documentation

      Hierarchy

      • FinalExecutionOutcome

      Properties

      final_execution_status +FinalExecutionOutcome | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      final_execution_status: TxExecutionStatus
      receipts_outcome: ExecutionOutcomeWithId[]
      transaction: any
      transaction_outcome: ExecutionOutcomeWithId

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.FinalExecutionStatus.html b/interfaces/_near_js_types.provider_response.FinalExecutionStatus.html index 1adab7a1ec..1988697969 100644 --- a/interfaces/_near_js_types.provider_response.FinalExecutionStatus.html +++ b/interfaces/_near_js_types.provider_response.FinalExecutionStatus.html @@ -1,3 +1,3 @@ -FinalExecutionStatus | Documentation

      Hierarchy

      • FinalExecutionStatus

      Properties

      Failure? +FinalExecutionStatus | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      Failure?: ExecutionError
      SuccessValue?: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.FunctionCallPermissionView.html b/interfaces/_near_js_types.provider_response.FunctionCallPermissionView.html index 1258412b73..ca0bf86243 100644 --- a/interfaces/_near_js_types.provider_response.FunctionCallPermissionView.html +++ b/interfaces/_near_js_types.provider_response.FunctionCallPermissionView.html @@ -1,2 +1,2 @@ -FunctionCallPermissionView | Documentation

      Hierarchy

      • FunctionCallPermissionView

      Properties

      Properties

      FunctionCall: {
          allowance: string;
          method_names: string[];
          receiver_id: string;
      }

      Type declaration

      • allowance: string
      • method_names: string[]
      • receiver_id: string

      Generated using TypeDoc

      \ No newline at end of file +FunctionCallPermissionView | Documentation

      Hierarchy

      • FunctionCallPermissionView

      Properties

      Properties

      FunctionCall: {
          allowance: string;
          method_names: string[];
          receiver_id: string;
      }

      Type declaration

      • allowance: string
      • method_names: string[]
      • receiver_id: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.QueryResponseKind.html b/interfaces/_near_js_types.provider_response.QueryResponseKind.html index ef9c2197ac..1eacdb739e 100644 --- a/interfaces/_near_js_types.provider_response.QueryResponseKind.html +++ b/interfaces/_near_js_types.provider_response.QueryResponseKind.html @@ -1,3 +1,3 @@ -QueryResponseKind | Documentation

      Hierarchy

      Properties

      block_hash: string
      block_height: number

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_response.ViewStateResult.html b/interfaces/_near_js_types.provider_response.ViewStateResult.html index 399001d13f..338fdaab35 100644 --- a/interfaces/_near_js_types.provider_response.ViewStateResult.html +++ b/interfaces/_near_js_types.provider_response.ViewStateResult.html @@ -1,5 +1,5 @@ -ViewStateResult | Documentation

      Hierarchy

      Properties

      block_hash +ViewStateResult | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      block_hash: string
      block_height: number
      proof: string[]
      values: StateItem[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_validator.CurrentEpochValidatorInfo.html b/interfaces/_near_js_types.provider_validator.CurrentEpochValidatorInfo.html index 26b8de9eda..8e552b7690 100644 --- a/interfaces/_near_js_types.provider_validator.CurrentEpochValidatorInfo.html +++ b/interfaces/_near_js_types.provider_validator.CurrentEpochValidatorInfo.html @@ -1,8 +1,8 @@ -CurrentEpochValidatorInfo | Documentation

      Hierarchy

      • CurrentEpochValidatorInfo

      Properties

      account_id +CurrentEpochValidatorInfo | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      is_slashed: boolean
      num_expected_blocks: number
      num_produced_blocks: number
      public_key: string
      shards: number[]
      stake: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_validator.EpochValidatorInfo.html b/interfaces/_near_js_types.provider_validator.EpochValidatorInfo.html index 5f494db093..4bc96ceaf2 100644 --- a/interfaces/_near_js_types.provider_validator.EpochValidatorInfo.html +++ b/interfaces/_near_js_types.provider_validator.EpochValidatorInfo.html @@ -1,8 +1,8 @@ -EpochValidatorInfo | Documentation

      Hierarchy

      • EpochValidatorInfo

      Properties

      current_fisherman +EpochValidatorInfo | Documentation

      Hierarchy

      • EpochValidatorInfo

      Properties

      current_fisherman: ValidatorStakeView[]
      current_proposals: ValidatorStakeView[]
      current_validators: CurrentEpochValidatorInfo[]
      epoch_start_height: number
      next_fisherman: ValidatorStakeView[]
      next_validators: NextEpochValidatorInfo[]
      prev_epoch_kickout: ValidatorStakeView[]

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      current_fisherman: ValidatorStakeView[]
      current_proposals: ValidatorStakeView[]
      current_validators: CurrentEpochValidatorInfo[]
      epoch_start_height: number
      next_fisherman: ValidatorStakeView[]
      next_validators: NextEpochValidatorInfo[]
      prev_epoch_kickout: ValidatorStakeView[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_validator.NextEpochValidatorInfo.html b/interfaces/_near_js_types.provider_validator.NextEpochValidatorInfo.html index e1c1805f78..2d067b74f0 100644 --- a/interfaces/_near_js_types.provider_validator.NextEpochValidatorInfo.html +++ b/interfaces/_near_js_types.provider_validator.NextEpochValidatorInfo.html @@ -1,5 +1,5 @@ -NextEpochValidatorInfo | Documentation

      Hierarchy

      • NextEpochValidatorInfo

      Properties

      account_id +NextEpochValidatorInfo | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string
      shards: number[]
      stake: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_types.provider_validator.ValidatorStakeView.html b/interfaces/_near_js_types.provider_validator.ValidatorStakeView.html index bf151afd2a..44a0215439 100644 --- a/interfaces/_near_js_types.provider_validator.ValidatorStakeView.html +++ b/interfaces/_near_js_types.provider_validator.ValidatorStakeView.html @@ -1,5 +1,5 @@ -ValidatorStakeView | Documentation

      Hierarchy

      • ValidatorStakeView

      Properties

      account_id +ValidatorStakeView | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      account_id: string
      public_key: string
      stake: string
      validator_stake_struct_version: string

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_utils.logger_interface.LoggerService.html b/interfaces/_near_js_utils.logger_interface.LoggerService.html index dd80cdb44d..93612be3bb 100644 --- a/interfaces/_near_js_utils.logger_interface.LoggerService.html +++ b/interfaces/_near_js_utils.logger_interface.LoggerService.html @@ -1,13 +1,13 @@ -LoggerService | Documentation

      Hierarchy

      • LoggerService

      Implemented by

      Methods

      debug? +LoggerService | Documentation

      Hierarchy

      • LoggerService

      Implemented by

      Methods

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • message: any
      • Rest ...optionalParams: any[]

      Returns any

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_utils.validators.ChangedValidatorInfo.html b/interfaces/_near_js_utils.validators.ChangedValidatorInfo.html index 90dc31296b..df82dcf4c1 100644 --- a/interfaces/_near_js_utils.validators.ChangedValidatorInfo.html +++ b/interfaces/_near_js_utils.validators.ChangedValidatorInfo.html @@ -1,3 +1,3 @@ -ChangedValidatorInfo | Documentation

      Hierarchy

      • ChangedValidatorInfo

      Properties

      current +ChangedValidatorInfo | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      current: CurrentEpochValidatorInfo
      next: NextEpochValidatorInfo

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_utils.validators.EpochValidatorsDiff.html b/interfaces/_near_js_utils.validators.EpochValidatorsDiff.html index 0fe49bc4d6..b2c4a8d43e 100644 --- a/interfaces/_near_js_utils.validators.EpochValidatorsDiff.html +++ b/interfaces/_near_js_utils.validators.EpochValidatorsDiff.html @@ -1,4 +1,4 @@ -EpochValidatorsDiff | Documentation

      Hierarchy

      • EpochValidatorsDiff

      Properties

      changedValidators +EpochValidatorsDiff | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Properties

      changedValidators: ChangedValidatorInfo[]
      newValidators: NextEpochValidatorInfo[]
      removedValidators: CurrentEpochValidatorInfo[]

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/_near_js_wallet_account.near.NearConfig.html b/interfaces/_near_js_wallet_account.near.NearConfig.html index 77456c550b..86727036b6 100644 --- a/interfaces/_near_js_wallet_account.near.NearConfig.html +++ b/interfaces/_near_js_wallet_account.near.NearConfig.html @@ -1,4 +1,4 @@ -NearConfig | Documentation

      Hierarchy

      • NearConfig

      Properties

      deps? +NearConfig | Documentation

      Hierarchy

      • NearConfig

      Properties

      deps?: {
          keyStore: KeyStore;
      }

      Backward-compatibility for older versions

      -

      Type declaration

      headers?: {
          [key: string]: string | number;
      }

      NEAR RPC API headers. Can be used to pass API KEY and other parameters.

      +

      Type declaration

      headers?: {
          [key: string]: string | number;
      }

      NEAR RPC API headers. Can be used to pass API KEY and other parameters.

      Type declaration

      • [key: string]: string | number
      helperUrl?: string

      NEAR Contract Helper url used to create accounts if no master account is provided

      +
      helperUrl?: string

      NEAR Contract Helper url used to create accounts if no master account is provided

      initialBalance?: string

      The balance transferred from the NearConfig#masterAccount to a created account

      +
      initialBalance?: string

      The balance transferred from the NearConfig#masterAccount to a created account

      jsvmAccountId?: string

      JVSM account ID for NEAR JS SDK

      -
      keyStore?: KeyStore

      Holds KeyPair for signing transactions

      -
      logger?: false | LoggerService

      Specifies the logger to use. Pass false to turn off logging.

      -
      masterAccount?: string

      The account to use when creating new accounts

      +
      jsvmAccountId?: string

      JVSM account ID for NEAR JS SDK

      +
      keyStore?: KeyStore

      Holds KeyPair for signing transactions

      +
      logger?: false | LoggerService

      Specifies the logger to use. Pass false to turn off logging.

      +
      masterAccount?: string

      The account to use when creating new accounts

      networkId: string

      KeyPair are stored in a KeyStore under the networkId namespace.

      -
      nodeUrl: string

      NEAR RPC API url. used to make JSON RPC calls to interact with NEAR.

      +
      networkId: string

      KeyPair are stored in a KeyStore under the networkId namespace.

      +
      nodeUrl: string

      NEAR RPC API url. used to make JSON RPC calls to interact with NEAR.

      provider?: Provider

      Specifies NEAR RPC API connections, and is used to make JSON RPC calls to interact with NEAR

      +
      provider?: Provider

      Specifies NEAR RPC API connections, and is used to make JSON RPC calls to interact with NEAR

      See

      -
      walletUrl?: string

      NEAR wallet url used to redirect users to their wallet in browser applications.

      +
      walletUrl?: string

      NEAR wallet url used to redirect users to their wallet in browser applications.

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/interfaces/near_api_js.browserConnect.ConnectConfig.html b/interfaces/near_api_js.browserConnect.ConnectConfig.html index e7b7ee5f66..45792cc4ed 100644 --- a/interfaces/near_api_js.browserConnect.ConnectConfig.html +++ b/interfaces/near_api_js.browserConnect.ConnectConfig.html @@ -1,4 +1,4 @@ -ConnectConfig | Documentation

      Hierarchy

      Properties

      deps? +ConnectConfig | Documentation

      Hierarchy

      Properties

      deps? headers? helperUrl? initialBalance? diff --git a/interfaces/near_api_js.connect.ConnectConfig.html b/interfaces/near_api_js.connect.ConnectConfig.html index e781913cba..6f35b539cb 100644 --- a/interfaces/near_api_js.connect.ConnectConfig.html +++ b/interfaces/near_api_js.connect.ConnectConfig.html @@ -1,4 +1,4 @@ -ConnectConfig | Documentation

      Hierarchy

      Properties

      deps? +ConnectConfig | Documentation

      Hierarchy

      Properties

      See

      LocalAccountCreator

      jsvmAccountId?: string

      JVSM account ID for NEAR JS SDK

      keyPath?: string

      Initialize an InMemoryKeyStore by reading the file at keyPath.

      -
      keyStore?: KeyStore

      Holds KeyPair for signing transactions

      +
      keyStore?: KeyStore

      Holds KeyPair for signing transactions

      logger?: false | LoggerService

      Specifies the logger to use. Pass false to turn off logging.

      masterAccount?: string

      The account to use when creating new accounts

      See

      LocalAccountCreator

      diff --git a/modules/_near_js_accounts.account.html b/modules/_near_js_accounts.account.html index 9a8a4a00e9..0420a43958 100644 --- a/modules/_near_js_accounts.account.html +++ b/modules/_near_js_accounts.account.html @@ -1,4 +1,4 @@ -account | Documentation

      Index

      Classes

      Account +account | Documentation

      Index

      Classes

      Interfaces

      AccountAuthorizedApp AccountBalance SignAndSendTransactionOptions diff --git a/modules/_near_js_accounts.account_2fa.html b/modules/_near_js_accounts.account_2fa.html index 14e0e35676..4cc3cf62d4 100644 --- a/modules/_near_js_accounts.account_2fa.html +++ b/modules/_near_js_accounts.account_2fa.html @@ -1,2 +1,2 @@ -account_2fa | Documentation

      Index

      Classes

      Account2FA +account_2fa | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.account_creator.html b/modules/_near_js_accounts.account_creator.html index 4c7c1b761c..cb77130afe 100644 --- a/modules/_near_js_accounts.account_creator.html +++ b/modules/_near_js_accounts.account_creator.html @@ -1,4 +1,4 @@ -account_creator | Documentation

      Index

      Classes

      AccountCreator +account_creator | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.account_multisig.html b/modules/_near_js_accounts.account_multisig.html index be77bf998e..57b72016b8 100644 --- a/modules/_near_js_accounts.account_multisig.html +++ b/modules/_near_js_accounts.account_multisig.html @@ -1,2 +1,2 @@ -account_multisig | Documentation

      Index

      Classes

      AccountMultisig +account_multisig | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.connection.html b/modules/_near_js_accounts.connection.html index 1f59eedac6..3bdd919155 100644 --- a/modules/_near_js_accounts.connection.html +++ b/modules/_near_js_accounts.connection.html @@ -1,2 +1,2 @@ -connection | Documentation

      Index

      Classes

      Connection +connection | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.constants.html b/modules/_near_js_accounts.constants.html index 1a49daf5fd..a9f7df4f87 100644 --- a/modules/_near_js_accounts.constants.html +++ b/modules/_near_js_accounts.constants.html @@ -1,4 +1,4 @@ -constants | Documentation

      Index

      Variables

      MULTISIG_ALLOWANCE +constants | Documentation

      Index

      Variables

      MULTISIG_ALLOWANCE MULTISIG_CHANGE_METHODS MULTISIG_CONFIRM_METHODS MULTISIG_DEPOSIT diff --git a/modules/_near_js_accounts.contract.html b/modules/_near_js_accounts.contract.html index 33b2e78c42..d1b6c34b1b 100644 --- a/modules/_near_js_accounts.contract.html +++ b/modules/_near_js_accounts.contract.html @@ -1,3 +1,3 @@ -contract | Documentation

      Index

      Classes

      Contract +contract | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.errors.html b/modules/_near_js_accounts.errors.html index 9beae8684a..0bb115351b 100644 --- a/modules/_near_js_accounts.errors.html +++ b/modules/_near_js_accounts.errors.html @@ -1,4 +1,4 @@ -errors | Documentation

      Index

      Classes

      ArgumentSchemaError +errors | Documentation

      Index

      Classes

      ArgumentSchemaError ConflictingOptions UnknownArgumentError UnsupportedSerializationError diff --git a/modules/_near_js_accounts.index.html b/modules/_near_js_accounts.index.html index fd237d84ee..23c35ca817 100644 --- a/modules/_near_js_accounts.index.html +++ b/modules/_near_js_accounts.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      Account +index | Documentation

      References

      Account Account2FA AccountAuthorizedApp AccountBalance diff --git a/modules/_near_js_accounts.interface.html b/modules/_near_js_accounts.interface.html index 5176c243f1..c0d8753013 100644 --- a/modules/_near_js_accounts.interface.html +++ b/modules/_near_js_accounts.interface.html @@ -1,4 +1,4 @@ -interface | Documentation

      Index

      Interfaces

      ChangeFunctionCallOptions +interface | Documentation

      Index

      Interfaces

      ChangeFunctionCallOptions FunctionCallOptions IntoConnection ViewFunctionCallOptions diff --git a/modules/_near_js_accounts.local_view_execution.html b/modules/_near_js_accounts.local_view_execution.html index f5eea6db7d..af238ea987 100644 --- a/modules/_near_js_accounts.local_view_execution.html +++ b/modules/_near_js_accounts.local_view_execution.html @@ -1,2 +1,2 @@ -local-view-execution | Documentation

      Index

      Classes

      LocalViewExecution +local-view-execution | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.local_view_execution_runtime.html b/modules/_near_js_accounts.local_view_execution_runtime.html index d74945cbcc..4c6eefb63a 100644 --- a/modules/_near_js_accounts.local_view_execution_runtime.html +++ b/modules/_near_js_accounts.local_view_execution_runtime.html @@ -1,2 +1,2 @@ -local-view-execution/runtime | Documentation

      Index

      Classes

      Runtime +local-view-execution/runtime | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.local_view_execution_storage.html b/modules/_near_js_accounts.local_view_execution_storage.html index 2da0646f1a..1d82fc8b87 100644 --- a/modules/_near_js_accounts.local_view_execution_storage.html +++ b/modules/_near_js_accounts.local_view_execution_storage.html @@ -1,4 +1,4 @@ -local-view-execution/storage | Documentation

      Index

      Classes

      Storage +local-view-execution/storage | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.local_view_execution_types.html b/modules/_near_js_accounts.local_view_execution_types.html index 05604a02ef..001b8d3bb3 100644 --- a/modules/_near_js_accounts.local_view_execution_types.html +++ b/modules/_near_js_accounts.local_view_execution_types.html @@ -1,2 +1,2 @@ -local-view-execution/types | Documentation

      Index

      Interfaces

      ContractState +local-view-execution/types | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.types.html b/modules/_near_js_accounts.types.html index d306bfa067..e2ea0f36d1 100644 --- a/modules/_near_js_accounts.types.html +++ b/modules/_near_js_accounts.types.html @@ -1,3 +1,3 @@ -types | Documentation

      Index

      Enumerations

      MultisigDeleteRequestRejectionError +types | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_accounts.utils.html b/modules/_near_js_accounts.utils.html index 5a36298aa8..6a2d272f1e 100644 --- a/modules/_near_js_accounts.utils.html +++ b/modules/_near_js_accounts.utils.html @@ -1,4 +1,4 @@ -utils | Documentation

      Index

      Functions

      encodeJSContractArgs +utils | Documentation

      Index

      Functions

      encodeJSContractArgs validateArgs viewFunction viewState diff --git a/modules/_near_js_biometric_ed25519.fido2.html b/modules/_near_js_biometric_ed25519.fido2.html index b3e2657f31..e8fcd03af7 100644 --- a/modules/_near_js_biometric_ed25519.fido2.html +++ b/modules/_near_js_biometric_ed25519.fido2.html @@ -1,2 +1,2 @@ -fido2 | Documentation

      Index

      Classes

      Fido2 +fido2 | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_biometric_ed25519.index-1.html b/modules/_near_js_biometric_ed25519.index-1.html index 0762c202fd..9060fce0ce 100644 --- a/modules/_near_js_biometric_ed25519.index-1.html +++ b/modules/_near_js_biometric_ed25519.index-1.html @@ -1,4 +1,4 @@ -index | Documentation

      Index

      Classes

      PasskeyProcessCanceled +index | Documentation

      Index

      Classes

      Functions

      createKey getKeys isPassKeyAvailable diff --git a/modules/_near_js_biometric_ed25519.index.html b/modules/_near_js_biometric_ed25519.index.html index 1aeda48614..2aa6beee09 100644 --- a/modules/_near_js_biometric_ed25519.index.html +++ b/modules/_near_js_biometric_ed25519.index.html @@ -1,2 +1,2 @@ -index | Documentation

      Index

      Type Aliases

      AssertionResponse +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_biometric_ed25519.utils.html b/modules/_near_js_biometric_ed25519.utils.html index 7b91d82081..4b47149d43 100644 --- a/modules/_near_js_biometric_ed25519.utils.html +++ b/modules/_near_js_biometric_ed25519.utils.html @@ -1,4 +1,4 @@ -utils | Documentation

      Index

      Functions

      get64BytePublicKeyFromPEM +utils | Documentation

      Index

      Functions

      get64BytePublicKeyFromPEM preformatGetAssertReq preformatMakeCredReq publicKeyCredentialToJSON diff --git a/modules/_near_js_crypto.constants.html b/modules/_near_js_crypto.constants.html index c48b04a902..2bedde7093 100644 --- a/modules/_near_js_crypto.constants.html +++ b/modules/_near_js_crypto.constants.html @@ -1,3 +1,3 @@ -constants | Documentation

      Index

      Enumerations

      KeySize +constants | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.index.html b/modules/_near_js_crypto.index.html index 150ba1ca7d..8d948e64f2 100644 --- a/modules/_near_js_crypto.index.html +++ b/modules/_near_js_crypto.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      KeyPair +index | Documentation

      References

      KeyPair KeyPairEd25519 KeyType PublicKey diff --git a/modules/_near_js_crypto.key_pair.html b/modules/_near_js_crypto.key_pair.html index 881bf4d813..1e8a364faa 100644 --- a/modules/_near_js_crypto.key_pair.html +++ b/modules/_near_js_crypto.key_pair.html @@ -1,2 +1,2 @@ -key_pair | Documentation

      Index

      Classes

      KeyPair +key_pair | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.key_pair_base.html b/modules/_near_js_crypto.key_pair_base.html index 12d5b24dd0..32b71844d9 100644 --- a/modules/_near_js_crypto.key_pair_base.html +++ b/modules/_near_js_crypto.key_pair_base.html @@ -1,3 +1,3 @@ -key_pair_base | Documentation

      Index

      Classes

      KeyPairBase +key_pair_base | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.key_pair_ed25519.html b/modules/_near_js_crypto.key_pair_ed25519.html index 50591c233d..1e7327c8c0 100644 --- a/modules/_near_js_crypto.key_pair_ed25519.html +++ b/modules/_near_js_crypto.key_pair_ed25519.html @@ -1,2 +1,2 @@ -key_pair_ed25519 | Documentation

      Index

      Classes

      KeyPairEd25519 +key_pair_ed25519 | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_crypto.public_key.html b/modules/_near_js_crypto.public_key.html index 167f3b97dd..2d54b98835 100644 --- a/modules/_near_js_crypto.public_key.html +++ b/modules/_near_js_crypto.public_key.html @@ -1,2 +1,2 @@ -public_key | Documentation

      Index

      Classes

      PublicKey +public_key | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_iframe_rpc.iframe_rpc.html b/modules/_near_js_iframe_rpc.iframe_rpc.html index 942d1bdf1b..e75577abc8 100644 --- a/modules/_near_js_iframe_rpc.iframe_rpc.html +++ b/modules/_near_js_iframe_rpc.iframe_rpc.html @@ -1,3 +1,3 @@ -iframe-rpc | Documentation

      Index

      Classes

      IFrameRPC +iframe-rpc | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_iframe_rpc.iframe_rpc_error.html b/modules/_near_js_iframe_rpc.iframe_rpc_error.html index 406d04600e..765e372a14 100644 --- a/modules/_near_js_iframe_rpc.iframe_rpc_error.html +++ b/modules/_near_js_iframe_rpc.iframe_rpc_error.html @@ -1,2 +1,2 @@ -iframe-rpc-error | Documentation

      Index

      Classes

      IFrameRPCError +iframe-rpc-error | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_iframe_rpc.index.html b/modules/_near_js_iframe_rpc.index.html index 2838eec7d5..8435e9b861 100644 --- a/modules/_near_js_iframe_rpc.index.html +++ b/modules/_near_js_iframe_rpc.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      IFrameRPC +index | Documentation

      References

      IFrameRPC IFrameRPCError IMessageEvent IMessagePoster diff --git a/modules/_near_js_iframe_rpc.types.html b/modules/_near_js_iframe_rpc.types.html index 0732cf2a8a..07e98db3bf 100644 --- a/modules/_near_js_iframe_rpc.types.html +++ b/modules/_near_js_iframe_rpc.types.html @@ -1,4 +1,4 @@ -types | Documentation

      Index

      Interfaces

      IMessageEvent +types | Documentation

      Index

      Interfaces

      IMessageEvent IMessagePoster IMessageReceiver IRPCMethod diff --git a/modules/_near_js_keystores.in_memory_key_store.html b/modules/_near_js_keystores.in_memory_key_store.html index 20abd4a4ef..2218d22c39 100644 --- a/modules/_near_js_keystores.in_memory_key_store.html +++ b/modules/_near_js_keystores.in_memory_key_store.html @@ -1,2 +1,2 @@ -in_memory_key_store | Documentation

      Index

      Classes

      InMemoryKeyStore +in_memory_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores.index.html b/modules/_near_js_keystores.index.html index 8296713c7f..19838416a9 100644 --- a/modules/_near_js_keystores.index.html +++ b/modules/_near_js_keystores.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      InMemoryKeyStore +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores.keystore.html b/modules/_near_js_keystores.keystore.html index c2e46d09c3..442111be0b 100644 --- a/modules/_near_js_keystores.keystore.html +++ b/modules/_near_js_keystores.keystore.html @@ -1,2 +1,2 @@ -keystore | Documentation

      Index

      Classes

      KeyStore +keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores.merge_key_store.html b/modules/_near_js_keystores.merge_key_store.html index e943c384c2..17503f5272 100644 --- a/modules/_near_js_keystores.merge_key_store.html +++ b/modules/_near_js_keystores.merge_key_store.html @@ -1,2 +1,2 @@ -merge_key_store | Documentation

      Index

      Classes

      MergeKeyStore +merge_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores_browser.browser_local_storage_key_store.html b/modules/_near_js_keystores_browser.browser_local_storage_key_store.html index b4232008ee..2ce7628e2c 100644 --- a/modules/_near_js_keystores_browser.browser_local_storage_key_store.html +++ b/modules/_near_js_keystores_browser.browser_local_storage_key_store.html @@ -1,2 +1,2 @@ -browser_local_storage_key_store | Documentation

      Index

      Classes

      BrowserLocalStorageKeyStore +browser_local_storage_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores_browser.index.html b/modules/_near_js_keystores_browser.index.html index 772aabe783..b21cbcda22 100644 --- a/modules/_near_js_keystores_browser.index.html +++ b/modules/_near_js_keystores_browser.index.html @@ -1,2 +1,2 @@ -index | Documentation

      References

      BrowserLocalStorageKeyStore +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores_node.index.html b/modules/_near_js_keystores_node.index.html index 7ba367c548..65f37609c3 100644 --- a/modules/_near_js_keystores_node.index.html +++ b/modules/_near_js_keystores_node.index.html @@ -1,2 +1,2 @@ -index | Documentation

      References

      UnencryptedFileSystemKeyStore +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_keystores_node.unencrypted_file_system_keystore.html b/modules/_near_js_keystores_node.unencrypted_file_system_keystore.html index 8092bfcf9b..558617526d 100644 --- a/modules/_near_js_keystores_node.unencrypted_file_system_keystore.html +++ b/modules/_near_js_keystores_node.unencrypted_file_system_keystore.html @@ -1,2 +1,2 @@ -unencrypted_file_system_keystore | Documentation

      Index

      Classes

      UnencryptedFileSystemKeyStore +unencrypted_file_system_keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.exponential_backoff.html b/modules/_near_js_providers.exponential_backoff.html index 4786521ef0..6d830c51b2 100644 --- a/modules/_near_js_providers.exponential_backoff.html +++ b/modules/_near_js_providers.exponential_backoff.html @@ -1,2 +1,2 @@ -exponential-backoff | Documentation

      Index

      Functions

      exponentialBackoff +exponential-backoff | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.failover_rpc_provider.html b/modules/_near_js_providers.failover_rpc_provider.html index 32305fd41a..71aa51eb0c 100644 --- a/modules/_near_js_providers.failover_rpc_provider.html +++ b/modules/_near_js_providers.failover_rpc_provider.html @@ -1,5 +1,5 @@ failover-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.fetch.html b/modules/_near_js_providers.fetch.html index f7876e3b85..a090fa14cf 100644 --- a/modules/_near_js_providers.fetch.html +++ b/modules/_near_js_providers.fetch.html @@ -1,2 +1,2 @@ -fetch | Documentation

      Index

      Functions

      default +fetch | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.fetch_json.html b/modules/_near_js_providers.fetch_json.html index 1c786042fe..0815a0ffa6 100644 --- a/modules/_near_js_providers.fetch_json.html +++ b/modules/_near_js_providers.fetch_json.html @@ -1,3 +1,3 @@ -fetch_json | Documentation

      Index

      Interfaces

      ConnectionInfo +fetch_json | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.index.html b/modules/_near_js_providers.index.html index 270b882cc9..a5fd4e9600 100644 --- a/modules/_near_js_providers.index.html +++ b/modules/_near_js_providers.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      FailoverRpcProvider +index | Documentation

      References

      FailoverRpcProvider JsonRpcProvider exponentialBackoff fetchJson diff --git a/modules/_near_js_providers.json_rpc_provider.html b/modules/_near_js_providers.json_rpc_provider.html index 260555c04d..31b64b9666 100644 --- a/modules/_near_js_providers.json_rpc_provider.html +++ b/modules/_near_js_providers.json_rpc_provider.html @@ -1,5 +1,5 @@ json-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_providers.provider.html b/modules/_near_js_providers.provider.html index fb6b6e80e2..c1a7f2fc54 100644 --- a/modules/_near_js_providers.provider.html +++ b/modules/_near_js_providers.provider.html @@ -1,2 +1,2 @@ provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_signers.in_memory_signer.html b/modules/_near_js_signers.in_memory_signer.html index 5205ad26d7..d098a6e27a 100644 --- a/modules/_near_js_signers.in_memory_signer.html +++ b/modules/_near_js_signers.in_memory_signer.html @@ -1,2 +1,2 @@ -in_memory_signer | Documentation

      Index

      Classes

      InMemorySigner +in_memory_signer | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_signers.index.html b/modules/_near_js_signers.index.html index 00dd5d92e4..a36d339c36 100644 --- a/modules/_near_js_signers.index.html +++ b/modules/_near_js_signers.index.html @@ -1,3 +1,3 @@ -index | Documentation

      References

      InMemorySigner +index | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_signers.signer.html b/modules/_near_js_signers.signer.html index 80341f6e00..115ced8dd0 100644 --- a/modules/_near_js_signers.signer.html +++ b/modules/_near_js_signers.signer.html @@ -1,2 +1,2 @@ -signer | Documentation

      Index

      Classes

      Signer +signer | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.action_creators.html b/modules/_near_js_transactions.action_creators.html index 6c72278d33..43e50bb8d4 100644 --- a/modules/_near_js_transactions.action_creators.html +++ b/modules/_near_js_transactions.action_creators.html @@ -1,3 +1,3 @@ -action_creators | Documentation

      Index

      Variables

      actionCreators +action_creators | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.actions.html b/modules/_near_js_transactions.actions.html index a506f2c8f5..4b53eea126 100644 --- a/modules/_near_js_transactions.actions.html +++ b/modules/_near_js_transactions.actions.html @@ -1,4 +1,4 @@ -actions | Documentation

      Index

      Classes

      AccessKey +actions | Documentation

      Index

      Classes

      AccessKey AccessKeyPermission Action AddKey diff --git a/modules/_near_js_transactions.create_transaction.html b/modules/_near_js_transactions.create_transaction.html index 04f9779a76..a3d5513cda 100644 --- a/modules/_near_js_transactions.create_transaction.html +++ b/modules/_near_js_transactions.create_transaction.html @@ -1,2 +1,2 @@ -create_transaction | Documentation

      Index

      Functions

      createTransaction +create_transaction | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.delegate.html b/modules/_near_js_transactions.delegate.html index c6dd5c1c61..215f264579 100644 --- a/modules/_near_js_transactions.delegate.html +++ b/modules/_near_js_transactions.delegate.html @@ -1,3 +1,3 @@ -delegate | Documentation

      Index

      Classes

      DelegateAction +delegate | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.index.html b/modules/_near_js_transactions.index.html index 17354d2643..3b8798d3c6 100644 --- a/modules/_near_js_transactions.index.html +++ b/modules/_near_js_transactions.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      AccessKey +index | Documentation

      References

      AccessKey AccessKeyPermission Action AddKey diff --git a/modules/_near_js_transactions.prefix.html b/modules/_near_js_transactions.prefix.html index 699f79fbe9..ac165219e0 100644 --- a/modules/_near_js_transactions.prefix.html +++ b/modules/_near_js_transactions.prefix.html @@ -1,2 +1,2 @@ -prefix | Documentation

      Index

      Classes

      DelegateActionPrefix +prefix | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.schema.html b/modules/_near_js_transactions.schema.html index b33d8f4388..b8ca47e5d4 100644 --- a/modules/_near_js_transactions.schema.html +++ b/modules/_near_js_transactions.schema.html @@ -1,4 +1,4 @@ -schema | Documentation

      Index

      Classes

      SignedTransaction +schema | Documentation

      Index

      Classes

      Variables

      Functions

      decodeSignedTransaction diff --git a/modules/_near_js_transactions.sign.html b/modules/_near_js_transactions.sign.html index c1d8a3e812..7bdc909b9c 100644 --- a/modules/_near_js_transactions.sign.html +++ b/modules/_near_js_transactions.sign.html @@ -1,4 +1,4 @@ -sign | Documentation

      Index

      Interfaces

      SignedDelegateWithHash +sign | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_transactions.signature.html b/modules/_near_js_transactions.signature.html index a0d0a1352a..b2b56a0482 100644 --- a/modules/_near_js_transactions.signature.html +++ b/modules/_near_js_transactions.signature.html @@ -1,2 +1,2 @@ -signature | Documentation

      Index

      Classes

      Signature +signature | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.assignable.html b/modules/_near_js_types.assignable.html index 61856f874f..b3722797f6 100644 --- a/modules/_near_js_types.assignable.html +++ b/modules/_near_js_types.assignable.html @@ -1,2 +1,2 @@ -assignable | Documentation

      Index

      Classes

      Assignable +assignable | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_types.errors.html b/modules/_near_js_types.errors.html index 9a1232b723..92296ae79e 100644 --- a/modules/_near_js_types.errors.html +++ b/modules/_near_js_types.errors.html @@ -1,4 +1,4 @@ -errors | Documentation

      Index

      Classes

      ArgumentTypeError +errors | Documentation

      Index

      Classes

      ArgumentTypeError ErrorContext PositionalArgsError TypedError diff --git a/modules/_near_js_types.index.html b/modules/_near_js_types.index.html index 5652f94249..36ce61d1a0 100644 --- a/modules/_near_js_types.index.html +++ b/modules/_near_js_types.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      AccessKeyInfoView +index | Documentation

      References

      AccessKeyInfoView AccessKeyList AccessKeyView AccessKeyViewRaw diff --git a/modules/_near_js_types.provider-1.html b/modules/_near_js_types.provider-1.html index 0e8b599eab..dd37df34ab 100644 --- a/modules/_near_js_types.provider-1.html +++ b/modules/_near_js_types.provider-1.html @@ -1,4 +1,4 @@ -provider | Documentation

      References

      AccessKeyInfoView +provider | Documentation

      References

      AccessKeyInfoView AccessKeyList AccessKeyView AccessKeyViewRaw diff --git a/modules/_near_js_types.provider.html b/modules/_near_js_types.provider.html index 154b68ec36..368b5cc599 100644 --- a/modules/_near_js_types.provider.html +++ b/modules/_near_js_types.provider.html @@ -1,4 +1,4 @@ -provider | Documentation

      References

      AccessKeyInfoView +provider | Documentation

      References

      AccessKeyInfoView AccessKeyList AccessKeyView AccessKeyViewRaw diff --git a/modules/_near_js_types.provider_light_client-1.html b/modules/_near_js_types.provider_light_client-1.html index f54357d77f..93a5e33c05 100644 --- a/modules/_near_js_types.provider_light_client-1.html +++ b/modules/_near_js_types.provider_light_client-1.html @@ -1,5 +1,5 @@ provider/light_client | Documentation

      NEAR RPC API request types and responses

      -

      References

      References

      IdType LightClientBlockLiteView LightClientProof LightClientProofRequest diff --git a/modules/_near_js_types.provider_light_client.html b/modules/_near_js_types.provider_light_client.html index ee18b573fb..95ee6d8f5a 100644 --- a/modules/_near_js_types.provider_light_client.html +++ b/modules/_near_js_types.provider_light_client.html @@ -1,5 +1,5 @@ provider/light_client | Documentation

      NEAR RPC API request types and responses

      -

      Index

      Enumerations

      Index

      Enumerations

      Interfaces

      LightClientBlockLiteView LightClientProof LightClientProofRequest diff --git a/modules/_near_js_types.provider_protocol-1.html b/modules/_near_js_types.provider_protocol-1.html index 6784fb281b..2f97f8dd93 100644 --- a/modules/_near_js_types.provider_protocol-1.html +++ b/modules/_near_js_types.provider_protocol-1.html @@ -1,5 +1,5 @@ provider/protocol | Documentation

      NEAR RPC API request types and responses

      -

      References

      References

      AccessKeyWithPublicKey BlockChange BlockChangeResult BlockHash diff --git a/modules/_near_js_types.provider_protocol.html b/modules/_near_js_types.provider_protocol.html index 0033938617..b0dfac36f1 100644 --- a/modules/_near_js_types.provider_protocol.html +++ b/modules/_near_js_types.provider_protocol.html @@ -1,5 +1,5 @@ provider/protocol | Documentation

      NEAR RPC API request types and responses

      -

      Index

      Interfaces

      Index

      Interfaces

      AccessKeyWithPublicKey BlockChange BlockChangeResult BlockHeader diff --git a/modules/_near_js_types.provider_request-1.html b/modules/_near_js_types.provider_request-1.html index 4952683b76..cccb695f35 100644 --- a/modules/_near_js_types.provider_request-1.html +++ b/modules/_near_js_types.provider_request-1.html @@ -1,5 +1,5 @@ provider/request | Documentation

      NEAR RPC API request types and responses

      -

      References

      References

      CallFunctionRequest RpcQueryRequest ViewAccessKeyListRequest ViewAccessKeyRequest diff --git a/modules/_near_js_types.provider_request.html b/modules/_near_js_types.provider_request.html index 24b138c2ae..4516938185 100644 --- a/modules/_near_js_types.provider_request.html +++ b/modules/_near_js_types.provider_request.html @@ -1,5 +1,5 @@ provider/request | Documentation

      NEAR RPC API request types and responses

      -

      Index

      Interfaces

      Index

      Interfaces

      CallFunctionRequest ViewAccessKeyListRequest ViewAccessKeyRequest ViewAccountRequest diff --git a/modules/_near_js_types.provider_response-1.html b/modules/_near_js_types.provider_response-1.html index 5e675faa4d..69c1c72a45 100644 --- a/modules/_near_js_types.provider_response-1.html +++ b/modules/_near_js_types.provider_response-1.html @@ -1,5 +1,5 @@ provider/response | Documentation

      NEAR RPC API request types and responses

      -

      References

      References

      AccessKeyInfoView AccessKeyList AccessKeyView AccessKeyViewRaw diff --git a/modules/_near_js_types.provider_response.html b/modules/_near_js_types.provider_response.html index 9ae1ba8708..b7ea52eef3 100644 --- a/modules/_near_js_types.provider_response.html +++ b/modules/_near_js_types.provider_response.html @@ -1,5 +1,5 @@ provider/response | Documentation

      NEAR RPC API request types and responses

      -

      Index

      Enumerations

      Index

      Enumerations

      Interfaces

      AccessKeyInfoView AccessKeyList diff --git a/modules/_near_js_types.provider_validator-1.html b/modules/_near_js_types.provider_validator-1.html index e73875d2cb..35d7cb7c7d 100644 --- a/modules/_near_js_types.provider_validator-1.html +++ b/modules/_near_js_types.provider_validator-1.html @@ -1,5 +1,5 @@ provider/validator | Documentation

      NEAR RPC API request types and responses

      -

      References

      References

      CurrentEpochValidatorInfo EpochValidatorInfo NextEpochValidatorInfo ValidatorStakeView diff --git a/modules/_near_js_types.provider_validator.html b/modules/_near_js_types.provider_validator.html index ae0ae9ae5b..2d5825095c 100644 --- a/modules/_near_js_types.provider_validator.html +++ b/modules/_near_js_types.provider_validator.html @@ -1,5 +1,5 @@ provider/validator | Documentation

      NEAR RPC API request types and responses

      -

      Index

      Interfaces

      Index

      Interfaces

      CurrentEpochValidatorInfo EpochValidatorInfo NextEpochValidatorInfo ValidatorStakeView diff --git a/modules/_near_js_utils.constants.html b/modules/_near_js_utils.constants.html index 160f1c7804..50e30106c1 100644 --- a/modules/_near_js_utils.constants.html +++ b/modules/_near_js_utils.constants.html @@ -1,2 +1,2 @@ -constants | Documentation

      Index

      Variables

      DEFAULT_FUNCTION_CALL_GAS +constants | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.errors.html b/modules/_near_js_utils.errors.html index ff7c433f79..8d30767ff1 100644 --- a/modules/_near_js_utils.errors.html +++ b/modules/_near_js_utils.errors.html @@ -1,4 +1,4 @@ -errors | Documentation

      References

      ServerError +errors | Documentation

      References

      ServerError formatError getErrorTypeFromErrorMessage logWarning diff --git a/modules/_near_js_utils.errors_errors.html b/modules/_near_js_utils.errors_errors.html index 1273a940b1..7cae4a715d 100644 --- a/modules/_near_js_utils.errors_errors.html +++ b/modules/_near_js_utils.errors_errors.html @@ -1,2 +1,2 @@ -errors/errors | Documentation

      Index

      Functions

      logWarning +errors/errors | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.errors_rpc_errors.html b/modules/_near_js_utils.errors_rpc_errors.html index 725e98f603..132ff551fe 100644 --- a/modules/_near_js_utils.errors_rpc_errors.html +++ b/modules/_near_js_utils.errors_rpc_errors.html @@ -1,4 +1,4 @@ -errors/rpc_errors | Documentation

      Index

      Classes

      ServerError +errors/rpc_errors | Documentation

      Index

      Classes

      Functions

      formatError getErrorTypeFromErrorMessage parseResultError diff --git a/modules/_near_js_utils.format.html b/modules/_near_js_utils.format.html index f9b2d6a33e..7631a74937 100644 --- a/modules/_near_js_utils.format.html +++ b/modules/_near_js_utils.format.html @@ -1,4 +1,4 @@ -format | Documentation

      Index

      Variables

      NEAR_NOMINATION +format | Documentation

      Index

      Variables

      Functions

      baseDecode baseEncode diff --git a/modules/_near_js_utils.index.html b/modules/_near_js_utils.index.html index 3dd2c44186..c0e84212dd 100644 --- a/modules/_near_js_utils.index.html +++ b/modules/_near_js_utils.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      ChangedValidatorInfo +index | Documentation

      References

      ChangedValidatorInfo DEFAULT_FUNCTION_CALL_GAS EpochValidatorsDiff Logger diff --git a/modules/_near_js_utils.logger.html b/modules/_near_js_utils.logger.html index 0114275800..f9477940d3 100644 --- a/modules/_near_js_utils.logger.html +++ b/modules/_near_js_utils.logger.html @@ -1,3 +1,3 @@ -logger | Documentation

      References

      Logger +logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.logger_console_logger.html b/modules/_near_js_utils.logger_console_logger.html index 0fe358dbd0..576bb7b8ea 100644 --- a/modules/_near_js_utils.logger_console_logger.html +++ b/modules/_near_js_utils.logger_console_logger.html @@ -1,2 +1,2 @@ -logger/console.logger | Documentation

      Index

      Classes

      ConsoleLogger +logger/console.logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.logger_interface.html b/modules/_near_js_utils.logger_interface.html index 4e0b8e219d..da6d8e8b0b 100644 --- a/modules/_near_js_utils.logger_interface.html +++ b/modules/_near_js_utils.logger_interface.html @@ -1,3 +1,3 @@ -logger/interface | Documentation

      Index

      Interfaces

      LoggerService +logger/interface | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.logger_logger.html b/modules/_near_js_utils.logger_logger.html index 58d1be9f4c..ed74f4191c 100644 --- a/modules/_near_js_utils.logger_logger.html +++ b/modules/_near_js_utils.logger_logger.html @@ -1,2 +1,2 @@ -logger/logger | Documentation

      Index

      Classes

      Logger +logger/logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.logging.html b/modules/_near_js_utils.logging.html index a564a48677..277a7e165a 100644 --- a/modules/_near_js_utils.logging.html +++ b/modules/_near_js_utils.logging.html @@ -1,3 +1,3 @@ -logging | Documentation

      Index

      Functions

      printTxOutcomeLogs +logging | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.provider.html b/modules/_near_js_utils.provider.html index 94abbc6145..b73d43f2e3 100644 --- a/modules/_near_js_utils.provider.html +++ b/modules/_near_js_utils.provider.html @@ -1 +1 @@ -provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file +provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.utils.html b/modules/_near_js_utils.utils.html index 2cfb7f4a08..d31d3c27e3 100644 --- a/modules/_near_js_utils.utils.html +++ b/modules/_near_js_utils.utils.html @@ -1,2 +1,2 @@ -utils | Documentation

      Index

      Functions

      sortBigIntAsc +utils | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_utils.validators.html b/modules/_near_js_utils.validators.html index 74f12d7479..fa7c53eb0e 100644 --- a/modules/_near_js_utils.validators.html +++ b/modules/_near_js_utils.validators.html @@ -1,4 +1,4 @@ -validators | Documentation

      Index

      Interfaces

      ChangedValidatorInfo +validators | Documentation

      Index

      Interfaces

      Functions

      diffEpochValidators findSeatPrice diff --git a/modules/_near_js_wallet_account.index.html b/modules/_near_js_wallet_account.index.html index d6f93ae446..2817e7e0fc 100644 --- a/modules/_near_js_wallet_account.index.html +++ b/modules/_near_js_wallet_account.index.html @@ -1,4 +1,4 @@ -index | Documentation

      References

      ConnectedWalletAccount +index | Documentation

      References

      ConnectedWalletAccount Near NearConfig WalletConnection diff --git a/modules/_near_js_wallet_account.near.html b/modules/_near_js_wallet_account.near.html index 5c037161c6..9347f3d09a 100644 --- a/modules/_near_js_wallet_account.near.html +++ b/modules/_near_js_wallet_account.near.html @@ -2,6 +2,6 @@ The Near class is used to interact with Account through the JsonRpcProvider. It is configured via the NearConfig.

      Index

      Classes

      Index

      Classes

      Interfaces

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/_near_js_wallet_account.walletAccount.html b/modules/_near_js_wallet_account.walletAccount.html index fc1cfba347..6be8b66562 100644 --- a/modules/_near_js_wallet_account.walletAccount.html +++ b/modules/_near_js_wallet_account.walletAccount.html @@ -3,6 +3,6 @@
    • WalletConnection which redirects users to NEAR Wallet for key management.
    • ConnectedWalletAccount is an Account implementation that uses WalletConnection to get keys
    • -

      Index

      Classes

      Index

      Classes

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.account.html b/modules/near_api_js.account.html index 0755e208d5..057e5fe919 100644 --- a/modules/near_api_js.account.html +++ b/modules/near_api_js.account.html @@ -1,4 +1,4 @@ -account | Documentation

      Index

      Classes

      Account +account | Documentation

      Index

      Classes

      Interfaces

      AccountAuthorizedApp AccountBalance ChangeFunctionCallOptions diff --git a/modules/near_api_js.account_creator.html b/modules/near_api_js.account_creator.html index 024ac6bf77..ea8b770f41 100644 --- a/modules/near_api_js.account_creator.html +++ b/modules/near_api_js.account_creator.html @@ -1,4 +1,4 @@ -account_creator | Documentation

      Index

      Classes

      AccountCreator +account_creator | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.account_multisig.html b/modules/near_api_js.account_multisig.html index 14b10d50de..c8429efa08 100644 --- a/modules/near_api_js.account_multisig.html +++ b/modules/near_api_js.account_multisig.html @@ -1,4 +1,4 @@ -account_multisig | Documentation

      Index

      Enumerations

      MultisigDeleteRequestRejectionError +account_multisig | Documentation

      Index

      Enumerations

      Classes

      Account2FA AccountMultisig diff --git a/modules/near_api_js.browserConnect.html b/modules/near_api_js.browserConnect.html index 2cefe48b91..64708acf40 100644 --- a/modules/near_api_js.browserConnect.html +++ b/modules/near_api_js.browserConnect.html @@ -5,6 +5,6 @@

      See

      ConnectConfig

      Example

      async function initNear() {
      const near = await connect({
      networkId: 'testnet',
      nodeUrl: 'https://rpc.testnet.near.org'
      })
      }
      -

      Index

      Interfaces

      Index

      Interfaces

      Functions

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.connect.html b/modules/near_api_js.connect.html index 370c1a75ed..5edc1c99f7 100644 --- a/modules/near_api_js.connect.html +++ b/modules/near_api_js.connect.html @@ -1,3 +1,3 @@ -connect | Documentation

      Index

      Interfaces

      ConnectConfig +connect | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.connection.html b/modules/near_api_js.connection.html index d633ce73d2..d3e8e612c1 100644 --- a/modules/near_api_js.connection.html +++ b/modules/near_api_js.connection.html @@ -1 +1 @@ -connection | Documentation

      Generated using TypeDoc

      \ No newline at end of file +connection | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.constants.html b/modules/near_api_js.constants.html index 76f8e0fe1d..3bf6fdd9d4 100644 --- a/modules/near_api_js.constants.html +++ b/modules/near_api_js.constants.html @@ -1,2 +1,2 @@ -constants | Documentation

      Index

      Variables

      DEFAULT_FUNCTION_CALL_GAS +constants | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.contract.html b/modules/near_api_js.contract.html index 92e1e13a25..5b2309e560 100644 --- a/modules/near_api_js.contract.html +++ b/modules/near_api_js.contract.html @@ -1,2 +1,2 @@ -contract | Documentation

      Index

      Interfaces

      ContractMethods +contract | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.key_stores_browser_local_storage_key_store.html b/modules/near_api_js.key_stores_browser_local_storage_key_store.html index d31c886237..70dc012edb 100644 --- a/modules/near_api_js.key_stores_browser_local_storage_key_store.html +++ b/modules/near_api_js.key_stores_browser_local_storage_key_store.html @@ -1 +1 @@ -key_stores/browser_local_storage_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_stores/browser_local_storage_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.key_stores_in_memory_key_store.html b/modules/near_api_js.key_stores_in_memory_key_store.html index 5558f6eb26..b64599e8ce 100644 --- a/modules/near_api_js.key_stores_in_memory_key_store.html +++ b/modules/near_api_js.key_stores_in_memory_key_store.html @@ -1 +1 @@ -key_stores/in_memory_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_stores/in_memory_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.key_stores_keystore.html b/modules/near_api_js.key_stores_keystore.html index f0cb612644..d7eae0acd3 100644 --- a/modules/near_api_js.key_stores_keystore.html +++ b/modules/near_api_js.key_stores_keystore.html @@ -1 +1 @@ -key_stores/keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_stores/keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.key_stores_merge_key_store.html b/modules/near_api_js.key_stores_merge_key_store.html index 4391e93f7a..d8dc053333 100644 --- a/modules/near_api_js.key_stores_merge_key_store.html +++ b/modules/near_api_js.key_stores_merge_key_store.html @@ -1 +1 @@ -key_stores/merge_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_stores/merge_key_store | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.key_stores_unencrypted_file_system_keystore.html b/modules/near_api_js.key_stores_unencrypted_file_system_keystore.html index e0a59ce765..8b1bf5ff9d 100644 --- a/modules/near_api_js.key_stores_unencrypted_file_system_keystore.html +++ b/modules/near_api_js.key_stores_unencrypted_file_system_keystore.html @@ -1 +1 @@ -key_stores/unencrypted_file_system_keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file +key_stores/unencrypted_file_system_keystore | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.near.html b/modules/near_api_js.near.html index 0fdb4ca2bd..7568e7129b 100644 --- a/modules/near_api_js.near.html +++ b/modules/near_api_js.near.html @@ -1,2 +1,2 @@ -near | Documentation

      Index

      Interfaces

      NearConfig +near | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.providers_failover_rpc_provider.html b/modules/near_api_js.providers_failover_rpc_provider.html index f97b77bab8..cb66b6a432 100644 --- a/modules/near_api_js.providers_failover_rpc_provider.html +++ b/modules/near_api_js.providers_failover_rpc_provider.html @@ -1,2 +1,2 @@ -providers/failover-rpc-provider | Documentation

      Module providers/failover-rpc-provider

      Index

      Classes

      FailoverRpcProvider +providers/failover-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.providers_json_rpc_provider.html b/modules/near_api_js.providers_json_rpc_provider.html index 8bf2070c64..4b9c808871 100644 --- a/modules/near_api_js.providers_json_rpc_provider.html +++ b/modules/near_api_js.providers_json_rpc_provider.html @@ -1 +1 @@ -providers/json-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file +providers/json-rpc-provider | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.providers_provider.html b/modules/near_api_js.providers_provider.html index fd03a28b8b..453b1d3bd0 100644 --- a/modules/near_api_js.providers_provider.html +++ b/modules/near_api_js.providers_provider.html @@ -1,4 +1,4 @@ -providers/provider | Documentation

      Index

      Enumerations

      ExecutionStatusBasic +providers/provider | Documentation

      Index

      Enumerations

      Interfaces

      AccessKeyInfoView AccessKeyList diff --git a/modules/near_api_js.signer.html b/modules/near_api_js.signer.html index 556b100c1c..c21bf6804a 100644 --- a/modules/near_api_js.signer.html +++ b/modules/near_api_js.signer.html @@ -1 +1 @@ -signer | Documentation

      Generated using TypeDoc

      \ No newline at end of file +signer | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.transaction.html b/modules/near_api_js.transaction.html index 542f0f2e9c..2454bc1ccc 100644 --- a/modules/near_api_js.transaction.html +++ b/modules/near_api_js.transaction.html @@ -1,4 +1,4 @@ -transaction | Documentation

      References

      stringifyJsonOrBytes +transaction | Documentation

      References

      Classes

      AccessKey AccessKeyPermission Action diff --git a/modules/near_api_js.utils.html b/modules/near_api_js.utils.html index 444cd08e92..264b3851eb 100644 --- a/modules/near_api_js.utils.html +++ b/modules/near_api_js.utils.html @@ -1,4 +1,4 @@ -utils | Documentation

      References

      enums +utils | Documentation

      References

      enums format key_pair logWarning diff --git a/modules/near_api_js.utils_enums.html b/modules/near_api_js.utils_enums.html index f3235658ba..619d42af23 100644 --- a/modules/near_api_js.utils_enums.html +++ b/modules/near_api_js.utils_enums.html @@ -1,3 +1,3 @@ -utils/enums | Documentation

      Index

      Classes

      Assignable +utils/enums | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils_errors.html b/modules/near_api_js.utils_errors.html index 44b455600d..f787895462 100644 --- a/modules/near_api_js.utils_errors.html +++ b/modules/near_api_js.utils_errors.html @@ -1,4 +1,4 @@ -utils/errors | Documentation

      Index

      Classes

      ArgumentSchemaError +utils/errors | Documentation

      Index

      Classes

      ArgumentSchemaError ArgumentTypeError ConflictingOptions PositionalArgsError diff --git a/modules/near_api_js.utils_format.html b/modules/near_api_js.utils_format.html index 2c8260e2c8..6579c44bae 100644 --- a/modules/near_api_js.utils_format.html +++ b/modules/near_api_js.utils_format.html @@ -1,4 +1,4 @@ -utils/format | Documentation

      Index

      Variables

      NEAR_NOMINATION +utils/format | Documentation

      Index

      Variables

      Functions

      formatNearAmount parseNearAmount diff --git a/modules/near_api_js.utils_key_pair.html b/modules/near_api_js.utils_key_pair.html index 2727858c18..6410e6bd8f 100644 --- a/modules/near_api_js.utils_key_pair.html +++ b/modules/near_api_js.utils_key_pair.html @@ -1,4 +1,4 @@ -utils/key_pair | Documentation

      References

      KeyPairEd25519 +utils/key_pair | Documentation

      References

      Enumerations

      Interfaces

      Signature diff --git a/modules/near_api_js.utils_logger.html b/modules/near_api_js.utils_logger.html index 423dd28771..796f5f93a5 100644 --- a/modules/near_api_js.utils_logger.html +++ b/modules/near_api_js.utils_logger.html @@ -1,2 +1,2 @@ -utils/logger | Documentation

      References

      Logger +utils/logger | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.utils_rpc_errors.html b/modules/near_api_js.utils_rpc_errors.html index fe25dc709e..f28039fadd 100644 --- a/modules/near_api_js.utils_rpc_errors.html +++ b/modules/near_api_js.utils_rpc_errors.html @@ -1,4 +1,4 @@ -utils/rpc_errors | Documentation

      Index

      Classes

      ServerError +utils/rpc_errors | Documentation

      Index

      Classes

      Functions

      formatError getErrorTypeFromErrorMessage parseResultError diff --git a/modules/near_api_js.utils_serialize.html b/modules/near_api_js.utils_serialize.html index 99e98bd07f..5fdda8178a 100644 --- a/modules/near_api_js.utils_serialize.html +++ b/modules/near_api_js.utils_serialize.html @@ -1,4 +1,4 @@ -utils/serialize | Documentation

      Index

      Type Aliases

      Schema +utils/serialize | Documentation

      Index

      Type Aliases

      Functions

      base_decode base_encode deserialize diff --git a/modules/near_api_js.utils_web.html b/modules/near_api_js.utils_web.html index 15b8df4015..9835fba7de 100644 --- a/modules/near_api_js.utils_web.html +++ b/modules/near_api_js.utils_web.html @@ -1,2 +1,2 @@ -utils/web | Documentation

      Index

      Functions

      fetchJson +utils/web | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/modules/near_api_js.validators.html b/modules/near_api_js.validators.html index 7930798298..47072fc0b9 100644 --- a/modules/near_api_js.validators.html +++ b/modules/near_api_js.validators.html @@ -1,4 +1,4 @@ -validators | Documentation

      Index

      Interfaces

      ChangedValidatorInfo +validators | Documentation

      Index

      Interfaces

      Functions

      diffEpochValidators findSeatPrice diff --git a/modules/near_api_js.wallet_account.html b/modules/near_api_js.wallet_account.html index 0bf4cc01c7..30ef799b50 100644 --- a/modules/near_api_js.wallet_account.html +++ b/modules/near_api_js.wallet_account.html @@ -1 +1 @@ -wallet-account | Documentation

      Generated using TypeDoc

      \ No newline at end of file +wallet-account | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_biometric_ed25519.index.AssertionResponse.html b/types/_near_js_biometric_ed25519.index.AssertionResponse.html index 866d565b18..5f77580049 100644 --- a/types/_near_js_biometric_ed25519.index.AssertionResponse.html +++ b/types/_near_js_biometric_ed25519.index.AssertionResponse.html @@ -1 +1 @@ -AssertionResponse | Documentation
      AssertionResponse: {
          authenticatorAttachment: "platform" | "cross-platform";
          getClientExtensionResults: (() => any);
          id: string;
          rawId: string;
          response: {
              authenticatorData: string;
              clientDataJSON: string;
              signature: string;
              userHandle: string;
          };
          type: "public-key";
      }

      Type declaration

      • authenticatorAttachment: "platform" | "cross-platform"
      • getClientExtensionResults: (() => any)
          • (): any
          • Returns any

      • id: string
      • rawId: string
      • response: {
            authenticatorData: string;
            clientDataJSON: string;
            signature: string;
            userHandle: string;
        }
        • authenticatorData: string
        • clientDataJSON: string
        • signature: string
        • userHandle: string
      • type: "public-key"

      Generated using TypeDoc

      \ No newline at end of file +AssertionResponse | Documentation
      AssertionResponse: {
          authenticatorAttachment: "platform" | "cross-platform";
          getClientExtensionResults: (() => any);
          id: string;
          rawId: string;
          response: {
              authenticatorData: string;
              clientDataJSON: string;
              signature: string;
              userHandle: string;
          };
          type: "public-key";
      }

      Type declaration

      • authenticatorAttachment: "platform" | "cross-platform"
      • getClientExtensionResults: (() => any)
          • (): any
          • Returns any

      • id: string
      • rawId: string
      • response: {
            authenticatorData: string;
            clientDataJSON: string;
            signature: string;
            userHandle: string;
        }
        • authenticatorData: string
        • clientDataJSON: string
        • signature: string
        • userHandle: string
      • type: "public-key"

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_iframe_rpc.types.RPCMessage.html b/types/_near_js_iframe_rpc.types.RPCMessage.html index ba8e41516b..815a3bd302 100644 --- a/types/_near_js_iframe_rpc.types.RPCMessage.html +++ b/types/_near_js_iframe_rpc.types.RPCMessage.html @@ -1 +1 @@ -RPCMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file +RPCMessage | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.BlockHash.html b/types/_near_js_types.provider_protocol.BlockHash.html index 0cf69b329a..a3a6b29a34 100644 --- a/types/_near_js_types.provider_protocol.BlockHash.html +++ b/types/_near_js_types.provider_protocol.BlockHash.html @@ -1 +1 @@ -BlockHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.BlockHeight.html b/types/_near_js_types.provider_protocol.BlockHeight.html index 056a220a23..3ec7d29de8 100644 --- a/types/_near_js_types.provider_protocol.BlockHeight.html +++ b/types/_near_js_types.provider_protocol.BlockHeight.html @@ -1 +1 @@ -BlockHeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockHeight | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.BlockId.html b/types/_near_js_types.provider_protocol.BlockId.html index 0bf59e7e42..ba85f1947a 100644 --- a/types/_near_js_types.provider_protocol.BlockId.html +++ b/types/_near_js_types.provider_protocol.BlockId.html @@ -1 +1 @@ -BlockId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.BlockReference.html b/types/_near_js_types.provider_protocol.BlockReference.html index eab002afdf..eb24753344 100644 --- a/types/_near_js_types.provider_protocol.BlockReference.html +++ b/types/_near_js_types.provider_protocol.BlockReference.html @@ -1 +1 @@ -BlockReference | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockReference | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.BlockShardId.html b/types/_near_js_types.provider_protocol.BlockShardId.html index 581e024e7e..4a93db54ac 100644 --- a/types/_near_js_types.provider_protocol.BlockShardId.html +++ b/types/_near_js_types.provider_protocol.BlockShardId.html @@ -1 +1 @@ -BlockShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +BlockShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.ChunkHash.html b/types/_near_js_types.provider_protocol.ChunkHash.html index 36966c2038..9cacbaee38 100644 --- a/types/_near_js_types.provider_protocol.ChunkHash.html +++ b/types/_near_js_types.provider_protocol.ChunkHash.html @@ -1 +1 @@ -ChunkHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file +ChunkHash | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.ChunkId.html b/types/_near_js_types.provider_protocol.ChunkId.html index c15dbec051..3d0cde783b 100644 --- a/types/_near_js_types.provider_protocol.ChunkId.html +++ b/types/_near_js_types.provider_protocol.ChunkId.html @@ -1 +1 @@ -ChunkId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +ChunkId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.Finality.html b/types/_near_js_types.provider_protocol.Finality.html index 5b2180a04b..314d31f638 100644 --- a/types/_near_js_types.provider_protocol.Finality.html +++ b/types/_near_js_types.provider_protocol.Finality.html @@ -1 +1 @@ -Finality | Documentation

      Generated using TypeDoc

      \ No newline at end of file +Finality | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.MerklePath.html b/types/_near_js_types.provider_protocol.MerklePath.html index 440289be4c..5a5aba31e7 100644 --- a/types/_near_js_types.provider_protocol.MerklePath.html +++ b/types/_near_js_types.provider_protocol.MerklePath.html @@ -1 +1 @@ -MerklePath | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MerklePath | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.ShardId.html b/types/_near_js_types.provider_protocol.ShardId.html index 9507d53531..1c904a324b 100644 --- a/types/_near_js_types.provider_protocol.ShardId.html +++ b/types/_near_js_types.provider_protocol.ShardId.html @@ -1 +1 @@ -ShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file +ShardId | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_protocol.TxExecutionStatus.html b/types/_near_js_types.provider_protocol.TxExecutionStatus.html index 1279897f55..e55ba58fb0 100644 --- a/types/_near_js_types.provider_protocol.TxExecutionStatus.html +++ b/types/_near_js_types.provider_protocol.TxExecutionStatus.html @@ -1 +1 @@ -TxExecutionStatus | Documentation

      Generated using TypeDoc

      \ No newline at end of file +TxExecutionStatus | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_types.provider_request.RpcQueryRequest.html b/types/_near_js_types.provider_request.RpcQueryRequest.html index 7076ea9b07..9829c42885 100644 --- a/types/_near_js_types.provider_request.RpcQueryRequest.html +++ b/types/_near_js_types.provider_request.RpcQueryRequest.html @@ -1 +1 @@ -RpcQueryRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file +RpcQueryRequest | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/_near_js_utils.logger_interface.LogLevel.html b/types/_near_js_utils.logger_interface.LogLevel.html index bc83c06fed..be1aa2cca8 100644 --- a/types/_near_js_utils.logger_interface.LogLevel.html +++ b/types/_near_js_utils.logger_interface.LogLevel.html @@ -1 +1 @@ -LogLevel | Documentation

      Generated using TypeDoc

      \ No newline at end of file +LogLevel | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/types/near_api_js.utils_key_pair.Arrayish.html b/types/near_api_js.utils_key_pair.Arrayish.html index d08f843d15..469361184f 100644 --- a/types/near_api_js.utils_key_pair.Arrayish.html +++ b/types/near_api_js.utils_key_pair.Arrayish.html @@ -1 +1 @@ -Arrayish | Documentation

      Generated using TypeDoc

      \ No newline at end of file +Arrayish | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_ALLOWANCE.html b/variables/_near_js_accounts.constants.MULTISIG_ALLOWANCE.html index f67d417d15..11fab9d11d 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_ALLOWANCE.html +++ b/variables/_near_js_accounts.constants.MULTISIG_ALLOWANCE.html @@ -1 +1 @@ -MULTISIG_ALLOWANCE | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_ALLOWANCE | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_CHANGE_METHODS.html b/variables/_near_js_accounts.constants.MULTISIG_CHANGE_METHODS.html index d2af10608b..9ec8f99429 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_CHANGE_METHODS.html +++ b/variables/_near_js_accounts.constants.MULTISIG_CHANGE_METHODS.html @@ -1 +1 @@ -MULTISIG_CHANGE_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_CHANGE_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_CONFIRM_METHODS.html b/variables/_near_js_accounts.constants.MULTISIG_CONFIRM_METHODS.html index 1f53b26b35..f85de3770c 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_CONFIRM_METHODS.html +++ b/variables/_near_js_accounts.constants.MULTISIG_CONFIRM_METHODS.html @@ -1 +1 @@ -MULTISIG_CONFIRM_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_CONFIRM_METHODS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_DEPOSIT.html b/variables/_near_js_accounts.constants.MULTISIG_DEPOSIT.html index 46e4c68693..34fd5048e4 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_DEPOSIT.html +++ b/variables/_near_js_accounts.constants.MULTISIG_DEPOSIT.html @@ -1 +1 @@ -MULTISIG_DEPOSIT | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_DEPOSIT | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_GAS.html b/variables/_near_js_accounts.constants.MULTISIG_GAS.html index 41957f683a..97d3823310 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_GAS.html +++ b/variables/_near_js_accounts.constants.MULTISIG_GAS.html @@ -1 +1 @@ -MULTISIG_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_accounts.constants.MULTISIG_STORAGE_KEY.html b/variables/_near_js_accounts.constants.MULTISIG_STORAGE_KEY.html index da41e8240e..2f8db1106f 100644 --- a/variables/_near_js_accounts.constants.MULTISIG_STORAGE_KEY.html +++ b/variables/_near_js_accounts.constants.MULTISIG_STORAGE_KEY.html @@ -1 +1 @@ -MULTISIG_STORAGE_KEY | Documentation

      Generated using TypeDoc

      \ No newline at end of file +MULTISIG_STORAGE_KEY | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_iframe_rpc.types.windowReceiver.html b/variables/_near_js_iframe_rpc.types.windowReceiver.html index 10610d5e54..1b5f940741 100644 --- a/variables/_near_js_iframe_rpc.types.windowReceiver.html +++ b/variables/_near_js_iframe_rpc.types.windowReceiver.html @@ -1 +1 @@ -windowReceiver | Documentation

      Generated using TypeDoc

      \ No newline at end of file +windowReceiver | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_transactions.action_creators.actionCreators.html b/variables/_near_js_transactions.action_creators.actionCreators.html index c13699310d..e9647a2f03 100644 --- a/variables/_near_js_transactions.action_creators.actionCreators.html +++ b/variables/_near_js_transactions.action_creators.actionCreators.html @@ -40,4 +40,4 @@
    • transfer: ((deposit?) => Action)
        • (deposit?): Action
        • Creates a new action for transferring funds, optionally specifying a deposit amount.

          Parameters

          • deposit: bigint = ...

            The amount to be deposited along with the transfer. Default: 0.

          Returns Action

          A new action for transferring funds.

          -
    • Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_transactions.schema.SCHEMA.html b/variables/_near_js_transactions.schema.SCHEMA.html index 104029549d..58d6c470fe 100644 --- a/variables/_near_js_transactions.schema.SCHEMA.html +++ b/variables/_near_js_transactions.schema.SCHEMA.html @@ -1 +1 @@ -SCHEMA | Documentation

      Generated using TypeDoc

      \ No newline at end of file +SCHEMA | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_utils.constants.DEFAULT_FUNCTION_CALL_GAS.html b/variables/_near_js_utils.constants.DEFAULT_FUNCTION_CALL_GAS.html index 32b876e48b..75da709542 100644 --- a/variables/_near_js_utils.constants.DEFAULT_FUNCTION_CALL_GAS.html +++ b/variables/_near_js_utils.constants.DEFAULT_FUNCTION_CALL_GAS.html @@ -1 +1 @@ -DEFAULT_FUNCTION_CALL_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file +DEFAULT_FUNCTION_CALL_GAS | Documentation

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_utils.format.NEAR_NOMINATION.html b/variables/_near_js_utils.format.NEAR_NOMINATION.html index 557fe0e314..311469e9f0 100644 --- a/variables/_near_js_utils.format.NEAR_NOMINATION.html +++ b/variables/_near_js_utils.format.NEAR_NOMINATION.html @@ -1,2 +1,2 @@ NEAR_NOMINATION | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file diff --git a/variables/_near_js_utils.format.NEAR_NOMINATION_EXP.html b/variables/_near_js_utils.format.NEAR_NOMINATION_EXP.html index f4508732db..0d95e5ebad 100644 --- a/variables/_near_js_utils.format.NEAR_NOMINATION_EXP.html +++ b/variables/_near_js_utils.format.NEAR_NOMINATION_EXP.html @@ -1,2 +1,2 @@ NEAR_NOMINATION_EXP | Documentation

      Generated using TypeDoc

      \ No newline at end of file +

      Generated using TypeDoc

      \ No newline at end of file