From 26e58ae7106fc963a1a5645c5ec52eac920bacbc Mon Sep 17 00:00:00 2001 From: gRoussac Date: Sun, 16 Jun 2024 13:38:01 +0000 Subject: [PATCH] Deploy documentation for dev --- .../rpcs/put_deploy/index.html | 2 +- .../struct.QueryGlobalStateOptions.html | 8 +- .../struct.QueryGlobalStateResult.html | 12 +- .../rpcs/speculative_exec_deploy/index.html | 2 +- .../speculative_deploy/index.html | 2 +- .../speculative_transfer/index.html | 2 +- .../casper_rust_wasm_sdk/struct.SDK.html | 36 ++--- .../casper_rust_wasm_sdk/transfer/index.html | 2 +- .../access_rights/struct.AccessRights.html | 10 +- .../account_hash/struct.AccountHash.html | 12 +- .../struct.AccountIdentifier.html | 10 +- .../struct.DictionaryAddr.html | 10 +- .../addr/entity_addr/struct.EntityAddr.html | 10 +- .../types/addr/hash_addr/struct.HashAddr.html | 10 +- .../transfer_addr/struct.TransferAddr.html | 10 +- .../types/addr/uref_addr/struct.URefAddr.html | 10 +- .../struct.AddressableEntityHash.html | 12 +- .../types/block_hash/struct.BlockHash.html | 12 +- .../struct.BlockIdentifier.html | 8 +- .../types/cl/bytes/struct.Bytes.html | 10 +- .../contract_hash/struct.ContractHash.html | 12 +- .../struct.ContractPackageHash.html | 12 +- .../types/deploy/index.html | 2 +- .../types/deploy/struct.Deploy.html | 40 ++--- .../types/deploy_hash/struct.DeployHash.html | 12 +- .../args_simple/struct.ArgsSimple.html | 8 +- .../struct.DeployStrParams.html | 10 +- .../struct.DictionaryItemStrParams.html | 12 +- .../struct.PaymentStrParams.html | 8 +- .../struct.SessionStrParams.html | 10 +- .../struct.DictionaryItemIdentifier.html | 12 +- .../types/digest/struct.Digest.html | 14 +- .../struct.EntityIdentifier.html | 12 +- .../types/era_id/struct.EraId.html | 10 +- .../struct.GlobalStateIdentifier.html | 10 +- .../types/key/struct.Key.html | 10 +- .../package_hash/struct.PackageHash.html | 12 +- .../types/path/struct.Path.html | 12 +- .../types/peer_entry/struct.PeerEntry.html | 12 +- .../types/public_key/struct.PublicKey.html | 14 +- .../struct.PurseIdentifier.html | 12 +- .../types/sdk_error/enum.SdkError.html | 2 +- .../types/transaction/index.html | 2 +- .../types/transaction/struct.Transaction.html | 42 ++--- .../struct.TransactionHash.html | 14 +- .../enum.TransactionKind.html | 6 +- .../enum.TransferTargetKind.html | 6 +- .../struct.TransactionBuilderParams.html | 10 +- .../struct.TransferTarget.html | 8 +- ...ansaction_str_params_to_casper_client.html | 2 +- .../transaction_str_params/index.html | 2 +- .../struct.TransactionStrParams.html | 17 +- .../types/uref/struct.URef.html | 12 +- .../types/verbosity/enum.Verbosity.html | 2 +- .../watcher/struct.Body.html | 12 +- .../watcher/struct.EventParseResult.html | 12 +- .../watcher/struct.ExecutionResult.html | 10 +- .../watcher/struct.Failure.html | 10 +- .../watcher/struct.HashString.html | 12 +- .../watcher/struct.Message.html | 10 +- .../watcher/struct.Messages.html | 8 +- .../watcher/struct.Payment.html | 10 +- .../watcher/struct.PublicKeyString.html | 12 +- .../watcher/struct.TransactionProcessed.html | 12 +- .../watcher/struct.Version2.html | 8 +- .../watcher/struct.Watcher.html | 6 +- .../watcher/watcher/struct.Body.html | 12 +- .../watcher/struct.EventParseResult.html | 12 +- .../watcher/struct.ExecutionResult.html | 10 +- .../watcher/watcher/struct.Failure.html | 10 +- .../watcher/watcher/struct.HashString.html | 12 +- .../watcher/watcher/struct.Message.html | 10 +- .../watcher/watcher/struct.Messages.html | 8 +- .../watcher/watcher/struct.Payment.html | 10 +- .../watcher/struct.PublicKeyString.html | 12 +- .../watcher/struct.TransactionProcessed.html | 12 +- .../watcher/watcher/struct.Version2.html | 8 +- .../watcher/watcher/struct.Watcher.html | 6 +- condor/api-rust/search-index.js | 2 +- .../sdk/deploy/speculative_deploy.rs.html | 10 +- .../sdk/deploy/speculative_transfer.rs.html | 12 +- .../sdk/deploy/transfer.rs.html | 10 +- .../sdk/deploy_utils/make_deploy.rs.html | 14 ++ .../sdk/deploy_utils/make_transfer.rs.html | 14 ++ .../sdk/deploy_utils/mod.rs.html | 8 +- .../sdk/deploy_utils/sign_deploy.rs.html | 16 +- .../sdk/rpcs/put_deploy.rs.html | 2 + .../sdk/rpcs/speculative_exec_deploy.rs.html | 16 +- .../casper_rust_wasm_sdk/types/deploy.rs.html | 62 ++++---- .../types/transaction.rs.html | 38 +++-- .../transaction_str_params.rs.html | 64 +++++++- condor/api-wasm/assets/search.js | 2 +- condor/api-wasm/classes/AccessRights.html | 4 +- condor/api-wasm/classes/AccountHash.html | 4 +- .../api-wasm/classes/AccountIdentifier.html | 4 +- .../classes/AddressableEntityHash.html | 4 +- condor/api-wasm/classes/ArgsSimple.html | 4 +- condor/api-wasm/classes/BlockHash.html | 4 +- condor/api-wasm/classes/BlockIdentifier.html | 4 +- condor/api-wasm/classes/Body.html | 4 +- condor/api-wasm/classes/Bytes.html | 4 +- condor/api-wasm/classes/ContractHash.html | 4 +- .../api-wasm/classes/ContractPackageHash.html | 4 +- condor/api-wasm/classes/Deploy.html | 5 +- condor/api-wasm/classes/DeployHash.html | 4 +- condor/api-wasm/classes/DeployStrParams.html | 4 +- condor/api-wasm/classes/DictionaryAddr.html | 4 +- .../classes/DictionaryItemIdentifier.html | 4 +- .../classes/DictionaryItemStrParams.html | 4 +- condor/api-wasm/classes/Digest.html | 4 +- condor/api-wasm/classes/EntityAddr.html | 4 +- condor/api-wasm/classes/EntityIdentifier.html | 4 +- condor/api-wasm/classes/EraId.html | 4 +- condor/api-wasm/classes/EventParseResult.html | 4 +- condor/api-wasm/classes/ExecutionResult.html | 6 +- condor/api-wasm/classes/Failure.html | 4 +- condor/api-wasm/classes/GetAccountResult.html | 4 +- .../classes/GetAddressableEntityResult.html | 4 +- .../classes/GetAuctionInfoResult.html | 8 +- condor/api-wasm/classes/GetBalanceResult.html | 10 +- condor/api-wasm/classes/GetBlockResult.html | 8 +- .../classes/GetBlockTransfersResult.html | 10 +- .../api-wasm/classes/GetChainspecResult.html | 8 +- condor/api-wasm/classes/GetDeployResult.html | 10 +- .../classes/GetDictionaryItemResult.html | 12 +- condor/api-wasm/classes/GetEraInfoResult.html | 4 +- .../api-wasm/classes/GetEraSummaryResult.html | 8 +- .../api-wasm/classes/GetNodeStatusResult.html | 32 ++-- condor/api-wasm/classes/GetPeersResult.html | 8 +- .../classes/GetStateRootHashResult.html | 12 +- .../classes/GetTransactionResult.html | 10 +- .../classes/GetValidatorChangesResult.html | 8 +- .../classes/GlobalStateIdentifier.html | 4 +- condor/api-wasm/classes/HashAddr.html | 4 +- condor/api-wasm/classes/HashString.html | 4 +- .../classes/IntoUnderlyingByteSource.html | 4 +- .../api-wasm/classes/IntoUnderlyingSink.html | 4 +- .../classes/IntoUnderlyingSource.html | 4 +- condor/api-wasm/classes/Key.html | 4 +- condor/api-wasm/classes/ListRpcsResult.html | 10 +- condor/api-wasm/classes/Message.html | 4 +- condor/api-wasm/classes/Messages.html | 4 +- condor/api-wasm/classes/PackageHash.html | 4 +- condor/api-wasm/classes/Path.html | 4 +- condor/api-wasm/classes/Payment.html | 4 +- condor/api-wasm/classes/PaymentStrParams.html | 4 +- condor/api-wasm/classes/PeerEntry.html | 4 +- condor/api-wasm/classes/PublicKey.html | 4 +- condor/api-wasm/classes/PublicKeyString.html | 4 +- condor/api-wasm/classes/PurseIdentifier.html | 4 +- condor/api-wasm/classes/PutDeployResult.html | 8 +- .../classes/PutTransactionResult.html | 8 +- .../classes/QueryBalanceDetailsResult.html | 6 +- .../api-wasm/classes/QueryBalanceResult.html | 8 +- .../classes/QueryGlobalStateResult.html | 12 +- condor/api-wasm/classes/SDK.html | 146 +++++++++--------- condor/api-wasm/classes/SessionStrParams.html | 4 +- .../classes/SpeculativeExecResult.html | 10 +- .../classes/SpeculativeExecTxnResult.html | 10 +- condor/api-wasm/classes/Subscription.html | 8 +- condor/api-wasm/classes/Transaction.html | 8 +- .../classes/TransactionBuilderParams.html | 4 +- condor/api-wasm/classes/TransactionHash.html | 4 +- .../classes/TransactionProcessed.html | 6 +- .../classes/TransactionStrParams.html | 5 +- condor/api-wasm/classes/TransferAddr.html | 4 +- condor/api-wasm/classes/TransferTarget.html | 4 +- condor/api-wasm/classes/URef.html | 4 +- condor/api-wasm/classes/URefAddr.html | 4 +- condor/api-wasm/classes/Version2.html | 4 +- condor/api-wasm/classes/Watcher.html | 12 +- .../api-wasm/classes/getAccountOptions.html | 4 +- .../classes/getAuctionInfoOptions.html | 4 +- .../api-wasm/classes/getBalanceOptions.html | 4 +- condor/api-wasm/classes/getBlockOptions.html | 4 +- .../classes/getBlockTransfersOptions.html | 4 +- condor/api-wasm/classes/getDeployOptions.html | 4 +- .../classes/getDictionaryItemOptions.html | 4 +- condor/api-wasm/classes/getEntityOptions.html | 4 +- .../api-wasm/classes/getEraInfoOptions.html | 4 +- .../classes/getEraSummaryOptions.html | 4 +- .../getSpeculativeExecDeployOptions.html | 14 +- .../classes/getSpeculativeExecTxnOptions.html | 14 +- .../classes/getStateRootHashOptions.html | 4 +- .../classes/getTransactionOptions.html | 4 +- .../classes/queryBalanceDetailsOptions.html | 4 +- .../api-wasm/classes/queryBalanceOptions.html | 4 +- .../classes/queryContractDictOptions.html | 4 +- .../classes/queryContractKeyOptions.html | 4 +- .../classes/queryGlobalStateOptions.html | 4 +- condor/api-wasm/enums/TransactionKind.html | 4 +- condor/api-wasm/enums/TransferTargetKind.html | 4 +- condor/api-wasm/enums/Verbosity.html | 4 +- .../functions/accountHashToBase64.html | 2 +- condor/api-wasm/functions/default.html | 2 +- .../functions/encodeLowerBlake2b.html | 2 +- condor/api-wasm/functions/fromTransfer.html | 2 +- .../api-wasm/functions/generateSecretKey.html | 2 +- .../generateSecretKey_secp256k1.html | 2 +- condor/api-wasm/functions/getTimestamp.html | 2 +- condor/api-wasm/functions/hexToString.html | 2 +- .../api-wasm/functions/hexToUint8Array.html | 2 +- condor/api-wasm/functions/initSync.html | 2 +- .../api-wasm/functions/jsonPrettyPrint.html | 2 +- .../functions/makeDictionaryItemKey.html | 2 +- condor/api-wasm/functions/motesToCSPR.html | 2 +- .../functions/publicKeyFromSecretKey.html | 2 +- .../api-wasm/functions/uint8ArrayToBytes.html | 2 +- condor/api-wasm/interfaces/InitOutput.html | 10 +- condor/api-wasm/types/InitInput.html | 2 +- condor/api-wasm/types/SyncInitInput.html | 2 +- 211 files changed, 993 insertions(+), 856 deletions(-) diff --git a/condor/api-rust/casper_rust_wasm_sdk/rpcs/put_deploy/index.html b/condor/api-rust/casper_rust_wasm_sdk/rpcs/put_deploy/index.html index ab6bde3cc..0d6b66b72 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/rpcs/put_deploy/index.html +++ b/condor/api-rust/casper_rust_wasm_sdk/rpcs/put_deploy/index.html @@ -1 +1 @@ -casper_rust_wasm_sdk::rpcs::put_deploy - Rust

Module casper_rust_wasm_sdk::rpcs::put_deploy

source ·
\ No newline at end of file +casper_rust_wasm_sdk::rpcs::put_deploy - Rust

Module casper_rust_wasm_sdk::rpcs::put_deploy

source ·
\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/rpcs/query_global_state/struct.QueryGlobalStateOptions.html b/condor/api-rust/casper_rust_wasm_sdk/rpcs/query_global_state/struct.QueryGlobalStateOptions.html index 14c4ed228..2dbbfa389 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/rpcs/query_global_state/struct.QueryGlobalStateOptions.html +++ b/condor/api-rust/casper_rust_wasm_sdk/rpcs/query_global_state/struct.QueryGlobalStateOptions.html @@ -12,15 +12,15 @@ }
Expand description

Options for the query_global_state method.

Fields§

§global_state_identifier: Option<GlobalStateIdentifier>§state_root_hash_as_string: Option<String>§state_root_hash: Option<Digest>§maybe_block_id_as_string: Option<String>§key_as_string: Option<String>§key: Option<Key>§path_as_string: Option<String>§path: Option<Path>§node_address: Option<String>§verbosity: Option<Verbosity>

Trait Implementations§

source§

impl Clone for QueryGlobalStateOptions

source§

fn clone(&self) -> QueryGlobalStateOptions

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for QueryGlobalStateOptions

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for QueryGlobalStateOptions

source§

fn default() -> QueryGlobalStateOptions

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for QueryGlobalStateOptions

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<QueryGlobalStateOptions> for JsValue

source§

fn from(value: QueryGlobalStateOptions) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for QueryGlobalStateOptions

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for QueryGlobalStateOptions

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for QueryGlobalStateOptions

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for QueryGlobalStateOptions

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, QueryGlobalStateOptions>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for QueryGlobalStateOptions

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for QueryGlobalStateOptions

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, QueryGlobalStateOptions>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for QueryGlobalStateOptions

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for QueryGlobalStateOptions

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for QueryGlobalStateOptions

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, QueryGlobalStateOptions>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for QueryGlobalStateOptions

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, QueryGlobalStateOptions>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for QueryGlobalStateOptions

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, QueryGlobalStateOptions>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for QueryGlobalStateOptions

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for QueryGlobalStateOptions

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, QueryGlobalStateOptions>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for QueryGlobalStateOptions

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for QueryGlobalStateOptions

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for QueryGlobalStateOptions

source§

impl VectorIntoWasmAbi for QueryGlobalStateOptions

source§

impl WasmDescribe for QueryGlobalStateOptions

source§

impl WasmDescribeVector for QueryGlobalStateOptions

Auto Trait Implementations§

§

impl Freeze for QueryGlobalStateOptions

§

impl RefUnwindSafe for QueryGlobalStateOptions

§

impl Send for QueryGlobalStateOptions

§

impl Sync for QueryGlobalStateOptions

§

impl Unpin for QueryGlobalStateOptions

§

impl UnwindSafe for QueryGlobalStateOptions

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/rpcs/query_global_state/struct.QueryGlobalStateResult.html b/condor/api-rust/casper_rust_wasm_sdk/rpcs/query_global_state/struct.QueryGlobalStateResult.html index 185af59ff..97279e37b 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/rpcs/query_global_state/struct.QueryGlobalStateResult.html +++ b/condor/api-rust/casper_rust_wasm_sdk/rpcs/query_global_state/struct.QueryGlobalStateResult.html @@ -1,15 +1,15 @@ QueryGlobalStateResult in casper_rust_wasm_sdk::rpcs::query_global_state - Rust
pub struct QueryGlobalStateResult(/* private fields */);

Trait Implementations§

source§

impl Clone for QueryGlobalStateResult

source§

fn clone(&self) -> QueryGlobalStateResult

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for QueryGlobalStateResult

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for QueryGlobalStateResult

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<QueryGlobalStateResult> for JsValue

source§

fn from(value: QueryGlobalStateResult) -> Self

Converts to this type from the input type.
source§

impl From<QueryGlobalStateResult> for QueryGlobalStateResult

source§

fn from(result: _QueryGlobalStateResult) -> Self

Converts to this type from the input type.
source§

impl From<QueryGlobalStateResult> for QueryGlobalStateResult

source§

fn from(result: QueryGlobalStateResult) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for QueryGlobalStateResult

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for QueryGlobalStateResult

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<QueryGlobalStateResult> for JsValue

source§

fn from(value: QueryGlobalStateResult) -> Self

Converts to this type from the input type.
source§

impl From<QueryGlobalStateResult> for QueryGlobalStateResult

source§

fn from(result: QueryGlobalStateResult) -> Self

Converts to this type from the input type.
source§

impl From<QueryGlobalStateResult> for QueryGlobalStateResult

source§

fn from(result: _QueryGlobalStateResult) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for QueryGlobalStateResult

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for QueryGlobalStateResult

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for QueryGlobalStateResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, QueryGlobalStateResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for QueryGlobalStateResult

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for QueryGlobalStateResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, QueryGlobalStateResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for QueryGlobalStateResult

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for QueryGlobalStateResult

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for QueryGlobalStateResult

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, QueryGlobalStateResult>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for QueryGlobalStateResult

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, QueryGlobalStateResult>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for QueryGlobalStateResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, QueryGlobalStateResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for QueryGlobalStateResult

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for QueryGlobalStateResult

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for QueryGlobalStateResult

source§

impl VectorIntoWasmAbi for QueryGlobalStateResult

source§

impl WasmDescribe for QueryGlobalStateResult

source§

impl WasmDescribeVector for QueryGlobalStateResult

Auto Trait Implementations§

§

impl !Freeze for QueryGlobalStateResult

§

impl RefUnwindSafe for QueryGlobalStateResult

§

impl Send for QueryGlobalStateResult

§

impl Sync for QueryGlobalStateResult

§

impl Unpin for QueryGlobalStateResult

§

impl UnwindSafe for QueryGlobalStateResult

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for QueryGlobalStateResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, QueryGlobalStateResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for QueryGlobalStateResult

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for QueryGlobalStateResult

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for QueryGlobalStateResult

source§

impl VectorIntoWasmAbi for QueryGlobalStateResult

source§

impl WasmDescribe for QueryGlobalStateResult

source§

impl WasmDescribeVector for QueryGlobalStateResult

Auto Trait Implementations§

§

impl !Freeze for QueryGlobalStateResult

§

impl RefUnwindSafe for QueryGlobalStateResult

§

impl Send for QueryGlobalStateResult

§

impl Sync for QueryGlobalStateResult

§

impl Unpin for QueryGlobalStateResult

§

impl UnwindSafe for QueryGlobalStateResult

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/rpcs/speculative_exec_deploy/index.html b/condor/api-rust/casper_rust_wasm_sdk/rpcs/speculative_exec_deploy/index.html index 8ee884b09..e2ccaea52 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/rpcs/speculative_exec_deploy/index.html +++ b/condor/api-rust/casper_rust_wasm_sdk/rpcs/speculative_exec_deploy/index.html @@ -1 +1 @@ -casper_rust_wasm_sdk::rpcs::speculative_exec_deploy - Rust
\ No newline at end of file +casper_rust_wasm_sdk::rpcs::speculative_exec_deploy - Rust
\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/speculative_deploy/index.html b/condor/api-rust/casper_rust_wasm_sdk/speculative_deploy/index.html index 2ebef346f..81371d5b6 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/speculative_deploy/index.html +++ b/condor/api-rust/casper_rust_wasm_sdk/speculative_deploy/index.html @@ -1 +1 @@ -casper_rust_wasm_sdk::speculative_deploy - Rust
\ No newline at end of file +casper_rust_wasm_sdk::speculative_deploy - Rust
\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/speculative_transfer/index.html b/condor/api-rust/casper_rust_wasm_sdk/speculative_transfer/index.html index 302bcf6a7..d08b86070 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/speculative_transfer/index.html +++ b/condor/api-rust/casper_rust_wasm_sdk/speculative_transfer/index.html @@ -1 +1 @@ -casper_rust_wasm_sdk::speculative_transfer - Rust
\ No newline at end of file +casper_rust_wasm_sdk::speculative_transfer - Rust
\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/struct.SDK.html b/condor/api-rust/casper_rust_wasm_sdk/struct.SDK.html index 0d4ae827d..51077fafd 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/struct.SDK.html +++ b/condor/api-rust/casper_rust_wasm_sdk/struct.SDK.html @@ -16,7 +16,7 @@
§Arguments
§Returns

A result containing a SuccessResponse<_PutDeployResult> or an SdkError.

-

source§

impl SDK

source

pub async fn speculative_deploy( +

source§

impl SDK

source

pub async fn speculative_deploy( &self, deploy_params: DeployStrParams, session_params: SessionStrParams, @@ -24,7 +24,7 @@

§Returns
maybe_block_identifier: Option<BlockIdentifierInput>, verbosity: Option<Verbosity>, node_address: Option<String> -) -> Result<SuccessResponse<_SpeculativeExecResult>, SdkError>

This function allows executing a deploy speculatively.

+) -> Result<SuccessResponse<_SpeculativeExecResult>, SdkError>
👎Deprecated: prefer speculative_transaction

This function allows executing a deploy speculatively.

§Arguments
  • deploy_params - Deployment parameters for the deploy.
  • @@ -36,7 +36,7 @@
    §Arguments
    §Returns

    A Result containing either a SuccessResponse<_SpeculativeExecResult> or a SdkError in case of an error.

    -
source§

impl SDK

source§

impl SDK

source

pub async fn speculative_transfer( &self, amount: &str, target_account: &str, @@ -46,7 +46,7 @@

§Returns
maybe_block_identifier: Option<BlockIdentifierInput>, verbosity: Option<Verbosity>, node_address: Option<String> -) -> Result<SuccessResponse<_SpeculativeExecResult>, SdkError>

Perform a speculative transfer.

+) -> Result<SuccessResponse<_SpeculativeExecResult>, SdkError>
👎Deprecated: prefer speculative_transfer_transaction

Perform a speculative transfer.

§Arguments
  • amount - The amount to transfer.
  • @@ -60,7 +60,7 @@
    §Arguments
    §Returns

    A Result containing the result a SuccessResponse<_SpeculativeExecResult> or a SdkError in case of an error.

    -
source§

impl SDK

source

pub async fn transfer( +

source§

impl SDK

source

pub async fn transfer( &self, amount: &str, target_account: &str, @@ -69,7 +69,7 @@

§Returns
payment_params: PaymentStrParams, verbosity: Option<Verbosity>, node_address: Option<String> -) -> Result<SuccessResponse<_PutDeployResult>, SdkError>

Perform a transfer of funds.

+) -> Result<SuccessResponse<_PutDeployResult>, SdkError>
👎Deprecated: prefer transfer_transaction

Perform a transfer of funds.

§Arguments
  • amount - The amount to transfer.
  • @@ -458,13 +458,13 @@
    §Arguments
§Returns

A Result containing the result of _SpeculativeExecTxnResult or a SdkError in case of an error.

-
source§

impl SDK

source§

impl SDK

source

pub async fn speculative_exec_deploy( &self, deploy: Deploy, maybe_block_identifier: Option<BlockIdentifierInput>, verbosity: Option<Verbosity>, node_address: Option<String> -) -> Result<SuccessResponse<_SpeculativeExecResult>, SdkError>

Perform speculative execution.

+) -> Result<SuccessResponse<_SpeculativeExecResult>, SdkError>
👎Deprecated: prefer speculative_exec_transaction

Perform speculative execution.

§Arguments
  • deploy - The deploy to execute.
  • @@ -554,12 +554,12 @@
    §Arguments
§Returns

A Result containing the result a SuccessResponse<_PutTransactionResult> of the transfer or a SdkError in case of an error.

-
source§

impl SDK

source§

impl SDK

source

pub fn make_deploy( &self, deploy_params: DeployStrParams, session_params: SessionStrParams, payment_params: PaymentStrParams -) -> Result<Deploy, SdkError>

Creates a deploy using the provided parameters.

+) -> Result<Deploy, SdkError>
👎Deprecated: prefer ‘make_transaction’

Creates a deploy using the provided parameters.

§Arguments
  • deploy_params - The deploy parameters.
  • @@ -568,14 +568,14 @@
    §Arguments
§Returns

A Result containing the created Deploy or a SdkError in case of an error.

-
source§

impl SDK

source§

impl SDK

source

pub fn make_transfer( &self, amount: &str, target_account: &str, transfer_id: Option<String>, deploy_params: DeployStrParams, payment_params: PaymentStrParams -) -> Result<Deploy, SdkError>

Creates a transfer deploy with the provided parameters.

+) -> Result<Deploy, SdkError>
👎Deprecated: prefer ‘make_transfer_transaction’

Creates a transfer deploy with the provided parameters.

§Arguments
  • amount - The transfer amount.
  • @@ -586,7 +586,7 @@
    §Arguments
§Returns

A Result containing the created Deploy or a SdkError in case of an error.

-
source§

impl SDK

source

pub fn sign_deploy(&self, deploy: Deploy, secret_key: &str) -> Deploy

Signs a deploy using the provided secret key.

+
source§

impl SDK

source

pub fn sign_deploy(&self, deploy: Deploy, secret_key: &str) -> Deploy

👎Deprecated: prefer sign_transaction

Signs a deploy using the provided secret key.

§Arguments

Trait Implementations§

source§

impl Default for SDK

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl From<SDK> for JsValue

source§

fn from(value: SDK) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for SDK

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for SDK

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +) -> Result<(), String>

Trait Implementations§

source§

impl Default for SDK

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl From<SDK> for JsValue

source§

fn from(value: SDK) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for SDK

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for SDK

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for SDK

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, SDK>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for SDK

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for SDK

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, SDK>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for SDK

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for SDK

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for SDK

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, SDK>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for SDK

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, SDK>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for SDK

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, SDK>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for SDK

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for SDK

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[SDK]>

source§

impl VectorIntoWasmAbi for SDK

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[SDK]>) -> Self::Abi

source§

impl WasmDescribe for SDK

source§

impl WasmDescribeVector for SDK

Auto Trait Implementations§

§

impl Freeze for SDK

§

impl RefUnwindSafe for SDK

§

impl Send for SDK

§

impl Sync for SDK

§

impl Unpin for SDK

§

impl UnwindSafe for SDK

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for SDK

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, SDK>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for SDK

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for SDK

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[SDK]>

source§

impl VectorIntoWasmAbi for SDK

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[SDK]>) -> Self::Abi

source§

impl WasmDescribe for SDK

source§

impl WasmDescribeVector for SDK

Auto Trait Implementations§

§

impl Freeze for SDK

§

impl RefUnwindSafe for SDK

§

impl Send for SDK

§

impl Sync for SDK

§

impl Unpin for SDK

§

impl UnwindSafe for SDK

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/condor/api-rust/casper_rust_wasm_sdk/transfer/index.html b/condor/api-rust/casper_rust_wasm_sdk/transfer/index.html index 87db415b9..fd150e11f 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/transfer/index.html +++ b/condor/api-rust/casper_rust_wasm_sdk/transfer/index.html @@ -1 +1 @@ -casper_rust_wasm_sdk::transfer - Rust

Module casper_rust_wasm_sdk::transfer

source ·
\ No newline at end of file +casper_rust_wasm_sdk::transfer - Rust

Module casper_rust_wasm_sdk::transfer

source ·
\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/access_rights/struct.AccessRights.html b/condor/api-rust/casper_rust_wasm_sdk/types/access_rights/struct.AccessRights.html index 54f557937..e5d86e17c 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/access_rights/struct.AccessRights.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/access_rights/struct.AccessRights.html @@ -1,13 +1,13 @@ -AccessRights in casper_rust_wasm_sdk::types::access_rights - Rust
pub struct AccessRights(/* private fields */);

Implementations§

source§

impl AccessRights

source

pub fn none() -> u8

source

pub fn read() -> u8

source

pub fn write() -> u8

source

pub fn add() -> u8

source

pub fn read_add() -> u8

source

pub fn read_write() -> u8

source

pub fn add_write() -> u8

source

pub fn read_add_write() -> u8

source

pub fn new(access_rights: u8) -> Result<AccessRights, JsValue>

source

pub fn from_bits(read: bool, write: bool, add: bool) -> Self

source

pub fn is_readable(&self) -> bool

source

pub fn is_writeable(&self) -> bool

source

pub fn is_addable(&self) -> bool

source

pub fn is_none(&self) -> bool

Trait Implementations§

source§

impl Debug for AccessRights

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for AccessRights

source§

fn default() -> AccessRights

Returns the “default value” for a type. Read more
source§

impl From<AccessRights> for AccessRights

source§

fn from(access_rights: _AccessRights) -> Self

Converts to this type from the input type.
source§

impl From<AccessRights> for AccessRights

source§

fn from(access_rights: AccessRights) -> Self

Converts to this type from the input type.
source§

impl From<AccessRights> for JsValue

source§

fn from(value: AccessRights) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for AccessRights

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for AccessRights

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +AccessRights in casper_rust_wasm_sdk::types::access_rights - Rust
pub struct AccessRights(/* private fields */);

Implementations§

source§

impl AccessRights

source

pub fn none() -> u8

source

pub fn read() -> u8

source

pub fn write() -> u8

source

pub fn add() -> u8

source

pub fn read_add() -> u8

source

pub fn read_write() -> u8

source

pub fn add_write() -> u8

source

pub fn read_add_write() -> u8

source

pub fn new(access_rights: u8) -> Result<AccessRights, JsValue>

source

pub fn from_bits(read: bool, write: bool, add: bool) -> Self

source

pub fn is_readable(&self) -> bool

source

pub fn is_writeable(&self) -> bool

source

pub fn is_addable(&self) -> bool

source

pub fn is_none(&self) -> bool

Trait Implementations§

source§

impl Debug for AccessRights

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for AccessRights

source§

fn default() -> AccessRights

Returns the “default value” for a type. Read more
source§

impl From<AccessRights> for AccessRights

source§

fn from(access_rights: _AccessRights) -> Self

Converts to this type from the input type.
source§

impl From<AccessRights> for AccessRights

source§

fn from(access_rights: AccessRights) -> Self

Converts to this type from the input type.
source§

impl From<AccessRights> for JsValue

source§

fn from(value: AccessRights) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for AccessRights

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for AccessRights

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for AccessRights

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, AccessRights>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for AccessRights

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for AccessRights

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, AccessRights>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for AccessRights

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for AccessRights

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for AccessRights

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, AccessRights>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for AccessRights

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, AccessRights>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for AccessRights

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, AccessRights>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for AccessRights

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for AccessRights

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[AccessRights]>

source§

impl VectorIntoWasmAbi for AccessRights

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[AccessRights]>) -> Self::Abi

source§

impl WasmDescribe for AccessRights

source§

impl WasmDescribeVector for AccessRights

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for AccessRights

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, AccessRights>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for AccessRights

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for AccessRights

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[AccessRights]>

source§

impl VectorIntoWasmAbi for AccessRights

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[AccessRights]>) -> Self::Abi

source§

impl WasmDescribe for AccessRights

source§

impl WasmDescribeVector for AccessRights

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/account_hash/struct.AccountHash.html b/condor/api-rust/casper_rust_wasm_sdk/types/account_hash/struct.AccountHash.html index 1e2e843f3..668e06221 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/account_hash/struct.AccountHash.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/account_hash/struct.AccountHash.html @@ -1,8 +1,8 @@ AccountHash in casper_rust_wasm_sdk::types::account_hash - Rust

Struct casper_rust_wasm_sdk::types::account_hash::AccountHash

source ·
pub struct AccountHash(/* private fields */);

Implementations§

source§

impl AccountHash

source

pub fn new(account_hash_hex_str: &str) -> Result<Self, SdkError>

source

pub fn from_formatted_str(formatted_str: &str) -> Result<Self, SdkError>

source§

impl AccountHash

Trait Implementations§

source§

impl Clone for AccountHash

source§

fn clone(&self) -> AccountHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AccountHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AccountHash

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AccountHash> for AccountHash

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountHash> for AccountHash

source§

fn from(account_hash: _AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountHash> for AccountIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountHash> for EntityIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountHash> for JsValue

source§

fn from(value: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountHash> for PurseIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for AccountHash

source§

fn from(account_identifier: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for AccountHash

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for AccountHash

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromBytes for AccountHash

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for AccountHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for AccountHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§

impl From<AccountHash> for AccountHash

source§

fn from(account_hash: _AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountHash> for AccountHash

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountHash> for AccountIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountHash> for EntityIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountHash> for JsValue

source§

fn from(value: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountHash> for PurseIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for AccountHash

source§

fn from(account_identifier: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for AccountHash

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for AccountHash

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromBytes for AccountHash

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for AccountHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for AccountHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for AccountHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, AccountHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for AccountHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for AccountHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, AccountHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for AccountHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for AccountHash

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl Ord for AccountHash

source§

fn cmp(&self, other: &AccountHash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -12,14 +12,14 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for AccountHash

source§

fn partial_cmp(&self, other: &AccountHash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl RefFromWasmAbi for AccountHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, AccountHash>

The type that holds the reference to Self for the duration of the +operator. Read more
source§

impl RefFromWasmAbi for AccountHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, AccountHash>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for AccountHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, AccountHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for AccountHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for AccountHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, AccountHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for AccountHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ToBytes for AccountHash

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to to_bytes() or into_bytes(). The data is not actually serialized, so this call is relatively cheap.
source§

fn write_bytes(&self, bytes: &mut Vec<u8>) -> Result<(), Error>

Writes &self into a mutable writer.
source§

fn into_bytes(self) -> Result<Vec<u8>, Error>
where - Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for AccountHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for AccountHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[AccountHash]>

source§

impl VectorIntoWasmAbi for AccountHash

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[AccountHash]>) -> Self::Abi

source§

impl WasmDescribe for AccountHash

source§

impl WasmDescribeVector for AccountHash

source§

impl Eq for AccountHash

source§

impl StructuralPartialEq for AccountHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for AccountHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for AccountHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[AccountHash]>

source§

impl VectorIntoWasmAbi for AccountHash

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[AccountHash]>) -> Self::Abi

source§

impl WasmDescribe for AccountHash

source§

impl WasmDescribeVector for AccountHash

source§

impl Eq for AccountHash

source§

impl StructuralPartialEq for AccountHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Q
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/account_identifier/struct.AccountIdentifier.html b/condor/api-rust/casper_rust_wasm_sdk/types/account_identifier/struct.AccountIdentifier.html index 8c16fe850..5aec0d57d 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/account_identifier/struct.AccountIdentifier.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/account_identifier/struct.AccountIdentifier.html @@ -1,15 +1,15 @@ AccountIdentifier in casper_rust_wasm_sdk::types::account_identifier - Rust
pub struct AccountIdentifier(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for AccountIdentifier

source§

fn clone(&self) -> AccountIdentifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AccountIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AccountIdentifier

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AccountIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AccountHash> for AccountIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for AccountHash

source§

fn from(account_identifier: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for AccountIdentifier

source§

fn from(account_identifier: _AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for AccountIdentifier

source§

fn from(account_identifier: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for JsValue

source§

fn from(value: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for PublicKey

source§

fn from(account_identifier: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for AccountIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for AccountIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AccountIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AccountHash> for AccountIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for AccountHash

source§

fn from(account_identifier: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for AccountIdentifier

source§

fn from(account_identifier: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for AccountIdentifier

source§

fn from(account_identifier: _AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for JsValue

source§

fn from(value: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<AccountIdentifier> for PublicKey

source§

fn from(account_identifier: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for AccountIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for AccountIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for AccountIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for AccountIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, AccountIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for AccountIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for AccountIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, AccountIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for AccountIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for AccountIdentifier

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for AccountIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, AccountIdentifier>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for AccountIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, AccountIdentifier>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for AccountIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, AccountIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for AccountIdentifier

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for AccountIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for AccountIdentifier

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[AccountIdentifier]>

source§

impl VectorIntoWasmAbi for AccountIdentifier

source§

impl WasmDescribe for AccountIdentifier

source§

impl WasmDescribeVector for AccountIdentifier

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for AccountIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, AccountIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for AccountIdentifier

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for AccountIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for AccountIdentifier

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[AccountIdentifier]>

source§

impl VectorIntoWasmAbi for AccountIdentifier

source§

impl WasmDescribe for AccountIdentifier

source§

impl WasmDescribeVector for AccountIdentifier

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/addr/dictionary_addr/struct.DictionaryAddr.html b/condor/api-rust/casper_rust_wasm_sdk/types/addr/dictionary_addr/struct.DictionaryAddr.html index 50d92fe2f..ee815eaa0 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/addr/dictionary_addr/struct.DictionaryAddr.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/addr/dictionary_addr/struct.DictionaryAddr.html @@ -1,13 +1,13 @@ -DictionaryAddr in casper_rust_wasm_sdk::types::addr::dictionary_addr - Rust
pub struct DictionaryAddr(/* private fields */);

Implementations§

Trait Implementations§

source§

impl From<[u8; 32]> for DictionaryAddr

source§

fn from(dictionary_addr: _DictionaryAddr) -> Self

Converts to this type from the input type.
source§

impl From<DictionaryAddr> for DictionaryAddr

source§

fn from(dictionary_addr: DictionaryAddr) -> Self

Converts to this type from the input type.
source§

impl From<DictionaryAddr> for JsValue

source§

fn from(value: DictionaryAddr) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for DictionaryAddr

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for DictionaryAddr

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +DictionaryAddr in casper_rust_wasm_sdk::types::addr::dictionary_addr - Rust
pub struct DictionaryAddr(/* private fields */);

Implementations§

Trait Implementations§

source§

impl From<[u8; 32]> for DictionaryAddr

source§

fn from(dictionary_addr: _DictionaryAddr) -> Self

Converts to this type from the input type.
source§

impl From<DictionaryAddr> for DictionaryAddr

source§

fn from(dictionary_addr: DictionaryAddr) -> Self

Converts to this type from the input type.
source§

impl From<DictionaryAddr> for JsValue

source§

fn from(value: DictionaryAddr) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for DictionaryAddr

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for DictionaryAddr

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for DictionaryAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, DictionaryAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for DictionaryAddr

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for DictionaryAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, DictionaryAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for DictionaryAddr

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for DictionaryAddr

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for DictionaryAddr

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, DictionaryAddr>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for DictionaryAddr

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, DictionaryAddr>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for DictionaryAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, DictionaryAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for DictionaryAddr

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for DictionaryAddr

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[DictionaryAddr]>

source§

impl VectorIntoWasmAbi for DictionaryAddr

source§

impl WasmDescribe for DictionaryAddr

source§

impl WasmDescribeVector for DictionaryAddr

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for DictionaryAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, DictionaryAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for DictionaryAddr

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for DictionaryAddr

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[DictionaryAddr]>

source§

impl VectorIntoWasmAbi for DictionaryAddr

source§

impl WasmDescribe for DictionaryAddr

source§

impl WasmDescribeVector for DictionaryAddr

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/addr/entity_addr/struct.EntityAddr.html b/condor/api-rust/casper_rust_wasm_sdk/types/addr/entity_addr/struct.EntityAddr.html index c0818c2bf..6c7da5751 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/addr/entity_addr/struct.EntityAddr.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/addr/entity_addr/struct.EntityAddr.html @@ -1,18 +1,18 @@ EntityAddr in casper_rust_wasm_sdk::types::addr::entity_addr - Rust

Struct casper_rust_wasm_sdk::types::addr::entity_addr::EntityAddr

source ·
pub struct EntityAddr(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for EntityAddr

source§

fn clone(&self) -> EntityAddr

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EntityAddr

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for EntityAddr

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<EntityAddr> for EntityAddr

source§

fn from(entity_addr: EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<EntityAddr> for EntityAddr

source§

fn from(entity_addr: _EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<EntityAddr> for EntityIdentifier

source§

fn from(entity_addr: EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<EntityAddr> for JsValue

source§

fn from(value: EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for EntityAddr

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromBytes for EntityAddr

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for EntityAddr

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<EntityAddr> for EntityAddr

source§

fn from(entity_addr: EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<EntityAddr> for EntityAddr

source§

fn from(entity_addr: _EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<EntityAddr> for EntityIdentifier

source§

fn from(entity_addr: EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<EntityAddr> for JsValue

source§

fn from(value: EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for EntityAddr

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromBytes for EntityAddr

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for EntityAddr

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for EntityAddr

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for EntityAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, EntityAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for EntityAddr

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for EntityAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, EntityAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for EntityAddr

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for EntityAddr

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for EntityAddr

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, EntityAddr>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for EntityAddr

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, EntityAddr>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for EntityAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, EntityAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for EntityAddr

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for EntityAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, EntityAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for EntityAddr

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ToBytes for EntityAddr

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to to_bytes() or into_bytes(). The data is not actually serialized, so this call is relatively cheap.
source§

fn write_bytes(&self, bytes: &mut Vec<u8>) -> Result<(), Error>

Writes &self into a mutable writer.
source§

fn into_bytes(self) -> Result<Vec<u8>, Error>
where - Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for EntityAddr

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for EntityAddr

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EntityAddr]>

source§

impl VectorIntoWasmAbi for EntityAddr

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[EntityAddr]>) -> Self::Abi

source§

impl WasmDescribe for EntityAddr

source§

impl WasmDescribeVector for EntityAddr

Auto Trait Implementations§

§

impl Freeze for EntityAddr

§

impl RefUnwindSafe for EntityAddr

§

impl Send for EntityAddr

§

impl Sync for EntityAddr

§

impl Unpin for EntityAddr

§

impl UnwindSafe for EntityAddr

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for EntityAddr

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for EntityAddr

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EntityAddr]>

source§

impl VectorIntoWasmAbi for EntityAddr

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[EntityAddr]>) -> Self::Abi

source§

impl WasmDescribe for EntityAddr

source§

impl WasmDescribeVector for EntityAddr

Auto Trait Implementations§

§

impl Freeze for EntityAddr

§

impl RefUnwindSafe for EntityAddr

§

impl Send for EntityAddr

§

impl Sync for EntityAddr

§

impl Unpin for EntityAddr

§

impl UnwindSafe for EntityAddr

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/addr/hash_addr/struct.HashAddr.html b/condor/api-rust/casper_rust_wasm_sdk/types/addr/hash_addr/struct.HashAddr.html index feff4a7d5..5d6a9397c 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/addr/hash_addr/struct.HashAddr.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/addr/hash_addr/struct.HashAddr.html @@ -1,13 +1,13 @@ -HashAddr in casper_rust_wasm_sdk::types::addr::hash_addr - Rust

Struct casper_rust_wasm_sdk::types::addr::hash_addr::HashAddr

source ·
pub struct HashAddr(/* private fields */);

Implementations§

Trait Implementations§

source§

impl From<[u8; 32]> for HashAddr

source§

fn from(hash_addr: _HashAddr) -> Self

Converts to this type from the input type.
source§

impl From<HashAddr> for HashAddr

source§

fn from(hash_addr: HashAddr) -> Self

Converts to this type from the input type.
source§

impl From<HashAddr> for JsValue

source§

fn from(value: HashAddr) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for HashAddr

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for HashAddr

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +HashAddr in casper_rust_wasm_sdk::types::addr::hash_addr - Rust

Struct casper_rust_wasm_sdk::types::addr::hash_addr::HashAddr

source ·
pub struct HashAddr(/* private fields */);

Implementations§

Trait Implementations§

source§

impl From<[u8; 32]> for HashAddr

source§

fn from(hash_addr: _HashAddr) -> Self

Converts to this type from the input type.
source§

impl From<HashAddr> for HashAddr

source§

fn from(hash_addr: HashAddr) -> Self

Converts to this type from the input type.
source§

impl From<HashAddr> for JsValue

source§

fn from(value: HashAddr) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for HashAddr

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for HashAddr

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for HashAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, HashAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for HashAddr

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for HashAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, HashAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for HashAddr

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for HashAddr

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for HashAddr

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, HashAddr>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for HashAddr

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, HashAddr>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for HashAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, HashAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for HashAddr

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for HashAddr

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[HashAddr]>

source§

impl VectorIntoWasmAbi for HashAddr

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[HashAddr]>) -> Self::Abi

source§

impl WasmDescribe for HashAddr

source§

impl WasmDescribeVector for HashAddr

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for HashAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, HashAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for HashAddr

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for HashAddr

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[HashAddr]>

source§

impl VectorIntoWasmAbi for HashAddr

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[HashAddr]>) -> Self::Abi

source§

impl WasmDescribe for HashAddr

source§

impl WasmDescribeVector for HashAddr

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/addr/transfer_addr/struct.TransferAddr.html b/condor/api-rust/casper_rust_wasm_sdk/types/addr/transfer_addr/struct.TransferAddr.html index 1be0eaf0d..37dd64162 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/addr/transfer_addr/struct.TransferAddr.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/addr/transfer_addr/struct.TransferAddr.html @@ -1,13 +1,13 @@ -TransferAddr in casper_rust_wasm_sdk::types::addr::transfer_addr - Rust
pub struct TransferAddr(/* private fields */);

Implementations§

Trait Implementations§

source§

impl From<TransferAddr> for JsValue

source§

fn from(value: TransferAddr) -> Self

Converts to this type from the input type.
source§

impl From<TransferAddr> for TransferAddr

source§

fn from(val: TransferAddr) -> Self

Converts to this type from the input type.
source§

impl From<Vec<u8>> for TransferAddr

source§

fn from(bytes: Vec<u8>) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransferAddr

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransferAddr

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +TransferAddr in casper_rust_wasm_sdk::types::addr::transfer_addr - Rust
pub struct TransferAddr(/* private fields */);

Implementations§

Trait Implementations§

source§

impl From<TransferAddr> for JsValue

source§

fn from(value: TransferAddr) -> Self

Converts to this type from the input type.
source§

impl From<TransferAddr> for TransferAddr

source§

fn from(val: TransferAddr) -> Self

Converts to this type from the input type.
source§

impl From<Vec<u8>> for TransferAddr

source§

fn from(bytes: Vec<u8>) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransferAddr

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransferAddr

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for TransferAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransferAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransferAddr

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for TransferAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransferAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransferAddr

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for TransferAddr

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransferAddr

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransferAddr>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransferAddr

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransferAddr>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransferAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransferAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for TransferAddr

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransferAddr

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransferAddr]>

source§

impl VectorIntoWasmAbi for TransferAddr

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[TransferAddr]>) -> Self::Abi

source§

impl WasmDescribe for TransferAddr

source§

impl WasmDescribeVector for TransferAddr

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransferAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransferAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for TransferAddr

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransferAddr

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransferAddr]>

source§

impl VectorIntoWasmAbi for TransferAddr

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[TransferAddr]>) -> Self::Abi

source§

impl WasmDescribe for TransferAddr

source§

impl WasmDescribeVector for TransferAddr

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/addr/uref_addr/struct.URefAddr.html b/condor/api-rust/casper_rust_wasm_sdk/types/addr/uref_addr/struct.URefAddr.html index ebcc5661e..1a0bf1f22 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/addr/uref_addr/struct.URefAddr.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/addr/uref_addr/struct.URefAddr.html @@ -1,13 +1,13 @@ -URefAddr in casper_rust_wasm_sdk::types::addr::uref_addr - Rust

Struct casper_rust_wasm_sdk::types::addr::uref_addr::URefAddr

source ·
pub struct URefAddr(/* private fields */);

Implementations§

Trait Implementations§

source§

impl From<[u8; 32]> for URefAddr

source§

fn from(uref_addr: _URefAddr) -> Self

Converts to this type from the input type.
source§

impl From<URefAddr> for URefAddr

source§

fn from(uref_addr: URefAddr) -> Self

Converts to this type from the input type.
source§

impl From<URefAddr> for JsValue

source§

fn from(value: URefAddr) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for URefAddr

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for URefAddr

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +URefAddr in casper_rust_wasm_sdk::types::addr::uref_addr - Rust

Struct casper_rust_wasm_sdk::types::addr::uref_addr::URefAddr

source ·
pub struct URefAddr(/* private fields */);

Implementations§

Trait Implementations§

source§

impl From<[u8; 32]> for URefAddr

source§

fn from(uref_addr: _URefAddr) -> Self

Converts to this type from the input type.
source§

impl From<URefAddr> for URefAddr

source§

fn from(uref_addr: URefAddr) -> Self

Converts to this type from the input type.
source§

impl From<URefAddr> for JsValue

source§

fn from(value: URefAddr) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for URefAddr

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for URefAddr

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for URefAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, URefAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for URefAddr

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for URefAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, URefAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for URefAddr

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for URefAddr

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for URefAddr

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, URefAddr>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for URefAddr

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, URefAddr>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for URefAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, URefAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for URefAddr

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for URefAddr

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[URefAddr]>

source§

impl VectorIntoWasmAbi for URefAddr

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[URefAddr]>) -> Self::Abi

source§

impl WasmDescribe for URefAddr

source§

impl WasmDescribeVector for URefAddr

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for URefAddr

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, URefAddr>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for URefAddr

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for URefAddr

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[URefAddr]>

source§

impl VectorIntoWasmAbi for URefAddr

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[URefAddr]>) -> Self::Abi

source§

impl WasmDescribe for URefAddr

source§

impl WasmDescribeVector for URefAddr

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/addressable_entity_hash/struct.AddressableEntityHash.html b/condor/api-rust/casper_rust_wasm_sdk/types/addressable_entity_hash/struct.AddressableEntityHash.html index cee3b9581..f04448e28 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/addressable_entity_hash/struct.AddressableEntityHash.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/addressable_entity_hash/struct.AddressableEntityHash.html @@ -1,20 +1,20 @@ AddressableEntityHash in casper_rust_wasm_sdk::types::addressable_entity_hash - Rust
pub struct AddressableEntityHash(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for AddressableEntityHash

source§

fn clone(&self) -> AddressableEntityHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AddressableEntityHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AddressableEntityHash

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<[u8; 32]> for AddressableEntityHash

source§

fn from(bytes: HashAddr) -> Self

Converts to this type from the input type.
source§

impl From<AddressableEntityHash> for AddressableEntityHash

source§

fn from(addressable_entity_hash: AddressableEntityHash) -> Self

Converts to this type from the input type.
source§

impl From<AddressableEntityHash> for AddressableEntityHash

source§

fn from(addressable_entity_hash: _AddressableEntityHash) -> Self

Converts to this type from the input type.
source§

impl From<AddressableEntityHash> for JsValue

source§

fn from(value: AddressableEntityHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for AddressableEntityHash

source§

fn from(contract_hash: ContractHash) -> Self

Converts to this type from the input type.
source§

impl FromBytes for AddressableEntityHash

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for AddressableEntityHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for AddressableEntityHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<[u8; 32]> for AddressableEntityHash

source§

fn from(bytes: HashAddr) -> Self

Converts to this type from the input type.
source§

impl From<AddressableEntityHash> for AddressableEntityHash

source§

fn from(addressable_entity_hash: _AddressableEntityHash) -> Self

Converts to this type from the input type.
source§

impl From<AddressableEntityHash> for AddressableEntityHash

source§

fn from(addressable_entity_hash: AddressableEntityHash) -> Self

Converts to this type from the input type.
source§

impl From<AddressableEntityHash> for JsValue

source§

fn from(value: AddressableEntityHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for AddressableEntityHash

source§

fn from(contract_hash: ContractHash) -> Self

Converts to this type from the input type.
source§

impl FromBytes for AddressableEntityHash

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for AddressableEntityHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for AddressableEntityHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for AddressableEntityHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, AddressableEntityHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for AddressableEntityHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for AddressableEntityHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, AddressableEntityHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for AddressableEntityHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for AddressableEntityHash

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl PartialEq for AddressableEntityHash

source§

fn eq(&self, other: &AddressableEntityHash) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl RefFromWasmAbi for AddressableEntityHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, AddressableEntityHash>

The type that holds the reference to Self for the duration of the +sufficient, and should not be overridden without very good reason.
source§

impl RefFromWasmAbi for AddressableEntityHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, AddressableEntityHash>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for AddressableEntityHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, AddressableEntityHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for AddressableEntityHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for AddressableEntityHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, AddressableEntityHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for AddressableEntityHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ToBytes for AddressableEntityHash

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to to_bytes() or into_bytes(). The data is not actually serialized, so this call is relatively cheap.
source§

fn write_bytes(&self, bytes: &mut Vec<u8>) -> Result<(), Error>

Writes &self into a mutable writer.
source§

fn into_bytes(self) -> Result<Vec<u8>, Error>
where - Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for AddressableEntityHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for AddressableEntityHash

source§

impl VectorIntoWasmAbi for AddressableEntityHash

source§

impl WasmDescribe for AddressableEntityHash

source§

impl WasmDescribeVector for AddressableEntityHash

source§

impl Copy for AddressableEntityHash

source§

impl Eq for AddressableEntityHash

source§

impl StructuralPartialEq for AddressableEntityHash

Auto Trait Implementations§

§

impl Freeze for AddressableEntityHash

§

impl RefUnwindSafe for AddressableEntityHash

§

impl Send for AddressableEntityHash

§

impl Sync for AddressableEntityHash

§

impl Unpin for AddressableEntityHash

§

impl UnwindSafe for AddressableEntityHash

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for AddressableEntityHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for AddressableEntityHash

source§

impl VectorIntoWasmAbi for AddressableEntityHash

source§

impl WasmDescribe for AddressableEntityHash

source§

impl WasmDescribeVector for AddressableEntityHash

source§

impl Copy for AddressableEntityHash

source§

impl Eq for AddressableEntityHash

source§

impl StructuralPartialEq for AddressableEntityHash

Auto Trait Implementations§

§

impl Freeze for AddressableEntityHash

§

impl RefUnwindSafe for AddressableEntityHash

§

impl Send for AddressableEntityHash

§

impl Sync for AddressableEntityHash

§

impl Unpin for AddressableEntityHash

§

impl UnwindSafe for AddressableEntityHash

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/block_hash/struct.BlockHash.html b/condor/api-rust/casper_rust_wasm_sdk/types/block_hash/struct.BlockHash.html index 1741ac8d8..6046e0839 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/block_hash/struct.BlockHash.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/block_hash/struct.BlockHash.html @@ -1,15 +1,15 @@ -BlockHash in casper_rust_wasm_sdk::types::block_hash - Rust

Struct casper_rust_wasm_sdk::types::block_hash::BlockHash

source ·
pub struct BlockHash(/* private fields */);

Implementations§

source§

impl BlockHash

source

pub fn new(block_hash_hex_str: &str) -> Result<BlockHash, JsValue>

source

pub fn from_digest(digest: Digest) -> Result<BlockHash, JsValue>

Trait Implementations§

source§

impl Clone for BlockHash

source§

fn clone(&self) -> BlockHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BlockHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BlockHash

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for BlockHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<BlockHash> for BlockHash

source§

fn from(block_hash: BlockHash) -> Self

Converts to this type from the input type.
source§

impl From<BlockHash> for BlockHash

source§

fn from(block_hash: _BlockHash) -> Self

Converts to this type from the input type.
source§

impl From<BlockHash> for JsValue

source§

fn from(value: BlockHash) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for BlockHash

source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for BlockHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for BlockHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +BlockHash in casper_rust_wasm_sdk::types::block_hash - Rust

Struct casper_rust_wasm_sdk::types::block_hash::BlockHash

source ·
pub struct BlockHash(/* private fields */);

Implementations§

source§

impl BlockHash

source

pub fn new(block_hash_hex_str: &str) -> Result<BlockHash, JsValue>

source

pub fn from_digest(digest: Digest) -> Result<BlockHash, JsValue>

Trait Implementations§

source§

impl Clone for BlockHash

source§

fn clone(&self) -> BlockHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BlockHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BlockHash

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for BlockHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<BlockHash> for BlockHash

source§

fn from(block_hash: BlockHash) -> Self

Converts to this type from the input type.
source§

impl From<BlockHash> for BlockHash

source§

fn from(block_hash: _BlockHash) -> Self

Converts to this type from the input type.
source§

impl From<BlockHash> for JsValue

source§

fn from(value: BlockHash) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for BlockHash

source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for BlockHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for BlockHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for BlockHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, BlockHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for BlockHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for BlockHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, BlockHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for BlockHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for BlockHash

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl RefFromWasmAbi for BlockHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, BlockHash>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for BlockHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, BlockHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for BlockHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for BlockHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for BlockHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[BlockHash]>

source§

impl VectorIntoWasmAbi for BlockHash

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[BlockHash]>) -> Self::Abi

source§

impl WasmDescribe for BlockHash

source§

impl WasmDescribeVector for BlockHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for BlockHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, BlockHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for BlockHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for BlockHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for BlockHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[BlockHash]>

source§

impl VectorIntoWasmAbi for BlockHash

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[BlockHash]>) -> Self::Abi

source§

impl WasmDescribe for BlockHash

source§

impl WasmDescribeVector for BlockHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/block_identifier/struct.BlockIdentifier.html b/condor/api-rust/casper_rust_wasm_sdk/types/block_identifier/struct.BlockIdentifier.html index e7fb7d939..b2060b05f 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/block_identifier/struct.BlockIdentifier.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/block_identifier/struct.BlockIdentifier.html @@ -1,15 +1,15 @@ BlockIdentifier in casper_rust_wasm_sdk::types::block_identifier - Rust
pub struct BlockIdentifier(/* private fields */);

Implementations§

source§

impl BlockIdentifier

source

pub fn new(block_identifier: BlockIdentifier) -> BlockIdentifier

source

pub fn from_hash(hash: BlockHash) -> Self

source

pub fn from_height(height: u64) -> Self

Trait Implementations§

source§

impl Clone for BlockIdentifier

source§

fn clone(&self) -> BlockIdentifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BlockIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BlockIdentifier

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BlockIdentifier> for BlockIdentifier

source§

fn from(block_identifier: BlockIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<BlockIdentifier> for BlockIdentifier

source§

fn from(block_identifier: _BlockIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<BlockIdentifier> for JsValue

source§

fn from(value: BlockIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for BlockIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for BlockIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<BlockIdentifier> for BlockIdentifier

source§

fn from(block_identifier: _BlockIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<BlockIdentifier> for BlockIdentifier

source§

fn from(block_identifier: BlockIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<BlockIdentifier> for JsValue

source§

fn from(value: BlockIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for BlockIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for BlockIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm ABI boundary.
source§

impl LongRefFromWasmAbi for BlockIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, BlockIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for BlockIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for BlockIdentifier

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for BlockIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, BlockIdentifier>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for BlockIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, BlockIdentifier>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for BlockIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, BlockIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for BlockIdentifier

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for BlockIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for BlockIdentifier

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[BlockIdentifier]>

source§

impl VectorIntoWasmAbi for BlockIdentifier

source§

impl WasmDescribe for BlockIdentifier

source§

impl WasmDescribeVector for BlockIdentifier

source§

impl Copy for BlockIdentifier

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

source§

impl TryFromJsValue for BlockIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for BlockIdentifier

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[BlockIdentifier]>

source§

impl VectorIntoWasmAbi for BlockIdentifier

source§

impl WasmDescribe for BlockIdentifier

source§

impl WasmDescribeVector for BlockIdentifier

source§

impl Copy for BlockIdentifier

Auto Trait Implementations§

§

impl Freeze for BlockIdentifier

§

impl RefUnwindSafe for BlockIdentifier

§

impl Send for BlockIdentifier

§

impl Sync for BlockIdentifier

§

impl Unpin for BlockIdentifier

§

impl UnwindSafe for BlockIdentifier

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/cl/bytes/struct.Bytes.html b/condor/api-rust/casper_rust_wasm_sdk/types/cl/bytes/struct.Bytes.html index 038119797..b757fa25b 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/cl/bytes/struct.Bytes.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/cl/bytes/struct.Bytes.html @@ -1102,12 +1102,12 @@
§Examples§Examples
assert_eq!(["hello", "world"].connect(" "), "hello world");
 assert_eq!([[1, 2], [3, 4]].connect(&0), [1, 2, 0, 3, 4]);
-

Trait Implementations§

source§

impl AsRef<[u8]> for Bytes

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl CLTyped for Bytes

source§

fn cl_type() -> CLType

The CLType of Self.
source§

impl Clone for Bytes

source§

fn clone(&self) -> Bytes

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Bytes

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Bytes

source§

fn default() -> Bytes

Returns the “default value” for a type. Read more
source§

impl Deref for Bytes

§

type Target = [u8]

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<&[u8]> for Bytes

source§

fn from(bytes: &[u8]) -> Self

Converts to this type from the input type.
source§

impl From<Bytes> for Bytes

source§

fn from(bytes: Bytes) -> Self

Converts to this type from the input type.
source§

impl From<Bytes> for Bytes

source§

fn from(bytes: _Bytes) -> Self

Converts to this type from the input type.
source§

impl From<Bytes> for JsValue

source§

fn from(value: Bytes) -> Self

Converts to this type from the input type.
source§

impl From<Bytes> for Vec<u8>

source§

fn from(bytes: Bytes) -> Self

Converts to this type from the input type.
source§

impl From<Vec<u8>> for Bytes

source§

fn from(vec: Vec<u8>) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Bytes

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +

Trait Implementations§

source§

impl AsRef<[u8]> for Bytes

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl CLTyped for Bytes

source§

fn cl_type() -> CLType

The CLType of Self.
source§

impl Clone for Bytes

source§

fn clone(&self) -> Bytes

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Bytes

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Bytes

source§

fn default() -> Bytes

Returns the “default value” for a type. Read more
source§

impl Deref for Bytes

§

type Target = [u8]

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<&[u8]> for Bytes

source§

fn from(bytes: &[u8]) -> Self

Converts to this type from the input type.
source§

impl From<Bytes> for Bytes

source§

fn from(bytes: _Bytes) -> Self

Converts to this type from the input type.
source§

impl From<Bytes> for Bytes

source§

fn from(bytes: Bytes) -> Self

Converts to this type from the input type.
source§

impl From<Bytes> for JsValue

source§

fn from(value: Bytes) -> Self

Converts to this type from the input type.
source§

impl From<Bytes> for Vec<u8>

source§

fn from(bytes: Bytes) -> Self

Converts to this type from the input type.
source§

impl From<Vec<u8>> for Bytes

source§

fn from(vec: Vec<u8>) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Bytes

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl Hash for Bytes

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl IntoWasmAbi for Bytes

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + Self: Sized,
Feeds a slice of this type into the given Hasher. Read more
source§

impl IntoWasmAbi for Bytes

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Bytes

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Bytes>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Bytes

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Bytes

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Bytes>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Bytes

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Bytes

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl Ord for Bytes

source§

fn cmp(&self, other: &Bytes) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -1117,10 +1117,10 @@
§Examples==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for Bytes

source§

fn partial_cmp(&self, other: &Bytes) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl RefFromWasmAbi for Bytes

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Bytes>

The type that holds the reference to Self for the duration of the +operator. Read more
source§

impl RefFromWasmAbi for Bytes

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Bytes>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Bytes

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Bytes>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for Bytes

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Bytes

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Bytes]>

source§

impl VectorIntoWasmAbi for Bytes

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Bytes]>) -> Self::Abi

source§

impl WasmDescribe for Bytes

source§

impl WasmDescribeVector for Bytes

source§

impl Eq for Bytes

source§

impl StructuralPartialEq for Bytes

Auto Trait Implementations§

§

impl Freeze for Bytes

§

impl RefUnwindSafe for Bytes

§

impl Send for Bytes

§

impl Sync for Bytes

§

impl Unpin for Bytes

§

impl UnwindSafe for Bytes

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Bytes

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Bytes>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for Bytes

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Bytes

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Bytes]>

source§

impl VectorIntoWasmAbi for Bytes

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Bytes]>) -> Self::Abi

source§

impl WasmDescribe for Bytes

source§

impl WasmDescribeVector for Bytes

source§

impl Eq for Bytes

source§

impl StructuralPartialEq for Bytes

Auto Trait Implementations§

§

impl Freeze for Bytes

§

impl RefUnwindSafe for Bytes

§

impl Send for Bytes

§

impl Sync for Bytes

§

impl Unpin for Bytes

§

impl UnwindSafe for Bytes

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Q
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/contract_hash/struct.ContractHash.html b/condor/api-rust/casper_rust_wasm_sdk/types/contract_hash/struct.ContractHash.html index aebbe6f69..d38b93756 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/contract_hash/struct.ContractHash.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/contract_hash/struct.ContractHash.html @@ -1,16 +1,16 @@ -ContractHash in casper_rust_wasm_sdk::types::contract_hash - Rust
pub struct ContractHash(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for ContractHash

source§

fn clone(&self) -> ContractHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ContractHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AddressableEntityHash> for ContractHash

source§

fn from(addressable_entity_hash: _AddressableEntityHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for AddressableEntityHash

source§

fn from(contract_hash: ContractHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for AddressableEntityHash

source§

fn from(contract_hash: ContractHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for ContractHash

source§

fn from(contract_hash: ContractHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for ContractHash

source§

fn from(contract_hash: _ContractHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for JsValue

source§

fn from(value: ContractHash) -> Self

Converts to this type from the input type.
source§

impl FromBytes for ContractHash

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for ContractHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for ContractHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +ContractHash in casper_rust_wasm_sdk::types::contract_hash - Rust
pub struct ContractHash(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for ContractHash

source§

fn clone(&self) -> ContractHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ContractHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AddressableEntityHash> for ContractHash

source§

fn from(addressable_entity_hash: _AddressableEntityHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for AddressableEntityHash

source§

fn from(contract_hash: ContractHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for AddressableEntityHash

source§

fn from(contract_hash: ContractHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for ContractHash

source§

fn from(contract_hash: _ContractHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for ContractHash

source§

fn from(contract_hash: ContractHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractHash> for JsValue

source§

fn from(value: ContractHash) -> Self

Converts to this type from the input type.
source§

impl FromBytes for ContractHash

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for ContractHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for ContractHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for ContractHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, ContractHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for ContractHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for ContractHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, ContractHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for ContractHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for ContractHash

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for ContractHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, ContractHash>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for ContractHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, ContractHash>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for ContractHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, ContractHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl ToBytes for ContractHash

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to +call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for ContractHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, ContractHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl ToBytes for ContractHash

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to to_bytes() or into_bytes(). The data is not actually serialized, so this call is relatively cheap.
source§

fn write_bytes(&self, bytes: &mut Vec<u8>) -> Result<(), Error>

Writes &self into a mutable writer.
source§

fn into_bytes(self) -> Result<Vec<u8>, Error>
where - Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for ContractHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for ContractHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ContractHash]>

source§

impl VectorIntoWasmAbi for ContractHash

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[ContractHash]>) -> Self::Abi

source§

impl WasmDescribe for ContractHash

source§

impl WasmDescribeVector for ContractHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for ContractHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for ContractHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ContractHash]>

source§

impl VectorIntoWasmAbi for ContractHash

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[ContractHash]>) -> Self::Abi

source§

impl WasmDescribe for ContractHash

source§

impl WasmDescribeVector for ContractHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/contract_package_hash/struct.ContractPackageHash.html b/condor/api-rust/casper_rust_wasm_sdk/types/contract_package_hash/struct.ContractPackageHash.html index 91685b0da..e14ba1941 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/contract_package_hash/struct.ContractPackageHash.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/contract_package_hash/struct.ContractPackageHash.html @@ -1,16 +1,16 @@ -ContractPackageHash in casper_rust_wasm_sdk::types::contract_package_hash - Rust
pub struct ContractPackageHash(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Debug for ContractPackageHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<ContractPackageHash> for ContractPackageHash

source§

fn from(contract_package_hash: _ContractPackageHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractPackageHash> for ContractPackageHash

source§

fn from(contract_package_hash: ContractPackageHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractPackageHash> for JsValue

source§

fn from(value: ContractPackageHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractPackageHash> for PackageHash

source§

fn from(contract_package_hash: ContractPackageHash) -> Self

Converts to this type from the input type.
source§

impl From<PackageHash> for ContractPackageHash

source§

fn from(addressable_entity_hash: PackageHash) -> Self

Converts to this type from the input type.
source§

impl FromBytes for ContractPackageHash

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for ContractPackageHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for ContractPackageHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +ContractPackageHash in casper_rust_wasm_sdk::types::contract_package_hash - Rust
pub struct ContractPackageHash(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Debug for ContractPackageHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<ContractPackageHash> for ContractPackageHash

source§

fn from(contract_package_hash: ContractPackageHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractPackageHash> for ContractPackageHash

source§

fn from(contract_package_hash: _ContractPackageHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractPackageHash> for JsValue

source§

fn from(value: ContractPackageHash) -> Self

Converts to this type from the input type.
source§

impl From<ContractPackageHash> for PackageHash

source§

fn from(contract_package_hash: ContractPackageHash) -> Self

Converts to this type from the input type.
source§

impl From<PackageHash> for ContractPackageHash

source§

fn from(addressable_entity_hash: PackageHash) -> Self

Converts to this type from the input type.
source§

impl FromBytes for ContractPackageHash

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for ContractPackageHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for ContractPackageHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for ContractPackageHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, ContractPackageHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for ContractPackageHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for ContractPackageHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, ContractPackageHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for ContractPackageHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for ContractPackageHash

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for ContractPackageHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, ContractPackageHash>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for ContractPackageHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, ContractPackageHash>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for ContractPackageHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, ContractPackageHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl ToBytes for ContractPackageHash

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to +call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for ContractPackageHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, ContractPackageHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl ToBytes for ContractPackageHash

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to to_bytes() or into_bytes(). The data is not actually serialized, so this call is relatively cheap.
source§

fn write_bytes(&self, bytes: &mut Vec<u8>) -> Result<(), Error>

Writes &self into a mutable writer.
source§

fn into_bytes(self) -> Result<Vec<u8>, Error>
where - Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for ContractPackageHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for ContractPackageHash

source§

impl VectorIntoWasmAbi for ContractPackageHash

source§

impl WasmDescribe for ContractPackageHash

source§

impl WasmDescribeVector for ContractPackageHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for ContractPackageHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for ContractPackageHash

source§

impl VectorIntoWasmAbi for ContractPackageHash

source§

impl WasmDescribe for ContractPackageHash

source§

impl WasmDescribeVector for ContractPackageHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy/index.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy/index.html index 7fc788c52..8f18fc7f3 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy/index.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy/index.html @@ -1 +1 @@ -casper_rust_wasm_sdk::types::deploy - Rust

Module casper_rust_wasm_sdk::types::deploy

source ·

Structs§

\ No newline at end of file +casper_rust_wasm_sdk::types::deploy - Rust

Module casper_rust_wasm_sdk::types::deploy

source ·

Structs§

\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy/struct.Deploy.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy/struct.Deploy.html index f57d3f0c2..cbb83fcd2 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy/struct.Deploy.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy/struct.Deploy.html @@ -1,61 +1,61 @@ -Deploy in casper_rust_wasm_sdk::types::deploy - Rust

Struct casper_rust_wasm_sdk::types::deploy::Deploy

source ·
pub struct Deploy(/* private fields */);

Implementations§

source§

impl Deploy

source

pub fn with_payment_and_session( +Deploy in casper_rust_wasm_sdk::types::deploy - Rust

Struct casper_rust_wasm_sdk::types::deploy::Deploy

source ·
pub struct Deploy(/* private fields */);

Implementations§

source§

impl Deploy

source

pub fn with_payment_and_session( deploy_params: DeployStrParams, session_params: SessionStrParams, payment_params: PaymentStrParams -) -> Result<Deploy, String>

source

pub fn with_transfer( +) -> Result<Deploy, String>

👎Deprecated: prefer Transaction type
source

pub fn with_transfer( amount: &str, target_account: &str, transfer_id: Option<String>, deploy_params: DeployStrParams, payment_params: PaymentStrParams -) -> Result<Deploy, String>

source

pub fn with_ttl(&self, ttl: &str, secret_key: Option<String>) -> Deploy

source

pub fn with_timestamp( +) -> Result<Deploy, String>

👎Deprecated: prefer Transaction type
source

pub fn with_ttl(&self, ttl: &str, secret_key: Option<String>) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn with_timestamp( &self, timestamp: &str, secret_key: Option<String> -) -> Deploy

source

pub fn with_chain_name( +) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn with_chain_name( &self, chain_name: &str, secret_key: Option<String> -) -> Deploy

source

pub fn with_account( +) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn with_account( &self, account: PublicKey, secret_key: Option<String> -) -> Deploy

source

pub fn with_entry_point_name( +) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn with_entry_point_name( &self, entry_point_name: &str, secret_key: Option<String> -) -> Deploy

source

pub fn with_hash( +) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn with_hash( &self, hash: ContractHash, secret_key: Option<String> -) -> Deploy

source

pub fn with_package_hash( +) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn with_package_hash( &self, package_hash: ContractPackageHash, secret_key: Option<String> -) -> Deploy

source

pub fn with_module_bytes( +) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn with_module_bytes( &self, module_bytes: Bytes, secret_key: Option<String> -) -> Deploy

source

pub fn with_secret_key(&self, secret_key: Option<String>) -> Deploy

source

pub fn with_standard_payment( +) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn with_secret_key(&self, secret_key: Option<String>) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn with_standard_payment( &self, amount: &str, secret_key: Option<String> -) -> Deploy

source

pub fn validate_deploy_size(&self) -> bool

source

pub fn is_valid(&self) -> bool

source

pub fn hash(&self) -> DeployHash

source

pub fn has_valid_hash(&self) -> bool

source

pub fn expired(&self) -> bool

source

pub fn sign(&mut self, secret_key: &str) -> Deploy

source

pub fn is_transfer(&self) -> bool

source

pub fn is_standard_payment(&self, phase: u8) -> bool

source

pub fn is_stored_contract(&self) -> bool

source

pub fn is_stored_contract_package(&self) -> bool

source

pub fn is_module_bytes(&self) -> bool

source

pub fn is_by_name(&self) -> bool

source

pub fn by_name(&self) -> Option<String>

source

pub fn entry_point_name(&self) -> String

source

pub fn add_signature(&self, public_key: &str, signature: &str) -> Deploy

source

pub fn ttl(&self) -> String

source

pub fn timestamp(&self) -> String

source

pub fn chain_name(&self) -> String

source

pub fn account(&self) -> String

source

pub fn payment_amount(&self, conv_rate: u8) -> String

source§

impl Deploy

source

pub fn args(&self) -> RuntimeArgs

source

pub fn add_arg( +) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn validate_deploy_size(&self) -> bool

👎Deprecated: prefer Transaction type
source

pub fn is_valid(&self) -> bool

👎Deprecated: prefer Transaction type
source

pub fn hash(&self) -> DeployHash

👎Deprecated: prefer Transaction type
source

pub fn has_valid_hash(&self) -> bool

👎Deprecated: prefer Transaction type
source

pub fn expired(&self) -> bool

👎Deprecated: prefer Transaction type
source

pub fn sign(&mut self, secret_key: &str) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn is_transfer(&self) -> bool

👎Deprecated: prefer Transaction type
source

pub fn is_standard_payment(&self, phase: u8) -> bool

👎Deprecated: prefer Transaction type
source

pub fn is_stored_contract(&self) -> bool

👎Deprecated: prefer Transaction type
source

pub fn is_stored_contract_package(&self) -> bool

👎Deprecated: prefer Transaction type
source

pub fn is_module_bytes(&self) -> bool

👎Deprecated: prefer Transaction type
source

pub fn is_by_name(&self) -> bool

👎Deprecated: prefer Transaction type
source

pub fn by_name(&self) -> Option<String>

👎Deprecated: prefer Transaction type
source

pub fn entry_point_name(&self) -> String

👎Deprecated: prefer Transaction type
source

pub fn add_signature(&self, public_key: &str, signature: &str) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn ttl(&self) -> String

👎Deprecated: prefer Transaction type
source

pub fn timestamp(&self) -> String

👎Deprecated: prefer Transaction type
source

pub fn chain_name(&self) -> String

👎Deprecated: prefer Transaction type
source

pub fn account(&self) -> String

👎Deprecated: prefer Transaction type
source

pub fn payment_amount(&self, conv_rate: u8) -> String

👎Deprecated: prefer Transaction type
source§

impl Deploy

source

pub fn args(&self) -> RuntimeArgs

👎Deprecated: prefer Transaction type
source

pub fn add_arg( &mut self, new_value_arg: String, secret_key: Option<String> -) -> Deploy

source

pub fn to_json_string(&self) -> Result<String, String>

source

pub fn compute_approvals_hash(&self) -> Result<ApprovalsHash, Error>

Trait Implementations§

source§

impl Clone for Deploy

source§

fn clone(&self) -> Deploy

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Deploy

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Deploy

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Deploy> for Deploy

source§

fn from(deploy: _Deploy) -> Self

Converts to this type from the input type.
source§

impl From<Deploy> for Deploy

source§

fn from(deploy: Deploy) -> Self

Converts to this type from the input type.
source§

impl From<Deploy> for JsValue

source§

fn from(value: Deploy) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Deploy

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Deploy

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI -boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Deploy

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Deploy>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Deploy

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +) -> Deploy

👎Deprecated: prefer Transaction type
source

pub fn to_json_string(&self) -> Result<String, String>

👎Deprecated: prefer Transaction type
source

pub fn compute_approvals_hash(&self) -> Result<ApprovalsHash, Error>

👎Deprecated: prefer Transaction type
source

pub fn approvals(&self) -> Vec<Approval>

👎Deprecated: prefer Transaction type

Trait Implementations§

source§

impl Clone for Deploy

source§

fn clone(&self) -> Deploy

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Deploy

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Deploy

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Deploy> for Deploy

source§

fn from(deploy: _Deploy) -> Self

Converts to this type from the input type.
source§

impl From<Deploy> for Deploy

source§

fn from(deploy: Deploy) -> Self

Converts to this type from the input type.
source§

impl From<Deploy> for JsValue

source§

fn from(value: Deploy) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Deploy

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Deploy

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm +ABI boundary.
source§

impl LongRefFromWasmAbi for Deploy

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Deploy>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Deploy

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to -FromWasmAbi.
source§

impl OptionIntoWasmAbi for Deploy

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Deploy

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Deploy>

The type that holds the reference to Self for the duration of the +FromWasmAbi.
source§

impl OptionIntoWasmAbi for Deploy

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Deploy

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Deploy>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Deploy

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Deploy>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Deploy

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Deploy

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Deploy

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Deploy]>

source§

impl VectorIntoWasmAbi for Deploy

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Deploy]>) -> Self::Abi

source§

impl WasmDescribe for Deploy

source§

impl WasmDescribeVector for Deploy

Auto Trait Implementations§

§

impl !Freeze for Deploy

§

impl RefUnwindSafe for Deploy

§

impl Send for Deploy

§

impl Sync for Deploy

§

impl Unpin for Deploy

§

impl UnwindSafe for Deploy

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Deploy

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Deploy>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Deploy

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Deploy

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Deploy

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Deploy]>

source§

impl VectorIntoWasmAbi for Deploy

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Deploy]>) -> Self::Abi

source§

impl WasmDescribe for Deploy

source§

impl WasmDescribeVector for Deploy

Auto Trait Implementations§

§

impl !Freeze for Deploy

§

impl RefUnwindSafe for Deploy

§

impl Send for Deploy

§

impl Sync for Deploy

§

impl Unpin for Deploy

§

impl UnwindSafe for Deploy

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_hash/struct.DeployHash.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_hash/struct.DeployHash.html index a8f85c187..93df57b0f 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_hash/struct.DeployHash.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_hash/struct.DeployHash.html @@ -1,15 +1,15 @@ DeployHash in casper_rust_wasm_sdk::types::deploy_hash - Rust

Struct casper_rust_wasm_sdk::types::deploy_hash::DeployHash

source ·
pub struct DeployHash(/* private fields */);

Implementations§

source§

impl DeployHash

source

pub fn new(deploy_hash_hex_str: &str) -> Result<DeployHash, JsValue>

source

pub fn from_digest(digest: Digest) -> Result<DeployHash, JsValue>

Trait Implementations§

source§

impl Clone for DeployHash

source§

fn clone(&self) -> DeployHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DeployHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DeployHash

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for DeployHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<DeployHash> for DeployHash

source§

fn from(deploy_hash: _DeployHash) -> Self

Converts to this type from the input type.
source§

impl From<DeployHash> for DeployHash

source§

fn from(deploy_hash: DeployHash) -> Self

Converts to this type from the input type.
source§

impl From<DeployHash> for JsValue

source§

fn from(value: DeployHash) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for DeployHash

source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for DeployHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for DeployHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for DeployHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<DeployHash> for DeployHash

source§

fn from(deploy_hash: _DeployHash) -> Self

Converts to this type from the input type.
source§

impl From<DeployHash> for DeployHash

source§

fn from(deploy_hash: DeployHash) -> Self

Converts to this type from the input type.
source§

impl From<DeployHash> for JsValue

source§

fn from(value: DeployHash) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for DeployHash

source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for DeployHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for DeployHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for DeployHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, DeployHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for DeployHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for DeployHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, DeployHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for DeployHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for DeployHash

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for DeployHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, DeployHash>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for DeployHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, DeployHash>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for DeployHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, DeployHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for DeployHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for DeployHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for DeployHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[DeployHash]>

source§

impl VectorIntoWasmAbi for DeployHash

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[DeployHash]>) -> Self::Abi

source§

impl WasmDescribe for DeployHash

source§

impl WasmDescribeVector for DeployHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for DeployHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, DeployHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for DeployHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for DeployHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for DeployHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[DeployHash]>

source§

impl VectorIntoWasmAbi for DeployHash

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[DeployHash]>) -> Self::Abi

source§

impl WasmDescribe for DeployHash

source§

impl WasmDescribeVector for DeployHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/args_simple/struct.ArgsSimple.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/args_simple/struct.ArgsSimple.html index 6783fabeb..bddcfbc13 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/args_simple/struct.ArgsSimple.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/args_simple/struct.ArgsSimple.html @@ -1,13 +1,13 @@ -ArgsSimple in casper_rust_wasm_sdk::types::deploy_params::args_simple - Rust
pub struct ArgsSimple { /* private fields */ }

Implementations§

source§

impl ArgsSimple

source

pub fn new(args: JsValue) -> Self

source

pub fn args(&self) -> &[String]

Trait Implementations§

source§

impl Clone for ArgsSimple

source§

fn clone(&self) -> ArgsSimple

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ArgsSimple

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ArgsSimple

source§

fn default() -> ArgsSimple

Returns the “default value” for a type. Read more
source§

impl From<ArgsSimple> for JsValue

source§

fn from(value: ArgsSimple) -> Self

Converts to this type from the input type.
source§

impl From<ArgsSimple> for Vec<String>

source§

fn from(args: ArgsSimple) -> Self

Converts to this type from the input type.
source§

impl From<Vec<String>> for ArgsSimple

source§

fn from(args: Vec<String>) -> Self

Converts to this type from the input type.
source§

impl FromIterator<JsValue> for ArgsSimple

source§

fn from_iter<I: IntoIterator<Item = JsValue>>(iter: I) -> Self

Creates a value from an iterator. Read more
source§

impl FromWasmAbi for ArgsSimple

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for ArgsSimple

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +ArgsSimple in casper_rust_wasm_sdk::types::deploy_params::args_simple - Rust
pub struct ArgsSimple { /* private fields */ }

Implementations§

source§

impl ArgsSimple

source

pub fn new(args: JsValue) -> Self

source

pub fn args(&self) -> &[String]

Trait Implementations§

source§

impl Clone for ArgsSimple

source§

fn clone(&self) -> ArgsSimple

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ArgsSimple

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ArgsSimple

source§

fn default() -> ArgsSimple

Returns the “default value” for a type. Read more
source§

impl From<ArgsSimple> for JsValue

source§

fn from(value: ArgsSimple) -> Self

Converts to this type from the input type.
source§

impl From<ArgsSimple> for Vec<String>

source§

fn from(args: ArgsSimple) -> Self

Converts to this type from the input type.
source§

impl From<Vec<String>> for ArgsSimple

source§

fn from(args: Vec<String>) -> Self

Converts to this type from the input type.
source§

impl FromIterator<JsValue> for ArgsSimple

source§

fn from_iter<I: IntoIterator<Item = JsValue>>(iter: I) -> Self

Creates a value from an iterator. Read more
source§

impl FromWasmAbi for ArgsSimple

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for ArgsSimple

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm ABI boundary.
source§

impl LongRefFromWasmAbi for ArgsSimple

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, ArgsSimple>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for ArgsSimple

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for ArgsSimple

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for ArgsSimple

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, ArgsSimple>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for ArgsSimple

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, ArgsSimple>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for ArgsSimple

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, ArgsSimple>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for ArgsSimple

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for ArgsSimple

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ArgsSimple]>

source§

impl VectorIntoWasmAbi for ArgsSimple

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[ArgsSimple]>) -> Self::Abi

source§

impl WasmDescribe for ArgsSimple

source§

impl WasmDescribeVector for ArgsSimple

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for ArgsSimple

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, ArgsSimple>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for ArgsSimple

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for ArgsSimple

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ArgsSimple]>

source§

impl VectorIntoWasmAbi for ArgsSimple

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[ArgsSimple]>) -> Self::Abi

source§

impl WasmDescribe for ArgsSimple

source§

impl WasmDescribeVector for ArgsSimple

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/deploy_str_params/struct.DeployStrParams.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/deploy_str_params/struct.DeployStrParams.html index 0d7178603..0848a5cb6 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/deploy_str_params/struct.DeployStrParams.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/deploy_str_params/struct.DeployStrParams.html @@ -5,16 +5,16 @@ timestamp: Option<String>, ttl: Option<String>, gas_price_tolerance: Option<String> -) -> Self

source

pub fn secret_key(&self) -> Option<String>

source

pub fn set_secret_key(&self, secret_key: &str)

source

pub fn timestamp(&self) -> Option<String>

source

pub fn set_timestamp(&self, timestamp: Option<String>)

source

pub fn set_default_timestamp(&self)

source

pub fn ttl(&self) -> Option<String>

source

pub fn set_ttl(&self, ttl: Option<String>)

source

pub fn set_default_ttl(&self)

source

pub fn chain_name(&self) -> Option<String>

source

pub fn set_chain_name(&self, chain_name: &str)

source

pub fn session_account(&self) -> Option<String>

source

pub fn set_session_account(&self, session_account: &str)

source

pub fn gas_price_tolerance(&self) -> Option<String>

source

pub fn set_gas_price_tolerance(&self, gas_price_tolerance: String)

Trait Implementations§

source§

impl Clone for DeployStrParams

source§

fn clone(&self) -> DeployStrParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DeployStrParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for DeployStrParams

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl From<DeployStrParams> for JsValue

source§

fn from(value: DeployStrParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for DeployStrParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for DeployStrParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +) -> Self

source

pub fn secret_key(&self) -> Option<String>

source

pub fn set_secret_key(&self, secret_key: &str)

source

pub fn timestamp(&self) -> Option<String>

source

pub fn set_timestamp(&self, timestamp: Option<String>)

source

pub fn set_default_timestamp(&self)

source

pub fn ttl(&self) -> Option<String>

source

pub fn set_ttl(&self, ttl: Option<String>)

source

pub fn set_default_ttl(&self)

source

pub fn chain_name(&self) -> Option<String>

source

pub fn set_chain_name(&self, chain_name: &str)

source

pub fn session_account(&self) -> Option<String>

source

pub fn set_session_account(&self, session_account: &str)

source

pub fn gas_price_tolerance(&self) -> Option<String>

source

pub fn set_gas_price_tolerance(&self, gas_price_tolerance: String)

Trait Implementations§

source§

impl Clone for DeployStrParams

source§

fn clone(&self) -> DeployStrParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DeployStrParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for DeployStrParams

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl From<DeployStrParams> for JsValue

source§

fn from(value: DeployStrParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for DeployStrParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for DeployStrParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for DeployStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, DeployStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for DeployStrParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for DeployStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, DeployStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for DeployStrParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for DeployStrParams

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for DeployStrParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, DeployStrParams>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for DeployStrParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, DeployStrParams>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for DeployStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, DeployStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for DeployStrParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for DeployStrParams

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[DeployStrParams]>

source§

impl VectorIntoWasmAbi for DeployStrParams

source§

impl WasmDescribe for DeployStrParams

source§

impl WasmDescribeVector for DeployStrParams

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for DeployStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, DeployStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for DeployStrParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for DeployStrParams

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[DeployStrParams]>

source§

impl VectorIntoWasmAbi for DeployStrParams

source§

impl WasmDescribe for DeployStrParams

source§

impl WasmDescribeVector for DeployStrParams

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.DictionaryItemStrParams.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.DictionaryItemStrParams.html index 1e427b129..55f6e42c6 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.DictionaryItemStrParams.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.DictionaryItemStrParams.html @@ -9,17 +9,17 @@ dictionary_name: &str, dictionary_item_key: &str )

source

pub fn set_uref(&mut self, seed_uref: &str, dictionary_item_key: &str)

source

pub fn set_dictionary(&mut self, value: &str)

source§

impl DictionaryItemStrParams

Trait Implementations§

source§

impl Clone for DictionaryItemStrParams

source§

fn clone(&self) -> DictionaryItemStrParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DictionaryItemStrParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for DictionaryItemStrParams

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for DictionaryItemStrParams

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<DictionaryItemStrParams> for JsValue

source§

fn from(value: DictionaryItemStrParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for DictionaryItemStrParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for DictionaryItemStrParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§

impl From<DictionaryItemStrParams> for JsValue

source§

fn from(value: DictionaryItemStrParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for DictionaryItemStrParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for DictionaryItemStrParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for DictionaryItemStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, DictionaryItemStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for DictionaryItemStrParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for DictionaryItemStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, DictionaryItemStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for DictionaryItemStrParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for DictionaryItemStrParams

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for DictionaryItemStrParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, DictionaryItemStrParams>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for DictionaryItemStrParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, DictionaryItemStrParams>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for DictionaryItemStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, DictionaryItemStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for DictionaryItemStrParams

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for DictionaryItemStrParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for DictionaryItemStrParams

source§

impl VectorIntoWasmAbi for DictionaryItemStrParams

source§

impl WasmDescribe for DictionaryItemStrParams

source§

impl WasmDescribeVector for DictionaryItemStrParams

Auto Trait Implementations§

§

impl !Freeze for DictionaryItemStrParams

§

impl RefUnwindSafe for DictionaryItemStrParams

§

impl Send for DictionaryItemStrParams

§

impl Sync for DictionaryItemStrParams

§

impl Unpin for DictionaryItemStrParams

§

impl UnwindSafe for DictionaryItemStrParams

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for DictionaryItemStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, DictionaryItemStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for DictionaryItemStrParams

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for DictionaryItemStrParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for DictionaryItemStrParams

source§

impl VectorIntoWasmAbi for DictionaryItemStrParams

source§

impl WasmDescribe for DictionaryItemStrParams

source§

impl WasmDescribeVector for DictionaryItemStrParams

Auto Trait Implementations§

§

impl !Freeze for DictionaryItemStrParams

§

impl RefUnwindSafe for DictionaryItemStrParams

§

impl Send for DictionaryItemStrParams

§

impl Sync for DictionaryItemStrParams

§

impl Unpin for DictionaryItemStrParams

§

impl UnwindSafe for DictionaryItemStrParams

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/payment_str_params/struct.PaymentStrParams.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/payment_str_params/struct.PaymentStrParams.html index a8f5b61ea..d0909bd4e 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/payment_str_params/struct.PaymentStrParams.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/payment_str_params/struct.PaymentStrParams.html @@ -9,16 +9,16 @@ payment_args_json: Option<String>, payment_version: Option<String>, payment_entry_point: Option<String> -) -> Self

source

pub fn payment_amount(&self) -> Option<String>

source

pub fn set_payment_amount(&self, payment_amount: &str)

source

pub fn payment_hash(&self) -> Option<String>

source

pub fn set_payment_hash(&self, payment_hash: &str)

source

pub fn payment_name(&self) -> Option<String>

source

pub fn set_payment_name(&self, payment_name: &str)

source

pub fn payment_package_hash(&self) -> Option<String>

source

pub fn set_payment_package_hash(&self, payment_package_hash: &str)

source

pub fn payment_package_name(&self) -> Option<String>

source

pub fn set_payment_package_name(&self, payment_package_name: &str)

source

pub fn payment_path(&self) -> Option<String>

source

pub fn set_payment_path(&self, payment_path: &str)

source

pub fn payment_args_simple(&self) -> Option<Array>

source

pub fn set_payment_args_simple(&self, payment_args_simple: Array)

source

pub fn payment_args_json(&self) -> Option<String>

source

pub fn set_payment_args_json(&self, payment_args_json: &str)

source

pub fn payment_version(&self) -> Option<String>

source

pub fn set_payment_version(&self, payment_version: &str)

source

pub fn payment_entry_point(&self) -> Option<String>

source

pub fn set_payment_entry_point(&self, payment_entry_point: &str)

Trait Implementations§

source§

impl Clone for PaymentStrParams

source§

fn clone(&self) -> PaymentStrParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PaymentStrParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for PaymentStrParams

source§

fn default() -> PaymentStrParams

Returns the “default value” for a type. Read more
source§

impl From<PaymentStrParams> for JsValue

source§

fn from(value: PaymentStrParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PaymentStrParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PaymentStrParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +) -> Self
source

pub fn payment_amount(&self) -> Option<String>

source

pub fn set_payment_amount(&self, payment_amount: &str)

source

pub fn payment_hash(&self) -> Option<String>

source

pub fn set_payment_hash(&self, payment_hash: &str)

source

pub fn payment_name(&self) -> Option<String>

source

pub fn set_payment_name(&self, payment_name: &str)

source

pub fn payment_package_hash(&self) -> Option<String>

source

pub fn set_payment_package_hash(&self, payment_package_hash: &str)

source

pub fn payment_package_name(&self) -> Option<String>

source

pub fn set_payment_package_name(&self, payment_package_name: &str)

source

pub fn payment_path(&self) -> Option<String>

source

pub fn set_payment_path(&self, payment_path: &str)

source

pub fn payment_args_simple(&self) -> Option<Array>

source

pub fn set_payment_args_simple(&self, payment_args_simple: Array)

source

pub fn payment_args_json(&self) -> Option<String>

source

pub fn set_payment_args_json(&self, payment_args_json: &str)

source

pub fn payment_version(&self) -> Option<String>

source

pub fn set_payment_version(&self, payment_version: &str)

source

pub fn payment_entry_point(&self) -> Option<String>

source

pub fn set_payment_entry_point(&self, payment_entry_point: &str)

Trait Implementations§

source§

impl Clone for PaymentStrParams

source§

fn clone(&self) -> PaymentStrParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PaymentStrParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for PaymentStrParams

source§

fn default() -> PaymentStrParams

Returns the “default value” for a type. Read more
source§

impl From<PaymentStrParams> for JsValue

source§

fn from(value: PaymentStrParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PaymentStrParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PaymentStrParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for PaymentStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PaymentStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PaymentStrParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for PaymentStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PaymentStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PaymentStrParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for PaymentStrParams

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl RefFromWasmAbi for PaymentStrParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PaymentStrParams>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PaymentStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PaymentStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for PaymentStrParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PaymentStrParams

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PaymentStrParams]>

source§

impl VectorIntoWasmAbi for PaymentStrParams

source§

impl WasmDescribe for PaymentStrParams

source§

impl WasmDescribeVector for PaymentStrParams

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PaymentStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PaymentStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for PaymentStrParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PaymentStrParams

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PaymentStrParams]>

source§

impl VectorIntoWasmAbi for PaymentStrParams

source§

impl WasmDescribe for PaymentStrParams

source§

impl WasmDescribeVector for PaymentStrParams

Auto Trait Implementations§

§

impl !Freeze for PaymentStrParams

§

impl RefUnwindSafe for PaymentStrParams

§

impl Send for PaymentStrParams

§

impl Sync for PaymentStrParams

§

impl Unpin for PaymentStrParams

§

impl UnwindSafe for PaymentStrParams

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/session_str_params/struct.SessionStrParams.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/session_str_params/struct.SessionStrParams.html index cefbf24e1..60b26ae09 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/session_str_params/struct.SessionStrParams.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/session_str_params/struct.SessionStrParams.html @@ -10,16 +10,16 @@ session_version: Option<String>, session_entry_point: Option<String>, is_session_transfer: Option<bool> -) -> Self

source

pub fn session_hash(&self) -> Option<String>

source

pub fn set_session_hash(&self, session_hash: &str)

source

pub fn session_name(&self) -> Option<String>

source

pub fn set_session_name(&self, session_name: &str)

source

pub fn session_package_hash(&self) -> Option<String>

source

pub fn set_session_package_hash(&self, session_package_hash: &str)

source

pub fn session_package_name(&self) -> Option<String>

source

pub fn set_session_package_name(&self, session_package_name: &str)

source

pub fn session_path(&self) -> Option<String>

source

pub fn set_session_path(&self, session_path: &str)

source

pub fn session_bytes(&self) -> Option<Bytes>

source

pub fn set_session_bytes(&self, session_bytes: Bytes)

source

pub fn session_args_simple(&self) -> Option<ArgsSimple>

source

pub fn set_session_args_simple(&mut self, session_args_simple: Array)

source

pub fn session_args_json(&self) -> Option<String>

source

pub fn set_session_args_json(&self, session_args_json: &str)

source

pub fn session_version(&self) -> Option<String>

source

pub fn set_session_version(&self, session_version: &str)

source

pub fn session_entry_point(&self) -> Option<String>

source

pub fn set_session_entry_point(&self, session_entry_point: &str)

source

pub fn is_session_transfer(&self) -> Option<bool>

source

pub fn set_is_session_transfer(&self, is_session_transfer: bool)

source§

impl SessionStrParams

source

pub fn set_session_args(&mut self, session_args_simple: Vec<String>)

Trait Implementations§

source§

impl Clone for SessionStrParams

source§

fn clone(&self) -> SessionStrParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SessionStrParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for SessionStrParams

source§

fn default() -> SessionStrParams

Returns the “default value” for a type. Read more
source§

impl From<SessionStrParams> for JsValue

source§

fn from(value: SessionStrParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for SessionStrParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for SessionStrParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +) -> Self
source

pub fn session_hash(&self) -> Option<String>

source

pub fn set_session_hash(&self, session_hash: &str)

source

pub fn session_name(&self) -> Option<String>

source

pub fn set_session_name(&self, session_name: &str)

source

pub fn session_package_hash(&self) -> Option<String>

source

pub fn set_session_package_hash(&self, session_package_hash: &str)

source

pub fn session_package_name(&self) -> Option<String>

source

pub fn set_session_package_name(&self, session_package_name: &str)

source

pub fn session_path(&self) -> Option<String>

source

pub fn set_session_path(&self, session_path: &str)

source

pub fn session_bytes(&self) -> Option<Bytes>

source

pub fn set_session_bytes(&self, session_bytes: Bytes)

source

pub fn session_args_simple(&self) -> Option<ArgsSimple>

source

pub fn set_session_args_simple(&mut self, session_args_simple: Array)

source

pub fn session_args_json(&self) -> Option<String>

source

pub fn set_session_args_json(&self, session_args_json: &str)

source

pub fn session_version(&self) -> Option<String>

source

pub fn set_session_version(&self, session_version: &str)

source

pub fn session_entry_point(&self) -> Option<String>

source

pub fn set_session_entry_point(&self, session_entry_point: &str)

source

pub fn is_session_transfer(&self) -> Option<bool>

source

pub fn set_is_session_transfer(&self, is_session_transfer: bool)

source§

impl SessionStrParams

source

pub fn set_session_args(&mut self, session_args_simple: Vec<String>)

Trait Implementations§

source§

impl Clone for SessionStrParams

source§

fn clone(&self) -> SessionStrParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SessionStrParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for SessionStrParams

source§

fn default() -> SessionStrParams

Returns the “default value” for a type. Read more
source§

impl From<SessionStrParams> for JsValue

source§

fn from(value: SessionStrParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for SessionStrParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for SessionStrParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for SessionStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, SessionStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for SessionStrParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for SessionStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, SessionStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for SessionStrParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for SessionStrParams

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for SessionStrParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, SessionStrParams>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for SessionStrParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, SessionStrParams>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for SessionStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, SessionStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for SessionStrParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for SessionStrParams

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[SessionStrParams]>

source§

impl VectorIntoWasmAbi for SessionStrParams

source§

impl WasmDescribe for SessionStrParams

source§

impl WasmDescribeVector for SessionStrParams

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for SessionStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, SessionStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for SessionStrParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for SessionStrParams

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[SessionStrParams]>

source§

impl VectorIntoWasmAbi for SessionStrParams

source§

impl WasmDescribe for SessionStrParams

source§

impl WasmDescribeVector for SessionStrParams

Auto Trait Implementations§

§

impl !Freeze for SessionStrParams

§

impl RefUnwindSafe for SessionStrParams

§

impl Send for SessionStrParams

§

impl Sync for SessionStrParams

§

impl Unpin for SessionStrParams

§

impl UnwindSafe for SessionStrParams

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/dictionary_item_identifier/struct.DictionaryItemIdentifier.html b/condor/api-rust/casper_rust_wasm_sdk/types/dictionary_item_identifier/struct.DictionaryItemIdentifier.html index 0e2005087..613fe5002 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/dictionary_item_identifier/struct.DictionaryItemIdentifier.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/dictionary_item_identifier/struct.DictionaryItemIdentifier.html @@ -12,17 +12,17 @@ ) -> Result<DictionaryItemIdentifier, JsValue>

source

pub fn new_from_dictionary_key( dictionary_key: &str ) -> Result<DictionaryItemIdentifier, JsValue>

Trait Implementations§

source§

impl Clone for DictionaryItemIdentifier

source§

fn clone(&self) -> DictionaryItemIdentifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DictionaryItemIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DictionaryItemIdentifier

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<DictionaryItemIdentifier> for DictionaryItemIdentifier

source§

fn from(identifier: _DictionaryItemIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<DictionaryItemIdentifier> for DictionaryItemIdentifier

source§

fn from(dictionary_item_identifier: DictionaryItemIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<DictionaryItemIdentifier> for JsValue

source§

fn from(value: DictionaryItemIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for DictionaryItemIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for DictionaryItemIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§

impl From<DictionaryItemIdentifier> for DictionaryItemIdentifier

source§

fn from(dictionary_item_identifier: DictionaryItemIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<DictionaryItemIdentifier> for DictionaryItemIdentifier

source§

fn from(identifier: _DictionaryItemIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<DictionaryItemIdentifier> for JsValue

source§

fn from(value: DictionaryItemIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for DictionaryItemIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for DictionaryItemIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for DictionaryItemIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, DictionaryItemIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for DictionaryItemIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for DictionaryItemIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, DictionaryItemIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for DictionaryItemIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for DictionaryItemIdentifier

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for DictionaryItemIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, DictionaryItemIdentifier>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for DictionaryItemIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, DictionaryItemIdentifier>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for DictionaryItemIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, DictionaryItemIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for DictionaryItemIdentifier

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for DictionaryItemIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for DictionaryItemIdentifier

source§

impl VectorIntoWasmAbi for DictionaryItemIdentifier

source§

impl WasmDescribe for DictionaryItemIdentifier

source§

impl WasmDescribeVector for DictionaryItemIdentifier

Auto Trait Implementations§

§

impl Freeze for DictionaryItemIdentifier

§

impl RefUnwindSafe for DictionaryItemIdentifier

§

impl Send for DictionaryItemIdentifier

§

impl Sync for DictionaryItemIdentifier

§

impl Unpin for DictionaryItemIdentifier

§

impl UnwindSafe for DictionaryItemIdentifier

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for DictionaryItemIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, DictionaryItemIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for DictionaryItemIdentifier

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for DictionaryItemIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for DictionaryItemIdentifier

source§

impl VectorIntoWasmAbi for DictionaryItemIdentifier

source§

impl WasmDescribe for DictionaryItemIdentifier

source§

impl WasmDescribeVector for DictionaryItemIdentifier

Auto Trait Implementations§

§

impl Freeze for DictionaryItemIdentifier

§

impl RefUnwindSafe for DictionaryItemIdentifier

§

impl Send for DictionaryItemIdentifier

§

impl Sync for DictionaryItemIdentifier

§

impl Unpin for DictionaryItemIdentifier

§

impl UnwindSafe for DictionaryItemIdentifier

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/digest/struct.Digest.html b/condor/api-rust/casper_rust_wasm_sdk/types/digest/struct.Digest.html index c86c6dee6..291d07170 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/digest/struct.Digest.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/digest/struct.Digest.html @@ -1,18 +1,18 @@ -Digest in casper_rust_wasm_sdk::types::digest - Rust

Struct casper_rust_wasm_sdk::types::digest::Digest

source ·
pub struct Digest(/* private fields */);

Implementations§

source§

impl Digest

source

pub fn new_js_alias(digest_hex_str: &str) -> Result<Digest, JsValue>

source

pub fn from_string(digest_hex_str: &str) -> Result<Digest, JsValue>

source§

impl Digest

source

pub fn new(digest_hex_str: &str) -> Result<Digest, SdkError>

source

pub fn from_digest(bytes: Vec<u8>) -> Result<Digest, SdkError>

Trait Implementations§

source§

impl AsRef<[u8]> for Digest

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for Digest

source§

fn clone(&self) -> Digest

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Digest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Digest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Digest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<&str> for Digest

source§

fn from(s: &str) -> Self

Converts to this type from the input type.
source§

impl From<[u8; 32]> for Digest

source§

fn from(bytes: [u8; 32]) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for BlockHash

source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for DeployHash

source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for Digest

source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for Digest

source§

fn from(digest: _Digest) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for JsValue

source§

fn from(value: Digest) -> Self

Converts to this type from the input type.
source§

impl FromBytes for Digest

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for Digest

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Digest

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +Digest in casper_rust_wasm_sdk::types::digest - Rust

Struct casper_rust_wasm_sdk::types::digest::Digest

source ·
pub struct Digest(/* private fields */);

Implementations§

source§

impl Digest

source

pub fn new_js_alias(digest_hex_str: &str) -> Result<Digest, JsValue>

source

pub fn from_string(digest_hex_str: &str) -> Result<Digest, JsValue>

source§

impl Digest

source

pub fn new(digest_hex_str: &str) -> Result<Digest, SdkError>

source

pub fn from_digest(bytes: Vec<u8>) -> Result<Digest, SdkError>

Trait Implementations§

source§

impl AsRef<[u8]> for Digest

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for Digest

source§

fn clone(&self) -> Digest

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Digest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Digest

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Digest

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<&str> for Digest

source§

fn from(s: &str) -> Self

Converts to this type from the input type.
source§

impl From<[u8; 32]> for Digest

source§

fn from(bytes: [u8; 32]) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for BlockHash

source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for DeployHash

source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for Digest

source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for Digest

source§

fn from(digest: _Digest) -> Self

Converts to this type from the input type.
source§

impl From<Digest> for JsValue

source§

fn from(value: Digest) -> Self

Converts to this type from the input type.
source§

impl FromBytes for Digest

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for Digest

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Digest

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Digest

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Digest>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Digest

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Digest

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Digest>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Digest

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Digest

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Digest

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Digest>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Digest

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Digest>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Digest

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Digest>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Digest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Digest

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Digest>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Digest

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ToBytes for Digest

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to to_bytes() or into_bytes(). The data is not actually serialized, so this call is relatively cheap.
source§

fn write_bytes(&self, bytes: &mut Vec<u8>) -> Result<(), Error>

Writes &self into a mutable writer.
source§

fn into_bytes(self) -> Result<Vec<u8>, Error>
where - Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl ToDigest for Digest

source§

impl TryFromJsValue for Digest

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Digest

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Digest]>

source§

impl VectorIntoWasmAbi for Digest

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Digest]>) -> Self::Abi

source§

impl WasmDescribe for Digest

source§

impl WasmDescribeVector for Digest

Auto Trait Implementations§

§

impl Freeze for Digest

§

impl RefUnwindSafe for Digest

§

impl Send for Digest

§

impl Sync for Digest

§

impl Unpin for Digest

§

impl UnwindSafe for Digest

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl ToDigest for Digest

source§

impl TryFromJsValue for Digest

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Digest

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Digest]>

source§

impl VectorIntoWasmAbi for Digest

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Digest]>) -> Self::Abi

source§

impl WasmDescribe for Digest

source§

impl WasmDescribeVector for Digest

Auto Trait Implementations§

§

impl Freeze for Digest

§

impl RefUnwindSafe for Digest

§

impl Send for Digest

§

impl Sync for Digest

§

impl Unpin for Digest

§

impl UnwindSafe for Digest

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/entity_identifier/struct.EntityIdentifier.html b/condor/api-rust/casper_rust_wasm_sdk/types/entity_identifier/struct.EntityIdentifier.html index 6e60b93dc..a25768c6a 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/entity_identifier/struct.EntityIdentifier.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/entity_identifier/struct.EntityIdentifier.html @@ -1,15 +1,15 @@ -EntityIdentifier in casper_rust_wasm_sdk::types::entity_identifier - Rust
pub struct EntityIdentifier(/* private fields */);

Implementations§

source§

impl EntityIdentifier

source

pub fn new(formatted_str: &str) -> Result<Self, SdkError>

source

pub fn from_formatted_str(formatted_str: &str) -> Result<Self, SdkError>

source§

impl EntityIdentifier

Trait Implementations§

source§

impl Clone for EntityIdentifier

source§

fn clone(&self) -> EntityIdentifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EntityIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for EntityIdentifier

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for EntityIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AccountHash> for EntityIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<EntityAddr> for EntityIdentifier

source§

fn from(entity_addr: EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for AccountHash

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for EntityAddr

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for EntityIdentifier

source§

fn from(account_identifier: _EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for EntityIdentifier

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for JsValue

source§

fn from(value: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for PublicKey

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for EntityIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for EntityIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for EntityIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +EntityIdentifier in casper_rust_wasm_sdk::types::entity_identifier - Rust
pub struct EntityIdentifier(/* private fields */);

Implementations§

source§

impl EntityIdentifier

source

pub fn new(formatted_str: &str) -> Result<Self, SdkError>

source

pub fn from_formatted_str(formatted_str: &str) -> Result<Self, SdkError>

source§

impl EntityIdentifier

Trait Implementations§

source§

impl Clone for EntityIdentifier

source§

fn clone(&self) -> EntityIdentifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EntityIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for EntityIdentifier

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for EntityIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AccountHash> for EntityIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<EntityAddr> for EntityIdentifier

source§

fn from(entity_addr: EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for AccountHash

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for EntityAddr

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for EntityIdentifier

source§

fn from(account_identifier: _EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for EntityIdentifier

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for JsValue

source§

fn from(value: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for PublicKey

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for EntityIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for EntityIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for EntityIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for EntityIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, EntityIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for EntityIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for EntityIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, EntityIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for EntityIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for EntityIdentifier

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl RefFromWasmAbi for EntityIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, EntityIdentifier>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for EntityIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, EntityIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for EntityIdentifier

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for EntityIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for EntityIdentifier

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EntityIdentifier]>

source§

impl VectorIntoWasmAbi for EntityIdentifier

source§

impl WasmDescribe for EntityIdentifier

source§

impl WasmDescribeVector for EntityIdentifier

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for EntityIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, EntityIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for EntityIdentifier

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for EntityIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for EntityIdentifier

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EntityIdentifier]>

source§

impl VectorIntoWasmAbi for EntityIdentifier

source§

impl WasmDescribe for EntityIdentifier

source§

impl WasmDescribeVector for EntityIdentifier

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/era_id/struct.EraId.html b/condor/api-rust/casper_rust_wasm_sdk/types/era_id/struct.EraId.html index 373233380..ffa24d0e5 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/era_id/struct.EraId.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/era_id/struct.EraId.html @@ -1,7 +1,7 @@ -EraId in casper_rust_wasm_sdk::types::era_id - Rust

Struct casper_rust_wasm_sdk::types::era_id::EraId

source ·
pub struct EraId(/* private fields */);

Implementations§

source§

impl EraId

source

pub fn new(value: u64) -> EraId

source

pub fn value(&self) -> u64

Trait Implementations§

source§

impl Clone for EraId

source§

fn clone(&self) -> EraId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EraId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for EraId

source§

fn default() -> EraId

Returns the “default value” for a type. Read more
source§

impl From<EraId> for EraId

source§

fn from(hash_addr: EraId) -> Self

Converts to this type from the input type.
source§

impl From<EraId> for EraId

source§

fn from(hash_addr: _EraId) -> Self

Converts to this type from the input type.
source§

impl From<EraId> for JsValue

source§

fn from(value: EraId) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for EraId

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for EraId

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +EraId in casper_rust_wasm_sdk::types::era_id - Rust

Struct casper_rust_wasm_sdk::types::era_id::EraId

source ·
pub struct EraId(/* private fields */);

Implementations§

source§

impl EraId

source

pub fn new(value: u64) -> EraId

source

pub fn value(&self) -> u64

Trait Implementations§

source§

impl Clone for EraId

source§

fn clone(&self) -> EraId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EraId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for EraId

source§

fn default() -> EraId

Returns the “default value” for a type. Read more
source§

impl From<EraId> for EraId

source§

fn from(hash_addr: _EraId) -> Self

Converts to this type from the input type.
source§

impl From<EraId> for EraId

source§

fn from(hash_addr: EraId) -> Self

Converts to this type from the input type.
source§

impl From<EraId> for JsValue

source§

fn from(value: EraId) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for EraId

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for EraId

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for EraId

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, EraId>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for EraId

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for EraId

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, EraId>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for EraId

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for EraId

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl Ord for EraId

source§

fn cmp(&self, other: &EraId) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -11,10 +11,10 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for EraId

source§

fn partial_cmp(&self, other: &EraId) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl RefFromWasmAbi for EraId

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, EraId>

The type that holds the reference to Self for the duration of the +operator. Read more
source§

impl RefFromWasmAbi for EraId

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, EraId>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for EraId

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, EraId>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for EraId

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for EraId

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EraId]>

source§

impl VectorIntoWasmAbi for EraId

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[EraId]>) -> Self::Abi

source§

impl WasmDescribe for EraId

source§

impl WasmDescribeVector for EraId

source§

impl Copy for EraId

source§

impl Eq for EraId

source§

impl StructuralPartialEq for EraId

Auto Trait Implementations§

§

impl Freeze for EraId

§

impl RefUnwindSafe for EraId

§

impl Send for EraId

§

impl Sync for EraId

§

impl Unpin for EraId

§

impl UnwindSafe for EraId

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for EraId

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, EraId>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for EraId

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for EraId

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EraId]>

source§

impl VectorIntoWasmAbi for EraId

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[EraId]>) -> Self::Abi

source§

impl WasmDescribe for EraId

source§

impl WasmDescribeVector for EraId

source§

impl Copy for EraId

source§

impl Eq for EraId

source§

impl StructuralPartialEq for EraId

Auto Trait Implementations§

§

impl Freeze for EraId

§

impl RefUnwindSafe for EraId

§

impl Send for EraId

§

impl Sync for EraId

§

impl Unpin for EraId

§

impl UnwindSafe for EraId

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Q
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/global_state_identifier/struct.GlobalStateIdentifier.html b/condor/api-rust/casper_rust_wasm_sdk/types/global_state_identifier/struct.GlobalStateIdentifier.html index f4bc6b484..16591c7a9 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/global_state_identifier/struct.GlobalStateIdentifier.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/global_state_identifier/struct.GlobalStateIdentifier.html @@ -1,17 +1,17 @@ GlobalStateIdentifier in casper_rust_wasm_sdk::types::global_state_identifier - Rust
pub struct GlobalStateIdentifier(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for GlobalStateIdentifier

source§

fn clone(&self) -> GlobalStateIdentifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GlobalStateIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for GlobalStateIdentifier

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<GlobalStateIdentifier> for GlobalStateIdentifier

source§

fn from(identifier: _GlobalStateIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<GlobalStateIdentifier> for GlobalStateIdentifier

source§

fn from(global_state_identifier: GlobalStateIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<GlobalStateIdentifier> for JsValue

source§

fn from(value: GlobalStateIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for GlobalStateIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for GlobalStateIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<GlobalStateIdentifier> for GlobalStateIdentifier

source§

fn from(global_state_identifier: GlobalStateIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<GlobalStateIdentifier> for GlobalStateIdentifier

source§

fn from(identifier: _GlobalStateIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<GlobalStateIdentifier> for JsValue

source§

fn from(value: GlobalStateIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for GlobalStateIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for GlobalStateIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for GlobalStateIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, GlobalStateIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for GlobalStateIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for GlobalStateIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, GlobalStateIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for GlobalStateIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for GlobalStateIdentifier

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for GlobalStateIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, GlobalStateIdentifier>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for GlobalStateIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, GlobalStateIdentifier>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for GlobalStateIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, GlobalStateIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for GlobalStateIdentifier

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for GlobalStateIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for GlobalStateIdentifier

source§

impl VectorIntoWasmAbi for GlobalStateIdentifier

source§

impl WasmDescribe for GlobalStateIdentifier

source§

impl WasmDescribeVector for GlobalStateIdentifier

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

source§

impl TryFromJsValue for GlobalStateIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for GlobalStateIdentifier

source§

impl VectorIntoWasmAbi for GlobalStateIdentifier

source§

impl WasmDescribe for GlobalStateIdentifier

source§

impl WasmDescribeVector for GlobalStateIdentifier

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/key/struct.Key.html b/condor/api-rust/casper_rust_wasm_sdk/types/key/struct.Key.html index e1bb02a86..138ff3444 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/key/struct.Key.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/key/struct.Key.html @@ -1,18 +1,18 @@ Key in casper_rust_wasm_sdk::types::key - Rust

Struct casper_rust_wasm_sdk::types::key::Key

source ·
pub struct Key(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for Key

source§

fn clone(&self) -> Key

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Key

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Key

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Key> for JsValue

source§

fn from(value: Key) -> Self

Converts to this type from the input type.
source§

impl From<Key> for Key

source§

fn from(key: _Key) -> Self

Converts to this type from the input type.
source§

impl From<Key> for Key

source§

fn from(key: Key) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Key

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Key> for JsValue

source§

fn from(value: Key) -> Self

Converts to this type from the input type.
source§

impl From<Key> for Key

source§

fn from(key: _Key) -> Self

Converts to this type from the input type.
source§

impl From<Key> for Key

source§

fn from(key: Key) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Key

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Key

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Key

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Key>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Key

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Key

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Key>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Key

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Key

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Key

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Key>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Key

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Key>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Key

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Key>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Key

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Key

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Key>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Key

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ToBytes for Key

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to to_bytes() or into_bytes(). The data is not actually serialized, so this call is relatively cheap.
source§

fn into_bytes(self) -> Result<Vec<u8>, Error>
where - Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

fn write_bytes(&self, writer: &mut Vec<u8>) -> Result<(), Error>

Writes &self into a mutable writer.
source§

impl TryFromJsValue for Key

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Key

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Key]>

source§

impl VectorIntoWasmAbi for Key

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Key]>) -> Self::Abi

source§

impl WasmDescribe for Key

source§

impl WasmDescribeVector for Key

Auto Trait Implementations§

§

impl Freeze for Key

§

impl RefUnwindSafe for Key

§

impl Send for Key

§

impl Sync for Key

§

impl Unpin for Key

§

impl UnwindSafe for Key

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

fn write_bytes(&self, writer: &mut Vec<u8>) -> Result<(), Error>

Writes &self into a mutable writer.

source§

impl TryFromJsValue for Key

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Key

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Key]>

source§

impl VectorIntoWasmAbi for Key

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Key]>) -> Self::Abi

source§

impl WasmDescribe for Key

source§

impl WasmDescribeVector for Key

Auto Trait Implementations§

§

impl Freeze for Key

§

impl RefUnwindSafe for Key

§

impl Send for Key

§

impl Sync for Key

§

impl Unpin for Key

§

impl UnwindSafe for Key

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/package_hash/struct.PackageHash.html b/condor/api-rust/casper_rust_wasm_sdk/types/package_hash/struct.PackageHash.html index 531224331..6a272bc49 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/package_hash/struct.PackageHash.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/package_hash/struct.PackageHash.html @@ -1,18 +1,18 @@ PackageHash in casper_rust_wasm_sdk::types::package_hash - Rust

Struct casper_rust_wasm_sdk::types::package_hash::PackageHash

source ·
pub struct PackageHash(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for PackageHash

source§

fn clone(&self) -> PackageHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PackageHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for PackageHash

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<[u8; 32]> for PackageHash

source§

fn from(bytes: PackageAddr) -> Self

Converts to this type from the input type.
source§

impl From<PackageHash> for JsValue

source§

fn from(value: PackageHash) -> Self

Converts to this type from the input type.
source§

impl From<PackageHash> for PackageHash

source§

fn from(_package_hash: PackageHash) -> Self

Converts to this type from the input type.
source§

impl From<PackageHash> for PackageHash

source§

fn from(_package_hash: _PackageHash) -> Self

Converts to this type from the input type.
source§

impl FromBytes for PackageHash

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for PackageHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PackageHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<[u8; 32]> for PackageHash

source§

fn from(bytes: PackageAddr) -> Self

Converts to this type from the input type.
source§

impl From<PackageHash> for JsValue

source§

fn from(value: PackageHash) -> Self

Converts to this type from the input type.
source§

impl From<PackageHash> for PackageHash

source§

fn from(_package_hash: _PackageHash) -> Self

Converts to this type from the input type.
source§

impl From<PackageHash> for PackageHash

source§

fn from(_package_hash: PackageHash) -> Self

Converts to this type from the input type.
source§

impl FromBytes for PackageHash

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for PackageHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PackageHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for PackageHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PackageHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PackageHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for PackageHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PackageHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PackageHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for PackageHash

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for PackageHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PackageHash>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for PackageHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PackageHash>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PackageHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PackageHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PackageHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PackageHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PackageHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PackageHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ToBytes for PackageHash

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to to_bytes() or into_bytes(). The data is not actually serialized, so this call is relatively cheap.
source§

fn write_bytes(&self, bytes: &mut Vec<u8>) -> Result<(), Error>

Writes &self into a mutable writer.
source§

fn into_bytes(self) -> Result<Vec<u8>, Error>
where - Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for PackageHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PackageHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PackageHash]>

source§

impl VectorIntoWasmAbi for PackageHash

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[PackageHash]>) -> Self::Abi

source§

impl WasmDescribe for PackageHash

source§

impl WasmDescribeVector for PackageHash

source§

impl Copy for PackageHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Consumes self and serializes to a Vec<u8>.

source§

impl TryFromJsValue for PackageHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PackageHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PackageHash]>

source§

impl VectorIntoWasmAbi for PackageHash

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[PackageHash]>) -> Self::Abi

source§

impl WasmDescribe for PackageHash

source§

impl WasmDescribeVector for PackageHash

source§

impl Copy for PackageHash

Auto Trait Implementations§

§

impl Freeze for PackageHash

§

impl RefUnwindSafe for PackageHash

§

impl Send for PackageHash

§

impl Sync for PackageHash

§

impl Unpin for PackageHash

§

impl UnwindSafe for PackageHash

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/path/struct.Path.html b/condor/api-rust/casper_rust_wasm_sdk/types/path/struct.Path.html index a630e551c..a3c46d24f 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/path/struct.Path.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/path/struct.Path.html @@ -1,15 +1,15 @@ Path in casper_rust_wasm_sdk::types::path - Rust

Struct casper_rust_wasm_sdk::types::path::Path

source ·
pub struct Path { /* private fields */ }

Implementations§

source§

impl Path

source

pub fn new(path: JsValue) -> Self

source

pub fn is_empty(&self) -> bool

Trait Implementations§

source§

impl Clone for Path

source§

fn clone(&self) -> Path

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Path

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Path

source§

fn default() -> Path

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Path

source§

fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Path

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Path> for JsValue

source§

fn from(value: Path) -> Self

Converts to this type from the input type.
source§

impl From<Path> for Vec<String>

source§

fn from(path: Path) -> Self

Converts to this type from the input type.
source§

impl From<String> for Path

source§

fn from(path_string: String) -> Self

Converts to this type from the input type.
source§

impl From<Vec<String>> for Path

source§

fn from(path: Vec<String>) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Path

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Path

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Path

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Path> for JsValue

source§

fn from(value: Path) -> Self

Converts to this type from the input type.
source§

impl From<Path> for Vec<String>

source§

fn from(path: Path) -> Self

Converts to this type from the input type.
source§

impl From<String> for Path

source§

fn from(path_string: String) -> Self

Converts to this type from the input type.
source§

impl From<Vec<String>> for Path

source§

fn from(path: Vec<String>) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Path

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Path

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Path

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Path>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Path

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Path

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Path>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Path

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Path

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Path

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Path>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Path

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Path>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Path

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Path>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Path

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Path

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Path

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Path]>

source§

impl VectorIntoWasmAbi for Path

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Path]>) -> Self::Abi

source§

impl WasmDescribe for Path

source§

impl WasmDescribeVector for Path

Auto Trait Implementations§

§

impl Freeze for Path

§

impl RefUnwindSafe for Path

§

impl Send for Path

§

impl Sync for Path

§

impl Unpin for Path

§

impl UnwindSafe for Path

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Path

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Path>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Path

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Path

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Path

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Path]>

source§

impl VectorIntoWasmAbi for Path

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Path]>) -> Self::Abi

source§

impl WasmDescribe for Path

source§

impl WasmDescribeVector for Path

Auto Trait Implementations§

§

impl Freeze for Path

§

impl RefUnwindSafe for Path

§

impl Send for Path

§

impl Sync for Path

§

impl Unpin for Path

§

impl UnwindSafe for Path

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/peer_entry/struct.PeerEntry.html b/condor/api-rust/casper_rust_wasm_sdk/types/peer_entry/struct.PeerEntry.html index 30c1f23a8..da79a9d86 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/peer_entry/struct.PeerEntry.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/peer_entry/struct.PeerEntry.html @@ -1,15 +1,15 @@ PeerEntry in casper_rust_wasm_sdk::types::peer_entry - Rust

Struct casper_rust_wasm_sdk::types::peer_entry::PeerEntry

source ·
pub struct PeerEntry(/* private fields */);

Implementations§

source§

impl PeerEntry

source

pub fn node_id(&self) -> String

source

pub fn address(&self) -> String

Trait Implementations§

source§

impl Clone for PeerEntry

source§

fn clone(&self) -> PeerEntry

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PeerEntry

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for PeerEntry

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<PeerEntry> for JsValue

source§

fn from(value: PeerEntry) -> Self

Converts to this type from the input type.
source§

impl From<PeerEntry> for PeerEntry

source§

fn from(peer_entry: _PeerEntry) -> Self

Converts to this type from the input type.
source§

impl From<PeerEntry> for PeerEntry

source§

fn from(peer_entry: PeerEntry) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PeerEntry

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PeerEntry

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<PeerEntry> for JsValue

source§

fn from(value: PeerEntry) -> Self

Converts to this type from the input type.
source§

impl From<PeerEntry> for PeerEntry

source§

fn from(peer_entry: _PeerEntry) -> Self

Converts to this type from the input type.
source§

impl From<PeerEntry> for PeerEntry

source§

fn from(peer_entry: PeerEntry) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PeerEntry

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PeerEntry

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for PeerEntry

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PeerEntry>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PeerEntry

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for PeerEntry

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PeerEntry>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PeerEntry

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for PeerEntry

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for PeerEntry

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PeerEntry>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for PeerEntry

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PeerEntry>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PeerEntry

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PeerEntry>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PeerEntry

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for PeerEntry

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PeerEntry

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PeerEntry]>

source§

impl VectorIntoWasmAbi for PeerEntry

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[PeerEntry]>) -> Self::Abi

source§

impl WasmDescribe for PeerEntry

source§

impl WasmDescribeVector for PeerEntry

Auto Trait Implementations§

§

impl Freeze for PeerEntry

§

impl RefUnwindSafe for PeerEntry

§

impl Send for PeerEntry

§

impl Sync for PeerEntry

§

impl Unpin for PeerEntry

§

impl UnwindSafe for PeerEntry

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PeerEntry

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PeerEntry>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PeerEntry

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for PeerEntry

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PeerEntry

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PeerEntry]>

source§

impl VectorIntoWasmAbi for PeerEntry

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[PeerEntry]>) -> Self::Abi

source§

impl WasmDescribe for PeerEntry

source§

impl WasmDescribeVector for PeerEntry

Auto Trait Implementations§

§

impl Freeze for PeerEntry

§

impl RefUnwindSafe for PeerEntry

§

impl Send for PeerEntry

§

impl Sync for PeerEntry

§

impl Unpin for PeerEntry

§

impl UnwindSafe for PeerEntry

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/public_key/struct.PublicKey.html b/condor/api-rust/casper_rust_wasm_sdk/types/public_key/struct.PublicKey.html index 2b906a5a4..4481d0a61 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/public_key/struct.PublicKey.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/public_key/struct.PublicKey.html @@ -1,8 +1,8 @@ -PublicKey in casper_rust_wasm_sdk::types::public_key - Rust

Struct casper_rust_wasm_sdk::types::public_key::PublicKey

source ·
pub struct PublicKey(/* private fields */);

Implementations§

source§

impl PublicKey

source

pub fn new(public_key_hex_str: &str) -> Result<PublicKey, SdkError>

source§

impl PublicKey

Trait Implementations§

source§

impl Clone for PublicKey

source§

fn clone(&self) -> PublicKey

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PublicKey

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for PublicKey

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for PublicKey

source§

fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult

Formats the value using the given formatter. Read more
source§

impl From<AccountIdentifier> for PublicKey

source§

fn from(account_identifier: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for PublicKey

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for AccountIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for EntityIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for JsValue

source§

fn from(value: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for PublicKey

source§

fn from(public_key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for PublicKey

source§

fn from(public_key: _PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for PurseIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for PublicKey

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromBytes for PublicKey

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for PublicKey

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PublicKey

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +PublicKey in casper_rust_wasm_sdk::types::public_key - Rust

Struct casper_rust_wasm_sdk::types::public_key::PublicKey

source ·
pub struct PublicKey(/* private fields */);

Implementations§

source§

impl PublicKey

source

pub fn new(public_key_hex_str: &str) -> Result<PublicKey, SdkError>

source§

impl PublicKey

Trait Implementations§

source§

impl Clone for PublicKey

source§

fn clone(&self) -> PublicKey

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PublicKey

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for PublicKey

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for PublicKey

source§

fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult

Formats the value using the given formatter. Read more
source§

impl From<AccountIdentifier> for PublicKey

source§

fn from(account_identifier: AccountIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<EntityIdentifier> for PublicKey

source§

fn from(account_identifier: EntityIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for AccountIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for EntityIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for JsValue

source§

fn from(value: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for PublicKey

source§

fn from(public_key: _PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for PublicKey

source§

fn from(public_key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for PurseIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for PublicKey

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl FromBytes for PublicKey

source§

fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>

Deserializes the slice into Self.
source§

fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>

Deserializes the Vec<u8> into Self.
source§

impl FromWasmAbi for PublicKey

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PublicKey

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for PublicKey

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PublicKey>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PublicKey

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for PublicKey

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PublicKey>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PublicKey

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for PublicKey

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl Ord for PublicKey

source§

fn cmp(&self, other: &PublicKey) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -12,14 +12,14 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for PublicKey

source§

fn partial_cmp(&self, other: &PublicKey) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl RefFromWasmAbi for PublicKey

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PublicKey>

The type that holds the reference to Self for the duration of the +operator. Read more
source§

impl RefFromWasmAbi for PublicKey

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PublicKey>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PublicKey

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PublicKey>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PublicKey

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PublicKey

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PublicKey>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PublicKey

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl ToBytes for PublicKey

source§

fn to_bytes(&self) -> Result<Vec<u8>, Error>

Serializes &self to a Vec<u8>.
source§

fn serialized_length(&self) -> usize

Returns the length of the Vec<u8> which would be returned from a successful call to to_bytes() or into_bytes(). The data is not actually serialized, so this call is relatively cheap.
source§

fn write_bytes(&self, bytes: &mut Vec<u8>) -> Result<(), Error>

Writes &self into a mutable writer.
source§

fn into_bytes(self) -> Result<Vec<u8>, Error>
where - Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for PublicKey

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PublicKey

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PublicKey]>

source§

impl VectorIntoWasmAbi for PublicKey

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[PublicKey]>) -> Self::Abi

source§

impl WasmDescribe for PublicKey

source§

impl WasmDescribeVector for PublicKey

source§

impl Eq for PublicKey

source§

impl StructuralPartialEq for PublicKey

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Consumes self and serializes to a Vec<u8>.
source§

impl TryFromJsValue for PublicKey

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PublicKey

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PublicKey]>

source§

impl VectorIntoWasmAbi for PublicKey

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[PublicKey]>) -> Self::Abi

source§

impl WasmDescribe for PublicKey

source§

impl WasmDescribeVector for PublicKey

source§

impl Eq for PublicKey

source§

impl StructuralPartialEq for PublicKey

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Q
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/purse_identifier/struct.PurseIdentifier.html b/condor/api-rust/casper_rust_wasm_sdk/types/purse_identifier/struct.PurseIdentifier.html index 84689f8ca..c725d399f 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/purse_identifier/struct.PurseIdentifier.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/purse_identifier/struct.PurseIdentifier.html @@ -1,15 +1,15 @@ PurseIdentifier in casper_rust_wasm_sdk::types::purse_identifier - Rust
pub struct PurseIdentifier(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for PurseIdentifier

source§

fn clone(&self) -> PurseIdentifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PurseIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for PurseIdentifier

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for PurseIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AccountHash> for PurseIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for PurseIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for AccountHash

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for JsValue

source§

fn from(value: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for PublicKey

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for PurseIdentifier

source§

fn from(purse_identifier: _PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for PurseIdentifier

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for URef

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<URef> for PurseIdentifier

source§

fn from(uref: URef) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PurseIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PurseIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for PurseIdentifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<AccountHash> for PurseIdentifier

source§

fn from(account_hash: AccountHash) -> Self

Converts to this type from the input type.
source§

impl From<PublicKey> for PurseIdentifier

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for AccountHash

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for JsValue

source§

fn from(value: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for PublicKey

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for PurseIdentifier

source§

fn from(purse_identifier: _PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for PurseIdentifier

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<PurseIdentifier> for URef

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<URef> for PurseIdentifier

source§

fn from(uref: URef) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PurseIdentifier

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PurseIdentifier

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for PurseIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PurseIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PurseIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for PurseIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PurseIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PurseIdentifier

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for PurseIdentifier

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for PurseIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PurseIdentifier>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for PurseIdentifier

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PurseIdentifier>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PurseIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PurseIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PurseIdentifier

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for PurseIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PurseIdentifier

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PurseIdentifier]>

source§

impl VectorIntoWasmAbi for PurseIdentifier

source§

impl WasmDescribe for PurseIdentifier

source§

impl WasmDescribeVector for PurseIdentifier

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more

source§

impl RefMutFromWasmAbi for PurseIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PurseIdentifier>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PurseIdentifier

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for PurseIdentifier

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PurseIdentifier

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PurseIdentifier]>

source§

impl VectorIntoWasmAbi for PurseIdentifier

source§

impl WasmDescribe for PurseIdentifier

source§

impl WasmDescribeVector for PurseIdentifier

Auto Trait Implementations§

§

impl Freeze for PurseIdentifier

§

impl RefUnwindSafe for PurseIdentifier

§

impl Send for PurseIdentifier

§

impl Sync for PurseIdentifier

§

impl Unpin for PurseIdentifier

§

impl UnwindSafe for PurseIdentifier

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/sdk_error/enum.SdkError.html b/condor/api-rust/casper_rust_wasm_sdk/types/sdk_error/enum.SdkError.html index f325ffb79..f94a0d157 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/sdk_error/enum.SdkError.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/sdk_error/enum.SdkError.html @@ -81,7 +81,7 @@ JsonArgs(JsonArgsError), Core(Error),

}

Variants§

§

FailedToParseKey

Fields

§context: &'static str
§

FailedToParsePublicKeyBytes

Fields

§context: &'static str
§error: Error
§

FailedToParsePublicKey

Fields

§context: String
§error: Error
§

FailedToParseAccountHash

Fields

§context: &'static str
§

FailedToParseEntity

Fields

§context: &'static str
§

FailedToDecodeHex

Fields

§context: &'static str
§error: String
§

FailedToParseAccountHashLength

Fields

§context: &'static str
§

FailedToParseURef

Fields

§context: &'static str
§

FailedToParseInt

Fields

§context: &'static str
§

FailedToParseTimeDiff

Fields

§context: &'static str
§error: DurationError
§

FailedToParseTimestamp

Fields

§context: &'static str
§error: TimestampError
§

FailedToParseUint

Fields

§context: &'static str
§

FailedToParseDigest

Fields

§context: String
§

FailedToParseAddressableEntityHash

Fields

§context: &'static str
§

FailedToParseBool

Fields

§context: &'static str
§

FailedToParseDec

Fields

§context: &'static str
§error: FromDecStrErr
§

FailedToParsePackageAddr

§

FailedToParseStateIdentifier

§

FailedToParsePurseIdentifier

§

FailedToParseAccountIdentifier

§

FailedToParseEntityIdentifier

§

FailedToParseTransferTarget

Failed to parse a transfer target

-
§

ConflictingArguments

Fields

§context: String
§args: Vec<String>
§

InvalidCLValue(String)

§

InvalidArgument

Fields

§context: &'static str
§error: String
§

FailedToParseJsonArgs(Error)

§

JsonArgs(JsonArgsError)

§

Core(Error)

Trait Implementations§

source§

impl Debug for SdkError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SdkError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SdkError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CLValueError> for SdkError

source§

fn from(error: CLValueError) -> Self

Converts to this type from the input type.
source§

impl From<CliError> for SdkError

source§

fn from(error: CliError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SdkError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SdkError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SdkError

source§

fn from(source: JsonArgsError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +
§

ConflictingArguments

Fields

§context: String
§args: Vec<String>
§

InvalidCLValue(String)

§

InvalidArgument

Fields

§context: &'static str
§error: String
§

FailedToParseJsonArgs(Error)

§

JsonArgs(JsonArgsError)

§

Core(Error)

Trait Implementations§

source§

impl Debug for SdkError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SdkError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SdkError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CLValueError> for SdkError

source§

fn from(error: CLValueError) -> Self

Converts to this type from the input type.
source§

impl From<CliError> for SdkError

source§

fn from(error: CliError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SdkError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SdkError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SdkError

source§

fn from(source: JsonArgsError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction/index.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction/index.html index b08654837..dd3ba7e80 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction/index.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction/index.html @@ -1 +1 @@ -casper_rust_wasm_sdk::types::transaction - Rust
\ No newline at end of file +casper_rust_wasm_sdk::types::transaction - Rust
\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction/struct.Transaction.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction/struct.Transaction.html index bb1454afd..0cb104406 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction/struct.Transaction.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction/struct.Transaction.html @@ -1,60 +1,60 @@ -Transaction in casper_rust_wasm_sdk::types::transaction - Rust

Struct casper_rust_wasm_sdk::types::transaction::Transaction

source ·
pub struct Transaction(/* private fields */);

Implementations§

source§

impl Transaction

source

pub fn new_session( +Transaction in casper_rust_wasm_sdk::types::transaction - Rust

Struct casper_rust_wasm_sdk::types::transaction::Transaction

source ·
pub struct Transaction(/* private fields */);

Implementations§

source§

impl Transaction

source

pub fn new_session( builder_params: TransactionBuilderParams, transaction_params: TransactionStrParams -) -> Result<Transaction, String>

source

pub fn new_transfer( +) -> Result<Transaction, String>

source

pub fn new_transfer( maybe_source: Option<URef>, target_account: &str, amount: &str, transaction_params: TransactionStrParams, maybe_id: Option<String> -) -> Result<Transaction, String>

source

pub fn with_ttl(&self, ttl: &str, secret_key: Option<String>) -> Transaction

source

pub fn with_timestamp( +) -> Result<Transaction, String>

source

pub fn with_ttl(&self, ttl: &str, secret_key: Option<String>) -> Transaction

source

pub fn with_timestamp( &self, timestamp: &str, secret_key: Option<String> -) -> Transaction

source

pub fn with_chain_name( +) -> Transaction

source

pub fn with_chain_name( &self, chain_name: &str, secret_key: Option<String> -) -> Transaction

source

pub fn with_public_key( +) -> Transaction

source

pub fn with_public_key( &self, public_key: PublicKey, secret_key: Option<String> -) -> Transaction

source

pub fn with_account_hash( +) -> Transaction

source

pub fn with_account_hash( &self, account_hash: AccountHash, secret_key: Option<String> -) -> Transaction

source

pub fn with_entry_point( +) -> Transaction

source

pub fn with_entry_point( &self, entry_point: &str, secret_key: Option<String> -) -> Transaction

source

pub fn with_hash( +) -> Transaction

source

pub fn with_entity_hash( &self, hash: AddressableEntityHash, secret_key: Option<String> -) -> Transaction

source

pub fn with_package_hash( +) -> Transaction

source

pub fn with_package_hash( &self, package_hash: PackageHash, secret_key: Option<String> -) -> Transaction

source

pub fn with_module_bytes( +) -> Transaction

source

pub fn with_transaction_bytes( &self, - module_bytes: Bytes, + transaction_bytes: Bytes, secret_key: Option<String> -) -> Transaction

source

pub fn with_secret_key(&self, secret_key: Option<String>) -> Transaction

source

pub fn verify(&self) -> bool

source

pub fn hash(&self) -> TransactionHash

source

pub fn expired(&self) -> bool

source

pub fn sign(&mut self, secret_key: &str) -> Transaction

source

pub fn is_native(&self) -> bool

source

pub fn is_standard_payment(&self) -> bool

source

pub fn add_signature(&self, public_key: &str, signature: &str) -> Transaction

source

pub fn entry_point(&self) -> String

source

pub fn ttl(&self) -> String

source

pub fn timestamp(&self) -> String

source

pub fn size_estimate(&self) -> usize

source

pub fn chain_name(&self) -> String

source

pub fn initiator_addr(&self) -> String

source

pub fn account_hash(&self) -> AccountHash

source§

impl Transaction

source

pub fn session_args(&self) -> RuntimeArgs

source

pub fn add_arg( +) -> Transaction

source

pub fn with_secret_key(&self, secret_key: Option<String>) -> Transaction

source

pub fn verify(&self) -> bool

source

pub fn hash(&self) -> TransactionHash

source

pub fn expired(&self) -> bool

source

pub fn sign(&mut self, secret_key: &str) -> Transaction

source

pub fn is_native(&self) -> bool

source

pub fn is_standard_payment(&self) -> bool

source

pub fn add_signature(&self, public_key: &str, signature: &str) -> Transaction

source

pub fn entry_point(&self) -> String

source

pub fn ttl(&self) -> String

source

pub fn timestamp(&self) -> String

source

pub fn size_estimate(&self) -> usize

source

pub fn chain_name(&self) -> String

source

pub fn initiator_addr(&self) -> String

source

pub fn account_hash(&self) -> AccountHash

source§

impl Transaction

source

pub fn session_args(&self) -> RuntimeArgs

source

pub fn add_arg( &mut self, new_value_arg: String, secret_key: Option<String> -) -> Transaction

source

pub fn to_json_string(&self) -> Result<String, String>

source

pub fn compute_approvals_hash(&self) -> Result<ApprovalsHash, Error>

source

pub fn approvals(&self) -> BTreeSet<Approval>

source

pub fn header(&self) -> TransactionHeader

source

pub fn expires(&self) -> Timestamp

source

pub fn signers(&self) -> BTreeSet<AccountHash>

source

pub fn authorization_keys(&self) -> BTreeSet<AccountHash>

Trait Implementations§

source§

impl Clone for Transaction

source§

fn clone(&self) -> Transaction

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Transaction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Transaction

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Deploy> for Transaction

source§

fn from(deploy: Deploy) -> Self

Converts to this type from the input type.
source§

impl From<Transaction> for JsValue

source§

fn from(value: Transaction) -> Self

Converts to this type from the input type.
source§

impl From<Transaction> for Transaction

source§

fn from(transaction: _Transaction) -> Self

Converts to this type from the input type.
source§

impl From<Transaction> for Transaction

source§

fn from(transaction: Transaction) -> Self

Converts to this type from the input type.
source§

impl From<TransactionV1> for Transaction

source§

fn from(transaction: TransactionV1) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Transaction

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Transaction

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI -boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Transaction

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Transaction>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Transaction

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +) -> Transaction

source

pub fn to_json_string(&self) -> Result<String, String>

source

pub fn compute_approvals_hash(&self) -> Result<ApprovalsHash, Error>

source

pub fn approvals(&self) -> Vec<Approval>

source

pub fn header(&self) -> TransactionHeader

source

pub fn expires(&self) -> Timestamp

source

pub fn signers(&self) -> Vec<AccountHash>

source

pub fn authorization_keys(&self) -> Vec<AccountHash>

Trait Implementations§

source§

impl Clone for Transaction

source§

fn clone(&self) -> Transaction

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Transaction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Transaction

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Deploy> for Transaction

source§

fn from(deploy: Deploy) -> Self

Converts to this type from the input type.
source§

impl From<Transaction> for JsValue

source§

fn from(value: Transaction) -> Self

Converts to this type from the input type.
source§

impl From<Transaction> for Transaction

source§

fn from(transaction: Transaction) -> Self

Converts to this type from the input type.
source§

impl From<Transaction> for Transaction

source§

fn from(transaction: _Transaction) -> Self

Converts to this type from the input type.
source§

impl From<TransactionV1> for Transaction

source§

fn from(transaction: TransactionV1) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Transaction

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Transaction

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm +ABI boundary.
source§

impl LongRefFromWasmAbi for Transaction

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Transaction>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Transaction

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to -FromWasmAbi.
source§

impl OptionIntoWasmAbi for Transaction

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Transaction

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Transaction>

The type that holds the reference to Self for the duration of the +FromWasmAbi.
source§

impl OptionIntoWasmAbi for Transaction

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Transaction

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Transaction>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Transaction

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Transaction>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Transaction

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Transaction

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Transaction

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Transaction]>

source§

impl VectorIntoWasmAbi for Transaction

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Transaction]>) -> Self::Abi

source§

impl WasmDescribe for Transaction

source§

impl WasmDescribeVector for Transaction

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Transaction

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Transaction>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Transaction

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Transaction

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Transaction

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Transaction]>

source§

impl VectorIntoWasmAbi for Transaction

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Transaction]>) -> Self::Abi

source§

impl WasmDescribe for Transaction

source§

impl WasmDescribeVector for Transaction

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_hash/struct.TransactionHash.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_hash/struct.TransactionHash.html index 75f4db65f..3e62b3486 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_hash/struct.TransactionHash.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_hash/struct.TransactionHash.html @@ -1,15 +1,15 @@ -TransactionHash in casper_rust_wasm_sdk::types::transaction_hash - Rust
pub struct TransactionHash(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for TransactionHash

source§

fn clone(&self) -> TransactionHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransactionHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for TransactionHash

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for TransactionHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<TransactionHash> for JsValue

source§

fn from(value: TransactionHash) -> Self

Converts to this type from the input type.
source§

impl From<TransactionHash> for TransactionHash

source§

fn from(transaction_hash: _TransactionHash) -> Self

Converts to this type from the input type.
source§

impl From<TransactionHash> for TransactionHash

source§

fn from(transaction_hash: TransactionHash) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +TransactionHash in casper_rust_wasm_sdk::types::transaction_hash - Rust
pub struct TransactionHash(/* private fields */);

Implementations§

Trait Implementations§

source§

impl Clone for TransactionHash

source§

fn clone(&self) -> TransactionHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransactionHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for TransactionHash

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for TransactionHash

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<TransactionHash> for JsValue

source§

fn from(value: TransactionHash) -> Self

Converts to this type from the input type.
source§

impl From<TransactionHash> for TransactionHash

source§

fn from(transaction_hash: TransactionHash) -> Self

Converts to this type from the input type.
source§

impl From<TransactionHash> for TransactionHash

source§

fn from(transaction_hash: _TransactionHash) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionHash

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionHash

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for TransactionHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransactionHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransactionHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for TransactionHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransactionHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransactionHash

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for TransactionHash

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransactionHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransactionHash>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransactionHash

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransactionHash>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransactionHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransactionHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for TransactionHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for TransactionHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransactionHash]>

source§

impl VectorIntoWasmAbi for TransactionHash

source§

impl WasmDescribe for TransactionHash

source§

impl WasmDescribeVector for TransactionHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransactionHash

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransactionHash>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for TransactionHash

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for TransactionHash

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionHash

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransactionHash]>

source§

impl VectorIntoWasmAbi for TransactionHash

source§

impl WasmDescribe for TransactionHash

source§

impl WasmDescribeVector for TransactionHash

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/enum.TransactionKind.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/enum.TransactionKind.html index aca70fb94..91babfc9d 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/enum.TransactionKind.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/enum.TransactionKind.html @@ -10,15 +10,15 @@ Undelegate, Redelegate, WithdrawBid, -}

Variants§

§

InvocableEntity

§

InvocableEntityAlias

§

Package

§

PackageAlias

§

Session

§

Transfer

§

AddBid

§

Delegate

§

Undelegate

§

Redelegate

§

WithdrawBid

Trait Implementations§

source§

impl Clone for TransactionKind

source§

fn clone(&self) -> TransactionKind

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransactionKind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TransactionKind

source§

fn default() -> TransactionKind

Returns the “default value” for a type. Read more
source§

impl From<TransactionKind> for JsValue

source§

fn from(value: TransactionKind) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionKind

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionKind

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +}

Variants§

§

InvocableEntity

§

InvocableEntityAlias

§

Package

§

PackageAlias

§

Session

§

Transfer

§

AddBid

§

Delegate

§

Undelegate

§

Redelegate

§

WithdrawBid

Trait Implementations§

source§

impl Clone for TransactionKind

source§

fn clone(&self) -> TransactionKind

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransactionKind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TransactionKind

source§

fn default() -> TransactionKind

Returns the “default value” for a type. Read more
source§

impl From<TransactionKind> for JsValue

source§

fn from(value: TransactionKind) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionKind

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionKind

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm ABI boundary.
source§

impl OptionFromWasmAbi for TransactionKind

source§

fn is_none(val: &u32) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for TransactionKind

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl TryFromJsValue for TransactionKind

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value( value: JsValue -) -> Result<Self, <TransactionKind as TryFromJsValue>::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionKind

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransactionKind]>

source§

impl VectorIntoWasmAbi for TransactionKind

source§

impl WasmDescribe for TransactionKind

source§

impl WasmDescribeVector for TransactionKind

source§

impl Copy for TransactionKind

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<Self, <TransactionKind as TryFromJsValue>::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionKind

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransactionKind]>

source§

impl VectorIntoWasmAbi for TransactionKind

source§

impl WasmDescribe for TransactionKind

source§

impl WasmDescribeVector for TransactionKind

source§

impl Copy for TransactionKind

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/enum.TransferTargetKind.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/enum.TransferTargetKind.html index 85538f7d6..3493247ae 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/enum.TransferTargetKind.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/enum.TransferTargetKind.html @@ -2,15 +2,15 @@ PublicKey, AccountHash, URef, -}

Variants§

§

PublicKey

§

AccountHash

§

URef

Trait Implementations§

source§

impl Clone for TransferTargetKind

source§

fn clone(&self) -> TransferTargetKind

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransferTargetKind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<TransferTargetKind> for JsValue

source§

fn from(value: TransferTargetKind) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransferTargetKind

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransferTargetKind

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +}

Variants§

§

PublicKey

§

AccountHash

§

URef

Trait Implementations§

source§

impl Clone for TransferTargetKind

source§

fn clone(&self) -> TransferTargetKind

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransferTargetKind

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<TransferTargetKind> for JsValue

source§

fn from(value: TransferTargetKind) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransferTargetKind

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransferTargetKind

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm ABI boundary.
source§

impl OptionFromWasmAbi for TransferTargetKind

source§

fn is_none(val: &u32) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for TransferTargetKind

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl TryFromJsValue for TransferTargetKind

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value( value: JsValue -) -> Result<Self, <TransferTargetKind as TryFromJsValue>::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransferTargetKind

source§

impl VectorIntoWasmAbi for TransferTargetKind

source§

impl WasmDescribe for TransferTargetKind

source§

impl WasmDescribeVector for TransferTargetKind

source§

impl Copy for TransferTargetKind

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T

Performs the conversion.
source§

impl VectorFromWasmAbi for TransferTargetKind

source§

impl VectorIntoWasmAbi for TransferTargetKind

source§

impl WasmDescribe for TransferTargetKind

source§

impl WasmDescribeVector for TransferTargetKind

source§

impl Copy for TransferTargetKind

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/struct.TransactionBuilderParams.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/struct.TransactionBuilderParams.html index eac438c94..c79d47c1c 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/struct.TransactionBuilderParams.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/struct.TransactionBuilderParams.html @@ -39,16 +39,16 @@ ) -> TransactionBuilderParams

source

pub fn new_withdraw_bid( public_key: PublicKey, amount: &str -) -> TransactionBuilderParams

source

pub fn kind(&self) -> TransactionKind

source

pub fn set_kind(&mut self, kind: TransactionKind)

source

pub fn transaction_bytes(&self) -> Option<Bytes>

source

pub fn set_transaction_bytes(&mut self, transaction_bytes: Bytes)

source

pub fn maybe_source(&self) -> Option<URef>

source

pub fn set_maybe_source(&mut self, maybe_source: URef)

source

pub fn target(&self) -> Option<TransferTarget>

source

pub fn set_target(&mut self, target: TransferTarget)

source

pub fn amount(&self) -> Option<String>

source

pub fn set_amount(&mut self, amount: &str)

source

pub fn maybe_id(&self) -> Option<u64>

source

pub fn set_maybe_id(&mut self, id: u64)

source

pub fn entity_hash(&self) -> Option<AddressableEntityHash>

source

pub fn set_entity_hash(&mut self, entity_hash: AddressableEntityHash)

source

pub fn entity_alias(&self) -> Option<String>

source

pub fn set_entity_alias(&mut self, entity_alias: &str)

source

pub fn entry_point(&self) -> Option<String>

source

pub fn set_entry_point(&mut self, entry_point: &str)

source

pub fn package_hash(&self) -> Option<PackageHash>

source

pub fn set_package_hash(&mut self, package_hash: PackageHash)

source

pub fn package_alias(&self) -> Option<String>

source

pub fn set_package_alias(&mut self, package_alias: &str)

source

pub fn maybe_entity_version(&self) -> Option<u32>

source

pub fn set_maybe_entity_version(&mut self, maybe_entity_version: u32)

source

pub fn public_key(&self) -> Option<PublicKey>

source

pub fn set_public_key(&mut self, public_key: PublicKey)

source

pub fn delegation_rate(&self) -> Option<u8>

source

pub fn set_delegation_rate(&mut self, delegation_rate: u8)

source

pub fn delegator(&self) -> Option<PublicKey>

source

pub fn set_delegator(&mut self, delegator: PublicKey)

source

pub fn validator(&self) -> Option<PublicKey>

source

pub fn set_validator(&mut self, validator: PublicKey)

source

pub fn new_validator(&self) -> Option<PublicKey>

source

pub fn set_new_validator(&mut self, new_validator: PublicKey)

source

pub fn minimum_delegation_amount(&self) -> Option<u64>

source

pub fn set_minimum_delegation_amount(&mut self, minimum_delegation_amount: u64)

source

pub fn maximum_delegation_amount(&self) -> Option<u64>

source

pub fn set_maximum_delegation_amount(&mut self, maximum_delegation_amount: u64)

Trait Implementations§

source§

impl Clone for TransactionBuilderParams

source§

fn clone(&self) -> TransactionBuilderParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransactionBuilderParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TransactionBuilderParams

source§

fn default() -> TransactionBuilderParams

Returns the “default value” for a type. Read more
source§

impl From<TransactionBuilderParams> for JsValue

source§

fn from(value: TransactionBuilderParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionBuilderParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionBuilderParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +) -> TransactionBuilderParams

source

pub fn kind(&self) -> TransactionKind

source

pub fn set_kind(&mut self, kind: TransactionKind)

source

pub fn transaction_bytes(&self) -> Option<Bytes>

source

pub fn set_transaction_bytes(&mut self, transaction_bytes: Bytes)

source

pub fn maybe_source(&self) -> Option<URef>

source

pub fn set_maybe_source(&mut self, maybe_source: URef)

source

pub fn target(&self) -> Option<TransferTarget>

source

pub fn set_target(&mut self, target: TransferTarget)

source

pub fn amount(&self) -> Option<String>

source

pub fn set_amount(&mut self, amount: &str)

source

pub fn maybe_id(&self) -> Option<u64>

source

pub fn set_maybe_id(&mut self, id: u64)

source

pub fn entity_hash(&self) -> Option<AddressableEntityHash>

source

pub fn set_entity_hash(&mut self, entity_hash: AddressableEntityHash)

source

pub fn entity_alias(&self) -> Option<String>

source

pub fn set_entity_alias(&mut self, entity_alias: &str)

source

pub fn entry_point(&self) -> Option<String>

source

pub fn set_entry_point(&mut self, entry_point: &str)

source

pub fn package_hash(&self) -> Option<PackageHash>

source

pub fn set_package_hash(&mut self, package_hash: PackageHash)

source

pub fn package_alias(&self) -> Option<String>

source

pub fn set_package_alias(&mut self, package_alias: &str)

source

pub fn maybe_entity_version(&self) -> Option<u32>

source

pub fn set_maybe_entity_version(&mut self, maybe_entity_version: u32)

source

pub fn public_key(&self) -> Option<PublicKey>

source

pub fn set_public_key(&mut self, public_key: PublicKey)

source

pub fn delegation_rate(&self) -> Option<u8>

source

pub fn set_delegation_rate(&mut self, delegation_rate: u8)

source

pub fn delegator(&self) -> Option<PublicKey>

source

pub fn set_delegator(&mut self, delegator: PublicKey)

source

pub fn validator(&self) -> Option<PublicKey>

source

pub fn set_validator(&mut self, validator: PublicKey)

source

pub fn new_validator(&self) -> Option<PublicKey>

source

pub fn set_new_validator(&mut self, new_validator: PublicKey)

source

pub fn minimum_delegation_amount(&self) -> Option<u64>

source

pub fn set_minimum_delegation_amount(&mut self, minimum_delegation_amount: u64)

source

pub fn maximum_delegation_amount(&self) -> Option<u64>

source

pub fn set_maximum_delegation_amount(&mut self, maximum_delegation_amount: u64)

Trait Implementations§

source§

impl Clone for TransactionBuilderParams

source§

fn clone(&self) -> TransactionBuilderParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransactionBuilderParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TransactionBuilderParams

source§

fn default() -> TransactionBuilderParams

Returns the “default value” for a type. Read more
source§

impl From<TransactionBuilderParams> for JsValue

source§

fn from(value: TransactionBuilderParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionBuilderParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionBuilderParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for TransactionBuilderParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransactionBuilderParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransactionBuilderParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for TransactionBuilderParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransactionBuilderParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransactionBuilderParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for TransactionBuilderParams

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransactionBuilderParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransactionBuilderParams>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransactionBuilderParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransactionBuilderParams>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransactionBuilderParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransactionBuilderParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for TransactionBuilderParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionBuilderParams

source§

impl VectorIntoWasmAbi for TransactionBuilderParams

source§

impl WasmDescribe for TransactionBuilderParams

source§

impl WasmDescribeVector for TransactionBuilderParams

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more

source§

impl RefMutFromWasmAbi for TransactionBuilderParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransactionBuilderParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for TransactionBuilderParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionBuilderParams

source§

impl VectorIntoWasmAbi for TransactionBuilderParams

source§

impl WasmDescribe for TransactionBuilderParams

source§

impl WasmDescribeVector for TransactionBuilderParams

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/struct.TransferTarget.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/struct.TransferTarget.html index f7c19e028..4361ab6fe 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/struct.TransferTarget.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_builder_params/struct.TransferTarget.html @@ -1,13 +1,13 @@ -TransferTarget in casper_rust_wasm_sdk::types::transaction_params::transaction_builder_params - Rust
pub struct TransferTarget { /* private fields */ }

Trait Implementations§

source§

impl Clone for TransferTarget

source§

fn clone(&self) -> TransferTarget

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransferTarget

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<TransferTarget> for JsValue

source§

fn from(value: TransferTarget) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransferTarget

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransferTarget

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +TransferTarget in casper_rust_wasm_sdk::types::transaction_params::transaction_builder_params - Rust
pub struct TransferTarget { /* private fields */ }

Trait Implementations§

source§

impl Clone for TransferTarget

source§

fn clone(&self) -> TransferTarget

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransferTarget

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<TransferTarget> for JsValue

source§

fn from(value: TransferTarget) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransferTarget

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransferTarget

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for TransferTarget

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransferTarget>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransferTarget

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for TransferTarget

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransferTarget>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransferTarget

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for TransferTarget

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransferTarget

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransferTarget>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransferTarget

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransferTarget>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for TransferTarget

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransferTarget

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransferTarget]>

source§

impl VectorIntoWasmAbi for TransferTarget

source§

impl WasmDescribe for TransferTarget

source§

impl WasmDescribeVector for TransferTarget

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransferTarget

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransferTarget>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for TransferTarget

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransferTarget

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TransferTarget]>

source§

impl VectorIntoWasmAbi for TransferTarget

source§

impl WasmDescribe for TransferTarget

source§

impl WasmDescribeVector for TransferTarget

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/fn.transaction_str_params_to_casper_client.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/fn.transaction_str_params_to_casper_client.html index 7c7888004..592fd11e8 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/fn.transaction_str_params_to_casper_client.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/fn.transaction_str_params_to_casper_client.html @@ -1,3 +1,3 @@ -transaction_str_params_to_casper_client in casper_rust_wasm_sdk::types::transaction_params::transaction_str_params - Rust
pub fn transaction_str_params_to_casper_client(
+transaction_str_params_to_casper_client in casper_rust_wasm_sdk::types::transaction_params::transaction_str_params - Rust
pub fn transaction_str_params_to_casper_client(
     transaction_params: &TransactionStrParams
 ) -> TransactionStrParams<'_>
\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/index.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/index.html index 32496d320..8cad0f39a 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/index.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/index.html @@ -1 +1 @@ -casper_rust_wasm_sdk::types::transaction_params::transaction_str_params - Rust
\ No newline at end of file +casper_rust_wasm_sdk::types::transaction_params::transaction_str_params - Rust
\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/struct.TransactionStrParams.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/struct.TransactionStrParams.html index 5851ea84f..c1af71aa8 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/struct.TransactionStrParams.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/struct.TransactionStrParams.html @@ -1,4 +1,4 @@ -TransactionStrParams in casper_rust_wasm_sdk::types::transaction_params::transaction_str_params - Rust
pub struct TransactionStrParams { /* private fields */ }

Implementations§

source§

impl TransactionStrParams

source

pub fn new( +TransactionStrParams in casper_rust_wasm_sdk::types::transaction_params::transaction_str_params - Rust
pub struct TransactionStrParams { /* private fields */ }

Implementations§

source§

impl TransactionStrParams

source

pub fn new( chain_name: &str, initiator_addr: Option<String>, secret_key: Option<String>, @@ -11,16 +11,21 @@ gas_price_tolerance: Option<String>, receipt: Option<String>, standard_payment: Option<bool> -) -> Self

source

pub fn secret_key(&self) -> Option<String>

source

pub fn set_secret_key(&self, secret_key: &str)

source

pub fn timestamp(&self) -> Option<String>

source

pub fn set_timestamp(&self, timestamp: Option<String>)

source

pub fn set_default_timestamp(&self)

source

pub fn ttl(&self) -> Option<String>

source

pub fn set_ttl(&self, ttl: Option<String>)

source

pub fn set_default_ttl(&self)

source

pub fn chain_name(&self) -> Option<String>

source

pub fn set_chain_name(&self, chain_name: &str)

source

pub fn initiator_addr(&self) -> Option<String>

source

pub fn set_initiator_addr(&self, initiator_addr: &str)

source

pub fn session_args_simple(&self) -> Option<ArgsSimple>

source

pub fn set_session_args_simple(&mut self, session_args_simple: Vec<String>)

source

pub fn session_args_json(&self) -> Option<String>

source

pub fn set_session_args_json(&self, session_args_json: &str)

source

pub fn pricing_mode(&self) -> Option<String>

source

pub fn set_pricing_mode(&self, pricing_mode: &str)

source

pub fn payment_amount(&self) -> Option<String>

source

pub fn set_payment_amount(&self, payment_amount: &str)

source

pub fn gas_price_tolerance(&self) -> Option<String>

source

pub fn set_gas_price_tolerance(&self, gas_price_tolerance: &str)

source

pub fn receipt(&self) -> Option<String>

source

pub fn set_receipt(&self, receipt: &str)

source

pub fn standard_payment(&self) -> Option<bool>

source

pub fn set_standard_payment(&self, standard_payment: bool)

Trait Implementations§

source§

impl Clone for TransactionStrParams

source§

fn clone(&self) -> TransactionStrParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransactionStrParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TransactionStrParams

source§

fn default() -> TransactionStrParams

Returns the “default value” for a type. Read more
source§

impl From<TransactionStrParams> for JsValue

source§

fn from(value: TransactionStrParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionStrParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionStrParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +) -> Self

source

pub fn new_with_defaults( + chain_name: &str, + initiator_addr: Option<String>, + secret_key: Option<String>, + ttl: Option<String> +) -> Self

source

pub fn secret_key(&self) -> Option<String>

source

pub fn set_secret_key(&self, secret_key: &str)

source

pub fn timestamp(&self) -> Option<String>

source

pub fn set_timestamp(&self, timestamp: Option<String>)

source

pub fn set_default_timestamp(&self)

source

pub fn ttl(&self) -> Option<String>

source

pub fn set_ttl(&self, ttl: Option<String>)

source

pub fn set_default_ttl(&self)

source

pub fn chain_name(&self) -> Option<String>

source

pub fn set_chain_name(&self, chain_name: &str)

source

pub fn initiator_addr(&self) -> Option<String>

source

pub fn set_initiator_addr(&self, initiator_addr: &str)

source

pub fn session_args_simple(&self) -> Option<ArgsSimple>

source

pub fn set_session_args_simple(&mut self, session_args_simple: Vec<String>)

source

pub fn session_args_json(&self) -> Option<String>

source

pub fn set_session_args_json(&self, session_args_json: &str)

source

pub fn pricing_mode(&self) -> Option<String>

source

pub fn set_pricing_mode(&self, pricing_mode: &str)

source

pub fn payment_amount(&self) -> Option<String>

source

pub fn set_payment_amount(&self, payment_amount: &str)

source

pub fn gas_price_tolerance(&self) -> Option<String>

source

pub fn set_gas_price_tolerance(&self, gas_price_tolerance: &str)

source

pub fn receipt(&self) -> Option<String>

source

pub fn set_receipt(&self, receipt: &str)

source

pub fn standard_payment(&self) -> Option<bool>

source

pub fn set_standard_payment(&self, standard_payment: bool)

Trait Implementations§

source§

impl Clone for TransactionStrParams

source§

fn clone(&self) -> TransactionStrParams

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransactionStrParams

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TransactionStrParams

source§

fn default() -> TransactionStrParams

Returns the “default value” for a type. Read more
source§

impl From<TransactionStrParams> for JsValue

source§

fn from(value: TransactionStrParams) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionStrParams

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionStrParams

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for TransactionStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransactionStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransactionStrParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for TransactionStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransactionStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransactionStrParams

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for TransactionStrParams

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransactionStrParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransactionStrParams>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransactionStrParams

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransactionStrParams>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransactionStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransactionStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for TransactionStrParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionStrParams

source§

impl VectorIntoWasmAbi for TransactionStrParams

source§

impl WasmDescribe for TransactionStrParams

source§

impl WasmDescribeVector for TransactionStrParams

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more

source§

impl RefMutFromWasmAbi for TransactionStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransactionStrParams>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for TransactionStrParams

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionStrParams

source§

impl VectorIntoWasmAbi for TransactionStrParams

source§

impl WasmDescribe for TransactionStrParams

source§

impl WasmDescribeVector for TransactionStrParams

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/uref/struct.URef.html b/condor/api-rust/casper_rust_wasm_sdk/types/uref/struct.URef.html index 935fbecd7..275725121 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/uref/struct.URef.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/uref/struct.URef.html @@ -1,10 +1,10 @@ URef in casper_rust_wasm_sdk::types::uref - Rust

Struct casper_rust_wasm_sdk::types::uref::URef

source ·
pub struct URef(/* private fields */);

Implementations§

source§

impl URef

source

pub fn new(uref_hex_str: &str, access_rights: u8) -> Result<URef, JsValue>

source

pub fn from_bytes(bytes: Vec<u8>, access_rights: u8) -> Self

source

pub fn to_formatted_string(&self) -> String

Methods from Deref<Target = _URef>§

source

pub fn addr(&self) -> [u8; 32]

Returns the address of this URef.

source

pub fn access_rights(&self) -> AccessRights

Returns the access rights of this URef.

Trait Implementations§

source§

impl Clone for URef

source§

fn clone(&self) -> URef

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for URef

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for URef

§

type Target = URef

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'de> Deserialize<'de> for URef

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<PurseIdentifier> for URef

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<URef> for JsValue

source§

fn from(value: URef) -> Self

Converts to this type from the input type.
source§

impl From<URef> for PurseIdentifier

source§

fn from(uref: URef) -> Self

Converts to this type from the input type.
source§

impl From<URef> for URef

source§

fn from(uref: _URef) -> Self

Converts to this type from the input type.
source§

impl From<URef> for URef

source§

fn from(uref: URef) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for URef

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for URef

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<PurseIdentifier> for URef

source§

fn from(purse_identifier: PurseIdentifier) -> Self

Converts to this type from the input type.
source§

impl From<URef> for JsValue

source§

fn from(value: URef) -> Self

Converts to this type from the input type.
source§

impl From<URef> for PurseIdentifier

source§

fn from(uref: URef) -> Self

Converts to this type from the input type.
source§

impl From<URef> for URef

source§

fn from(uref: _URef) -> Self

Converts to this type from the input type.
source§

impl From<URef> for URef

source§

fn from(uref: URef) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for URef

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for URef

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for URef

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, URef>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for URef

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for URef

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, URef>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for URef

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for URef

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl Ord for URef

source§

fn cmp(&self, other: &URef) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -14,11 +14,11 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for URef

source§

fn partial_cmp(&self, other: &URef) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl RefFromWasmAbi for URef

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, URef>

The type that holds the reference to Self for the duration of the +operator. Read more
source§

impl RefFromWasmAbi for URef

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, URef>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for URef

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, URef>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for URef

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for URef

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for URef

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[URef]>

source§

impl VectorIntoWasmAbi for URef

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[URef]>) -> Self::Abi

source§

impl WasmDescribe for URef

source§

impl WasmDescribeVector for URef

source§

impl Eq for URef

source§

impl StructuralPartialEq for URef

Auto Trait Implementations§

§

impl Freeze for URef

§

impl RefUnwindSafe for URef

§

impl Send for URef

§

impl Sync for URef

§

impl Unpin for URef

§

impl UnwindSafe for URef

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more

source§

impl RefMutFromWasmAbi for URef

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, URef>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for URef

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for URef

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for URef

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[URef]>

source§

impl VectorIntoWasmAbi for URef

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[URef]>) -> Self::Abi

source§

impl WasmDescribe for URef

source§

impl WasmDescribeVector for URef

source§

impl Eq for URef

source§

impl StructuralPartialEq for URef

Auto Trait Implementations§

§

impl Freeze for URef

§

impl RefUnwindSafe for URef

§

impl Send for URef

§

impl Sync for URef

§

impl Unpin for URef

§

impl UnwindSafe for URef

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Q
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/verbosity/enum.Verbosity.html b/condor/api-rust/casper_rust_wasm_sdk/types/verbosity/enum.Verbosity.html index acc19666c..60b13955d 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/verbosity/enum.Verbosity.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/verbosity/enum.Verbosity.html @@ -3,7 +3,7 @@ Medium = 1, High = 2, }

Variants§

§

Low = 0

§

Medium = 1

§

High = 2

Trait Implementations§

source§

impl Clone for Verbosity

source§

fn clone(&self) -> Verbosity

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Verbosity

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Verbosity

source§

fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<&str> for Verbosity

source§

fn from(s: &str) -> Self

Converts to this type from the input type.
source§

impl From<String> for Verbosity

source§

fn from(s: String) -> Self

Converts to this type from the input type.
source§

impl From<Verbosity> for JsValue

source§

fn from(value: Verbosity) -> Self

Converts to this type from the input type.
source§

impl From<Verbosity> for Verbosity

source§

fn from(verbosity: Verbosity) -> Self

Converts to this type from the input type.
source§

impl From<Verbosity> for Verbosity

source§

fn from(verbosity: _Verbosity) -> Self

Converts to this type from the input type.
source§

impl From<Verbosity> for u64

source§

fn from(verbosity: Verbosity) -> Self

Converts to this type from the input type.
source§

impl From<u64> for Verbosity

source§

fn from(value: u64) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Verbosity

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<&str> for Verbosity

source§

fn from(s: &str) -> Self

Converts to this type from the input type.
source§

impl From<String> for Verbosity

source§

fn from(s: String) -> Self

Converts to this type from the input type.
source§

impl From<Verbosity> for JsValue

source§

fn from(value: Verbosity) -> Self

Converts to this type from the input type.
source§

impl From<Verbosity> for Verbosity

source§

fn from(verbosity: Verbosity) -> Self

Converts to this type from the input type.
source§

impl From<Verbosity> for Verbosity

source§

fn from(verbosity: _Verbosity) -> Self

Converts to this type from the input type.
source§

impl From<Verbosity> for u64

source§

fn from(verbosity: Verbosity) -> Self

Converts to this type from the input type.
source§

impl From<u64> for Verbosity

source§

fn from(value: u64) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Verbosity

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Verbosity

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm ABI boundary.
source§

impl OptionFromWasmAbi for Verbosity

source§

fn is_none(val: &u32) -> bool

Tests whether the argument is a “none” instance. If so it will be diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Body.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Body.html index 6eb05cf95..3d2472892 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Body.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Body.html @@ -2,17 +2,17 @@ pub transaction_processed: Option<TransactionProcessed>, }
Expand description

Represents the body of an event, containing processed deploy information.

Fields§

§transaction_processed: Option<TransactionProcessed>

Implementations§

source§

impl Body

source

pub fn get_deploy_processed(&self) -> Option<TransactionProcessed>

👎Deprecated: prefer ‘get_transaction_processed’
source

pub fn get_transaction_processed(&self) -> Option<TransactionProcessed>

Trait Implementations§

source§

impl Clone for Body

source§

fn clone(&self) -> Body

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Body

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Body

source§

fn default() -> Body

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Body

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Body> for JsValue

source§

fn from(value: Body) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Body

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Body

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Body> for JsValue

source§

fn from(value: Body) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Body

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Body

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Body

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Body>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Body

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Body

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Body>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Body

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Body

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Body

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Body>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Body

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Body>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Body

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Body>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Body

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Body

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Body

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Body]>

source§

impl VectorIntoWasmAbi for Body

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Body]>) -> Self::Abi

source§

impl WasmDescribe for Body

source§

impl WasmDescribeVector for Body

Auto Trait Implementations§

§

impl Freeze for Body

§

impl RefUnwindSafe for Body

§

impl Send for Body

§

impl Sync for Body

§

impl Unpin for Body

§

impl UnwindSafe for Body

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Body

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Body>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Body

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Body

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Body

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Body]>

source§

impl VectorIntoWasmAbi for Body

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Body]>) -> Self::Abi

source§

impl WasmDescribe for Body

source§

impl WasmDescribeVector for Body

Auto Trait Implementations§

§

impl Freeze for Body

§

impl RefUnwindSafe for Body

§

impl Send for Body

§

impl Sync for Body

§

impl Unpin for Body

§

impl UnwindSafe for Body

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.EventParseResult.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.EventParseResult.html index f179bfa13..59e850d63 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.EventParseResult.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.EventParseResult.html @@ -3,17 +3,17 @@ pub body: Option<Body>, }
Expand description

Represents the result of parsing an event, containing error information and the event body.

Fields§

§err: Option<String>§body: Option<Body>

Trait Implementations§

source§

impl Clone for EventParseResult

source§

fn clone(&self) -> EventParseResult

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EventParseResult

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for EventParseResult

source§

fn default() -> EventParseResult

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for EventParseResult

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<EventParseResult> for JsValue

source§

fn from(value: EventParseResult) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<EventParseResult> for JsValue

source§

fn from(value: EventParseResult) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for EventParseResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, EventParseResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for EventParseResult

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for EventParseResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, EventParseResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for EventParseResult

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for EventParseResult

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, EventParseResult>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, EventParseResult>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for EventParseResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, EventParseResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for EventParseResult

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for EventParseResult

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for EventParseResult

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EventParseResult]>

source§

impl VectorIntoWasmAbi for EventParseResult

source§

impl WasmDescribe for EventParseResult

source§

impl WasmDescribeVector for EventParseResult

Auto Trait Implementations§

§

impl Freeze for EventParseResult

§

impl RefUnwindSafe for EventParseResult

§

impl Send for EventParseResult

§

impl Sync for EventParseResult

§

impl Unpin for EventParseResult

§

impl UnwindSafe for EventParseResult

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for EventParseResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, EventParseResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for EventParseResult

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for EventParseResult

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for EventParseResult

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EventParseResult]>

source§

impl VectorIntoWasmAbi for EventParseResult

source§

impl WasmDescribe for EventParseResult

source§

impl WasmDescribeVector for EventParseResult

Auto Trait Implementations§

§

impl Freeze for EventParseResult

§

impl RefUnwindSafe for EventParseResult

§

impl Send for EventParseResult

§

impl Sync for EventParseResult

§

impl Unpin for EventParseResult

§

impl UnwindSafe for EventParseResult

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.ExecutionResult.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.ExecutionResult.html index e0c64833f..0717ae84b 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.ExecutionResult.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.ExecutionResult.html @@ -5,17 +5,17 @@

Fields§

§success: Option<Version2>

Optional Success information.

§failure: Option<Failure>

Optional Failure information.

Trait Implementations§

source§

impl Clone for ExecutionResult

source§

fn clone(&self) -> ExecutionResult

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ExecutionResult

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ExecutionResult

source§

fn default() -> ExecutionResult

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for ExecutionResult

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ExecutionResult> for JsValue

source§

fn from(value: ExecutionResult) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for ExecutionResult

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for ExecutionResult

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ExecutionResult> for JsValue

source§

fn from(value: ExecutionResult) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for ExecutionResult

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for ExecutionResult

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for ExecutionResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, ExecutionResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for ExecutionResult

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for ExecutionResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, ExecutionResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for ExecutionResult

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for ExecutionResult

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl RefFromWasmAbi for ExecutionResult

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, ExecutionResult>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for ExecutionResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, ExecutionResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for ExecutionResult

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for ExecutionResult

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for ExecutionResult

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ExecutionResult]>

source§

impl VectorIntoWasmAbi for ExecutionResult

source§

impl WasmDescribe for ExecutionResult

source§

impl WasmDescribeVector for ExecutionResult

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for ExecutionResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, ExecutionResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for ExecutionResult

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for ExecutionResult

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for ExecutionResult

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ExecutionResult]>

source§

impl VectorIntoWasmAbi for ExecutionResult

source§

impl WasmDescribe for ExecutionResult

source§

impl WasmDescribeVector for ExecutionResult

Auto Trait Implementations§

§

impl Freeze for ExecutionResult

§

impl RefUnwindSafe for ExecutionResult

§

impl Send for ExecutionResult

§

impl Sync for ExecutionResult

§

impl Unpin for ExecutionResult

§

impl UnwindSafe for ExecutionResult

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Failure.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Failure.html index e41969294..7798c4369 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Failure.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Failure.html @@ -3,17 +3,17 @@ pub error_message: String, }
Expand description

Represents a failure response containing an error message.

Fields§

§cost: String§error_message: String

Trait Implementations§

source§

impl Clone for Failure

source§

fn clone(&self) -> Failure

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Failure

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Failure

source§

fn default() -> Failure

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Failure

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Failure> for JsValue

source§

fn from(value: Failure) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Failure

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Failure> for JsValue

source§

fn from(value: Failure) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Failure

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Failure

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Failure

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Failure>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Failure

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Failure

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Failure>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Failure

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Failure

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Failure

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Failure>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Failure

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Failure>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Failure

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Failure>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Failure

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Failure

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Failure

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Failure]>

source§

impl VectorIntoWasmAbi for Failure

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Failure]>) -> Self::Abi

source§

impl WasmDescribe for Failure

source§

impl WasmDescribeVector for Failure

Auto Trait Implementations§

§

impl Freeze for Failure

§

impl RefUnwindSafe for Failure

§

impl Send for Failure

§

impl Sync for Failure

§

impl Unpin for Failure

§

impl UnwindSafe for Failure

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Failure

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Failure>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Failure

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Failure

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Failure

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Failure]>

source§

impl VectorIntoWasmAbi for Failure

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Failure]>) -> Self::Abi

source§

impl WasmDescribe for Failure

source§

impl WasmDescribeVector for Failure

Auto Trait Implementations§

§

impl Freeze for Failure

§

impl RefUnwindSafe for Failure

§

impl Send for Failure

§

impl Sync for Failure

§

impl Unpin for Failure

§

impl UnwindSafe for Failure

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.HashString.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.HashString.html index fa324ebc4..bc31eefad 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.HashString.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.HashString.html @@ -1,17 +1,17 @@ HashString in casper_rust_wasm_sdk::watcher - Rust

Struct casper_rust_wasm_sdk::watcher::HashString

source ·
pub struct HashString {
     pub hash: String,
 }

Fields§

§hash: String

Implementations§

source§

impl HashString

source

pub fn deploy(&self) -> String

source

pub fn version1(&self) -> String

source

pub fn to_string_js(&self) -> String

Trait Implementations§

source§

impl Clone for HashString

source§

fn clone(&self) -> HashString

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for HashString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for HashString

source§

fn default() -> HashString

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for HashString

source§

fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for HashString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<HashString> for JsValue

source§

fn from(value: HashString) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for HashString

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for HashString

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for HashString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<HashString> for JsValue

source§

fn from(value: HashString) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for HashString

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for HashString

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for HashString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, HashString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for HashString

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for HashString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, HashString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for HashString

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for HashString

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for HashString

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, HashString>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for HashString

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, HashString>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for HashString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, HashString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for HashString

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for HashString

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for HashString

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[HashString]>

source§

impl VectorIntoWasmAbi for HashString

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[HashString]>) -> Self::Abi

source§

impl WasmDescribe for HashString

source§

impl WasmDescribeVector for HashString

Auto Trait Implementations§

§

impl Freeze for HashString

§

impl RefUnwindSafe for HashString

§

impl Send for HashString

§

impl Sync for HashString

§

impl Unpin for HashString

§

impl UnwindSafe for HashString

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for HashString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, HashString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for HashString

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for HashString

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for HashString

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[HashString]>

source§

impl VectorIntoWasmAbi for HashString

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[HashString]>) -> Self::Abi

source§

impl WasmDescribe for HashString

source§

impl WasmDescribeVector for HashString

Auto Trait Implementations§

§

impl Freeze for HashString

§

impl RefUnwindSafe for HashString

§

impl Send for HashString

§

impl Sync for HashString

§

impl Unpin for HashString

§

impl UnwindSafe for HashString

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Message.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Message.html index a354e149a..c1267ba01 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Message.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Message.html @@ -2,16 +2,16 @@ pub string: String, }

Fields§

§string: String

Trait Implementations§

source§

impl Clone for Message

source§

fn clone(&self) -> Message

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Message

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Message

source§

fn default() -> Message

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Message

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Message> for JsValue

source§

fn from(value: Message) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Message

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Message

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Message

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Message

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Message>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Message

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Message

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Message>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Message

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Message

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Message

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Message>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Message

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Message>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Message

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Message>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Message

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Message

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Message

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Message]>

source§

impl VectorIntoWasmAbi for Message

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Message]>) -> Self::Abi

source§

impl WasmDescribe for Message

source§

impl WasmDescribeVector for Message

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more

source§

impl RefMutFromWasmAbi for Message

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Message>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Message

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Message

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Message

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Message]>

source§

impl VectorIntoWasmAbi for Message

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Message]>) -> Self::Abi

source§

impl WasmDescribe for Message

source§

impl WasmDescribeVector for Message

Auto Trait Implementations§

§

impl Freeze for Message

§

impl RefUnwindSafe for Message

§

impl Send for Message

§

impl Sync for Message

§

impl Unpin for Message

§

impl UnwindSafe for Message

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Messages.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Messages.html index 57c0f4bcf..9c171afe8 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Messages.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Messages.html @@ -6,8 +6,8 @@ pub topic_index: u32, pub block_index: u64, }

Fields§

§entity_hash: String§message: Message§topic_name: String§topic_name_hash: String§topic_index: u32§block_index: u64

Trait Implementations§

source§

impl Clone for Messages

source§

fn clone(&self) -> Messages

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Messages

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Messages

source§

fn default() -> Messages

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Messages

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Messages> for JsValue

source§

fn from(value: Messages) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Messages

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Messages

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Messages> for JsValue

source§

fn from(value: Messages) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Messages

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Messages

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm ABI boundary.
source§

impl LongRefFromWasmAbi for Messages

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Messages>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Messages

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to @@ -15,8 +15,8 @@ the None branch of this option. Read more
source§

impl RefFromWasmAbi for Messages

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Messages>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Messages

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Messages>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Messages

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Messages

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Messages

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Messages]>

source§

impl VectorIntoWasmAbi for Messages

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Messages]>) -> Self::Abi

source§

impl WasmDescribe for Messages

source§

impl WasmDescribeVector for Messages

Auto Trait Implementations§

§

impl Freeze for Messages

§

impl RefUnwindSafe for Messages

§

impl Send for Messages

§

impl Sync for Messages

§

impl Unpin for Messages

§

impl UnwindSafe for Messages

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Messages

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Messages>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Messages

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Messages

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Messages

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Messages]>

source§

impl VectorIntoWasmAbi for Messages

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Messages]>) -> Self::Abi

source§

impl WasmDescribe for Messages

source§

impl WasmDescribeVector for Messages

Auto Trait Implementations§

§

impl Freeze for Messages

§

impl RefUnwindSafe for Messages

§

impl Send for Messages

§

impl Sync for Messages

§

impl Unpin for Messages

§

impl UnwindSafe for Messages

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Payment.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Payment.html index c064ea12c..804b50eb3 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Payment.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Payment.html @@ -1,17 +1,17 @@ Payment in casper_rust_wasm_sdk::watcher - Rust

Struct casper_rust_wasm_sdk::watcher::Payment

source ·
pub struct Payment {
     pub source: String,
 }

Fields§

§source: String

Trait Implementations§

source§

impl Clone for Payment

source§

fn clone(&self) -> Payment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Payment

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Payment

source§

fn default() -> Payment

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Payment

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Payment> for JsValue

source§

fn from(value: Payment) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Payment

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Payment

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Payment> for JsValue

source§

fn from(value: Payment) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Payment

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Payment

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Payment

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Payment>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Payment

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Payment

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Payment>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Payment

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Payment

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Payment

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Payment>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Payment

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Payment>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Payment

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Payment>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Payment

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Payment

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Payment

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Payment]>

source§

impl VectorIntoWasmAbi for Payment

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Payment]>) -> Self::Abi

source§

impl WasmDescribe for Payment

source§

impl WasmDescribeVector for Payment

Auto Trait Implementations§

§

impl Freeze for Payment

§

impl RefUnwindSafe for Payment

§

impl Send for Payment

§

impl Sync for Payment

§

impl Unpin for Payment

§

impl UnwindSafe for Payment

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Payment

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Payment

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Payment]>

source§

impl VectorIntoWasmAbi for Payment

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Payment]>) -> Self::Abi

source§

impl WasmDescribe for Payment

source§

impl WasmDescribeVector for Payment

Auto Trait Implementations§

§

impl Freeze for Payment

§

impl RefUnwindSafe for Payment

§

impl Send for Payment

§

impl Sync for Payment

§

impl Unpin for Payment

§

impl UnwindSafe for Payment

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.PublicKeyString.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.PublicKeyString.html index 63ad05a85..73be02265 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.PublicKeyString.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.PublicKeyString.html @@ -1,17 +1,17 @@ PublicKeyString in casper_rust_wasm_sdk::watcher - Rust

Struct casper_rust_wasm_sdk::watcher::PublicKeyString

source ·
pub struct PublicKeyString {
     pub public_key: String,
 }

Fields§

§public_key: String

Trait Implementations§

source§

impl Clone for PublicKeyString

source§

fn clone(&self) -> PublicKeyString

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PublicKeyString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for PublicKeyString

source§

fn default() -> PublicKeyString

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for PublicKeyString

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<PublicKeyString> for JsValue

source§

fn from(value: PublicKeyString) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<PublicKeyString> for JsValue

source§

fn from(value: PublicKeyString) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for PublicKeyString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PublicKeyString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PublicKeyString

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for PublicKeyString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PublicKeyString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PublicKeyString

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for PublicKeyString

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PublicKeyString>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PublicKeyString>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PublicKeyString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PublicKeyString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PublicKeyString

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for PublicKeyString

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PublicKeyString

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PublicKeyString]>

source§

impl VectorIntoWasmAbi for PublicKeyString

source§

impl WasmDescribe for PublicKeyString

source§

impl WasmDescribeVector for PublicKeyString

Auto Trait Implementations§

§

impl Freeze for PublicKeyString

§

impl RefUnwindSafe for PublicKeyString

§

impl Send for PublicKeyString

§

impl Sync for PublicKeyString

§

impl Unpin for PublicKeyString

§

impl UnwindSafe for PublicKeyString

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PublicKeyString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PublicKeyString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PublicKeyString

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for PublicKeyString

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PublicKeyString

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PublicKeyString]>

source§

impl VectorIntoWasmAbi for PublicKeyString

source§

impl WasmDescribe for PublicKeyString

source§

impl WasmDescribeVector for PublicKeyString

Auto Trait Implementations§

§

impl Freeze for PublicKeyString

§

impl RefUnwindSafe for PublicKeyString

§

impl Send for PublicKeyString

§

impl Sync for PublicKeyString

§

impl Unpin for PublicKeyString

§

impl UnwindSafe for PublicKeyString

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.TransactionProcessed.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.TransactionProcessed.html index 3fc8f46aa..343995b54 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.TransactionProcessed.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.TransactionProcessed.html @@ -9,17 +9,17 @@ }
Expand description

Represents processed deploy information.

Fields§

§hash: HashString§initiator_addr: PublicKeyString§timestamp: String§ttl: String§block_hash: String§execution_result: ExecutionResult

Result of the execution, either Success or Failure.

§messages: Vec<Messages>

Trait Implementations§

source§

impl Clone for TransactionProcessed

source§

fn clone(&self) -> TransactionProcessed

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransactionProcessed

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TransactionProcessed

source§

fn default() -> TransactionProcessed

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for TransactionProcessed

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<TransactionProcessed> for JsValue

source§

fn from(value: TransactionProcessed) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<TransactionProcessed> for JsValue

source§

fn from(value: TransactionProcessed) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for TransactionProcessed

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransactionProcessed>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransactionProcessed

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for TransactionProcessed

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransactionProcessed>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransactionProcessed

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for TransactionProcessed

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransactionProcessed>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransactionProcessed>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransactionProcessed

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransactionProcessed>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for TransactionProcessed

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for TransactionProcessed

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionProcessed

source§

impl VectorIntoWasmAbi for TransactionProcessed

source§

impl WasmDescribe for TransactionProcessed

source§

impl WasmDescribeVector for TransactionProcessed

Auto Trait Implementations§

§

impl Freeze for TransactionProcessed

§

impl RefUnwindSafe for TransactionProcessed

§

impl Send for TransactionProcessed

§

impl Sync for TransactionProcessed

§

impl Unpin for TransactionProcessed

§

impl UnwindSafe for TransactionProcessed

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransactionProcessed

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransactionProcessed>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for TransactionProcessed

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for TransactionProcessed

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionProcessed

source§

impl VectorIntoWasmAbi for TransactionProcessed

source§

impl WasmDescribe for TransactionProcessed

source§

impl WasmDescribeVector for TransactionProcessed

Auto Trait Implementations§

§

impl Freeze for TransactionProcessed

§

impl RefUnwindSafe for TransactionProcessed

§

impl Send for TransactionProcessed

§

impl Sync for TransactionProcessed

§

impl Unpin for TransactionProcessed

§

impl UnwindSafe for TransactionProcessed

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Version2.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Version2.html index 31c96ee97..3ae31b606 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Version2.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Version2.html @@ -6,17 +6,17 @@ pub cost: String, }
Expand description

Represents a success response containing a cost value.

Fields§

§initiator: PublicKeyString§error_message: Option<String>§limit: String§consumed: String§cost: String

Trait Implementations§

source§

impl Clone for Version2

source§

fn clone(&self) -> Version2

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Version2

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Version2

source§

fn default() -> Version2

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Version2

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Version2> for JsValue

source§

fn from(value: Version2) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Version2

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Version2

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Version2> for JsValue

source§

fn from(value: Version2) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Version2

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Version2

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Version2

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Version2>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Version2

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Version2

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Version2>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Version2

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Version2

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl RefFromWasmAbi for Version2

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Version2>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Version2

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Version2>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Version2

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Version2

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Version2

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Version2]>

source§

impl VectorIntoWasmAbi for Version2

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Version2]>) -> Self::Abi

source§

impl WasmDescribe for Version2

source§

impl WasmDescribeVector for Version2

Auto Trait Implementations§

§

impl Freeze for Version2

§

impl RefUnwindSafe for Version2

§

impl Send for Version2

§

impl Sync for Version2

§

impl Unpin for Version2

§

impl UnwindSafe for Version2

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Version2

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Version2

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Version2]>

source§

impl VectorIntoWasmAbi for Version2

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Version2]>) -> Self::Abi

source§

impl WasmDescribe for Version2

source§

impl WasmDescribeVector for Version2

Auto Trait Implementations§

§

impl Freeze for Version2

§

impl RefUnwindSafe for Version2

§

impl Send for Version2

§

impl Sync for Version2

§

impl Unpin for Version2

§

impl UnwindSafe for Version2

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Watcher.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Watcher.html index fc484a81d..489b76174 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Watcher.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/struct.Watcher.html @@ -41,13 +41,13 @@
§Returns

Trait Implementations§

source§

impl Clone for Watcher

source§

fn clone(&self) -> Watcher

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl From<Watcher> for JsValue

source§

fn from(value: Watcher) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Watcher

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Watcher

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Watcher

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Watcher>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Watcher

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Watcher

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Watcher>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Watcher

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Watcher

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Watcher

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Watcher>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Watcher

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Watcher>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Watcher

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Watcher>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for Watcher

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Watcher

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Watcher]>

source§

impl VectorIntoWasmAbi for Watcher

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Watcher]>) -> Self::Abi

source§

impl WasmDescribe for Watcher

source§

impl WasmDescribeVector for Watcher

Auto Trait Implementations§

§

impl Freeze for Watcher

§

impl !RefUnwindSafe for Watcher

§

impl !Send for Watcher

§

impl !Sync for Watcher

§

impl Unpin for Watcher

§

impl !UnwindSafe for Watcher

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Watcher

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Watcher>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for Watcher

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Watcher

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Watcher]>

source§

impl VectorIntoWasmAbi for Watcher

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Watcher]>) -> Self::Abi

source§

impl WasmDescribe for Watcher

source§

impl WasmDescribeVector for Watcher

Auto Trait Implementations§

§

impl Freeze for Watcher

§

impl !RefUnwindSafe for Watcher

§

impl !Send for Watcher

§

impl !Sync for Watcher

§

impl Unpin for Watcher

§

impl !UnwindSafe for Watcher

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Body.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Body.html index de8845459..998807a20 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Body.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Body.html @@ -2,17 +2,17 @@ pub transaction_processed: Option<TransactionProcessed>, }
Expand description

Represents the body of an event, containing processed deploy information.

Fields§

§transaction_processed: Option<TransactionProcessed>

Implementations§

source§

impl Body

source

pub fn get_deploy_processed(&self) -> Option<TransactionProcessed>

👎Deprecated: prefer ‘get_transaction_processed’
source

pub fn get_transaction_processed(&self) -> Option<TransactionProcessed>

Trait Implementations§

source§

impl Clone for Body

source§

fn clone(&self) -> Body

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Body

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Body

source§

fn default() -> Body

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Body

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Body> for JsValue

source§

fn from(value: Body) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Body

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Body

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Body> for JsValue

source§

fn from(value: Body) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Body

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Body

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Body

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Body>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Body

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Body

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Body>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Body

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Body

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Body

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Body>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Body

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Body>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Body

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Body>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Body

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Body

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Body

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Body]>

source§

impl VectorIntoWasmAbi for Body

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Body]>) -> Self::Abi

source§

impl WasmDescribe for Body

source§

impl WasmDescribeVector for Body

Auto Trait Implementations§

§

impl Freeze for Body

§

impl RefUnwindSafe for Body

§

impl Send for Body

§

impl Sync for Body

§

impl Unpin for Body

§

impl UnwindSafe for Body

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Body

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Body>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Body

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Body

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Body

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Body]>

source§

impl VectorIntoWasmAbi for Body

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Body]>) -> Self::Abi

source§

impl WasmDescribe for Body

source§

impl WasmDescribeVector for Body

Auto Trait Implementations§

§

impl Freeze for Body

§

impl RefUnwindSafe for Body

§

impl Send for Body

§

impl Sync for Body

§

impl Unpin for Body

§

impl UnwindSafe for Body

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.EventParseResult.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.EventParseResult.html index 26d6804e7..1176907d8 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.EventParseResult.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.EventParseResult.html @@ -3,17 +3,17 @@ pub body: Option<Body>, }
Expand description

Represents the result of parsing an event, containing error information and the event body.

Fields§

§err: Option<String>§body: Option<Body>

Trait Implementations§

source§

impl Clone for EventParseResult

source§

fn clone(&self) -> EventParseResult

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EventParseResult

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for EventParseResult

source§

fn default() -> EventParseResult

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for EventParseResult

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<EventParseResult> for JsValue

source§

fn from(value: EventParseResult) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<EventParseResult> for JsValue

source§

fn from(value: EventParseResult) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for EventParseResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, EventParseResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for EventParseResult

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for EventParseResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, EventParseResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for EventParseResult

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for EventParseResult

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, EventParseResult>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for EventParseResult

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, EventParseResult>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for EventParseResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, EventParseResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for EventParseResult

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for EventParseResult

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for EventParseResult

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EventParseResult]>

source§

impl VectorIntoWasmAbi for EventParseResult

source§

impl WasmDescribe for EventParseResult

source§

impl WasmDescribeVector for EventParseResult

Auto Trait Implementations§

§

impl Freeze for EventParseResult

§

impl RefUnwindSafe for EventParseResult

§

impl Send for EventParseResult

§

impl Sync for EventParseResult

§

impl Unpin for EventParseResult

§

impl UnwindSafe for EventParseResult

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for EventParseResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, EventParseResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for EventParseResult

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for EventParseResult

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for EventParseResult

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EventParseResult]>

source§

impl VectorIntoWasmAbi for EventParseResult

source§

impl WasmDescribe for EventParseResult

source§

impl WasmDescribeVector for EventParseResult

Auto Trait Implementations§

§

impl Freeze for EventParseResult

§

impl RefUnwindSafe for EventParseResult

§

impl Send for EventParseResult

§

impl Sync for EventParseResult

§

impl Unpin for EventParseResult

§

impl UnwindSafe for EventParseResult

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.ExecutionResult.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.ExecutionResult.html index 5f70a72e1..9e8777dce 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.ExecutionResult.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.ExecutionResult.html @@ -5,17 +5,17 @@

Fields§

§success: Option<Version2>

Optional Success information.

§failure: Option<Failure>

Optional Failure information.

Trait Implementations§

source§

impl Clone for ExecutionResult

source§

fn clone(&self) -> ExecutionResult

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ExecutionResult

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ExecutionResult

source§

fn default() -> ExecutionResult

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for ExecutionResult

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ExecutionResult> for JsValue

source§

fn from(value: ExecutionResult) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for ExecutionResult

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for ExecutionResult

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ExecutionResult> for JsValue

source§

fn from(value: ExecutionResult) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for ExecutionResult

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for ExecutionResult

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for ExecutionResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, ExecutionResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for ExecutionResult

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for ExecutionResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, ExecutionResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for ExecutionResult

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for ExecutionResult

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl RefFromWasmAbi for ExecutionResult

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, ExecutionResult>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for ExecutionResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, ExecutionResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for ExecutionResult

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for ExecutionResult

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for ExecutionResult

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ExecutionResult]>

source§

impl VectorIntoWasmAbi for ExecutionResult

source§

impl WasmDescribe for ExecutionResult

source§

impl WasmDescribeVector for ExecutionResult

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for ExecutionResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, ExecutionResult>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for ExecutionResult

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for ExecutionResult

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for ExecutionResult

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ExecutionResult]>

source§

impl VectorIntoWasmAbi for ExecutionResult

source§

impl WasmDescribe for ExecutionResult

source§

impl WasmDescribeVector for ExecutionResult

Auto Trait Implementations§

§

impl Freeze for ExecutionResult

§

impl RefUnwindSafe for ExecutionResult

§

impl Send for ExecutionResult

§

impl Sync for ExecutionResult

§

impl Unpin for ExecutionResult

§

impl UnwindSafe for ExecutionResult

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Failure.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Failure.html index f0f64c494..4f3dd3d25 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Failure.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Failure.html @@ -3,17 +3,17 @@ pub error_message: String, }
Expand description

Represents a failure response containing an error message.

Fields§

§cost: String§error_message: String

Trait Implementations§

source§

impl Clone for Failure

source§

fn clone(&self) -> Failure

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Failure

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Failure

source§

fn default() -> Failure

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Failure

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Failure> for JsValue

source§

fn from(value: Failure) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Failure

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Failure> for JsValue

source§

fn from(value: Failure) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Failure

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Failure

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Failure

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Failure>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Failure

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Failure

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Failure>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Failure

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Failure

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Failure

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Failure>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Failure

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Failure>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Failure

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Failure>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Failure

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Failure

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Failure

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Failure]>

source§

impl VectorIntoWasmAbi for Failure

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Failure]>) -> Self::Abi

source§

impl WasmDescribe for Failure

source§

impl WasmDescribeVector for Failure

Auto Trait Implementations§

§

impl Freeze for Failure

§

impl RefUnwindSafe for Failure

§

impl Send for Failure

§

impl Sync for Failure

§

impl Unpin for Failure

§

impl UnwindSafe for Failure

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Failure

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Failure>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Failure

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Failure

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Failure

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Failure]>

source§

impl VectorIntoWasmAbi for Failure

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Failure]>) -> Self::Abi

source§

impl WasmDescribe for Failure

source§

impl WasmDescribeVector for Failure

Auto Trait Implementations§

§

impl Freeze for Failure

§

impl RefUnwindSafe for Failure

§

impl Send for Failure

§

impl Sync for Failure

§

impl Unpin for Failure

§

impl UnwindSafe for Failure

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.HashString.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.HashString.html index 17ab3b691..900a794d0 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.HashString.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.HashString.html @@ -1,17 +1,17 @@ HashString in casper_rust_wasm_sdk::watcher::watcher - Rust

Struct casper_rust_wasm_sdk::watcher::watcher::HashString

source ·
pub struct HashString {
     pub hash: String,
 }

Fields§

§hash: String

Implementations§

source§

impl HashString

source

pub fn deploy(&self) -> String

source

pub fn version1(&self) -> String

source

pub fn to_string_js(&self) -> String

Trait Implementations§

source§

impl Clone for HashString

source§

fn clone(&self) -> HashString

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for HashString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for HashString

source§

fn default() -> HashString

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for HashString

source§

fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for HashString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<HashString> for JsValue

source§

fn from(value: HashString) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for HashString

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for HashString

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for HashString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<HashString> for JsValue

source§

fn from(value: HashString) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for HashString

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for HashString

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for HashString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, HashString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for HashString

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for HashString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, HashString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for HashString

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for HashString

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for HashString

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, HashString>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for HashString

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, HashString>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for HashString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, HashString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for HashString

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for HashString

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for HashString

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[HashString]>

source§

impl VectorIntoWasmAbi for HashString

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[HashString]>) -> Self::Abi

source§

impl WasmDescribe for HashString

source§

impl WasmDescribeVector for HashString

Auto Trait Implementations§

§

impl Freeze for HashString

§

impl RefUnwindSafe for HashString

§

impl Send for HashString

§

impl Sync for HashString

§

impl Unpin for HashString

§

impl UnwindSafe for HashString

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for HashString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, HashString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for HashString

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for HashString

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for HashString

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[HashString]>

source§

impl VectorIntoWasmAbi for HashString

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[HashString]>) -> Self::Abi

source§

impl WasmDescribe for HashString

source§

impl WasmDescribeVector for HashString

Auto Trait Implementations§

§

impl Freeze for HashString

§

impl RefUnwindSafe for HashString

§

impl Send for HashString

§

impl Sync for HashString

§

impl Unpin for HashString

§

impl UnwindSafe for HashString

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Message.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Message.html index 08bc9077b..95f28d81a 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Message.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Message.html @@ -2,16 +2,16 @@ pub string: String, }

Fields§

§string: String

Trait Implementations§

source§

impl Clone for Message

source§

fn clone(&self) -> Message

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Message

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Message

source§

fn default() -> Message

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Message

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Message> for JsValue

source§

fn from(value: Message) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Message

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Message

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Message

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Message

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Message>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Message

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Message

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Message>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Message

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Message

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Message

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Message>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Message

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Message>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Message

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Message>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Message

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Message

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Message

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Message]>

source§

impl VectorIntoWasmAbi for Message

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Message]>) -> Self::Abi

source§

impl WasmDescribe for Message

source§

impl WasmDescribeVector for Message

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more

source§

impl RefMutFromWasmAbi for Message

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Message>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Message

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Message

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Message

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Message]>

source§

impl VectorIntoWasmAbi for Message

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Message]>) -> Self::Abi

source§

impl WasmDescribe for Message

source§

impl WasmDescribeVector for Message

Auto Trait Implementations§

§

impl Freeze for Message

§

impl RefUnwindSafe for Message

§

impl Send for Message

§

impl Sync for Message

§

impl Unpin for Message

§

impl UnwindSafe for Message

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Messages.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Messages.html index dcf4682b4..ec46b1053 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Messages.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Messages.html @@ -6,8 +6,8 @@ pub topic_index: u32, pub block_index: u64, }

Fields§

§entity_hash: String§message: Message§topic_name: String§topic_name_hash: String§topic_index: u32§block_index: u64

Trait Implementations§

source§

impl Clone for Messages

source§

fn clone(&self) -> Messages

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Messages

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Messages

source§

fn default() -> Messages

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Messages

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Messages> for JsValue

source§

fn from(value: Messages) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Messages

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Messages

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Messages> for JsValue

source§

fn from(value: Messages) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Messages

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Messages

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm ABI boundary.
source§

impl LongRefFromWasmAbi for Messages

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Messages>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Messages

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to @@ -15,8 +15,8 @@ the None branch of this option. Read more
source§

impl RefFromWasmAbi for Messages

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Messages>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Messages

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Messages>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Messages

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Messages

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Messages

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Messages]>

source§

impl VectorIntoWasmAbi for Messages

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Messages]>) -> Self::Abi

source§

impl WasmDescribe for Messages

source§

impl WasmDescribeVector for Messages

Auto Trait Implementations§

§

impl Freeze for Messages

§

impl RefUnwindSafe for Messages

§

impl Send for Messages

§

impl Sync for Messages

§

impl Unpin for Messages

§

impl UnwindSafe for Messages

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Messages

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Messages>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Messages

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Messages

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Messages

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Messages]>

source§

impl VectorIntoWasmAbi for Messages

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Messages]>) -> Self::Abi

source§

impl WasmDescribe for Messages

source§

impl WasmDescribeVector for Messages

Auto Trait Implementations§

§

impl Freeze for Messages

§

impl RefUnwindSafe for Messages

§

impl Send for Messages

§

impl Sync for Messages

§

impl Unpin for Messages

§

impl UnwindSafe for Messages

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Payment.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Payment.html index 9c60dbb2c..a85c78f15 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Payment.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Payment.html @@ -1,17 +1,17 @@ Payment in casper_rust_wasm_sdk::watcher::watcher - Rust

Struct casper_rust_wasm_sdk::watcher::watcher::Payment

source ·
pub struct Payment {
     pub source: String,
 }

Fields§

§source: String

Trait Implementations§

source§

impl Clone for Payment

source§

fn clone(&self) -> Payment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Payment

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Payment

source§

fn default() -> Payment

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Payment

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Payment> for JsValue

source§

fn from(value: Payment) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Payment

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Payment

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Payment> for JsValue

source§

fn from(value: Payment) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Payment

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Payment

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Payment

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Payment>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Payment

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Payment

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Payment>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Payment

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Payment

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Payment

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Payment>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Payment

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Payment>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Payment

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Payment>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Payment

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Payment

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Payment

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Payment]>

source§

impl VectorIntoWasmAbi for Payment

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Payment]>) -> Self::Abi

source§

impl WasmDescribe for Payment

source§

impl WasmDescribeVector for Payment

Auto Trait Implementations§

§

impl Freeze for Payment

§

impl RefUnwindSafe for Payment

§

impl Send for Payment

§

impl Sync for Payment

§

impl Unpin for Payment

§

impl UnwindSafe for Payment

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Payment

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Payment

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Payment]>

source§

impl VectorIntoWasmAbi for Payment

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Payment]>) -> Self::Abi

source§

impl WasmDescribe for Payment

source§

impl WasmDescribeVector for Payment

Auto Trait Implementations§

§

impl Freeze for Payment

§

impl RefUnwindSafe for Payment

§

impl Send for Payment

§

impl Sync for Payment

§

impl Unpin for Payment

§

impl UnwindSafe for Payment

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.PublicKeyString.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.PublicKeyString.html index 087f773f1..ce9fc2eb2 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.PublicKeyString.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.PublicKeyString.html @@ -1,17 +1,17 @@ PublicKeyString in casper_rust_wasm_sdk::watcher::watcher - Rust
pub struct PublicKeyString {
     pub public_key: String,
 }

Fields§

§public_key: String

Trait Implementations§

source§

impl Clone for PublicKeyString

source§

fn clone(&self) -> PublicKeyString

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PublicKeyString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for PublicKeyString

source§

fn default() -> PublicKeyString

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for PublicKeyString

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<PublicKeyString> for JsValue

source§

fn from(value: PublicKeyString) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<PublicKeyString> for JsValue

source§

fn from(value: PublicKeyString) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for PublicKeyString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PublicKeyString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PublicKeyString

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for PublicKeyString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, PublicKeyString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for PublicKeyString

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for PublicKeyString

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PublicKeyString>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for PublicKeyString

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, PublicKeyString>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PublicKeyString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PublicKeyString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PublicKeyString

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for PublicKeyString

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PublicKeyString

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PublicKeyString]>

source§

impl VectorIntoWasmAbi for PublicKeyString

source§

impl WasmDescribe for PublicKeyString

source§

impl WasmDescribeVector for PublicKeyString

Auto Trait Implementations§

§

impl Freeze for PublicKeyString

§

impl RefUnwindSafe for PublicKeyString

§

impl Send for PublicKeyString

§

impl Sync for PublicKeyString

§

impl Unpin for PublicKeyString

§

impl UnwindSafe for PublicKeyString

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for PublicKeyString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, PublicKeyString>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for PublicKeyString

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for PublicKeyString

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PublicKeyString

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PublicKeyString]>

source§

impl VectorIntoWasmAbi for PublicKeyString

source§

impl WasmDescribe for PublicKeyString

source§

impl WasmDescribeVector for PublicKeyString

Auto Trait Implementations§

§

impl Freeze for PublicKeyString

§

impl RefUnwindSafe for PublicKeyString

§

impl Send for PublicKeyString

§

impl Sync for PublicKeyString

§

impl Unpin for PublicKeyString

§

impl UnwindSafe for PublicKeyString

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.TransactionProcessed.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.TransactionProcessed.html index e478b9421..8f30c9407 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.TransactionProcessed.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.TransactionProcessed.html @@ -9,17 +9,17 @@ }
Expand description

Represents processed deploy information.

Fields§

§hash: HashString§initiator_addr: PublicKeyString§timestamp: String§ttl: String§block_hash: String§execution_result: ExecutionResult

Result of the execution, either Success or Failure.

§messages: Vec<Messages>

Trait Implementations§

source§

impl Clone for TransactionProcessed

source§

fn clone(&self) -> TransactionProcessed

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TransactionProcessed

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TransactionProcessed

source§

fn default() -> TransactionProcessed

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for TransactionProcessed

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<TransactionProcessed> for JsValue

source§

fn from(value: TransactionProcessed) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<TransactionProcessed> for JsValue

source§

fn from(value: TransactionProcessed) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for TransactionProcessed

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransactionProcessed>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransactionProcessed

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for TransactionProcessed

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, TransactionProcessed>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for TransactionProcessed

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for TransactionProcessed

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransactionProcessed>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for TransactionProcessed

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, TransactionProcessed>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransactionProcessed

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransactionProcessed>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for TransactionProcessed

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for TransactionProcessed

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionProcessed

source§

impl VectorIntoWasmAbi for TransactionProcessed

source§

impl WasmDescribe for TransactionProcessed

source§

impl WasmDescribeVector for TransactionProcessed

Auto Trait Implementations§

§

impl Freeze for TransactionProcessed

§

impl RefUnwindSafe for TransactionProcessed

§

impl Send for TransactionProcessed

§

impl Sync for TransactionProcessed

§

impl Unpin for TransactionProcessed

§

impl UnwindSafe for TransactionProcessed

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for TransactionProcessed

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, TransactionProcessed>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for TransactionProcessed

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for TransactionProcessed

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionProcessed

source§

impl VectorIntoWasmAbi for TransactionProcessed

source§

impl WasmDescribe for TransactionProcessed

source§

impl WasmDescribeVector for TransactionProcessed

Auto Trait Implementations§

§

impl Freeze for TransactionProcessed

§

impl RefUnwindSafe for TransactionProcessed

§

impl Send for TransactionProcessed

§

impl Sync for TransactionProcessed

§

impl Unpin for TransactionProcessed

§

impl UnwindSafe for TransactionProcessed

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Version2.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Version2.html index 1fb5993e2..d43657fc5 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Version2.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Version2.html @@ -6,17 +6,17 @@ pub cost: String, }
Expand description

Represents a success response containing a cost value.

Fields§

§initiator: PublicKeyString§error_message: Option<String>§limit: String§consumed: String§cost: String

Trait Implementations§

source§

impl Clone for Version2

source§

fn clone(&self) -> Version2

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Version2

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Version2

source§

fn default() -> Version2

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Version2

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Version2> for JsValue

source§

fn from(value: Version2) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Version2

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the -ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Version2

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Version2> for JsValue

source§

fn from(value: Version2) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Version2

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the +ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Version2

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Version2

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Version2>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Version2

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Version2

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Version2>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Version2

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Version2

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as the None branch of this option. Read more
source§

impl RefFromWasmAbi for Version2

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Version2>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Version2

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Version2>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl Serialize for Version2

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Version2

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Version2

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Version2]>

source§

impl VectorIntoWasmAbi for Version2

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Version2]>) -> Self::Abi

source§

impl WasmDescribe for Version2

source§

impl WasmDescribeVector for Version2

Auto Trait Implementations§

§

impl Freeze for Version2

§

impl RefUnwindSafe for Version2

§

impl Send for Version2

§

impl Sync for Version2

§

impl Unpin for Version2

§

impl UnwindSafe for Version2

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFromJsValue for Version2

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Version2

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Version2]>

source§

impl VectorIntoWasmAbi for Version2

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Version2]>) -> Self::Abi

source§

impl WasmDescribe for Version2

source§

impl WasmDescribeVector for Version2

Auto Trait Implementations§

§

impl Freeze for Version2

§

impl RefUnwindSafe for Version2

§

impl Send for Version2

§

impl Sync for Version2

§

impl Unpin for Version2

§

impl UnwindSafe for Version2

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Watcher.html b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Watcher.html index 3bcfda942..65a9f5979 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Watcher.html +++ b/condor/api-rust/casper_rust_wasm_sdk/watcher/watcher/struct.Watcher.html @@ -41,13 +41,13 @@
§Returns

Trait Implementations§

source§

impl Clone for Watcher

source§

fn clone(&self) -> Watcher

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl From<Watcher> for JsValue

source§

fn from(value: Watcher) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for Watcher

§

type Abi = u32

The wasm ABI type that this converts from when coming back out from the ABI boundary.
source§

unsafe fn from_abi(js: u32) -> Self

Recover a Self from Self::Abi. Read more
source§

impl IntoWasmAbi for Watcher

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI boundary.
source§

fn into_abi(self) -> u32

Convert self into Self::Abi so that it can be sent across the wasm -ABI boundary.
source§

impl LongRefFromWasmAbi for Watcher

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Watcher>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Watcher

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be +ABI boundary.
source§

impl LongRefFromWasmAbi for Watcher

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = Ref<'static, Watcher>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl OptionFromWasmAbi for Watcher

source§

fn is_none(abi: &Self::Abi) -> bool

Tests whether the argument is a “none” instance. If so it will be deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Watcher

source§

fn none() -> Self::Abi

Returns an ABI instance indicating “none”, which JS will interpret as -the None branch of this option. Read more
source§

impl RefFromWasmAbi for Watcher

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Watcher>

The type that holds the reference to Self for the duration of the +the None branch of this option. Read more
source§

impl RefFromWasmAbi for Watcher

§

type Abi = u32

The wasm ABI type references to Self are recovered from.
§

type Anchor = Ref<'static, Watcher>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don’t persist beyond one function -call, and so that they remain anonymous.
source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Watcher

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Watcher>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for Watcher

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Watcher

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Watcher]>

source§

impl VectorIntoWasmAbi for Watcher

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Watcher]>) -> Self::Abi

source§

impl WasmDescribe for Watcher

source§

impl WasmDescribeVector for Watcher

Auto Trait Implementations§

§

impl Freeze for Watcher

§

impl !RefUnwindSafe for Watcher

§

impl !Send for Watcher

§

impl !Sync for Watcher

§

impl Unpin for Watcher

§

impl !UnwindSafe for Watcher

Blanket Implementations§

source§

impl<T> Any for T
where +call, and so that they remain anonymous.

source§

unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor

Recover a Self::Anchor from Self::Abi. Read more
source§

impl RefMutFromWasmAbi for Watcher

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RefMut<'static, Watcher>

Same as RefFromWasmAbi::Anchor
source§

unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor

Same as RefFromWasmAbi::ref_from_abi
source§

impl TryFromJsValue for Watcher

§

type Error = JsValue

The type returned in the event of a conversion error.
source§

fn try_from_js_value(value: JsValue) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Watcher

§

type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi

source§

unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Watcher]>

source§

impl VectorIntoWasmAbi for Watcher

§

type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi

source§

fn vector_into_abi(vector: Box<[Watcher]>) -> Self::Abi

source§

impl WasmDescribe for Watcher

source§

impl WasmDescribeVector for Watcher

Auto Trait Implementations§

§

impl Freeze for Watcher

§

impl !RefUnwindSafe for Watcher

§

impl !Send for Watcher

§

impl !Sync for Watcher

§

impl Unpin for Watcher

§

impl !UnwindSafe for Watcher

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/condor/api-rust/search-index.js b/condor/api-rust/search-index.js index 1a7b65eca..e00ff3bf3 100644 --- a/condor/api-rust/search-index.js +++ b/condor/api-rust/search-index.js @@ -1,5 +1,5 @@ var searchIndex = new Map(JSON.parse('[\ -["casper_rust_wasm_sdk",{"t":"FNNCNCNCNCNNNNNNNNNNNNNNNNNNNNNNNCCNCNNNNNNNNNNNNNNNNCNCNNNNNNCNNNNCNNNCNCNCNCNCNCNNNNNCNNNNNNNCHHSHHHHHHHHHHHHHHHHHCCCCCCCCCCCCCCCCCCCCCCCCGPPNNNNNNNNNNNNNGPPNNNNNNNNNNNNNPGPGFFFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNOOONNOOOOONNOOONNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCFNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNHNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFKNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNMNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPPPPPPPPPPPPPPPPGNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCPPPPPPPPPPFGPFGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCFFFFFFFFFFFFFFNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNOONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONOOONNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["SDK","borrow","borrow_mut","call_entrypoint","call_entrypoint","call_entrypoint_deploy","call_entrypoint_deploy","debug","default","deploy","deploy","describe","describe_vector","from","from_abi","get_account","get_auction_info","get_balance","get_block","get_block_transfers","get_chainspec","get_deploy","get_dictionary_item","get_entity","get_era_info","get_era_summary","get_node_address","get_node_status","get_peers","get_state_root_hash","get_transaction","get_validator_changes","get_verbosity","helpers","install","install","install_deploy","install_deploy","into","into_abi","is_none","list_rpcs","long_ref_from_abi","make_deploy","make_transaction","make_transfer","make_transfer_transaction","new","none","put_deploy","put_transaction","query_balance","query_balance_details","query_contract_dict","query_contract_dict","query_contract_key","query_contract_key","query_global_state","query_global_state_js_alias_params","ref_from_abi","ref_mut_from_abi","return_abi","rpcs","set_node_address","set_verbosity","sign_deploy","sign_transaction","speculative_deploy","speculative_deploy","speculative_exec","speculative_exec_deploy","speculative_transaction","speculative_transaction","speculative_transfer","speculative_transfer","speculative_transfer_transaction","speculative_transfer_transaction","transaction","transaction","transfer","transfer","transfer_transaction","transfer_transaction","try_from","try_from_js_value","try_into","type_id","types","vector_from_abi","vector_into_abi","vzip","wait_deploy","wait_transaction","watch_deploy","watch_transaction","watcher","error","log","BLAKE2B_DIGEST_LENGTH","cl_value_to_json","get_base64_from_account_hash","get_blake2b_hash","get_current_timestamp","get_gas_price_or_default","get_ttl_or_default","hex_to_string","hex_to_uint8_vec","json_pretty_print","make_dictionary_item_key","motes_to_cspr","parse_timestamp","parse_ttl","public_key_from_secret_key","secret_key_from_pem","secret_key_generate","secret_key_secp256k1_generate","get_account","get_auction_info","get_balance","get_block","get_block_transfers","get_chainspec","get_deploy","get_dictionary_item","get_entity","get_era_info","get_era_summary","get_node_status","get_peers","get_state_root_hash","get_transaction","get_validator_changes","list_rpcs","put_deploy","put_transaction","query_balance","query_balance_details","query_global_state","speculative_exec","speculative_exec_deploy","GetBalanceInput","PurseUref","PurseUrefAsString","__clone_box","borrow","borrow_mut","clone","clone_into","fmt","from","into","to_owned","try_from","try_into","type_id","vzip","DictionaryItemInput","Identifier","Params","__clone_box","borrow","borrow_mut","clone","clone_into","fmt","from","into","to_owned","try_from","try_into","type_id","vzip","Key","KeyIdentifierInput","Path","PathIdentifierInput","QueryGlobalStateOptions","QueryGlobalStateParams","QueryGlobalStateResult","String","String","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","describe","describe","describe_vector","describe_vector","deserialize","deserialize","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_abi","from_abi","global_state_identifier","into","into","into","into","into","into_abi","into_abi","is_none","is_none","key","key","key_as_string","long_ref_from_abi","long_ref_from_abi","maybe_block_id","maybe_block_id_as_string","maybe_global_state_identifier","node_address","node_address","none","none","path","path","path_as_string","ref_from_abi","ref_from_abi","ref_mut_from_abi","ref_mut_from_abi","return_abi","return_abi","serialize","serialize","state_root_hash","state_root_hash","state_root_hash_as_string","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from_js_value","try_from_js_value","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vector_from_abi","vector_from_abi","vector_into_abi","vector_into_abi","verbosity","verbosity","vzip","vzip","vzip","vzip","vzip","access_rights","account_hash","account_identifier","addr","addressable_entity_hash","block_hash","block_identifier","cl","contract_hash","contract_package_hash","deploy","deploy_hash","deploy_params","dictionary_item_identifier","digest","entity_identifier","era_id","global_state_identifier","key","package_hash","path","peer_entry","public_key","purse_identifier","sdk_error","transaction","transaction_hash","transaction_params","uref","verbosity","AccessRights","add","add_write","borrow","borrow_mut","default","describe","describe_vector","fmt","from","from","from_abi","from_bits","into","into_abi","is_addable","is_none","is_none","is_readable","is_writeable","long_ref_from_abi","new","none","none","read","read_add","read_add_write","read_write","ref_from_abi","ref_mut_from_abi","return_abi","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write","AccountHash","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from","from","from_abi","from_bytes","from_bytes","from_formatted_str","from_public_key","into","into_abi","is_none","long_ref_from_abi","new","none","partial_cmp","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_formatted_string","to_hex_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","AccountIdentifier","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from","from_abi","from_account_under_account_hash","from_account_under_public_key","into","into_abi","is_none","long_ref_from_abi","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","dictionary_addr","entity_addr","hash_addr","transfer_addr","uref_addr","DictionaryAddr","borrow","borrow_mut","describe","describe_vector","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","EntityAddr","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from","from_abi","from_bytes","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_formatted_string","to_hex_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","HashAddr","borrow","borrow_mut","describe","describe_vector","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","TransferAddr","borrow","borrow_mut","describe","describe_vector","from","from","from_abi","from_transfer","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","URefAddr","borrow","borrow_mut","describe","describe_vector","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","AddressableEntityHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from","from_abi","from_bytes","from_bytes","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_formatted_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","BlockHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from_abi","from_digest","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","BlockIdentifier","BlockIdentifier","BlockIdentifierInput","String","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from_abi","from_hash","from_height","into","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_owned","try_from","try_from","try_from_js_value","try_into","try_into","type_id","type_id","vector_from_abi","vector_into_abi","vzip","vzip","bytes","Bytes","__clone_box","as_ref","borrow","borrow_mut","cl_type","clone","clone_into","cmp","compare","default","deref","describe","describe_vector","encode_hex","encode_hex_upper","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from","from_abi","from_uint8_array","hash","into","into_abi","is_none","long_ref_from_abi","new","none","partial_cmp","ref_from_abi","ref_mut_from_abi","return_abi","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","ContractHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","fmt","from","from","from","from_abi","from_bytes","from_bytes","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialized_length","to_bytes","to_formatted_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","ContractPackageHash","borrow","borrow_mut","describe","describe_vector","fmt","from","from","from","from_abi","from_bytes","from_bytes","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialized_length","to_bytes","to_formatted_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","Deploy","__clone_box","account","add_arg","add_signature","args","borrow","borrow_mut","by_name","chain_name","clone","clone_into","compute_approvals_hash","describe","describe_vector","deserialize","entry_point_name","expired","fmt","from","from","from_abi","has_valid_hash","hash","into","into_abi","is_by_name","is_module_bytes","is_none","is_standard_payment","is_stored_contract","is_stored_contract_package","is_transfer","is_valid","long_ref_from_abi","none","payment_amount","ref_from_abi","ref_mut_from_abi","return_abi","serialize","sign","timestamp","to_json_string","to_owned","try_from","try_from_js_value","try_into","ttl","type_id","validate_deploy_size","vector_from_abi","vector_into_abi","vzip","with_account","with_chain_name","with_entry_point_name","with_hash","with_module_bytes","with_package_hash","with_payment_and_session","with_secret_key","with_standard_payment","with_timestamp","with_transfer","with_ttl","DeployHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from_abi","from_digest","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","args_simple","deploy_str_params","dictionary_item_str_params","payment_str_params","session_str_params","ArgsSimple","__clone_box","args","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","fmt","from","from","from_abi","from_iter","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","DeployStrParams","__clone_box","borrow","borrow_mut","chain_name","clone","clone_into","default","deploy_str_params_to_casper_client","describe","describe_vector","fmt","from","from_abi","gas_price_tolerance","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","secret_key","session_account","set_chain_name","set_default_timestamp","set_default_ttl","set_gas_price_tolerance","set_secret_key","set_session_account","set_timestamp","set_ttl","timestamp","to_owned","try_from","try_from_js_value","try_into","ttl","type_id","vector_from_abi","vector_into_abi","vzip","AccountNamedKey","ContractNamedKey","DictionaryItemStrParams","DictionaryVariant","URefVariant","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_named_key","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","contract_named_key","default","describe","describe_vector","deserialize","deserialize","deserialize","deserialize","deserialize","dictionary","dictionary_item_str_params_to_casper_client","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_abi","into","into","into","into","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialize","serialize","serialize","serialize","set_account_named_key","set_contract_named_key","set_dictionary","set_uref","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from_js_value","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","uref","vector_from_abi","vector_into_abi","vzip","vzip","vzip","vzip","vzip","PaymentStrParams","__clone_box","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","fmt","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new","none","payment_amount","payment_args_json","payment_args_simple","payment_entry_point","payment_hash","payment_name","payment_package_hash","payment_package_name","payment_path","payment_str_params_to_casper_client","payment_version","ref_from_abi","ref_mut_from_abi","return_abi","set_payment_amount","set_payment_args_json","set_payment_args_simple","set_payment_entry_point","set_payment_hash","set_payment_name","set_payment_package_hash","set_payment_package_name","set_payment_path","set_payment_version","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","SessionStrParams","__clone_box","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","fmt","from","from_abi","into","into_abi","is_none","is_session_transfer","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","session_args_json","session_args_simple","session_bytes","session_entry_point","session_hash","session_name","session_package_hash","session_package_name","session_path","session_str_params_to_casper_client","session_version","set_is_session_transfer","set_session_args","set_session_args_json","set_session_args_simple","set_session_bytes","set_session_entry_point","set_session_hash","set_session_name","set_session_package_hash","set_session_package_name","set_session_path","set_session_version","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","DictionaryItemIdentifier","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new_from_account_info","new_from_contract_info","new_from_dictionary_key","new_from_seed_uref","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","Digest","ToDigest","__clone_box","as_ref","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","encode_hex","encode_hex_upper","fmt","fmt","from","from","from","from","from_abi","from_bytes","from_digest","from_string","into","into_abi","is_empty","is_empty","is_none","long_ref_from_abi","new","new_js_alias","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_digest","to_digest","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","EntityIdentifier","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from","from","from_abi","from_entity_under_account_hash","from_entity_under_entity_addr","from_entity_under_public_key","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","EraId","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","default","describe","describe_vector","eq","equivalent","equivalent","equivalent","fmt","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new","none","partial_cmp","ref_from_abi","ref_mut_from_abi","return_abi","to_owned","try_from","try_from_js_value","try_into","type_id","value","vector_from_abi","vector_into_abi","vzip","GlobalStateIdentifier","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from_abi","from_block_hash","from_block_height","from_state_root_hash","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","Key","__clone_box","as_balance","as_dictionary","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from_abi","from_account","from_balance","from_bid","from_chainspec_registry","from_checksum_registry","from_deploy_info","from_dictionary_addr","from_dictionary_key","from_era_info","from_era_summary","from_formatted_str","from_formatted_str_js_alias","from_hash","from_system_contract_registry","from_transfer","from_unbond","from_uref","from_withdraw","into","into_abi","into_account","into_hash","into_uref","is_dictionary_key","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_formatted_string","to_owned","try_from","try_from_js_value","try_into","type_id","uref_to_hash","vector_from_abi","vector_into_abi","vzip","withdraw_to_unbond","PackageHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from","from_abi","from_bytes","from_bytes","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_formatted_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","Path","__clone_box","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from_abi","into","into_abi","is_empty","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","PeerEntry","__clone_box","address","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","node_id","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","PublicKey","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","from_abi","from_bytes","into","into_abi","is_none","long_ref_from_abi","new","none","partial_cmp","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_account_hash","to_bytes","to_owned","to_purse_uref","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","PurseIdentifier","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from","from","from_abi","from_main_purse_under_account_hash","from_main_purse_under_public_key","from_purse_uref","into","into_abi","is_none","long_ref_from_abi","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","ConflictingArguments","Core","FailedToDecodeHex","FailedToParseAccountHash","FailedToParseAccountHashLength","FailedToParseAccountIdentifier","FailedToParseAddressableEntityHash","FailedToParseBool","FailedToParseDec","FailedToParseDigest","FailedToParseEntity","FailedToParseEntityIdentifier","FailedToParseInt","FailedToParseJsonArgs","FailedToParseKey","FailedToParsePackageAddr","FailedToParsePublicKey","FailedToParsePublicKeyBytes","FailedToParsePurseIdentifier","FailedToParseStateIdentifier","FailedToParseTimeDiff","FailedToParseTimestamp","FailedToParseTransferTarget","FailedToParseURef","FailedToParseUint","InvalidArgument","InvalidCLValue","JsonArgs","SdkError","borrow","borrow_mut","fmt","fmt","from","from","from","from","from","from","into","source","to_string","try_from","try_into","type_id","vzip","args","context","context","context","context","context","context","context","context","context","context","context","context","context","context","context","context","context","context","error","error","error","error","error","error","error","error","error","error","error","error","error","error","error","error","Transaction","__clone_box","account_hash","add_arg","add_signature","approvals","authorization_keys","borrow","borrow_mut","chain_name","clone","clone_into","compute_approvals_hash","describe","describe_vector","deserialize","entry_point","expired","expires","fmt","from","from","from","from","from_abi","hash","header","initiator_addr","into","into_abi","is_native","is_none","is_standard_payment","long_ref_from_abi","new_session","new_transfer","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","session_args","sign","signers","size_estimate","timestamp","to_json_string","to_owned","try_from","try_from_js_value","try_into","ttl","type_id","vector_from_abi","vector_into_abi","verify","vzip","with_account_hash","with_chain_name","with_entry_point","with_hash","with_module_bytes","with_package_hash","with_public_key","with_secret_key","with_timestamp","with_ttl","TransactionHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from_abi","from_digest","from_raw","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","transaction_builder_params","transaction_str_params","AccountHash","AddBid","Delegate","InvocableEntity","InvocableEntityAlias","Package","PackageAlias","PublicKey","Redelegate","Session","TransactionBuilderParams","TransactionKind","Transfer","TransferTarget","TransferTargetKind","URef","Undelegate","WithdrawBid","__clone_box","__clone_box","__clone_box","__clone_box","amount","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","default","delegation_rate","delegator","describe","describe","describe","describe","describe_vector","describe_vector","describe_vector","describe_vector","entity_alias","entity_hash","entry_point","fmt","fmt","fmt","fmt","from","from","from","from","from_abi","from_abi","from_abi","from_abi","into","into","into","into","into_abi","into_abi","into_abi","into_abi","is_none","is_none","is_none","is_none","kind","long_ref_from_abi","long_ref_from_abi","maximum_delegation_amount","maybe_entity_version","maybe_id","maybe_source","minimum_delegation_amount","new_add_bid","new_delegate","new_invocable_entity","new_invocable_entity_alias","new_package","new_package_alias","new_redelegate","new_session","new_transfer","new_undelegate","new_validator","new_withdraw_bid","none","none","none","none","package_alias","package_hash","public_key","ref_from_abi","ref_from_abi","ref_mut_from_abi","ref_mut_from_abi","return_abi","return_abi","return_abi","return_abi","set_amount","set_delegation_rate","set_delegator","set_entity_alias","set_entity_hash","set_entry_point","set_kind","set_maximum_delegation_amount","set_maybe_entity_version","set_maybe_id","set_maybe_source","set_minimum_delegation_amount","set_new_validator","set_package_alias","set_package_hash","set_public_key","set_target","set_transaction_bytes","set_validator","target","to_owned","to_owned","to_owned","to_owned","transaction_builder_params_to_casper_client","transaction_bytes","try_from","try_from","try_from","try_from","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","validator","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vzip","vzip","vzip","vzip","TransactionStrParams","__clone_box","borrow","borrow_mut","chain_name","clone","clone_into","default","describe","describe_vector","fmt","from","from_abi","gas_price_tolerance","initiator_addr","into","into_abi","is_none","long_ref_from_abi","new","none","payment_amount","pricing_mode","receipt","ref_from_abi","ref_mut_from_abi","return_abi","secret_key","session_args_json","session_args_simple","set_chain_name","set_default_timestamp","set_default_ttl","set_gas_price_tolerance","set_initiator_addr","set_payment_amount","set_pricing_mode","set_receipt","set_secret_key","set_session_args_json","set_session_args_simple","set_standard_payment","set_timestamp","set_ttl","standard_payment","timestamp","to_owned","transaction_str_params_to_casper_client","try_from","try_from_js_value","try_into","ttl","type_id","vector_from_abi","vector_into_abi","vzip","URef","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from_abi","from_bytes","into","into_abi","is_none","long_ref_from_abi","new","none","partial_cmp","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_formatted_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","High","Low","Medium","Verbosity","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","eq","fmt","from","from","from","from","from","from_abi","into","into_abi","is_none","none","return_abi","serialize","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","Body","EventHandlerFn","EventParseResult","ExecutionResult","Failure","HashString","Message","Messages","Payment","PublicKeyString","Subscription","TransactionProcessed","Version2","Watcher","block_hash","block_index","body","consumed","cost","cost","entity_hash","err","error_message","error_message","event_handler_fn","execution_result","failure","hash","hash","initiator","initiator_addr","limit","message","messages","public_key","source","string","success","target_hash","timestamp","topic_index","topic_name","topic_name_hash","transaction_processed","ttl","watcher","Body","EventHandlerFn","EventParseResult","ExecutionResult","Failure","HashString","Message","Messages","Payment","PublicKeyString","Subscription","TransactionProcessed","Version2","Watcher","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","block_hash","block_index","body","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","consumed","cost","cost","default","default","default","default","default","default","default","default","default","default","default","default","default","deploy","describe","describe","describe","describe","describe","describe","describe","describe","describe","describe","describe","describe","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","entity_hash","err","error_message","error_message","event_handler_fn","execution_result","failure","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","get_deploy_processed","get_transaction_processed","hash","hash","initiator","initiator_addr","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","is_none","is_none","is_none","is_none","is_none","is_none","is_none","is_none","is_none","is_none","is_none","is_none","limit","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","message","messages","new","new","new","none","none","none","none","none","none","none","none","none","none","none","none","public_key","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","source","start","stop","string","subscribe","success","target_hash","timestamp","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string_js","topic_index","topic_name","topic_name_hash","transaction_processed","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unsubscribe","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","version1","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"casper_rust_wasm_sdk"],[96,"casper_rust_wasm_sdk::debug"],[98,"casper_rust_wasm_sdk::helpers"],[116,"casper_rust_wasm_sdk::rpcs"],[140,"casper_rust_wasm_sdk::rpcs::get_balance"],[156,"casper_rust_wasm_sdk::rpcs::get_dictionary_item"],[172,"casper_rust_wasm_sdk::rpcs::query_global_state"],[291,"casper_rust_wasm_sdk::types"],[321,"casper_rust_wasm_sdk::types::access_rights"],[360,"casper_rust_wasm_sdk::types::account_hash"],[410,"casper_rust_wasm_sdk::types::account_identifier"],[446,"casper_rust_wasm_sdk::types::addr"],[451,"casper_rust_wasm_sdk::types::addr::dictionary_addr"],[475,"casper_rust_wasm_sdk::types::addr::entity_addr"],[513,"casper_rust_wasm_sdk::types::addr::hash_addr"],[537,"casper_rust_wasm_sdk::types::addr::transfer_addr"],[562,"casper_rust_wasm_sdk::types::addr::uref_addr"],[586,"casper_rust_wasm_sdk::types::addressable_entity_hash"],[630,"casper_rust_wasm_sdk::types::block_hash"],[665,"casper_rust_wasm_sdk::types::block_identifier"],[714,"casper_rust_wasm_sdk::types::cl"],[715,"casper_rust_wasm_sdk::types::cl::bytes"],[761,"casper_rust_wasm_sdk::types::contract_hash"],[798,"casper_rust_wasm_sdk::types::contract_package_hash"],[831,"casper_rust_wasm_sdk::types::deploy"],[897,"casper_rust_wasm_sdk::types::deploy_hash"],[932,"casper_rust_wasm_sdk::types::deploy_params"],[937,"casper_rust_wasm_sdk::types::deploy_params::args_simple"],[969,"casper_rust_wasm_sdk::types::deploy_params::deploy_str_params"],[1013,"casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params"],[1117,"casper_rust_wasm_sdk::types::deploy_params::payment_str_params"],[1167,"casper_rust_wasm_sdk::types::deploy_params::session_str_params"],[1220,"casper_rust_wasm_sdk::types::dictionary_item_identifier"],[1254,"casper_rust_wasm_sdk::types::digest"],[1304,"casper_rust_wasm_sdk::types::entity_identifier"],[1344,"casper_rust_wasm_sdk::types::era_id"],[1382,"casper_rust_wasm_sdk::types::global_state_identifier"],[1416,"casper_rust_wasm_sdk::types::key"],[1476,"casper_rust_wasm_sdk::types::package_hash"],[1515,"casper_rust_wasm_sdk::types::path"],[1551,"casper_rust_wasm_sdk::types::peer_entry"],[1583,"casper_rust_wasm_sdk::types::public_key"],[1632,"casper_rust_wasm_sdk::types::purse_identifier"],[1670,"casper_rust_wasm_sdk::types::sdk_error"],[1716,"casper_rust_wasm_sdk::types::sdk_error::SdkError"],[1751,"casper_rust_wasm_sdk::types::transaction"],[1818,"casper_rust_wasm_sdk::types::transaction_hash"],[1853,"casper_rust_wasm_sdk::types::transaction_params"],[1855,"casper_rust_wasm_sdk::types::transaction_params::transaction_builder_params"],[2023,"casper_rust_wasm_sdk::types::transaction_params::transaction_str_params"],[2079,"casper_rust_wasm_sdk::types::uref"],[2121,"casper_rust_wasm_sdk::types::verbosity"],[2155,"casper_rust_wasm_sdk::watcher"],[2201,"casper_rust_wasm_sdk::watcher::watcher"],[2633,"casper_rust_wasm_sdk::sdk"],[2634,"alloc::string"],[2635,"core::option"],[2636,"casper_client::rpcs::v2_0_0::put_transaction"],[2637,"casper_client::json_rpc::success_response"],[2638,"core::result"],[2639,"casper_client::rpcs::v1_4_5::put_deploy"],[2640,"casper_client::rpcs::v1_6_0::get_account"],[2641,"casper_client::rpcs::v1_4_5::get_auction_info"],[2642,"casper_rust_wasm_sdk::sdk::rpcs::get_balance"],[2643,"casper_client::rpcs::v1_4_5::get_balance"],[2644,"casper_client::rpcs::v2_0_0::get_block"],[2645,"casper_client::rpcs::v1_4_5::get_block_transfers"],[2646,"casper_client::rpcs::v1_5_0::get_chainspec"],[2647,"casper_client::error"],[2648,"casper_client::rpcs::v2_0_0::get_deploy"],[2649,"casper_rust_wasm_sdk::sdk::rpcs::get_dictionary_item"],[2650,"casper_client::rpcs::v1_4_5::get_dictionary_item"],[2651,"casper_client::rpcs::v2_0_0::get_entity"],[2652,"casper_client::rpcs::v1_4_5::get_era_info"],[2653,"casper_client::rpcs::v1_5_0::get_era_summary"],[2654,"casper_client::rpcs::v2_0_0::get_node_status"],[2655,"casper_client::rpcs::v1_4_5::get_peers"],[2656,"casper_client::rpcs::v1_4_5::get_state_root_hash"],[2657,"casper_client::rpcs::v2_0_0::get_transaction"],[2658,"casper_client::rpcs::v1_4_5::get_validator_changes"],[2659,"casper_client::rpcs::v1_4_5::list_rpcs"],[2660,"casper_client::rpcs::v1_5_0::query_balance"],[2661,"casper_client::rpcs::v2_0_0::query_balance_details"],[2662,"casper_rust_wasm_sdk::sdk::rpcs::query_global_state"],[2663,"casper_client::rpcs::v1_4_5::query_global_state"],[2664,"casper_client::rpcs::v1_5_0::speculative_exec"],[2665,"casper_client::rpcs::v2_0_0::speculative_exec_transaction"],[2666,"wasm_bindgen"],[2667,"core::any"],[2668,"alloc::boxed"],[2669,"casper_rust_wasm_sdk::sdk::watcher::watcher"],[2670,"casper_types::cl_value"],[2671,"serde_json::value"],[2672,"casper_types::addressable_entity"],[2673,"alloc::vec"],[2674,"serde::ser"],[2675,"casper_types::bytesrepr"],[2676,"casper_types::timestamp"],[2677,"casper_types::crypto::error"],[2678,"casper_types::crypto::asymmetric_key"],[2679,"dyn_clone::sealed"],[2680,"core::fmt"],[2681,"serde::de"],[2682,"casper_types::access_rights::private"],[2683,"core::cmp"],[2684,"casper_types::account::account_hash"],[2685,"casper_types::key"],[2686,"casper_types::uref"],[2687,"casper_types::block::block_hash"],[2688,"casper_client::rpcs::common"],[2689,"casper_types::cl_type"],[2690,"core::iter::traits::collect"],[2691,"casper_types::bytesrepr::bytes"],[2692,"js_sys"],[2693,"core::hash"],[2694,"casper_types::contracts"],[2695,"casper_types::package"],[2696,"casper_types::transaction::runtime_args"],[2697,"casper_types::transaction::approvals_hash"],[2698,"casper_types::transaction::deploy"],[2699,"casper_types::transaction::deploy::deploy_hash"],[2700,"casper_client::cli::deploy_str_params"],[2701,"casper_client::cli::dictionary_item_str_params"],[2702,"casper_client::cli::payment_str_params"],[2703,"casper_client::cli::session_str_params"],[2704,"casper_client::rpcs::v2_0_0::get_dictionary_item"],[2705,"casper_types::digest"],[2706,"casper_types::era_id"],[2707,"casper_client::rpcs::v2_0_0::query_balance"],[2708,"serde_json::error"],[2709,"casper_client::cli::error"],[2710,"casper_client::cli::json_args::error"],[2711,"core::error"],[2712,"casper_types::transaction::approval"],[2713,"alloc::collections::btree::set"],[2714,"casper_types::transaction"],[2715,"casper_types::transaction::transaction_v1"],[2716,"casper_types::transaction::transaction_header"],[2717,"casper_types::transaction::transaction_hash"],[2718,"casper_client::cli::transaction_builder_params"],[2719,"casper_client::cli::transaction_str_params"],[2720,"casper_client::verbosity"],[2721,"core::ops::function"],[2722,"core::marker"],[2723,"casper_rust_wasm_sdk::sdk::contract"],[2724,"casper_rust_wasm_sdk::sdk::deploy"],[2725,"casper_rust_wasm_sdk::sdk::transaction"],[2726,"casper_rust_wasm_sdk::js::externs"],[2727,"casper_rust_wasm_sdk::sdk::rpcs"],[2728,"casper_rust_wasm_sdk::sdk::watcher"]],"i":[0,1,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,0,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,81,0,82,0,0,0,0,81,82,80,55,81,82,80,55,81,82,53,80,55,81,82,53,80,55,81,82,80,55,81,82,55,80,55,80,55,80,55,80,55,81,82,53,80,80,55,81,82,53,80,55,55,80,55,81,82,53,80,55,80,55,55,53,55,80,55,53,55,53,55,53,80,55,55,53,55,80,55,80,55,80,55,80,55,55,53,55,80,55,81,82,80,55,81,82,53,80,55,80,55,81,82,53,80,55,81,82,53,80,55,80,55,55,53,80,55,81,82,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,0,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,0,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,0,0,0,0,0,0,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,0,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,0,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,101,101,101,101,101,101,101,0,101,101,101,101,101,101,101,101,101,101,101,101,101,101,101,101,0,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,0,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,0,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,0,18,0,18,110,18,110,18,110,18,110,18,110,18,110,110,110,110,18,110,110,18,110,110,110,110,18,110,110,110,110,110,110,110,110,110,110,18,110,18,110,110,18,110,18,110,110,110,18,0,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,0,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,0,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,0,0,0,0,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,10,10,10,10,10,10,10,0,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,0,0,0,0,0,131,132,133,134,130,130,131,132,133,134,130,131,132,133,134,130,131,132,133,134,130,131,132,133,134,130,130,130,130,130,131,132,133,134,130,130,0,131,132,133,134,130,131,132,133,134,130,130,131,132,133,134,130,130,130,130,130,130,130,130,130,131,132,133,134,130,130,130,130,130,131,132,133,134,130,131,132,133,134,130,130,131,132,133,134,130,131,132,133,134,130,130,130,130,131,132,133,134,130,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,0,0,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,23,109,109,109,109,109,109,109,109,109,109,109,109,23,109,109,109,109,109,109,109,109,109,109,109,0,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,0,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,0,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,0,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,0,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,149,0,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,189,206,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,0,167,169,169,169,169,169,169,167,169,169,0,0,169,0,0,167,169,169,167,168,2,169,2,167,168,2,169,167,168,2,169,167,168,2,169,167,168,2,169,2,169,2,2,167,168,2,169,167,168,2,169,2,2,2,167,168,2,169,167,168,2,169,167,168,2,169,167,168,2,169,167,168,2,169,167,168,2,169,2,168,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,167,168,2,169,2,2,2,168,2,168,2,167,168,2,169,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,167,168,2,169,0,2,167,168,2,169,167,168,2,169,167,168,2,169,167,168,2,169,2,167,168,2,169,167,168,2,169,167,168,2,169,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,14,14,14,0,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,183,63,177,176,177,183,63,176,177,175,184,179,180,184,177,184,177,183,184,181,178,182,179,175,184,183,183,183,185,184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,64,175,176,177,178,179,180,181,182,183,184,185,63,184,183,63,174,64,175,176,177,178,179,180,181,182,183,184,185,63,174,64,175,176,177,178,179,180,181,182,183,184,185,63,174,174,64,175,176,177,178,179,180,181,182,183,184,185,63,174,64,175,176,177,178,179,180,181,182,183,184,185,63,177,176,177,174,175,176,177,178,179,180,181,182,183,184,185,63,180,64,176,177,178,179,180,181,182,183,184,185,63,64,176,177,178,179,180,181,182,183,184,185,63,176,177,178,179,180,181,182,183,184,185,63,183,63,176,177,175,184,179,174,175,176,177,178,179,180,180,181,182,183,184,185,63,174,64,175,176,177,178,179,180,181,182,183,184,185,63,64,176,177,178,179,180,181,182,183,184,185,63,185,185,180,184,177,184,174,64,175,176,177,178,179,180,181,182,183,184,185,63,64,176,177,178,179,180,181,182,183,184,185,63,64,176,177,178,179,180,181,182,183,184,185,63,177,64,176,177,178,179,180,181,182,183,184,185,63,183,184,174,64,175,64,176,177,178,179,180,181,182,183,184,185,63,181,64,176,177,178,179,180,181,182,183,184,185,63,64,176,177,178,179,180,181,182,183,184,185,63,64,176,177,178,179,180,181,182,183,184,185,63,176,177,178,179,180,181,182,183,184,185,63,178,64,64,182,64,179,175,184,174,64,175,176,177,178,179,180,181,182,183,184,185,63,180,180,183,183,183,185,174,64,175,176,177,178,179,180,181,182,183,184,185,63,64,176,177,178,179,180,181,182,183,184,185,63,174,64,175,176,177,178,179,180,181,182,183,184,185,63,184,174,64,175,176,177,178,179,180,181,182,183,184,185,63,64,64,176,177,178,179,180,181,182,183,184,185,63,64,176,177,178,179,180,181,182,183,184,185,63,180,174,64,175,176,177,178,179,180,181,182,183,184,185,63],"f":"`{ce{}{}}0`{{bdf{j{h}}}{{Ab{{n{l}}A`}}}}`{{bAdAfAh{j{h}}}{{Ab{{n{Aj}}A`}}}}`{{}b}`{{bAdAfAh{j{Al}}{j{h}}}{{Ab{{n{Aj}}A`}}}}{{}An}0{cc{}}{B`b}{{b{j{Bb}}{j{h}}{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Bf}}A`}}}}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Bh}}A`}}}}{{bcBj{j{Al}}{j{h}}}{{Ab{{n{Bl}}A`}}}Bn}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{C`}}A`}}}}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Cb}}A`}}}}{{b{j{Al}}{j{h}}}{{Ab{{n{Cd}}Cf}}}}{{bCh{j{Cj}}{j{Al}}{j{h}}}{{Ab{{n{Cl}}Cf}}}}{{bcCn{j{Al}}{j{h}}}{{Ab{{n{D`}}A`}}}Bn}{{b{j{Db}}{j{h}}{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Dd}}A`}}}}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Df}}A`}}}}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Dh}}A`}}}}{{b{j{h}}}h}{{b{j{Al}}{j{h}}}{{Ab{{n{Dj}}Cf}}}}{{b{j{Al}}{j{h}}}{{Ab{{n{Dl}}Cf}}}}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Dn}}A`}}}}{{bE`{j{Cj}}{j{Al}}{j{h}}}{{Ab{{n{Eb}}Cf}}}}{{b{j{Al}}{j{h}}}{{Ab{{n{Ed}}Cf}}}}{{b{j{Al}}}Al}``{{bfEf{j{h}}}{{Ab{{n{l}}A`}}}}`{{bAdAfEh{j{h}}}{{Ab{{n{Aj}}A`}}}}{ce{}{}}{bB`}{cCj{}}{{b{j{Al}}{j{h}}}{{Ab{{n{Ej}}Cf}}}}3{{bAdAfAh}{{Ab{ElA`}}}}{{bdf}{{Ab{EnA`}}}}{{bEhEh{j{h}}AdAh}{{Ab{ElA`}}}}{{b{j{F`}}EhEhf{j{h}}}{{Ab{EnA`}}}}{{{j{h}}{j{Al}}}b}{{}c{}}{{bEl{j{Al}}{j{h}}}{{Ab{{n{Aj}}Cf}}}}{{bEn{j{Al}}{j{h}}}{{Ab{{n{l}}Cf}}}}{{b{j{Fb}}{j{h}}{j{Fd}}{j{h}}{j{h}}{j{Al}}{j{h}}}{{Ab{{n{Ff}}A`}}}}{{b{j{Fb}}{j{h}}{j{Fd}}{j{h}}{j{h}}{j{Al}}{j{h}}}{{Ab{{n{Fh}}A`}}}}`{{bcCn{j{Al}}{j{h}}}{{Ab{{n{D`}}A`}}}Bn}`{{bFj}{{Ab{{n{Fl}}A`}}}}0{{b{j{Fn}}}{{Ab{FjA`}}}}{ce{}{}}0{c{}{}}`{{b{j{h}}}{{Ab{Anh}}}}{{b{j{Al}}}{{Ab{Anh}}}}{{bElEh}El}{{bEnEh}En}`{{bAdAfAh{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{G`}}A`}}}}{{bEn{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Gb}}A`}}}}{{bEl{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{G`}}A`}}}}`{{bdf{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Gb}}A`}}}}`{{bEhEh{j{h}}AdAh{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{G`}}A`}}}}`{{b{j{F`}}EhEhf{j{h}}{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Gb}}A`}}}}`{{bdf{j{Al}}{j{h}}}{{Ab{{n{l}}A`}}}}`{{bEhEh{j{h}}AdAh{j{Al}}{j{h}}}{{Ab{{n{Aj}}A`}}}}`{{b{j{F`}}EhEhf{j{h}}{j{Al}}{j{h}}}{{Ab{{n{l}}A`}}}}{c{{Ab{e}}}{}{}}{Gd{{Ab{bc}}}{}}1{cGf{}}`{c{{Gj{{Gh{b}}}}}{}}{{{Gj{{Gh{b}}}}}c{}}{ce{}{}}{{bEhEh{j{Gl}}}{{Ab{Gnh}}}}0{{bEh{j{Gl}}}H`}0`{EhAn}0`{Hb{{j{Hd}}}}{Eh{{Ab{hHf}}}}{Ehh}{{{j{h}}}h}{{{j{Gl}}}Gl}{{{j{Eh}}}h}3{Eh{{Hj{Hh}}}}{{c{j{Al}}}hHl}{{Hnc}hI`}6{Eh{{Ab{IbA`}}}}{Eh{{Ab{IdA`}}}}{Eh{{Ab{hIf}}}}{Eh{{Ab{IhIf}}}}{{}{{Ab{IhIf}}}}0```````````````````````````{{cIj}An{}}{ce{}{}}0{BjBj}{{ce}An{}{}}{{BjIl}In}{cc{}}44{c{{Ab{e}}}{}{}}0{cGf{}}6```766{CnCn}5{{CnIl}In}4883328`````````99998888888888{J`J`}{FnFn}{JbJb}{JdJd}::::{{}Fn}{{}An}000{c{{Ab{J`}}}Jf}{c{{Ab{Fn}}}Jf}{{J`Il}In}{{FnIl}In}{{JbIl}In}{{JdIl}In}{{FjIl}In}{cc{}}{FlJ`}1111{B`J`}{B`Fn}`{ce{}{}}0000{J`B`}{FnB`}{cCj{}}0```33`````{{}c{}}0```4444{c{}{}}0{{J`c}AbJh}{{Fnc}AbJh}```7777{c{{Ab{e}}}{}{}}0000{Gd{{Ab{J`c}}}{}}{Gd{{Ab{Fnc}}}{}}22222{cGf{}}0000{c{{Gj{{Gh{J`}}}}}{}}{c{{Gj{{Gh{Fn}}}}}{}}{{{Gj{{Gh{J`}}}}}c{}}{{{Gj{{Gh{Fn}}}}}c{}}``?????```````````````````````````````{{}Hh}0{ce{}{}}0{{}Jj}{{}An}0{{JjIl}In}{JlJj}{cc{}}{B`Jj}{{CjCjCj}Jj}7{JjB`}{JjCj}{cCj{}}111:{Hh{{Ab{JjGd}}}}<{{}c{}}====<<{c{}{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Jjc}}}{}}1{cGf{}}{c{{Gj{{Gh{Jj}}}}}{}}{{{Gj{{Gh{Jj}}}}}c{}}{ce{}{}}{{}Hh}`{{cIj}An{}}22{JnJn}{{ce}An{}{}}{{JnJn}K`}{{ce}K`{}{}}{{}An}0{c{{Ab{Jn}}}Jf}{{JnJn}Cj}{{ce}Cj{}{}}00{{JnIl}In}{DbJn}{cc{}}{KbJn}{FdJn}{BbJn}{B`Jn}{{{Gh{Hh}}}{{Ab{{Kd{Jn{Gh{Hh}}}}Kf}}}}{{{Hj{Hh}}}Jn}{Eh{{Ab{JnA`}}}}{KhJn}{ce{}{}}{JnB`}{cCj{}}24{{}c{}}{{JnJn}{{j{K`}}}}44{c{}{}}{{Jnc}AbJh}{JnKj}{Jn{{Ab{{Hj{Hh}}Kf}}}}{Jnh}09{c{{Ab{e}}}{}{}}{Gd{{Ab{Jnc}}}{}}1{cGf{}}{c{{Gj{{Gh{Jn}}}}}{}}{{{Gj{{Gh{Jn}}}}}c{}}>{{Jn{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}{ce{}{}}0{BbBb}{{ce}An{}{}}{{}An}0{c{{Ab{Bb}}}Jf}{{BbIl}In}0{KlBb}{KhBb}{JnBb}{cc{}}{B`Bb}23:{BbB`}{cCj{}}<{{}c{}}=={c{}{}}{{Bbc}AbJh}?{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Bbc}}}{}}1{cGf{}}{c{{Gj{{Gh{Bb}}}}}{}}{{{Gj{{Gh{Bb}}}}}c{}}{ce{}{}}``````00{{}An}0>{KnL`}{B`L`}3{L`B`}>4{{{Hj{Hh}}}{{Ab{L`Gd}}}}>55=:{Gd{{Ab{L`c}}}{}};9{c{{Gj{{Gh{L`}}}}}{}}{{{Gj{{Gh{L`}}}}}c{}}8`{{cIj}An{}}99{LbLb}{{ce}An{}{}}::{c{{Ab{Lb}}}Jf}{{LbIl}In}{DbLb}{LdLb}{cc{}}{B`Lb}{{{Gh{Hh}}}{{Ab{{Kd{Lb{Gh{Hh}}}}Kf}}}}{Eh{{Ab{LbA`}}}}{ce{}{}}{LbB`}{cCj{}}2{{}c{}}33{c{}{}}{{Lbc}AbJh}{LbKj}{Lb{{Ab{{Hj{Hh}}Kf}}}}{Lbh}08{c{{Ab{e}}}{}{}}{Gd{{Ab{Lbc}}}{}}1{cGf{}}{c{{Gj{{Gh{Lb}}}}}{}}{{{Gj{{Gh{Lb}}}}}c{}}={{Lb{Hj{Hh}}}{{Ab{AnKf}}}}`>>{{}An}0{LfLh}{cc{}}{B`Lh}{ce{}{}}{LhB`}{cCj{}}2{{{Hj{Hh}}}{{Ab{LhGd}}}}{{}c{}}44{c{}{}}?{Gd{{Ab{Lhc}}}{}}{c{{Ab{e}}}{}{}}?{c{{Gj{{Gh{Lh}}}}}{}}{{{Gj{{Gh{Lh}}}}}c{}}9`99=={{{Hj{Hh}}}Lj}<{B`Lj}1;{LjB`}:<{{{Hj{Hh}}}{{Ab{LjGd}}}}9==86{Gd{{Ab{Ljc}}}{}}7{cGf{}}{c{{Gj{{Gh{Lj}}}}}{}}{{{Gj{{Gh{Lj}}}}}c{}}{ce{}{}}`00{{}An}0{LlLn}{cc{}}{B`Ln}4{LnB`}{cCj{}}6{{{Hj{Hh}}}{{Ab{LnGd}}}}{{}c{}}88{c{}{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Lnc}}}{}}1>{c{{Gj{{Gh{Ln}}}}}{}}{{{Gj{{Gh{Ln}}}}}c{}}=`{{cIj}An{}}>>{M`M`}{{ce}An{}{}}??{c{{Ab{M`}}}Jf}{{M`M`}Cj}{{ce}Cj{}{}}00{{M`Il}In}{MbM`}{LfM`}{cc{}}{MdM`}{B`M`}{{{Gh{Hh}}}{{Ab{{Kd{M`{Gh{Hh}}}}Kf}}}}{{{Hj{Hh}}}M`}{Eh{{Ab{M`Gd}}}}{ce{}{}}{M`B`}{cCj{}}23{{}c{}}33{c{}{}}{{M`c}AbJh}{M`Kj}{M`{{Ab{{Hj{Hh}}Kf}}}}{M`h}8{c{{Ab{e}}}{}{}}{Gd{{Ab{M`c}}}{}}1{cGf{}}{c{{Gj{{Gh{M`}}}}}{}}{{{Gj{{Gh{M`}}}}}c{}}={{M`{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}??{MfMf}{{ce}An{}{}}{{}An}0{c{{Ab{Mf}}}Jf}{{MfIl}In}0{MhMf}{MjMf}{cc{}}{B`Mf}{Mj{{Ab{MfGd}}}}{ce{}{}}{MfB`}{cCj{}}2{Eh{{Ab{MfGd}}}}{{}c{}}44{c{}{}}{{Mfc}AbJh}6{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Mfc}}}{}}1{cGf{}}{c{{Gj{{Gh{Mf}}}}}{}}{{{Gj{{Gh{Mf}}}}}c{}}<````{{cIj}An{}}0===={MlMl}{BdBd}{{ce}An{}{}}0{{}An}0{c{{Ab{Ml}}}Jf}{{MlIl}In}{{BdIl}In}{MnMl}{cc{}}0{B`Ml}{MfMl}{GlMl}{ce{}{}}0{MlB`}{cCj{}}2>{{}c{}}33{c{}{}}{{Mlc}AbJh}55{c{{Ab{e}}}{}{}}0{Gd{{Ab{Mlc}}}{}}11{cGf{}}0{c{{Gj{{Gh{Ml}}}}}{}}{{{Gj{{Gh{Ml}}}}}c{}}::``{{cIj}An{}}{Ef{{Gh{Hh}}}}<<{{}N`}{EfEf}{{ce}An{}{}}{{EfEf}K`}{{ce}K`{}{}}{{}Ef}{Efc{}}{{}An}0{ce{}{{Nd{Nb}}}}0{{EfEf}Cj}{{ce}Cj{}{}}00{{EfIl}In}{NfEf}{cc{}}{{{Hj{Hh}}}Ef}{{{Gh{Hh}}}Ef}{B`Ef}{NhEf}{{Efc}AnNj}{ce{}{}}{EfB`}{cCj{}}2{{}Ef}{{}c{}}{{EfEf}{{j{K`}}}}55{c{}{}}6{c{{Ab{e}}}{}{}}{Gd{{Ab{Efc}}}{}}1{cGf{}}{c{{Gj{{Gh{Ef}}}}}{}}{{{Gj{{Gh{Ef}}}}}c{}};`{{cIj}An{}}<<{MdMd}{{ce}An{}{}}{{}An}0{{MdIl}In}{NlMd}{cc{}}{MbMd}{B`Md}{{{Gh{Hh}}}{{Ab{{Kd{Md{Gh{Hh}}}}Kf}}}}{{{Hj{Hh}}}Md}{Eh{{Ab{MdGd}}}}{ce{}{}}{MdB`}{cCj{}}23{{}c{}}33{c{}{}}{MdKj}{Md{{Ab{{Hj{Hh}}Kf}}}}{Mdh}7{c{{Ab{e}}}{}{}}{Gd{{Ab{Mdc}}}{}}1{cGf{}}{c{{Gj{{Gh{Md}}}}}{}}{{{Gj{{Gh{Md}}}}}c{}}<{{Md{Hj{Hh}}}{{Ab{AnKf}}}}`=={{}An}0{{NnIl}In}{cc{}}{O`Nn}{ObNn}{B`Nn}{{{Hj{Hh}}}Nn}{{{Gh{Hh}}}{{Ab{{Kd{Nn{Gh{Hh}}}}Kf}}}}{Eh{{Ab{NnGd}}}}{ce{}{}}{NnB`}{cCj{}}23{{}c{}}33{c{}{}}{NnKj}{Nn{{Ab{{Hj{Hh}}Kf}}}}{Nnh}{c{{Ab{e}}}{}{}}{Gd{{Ab{Nnc}}}{}}1{cGf{}}{c{{Gj{{Gh{Nn}}}}}{}}{{{Gj{{Gh{Nn}}}}}c{}}<{{Nn{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}{Elh}{{Elh{j{h}}}El}{{ElEhEh}El}{ElOd}{ce{}{}}0{El{{j{h}}}}5{ElEl}{{ce}An{}{}}{El{{Ab{OfKf}}}}{{}An}0{c{{Ab{El}}}Jf}:{ElCj}{{ElIl}In}{cc{}}{OhEl}{B`El}4{ElCh}<{ElB`}66{cCj{}}{{ElHh}Cj}8888?{{}c{}}{{ElHh}h}{ce{}{}}0{c{}{}}{{Elc}AbJh}{{ElEh}El}{Elh}{El{{Ab{hh}}}}5{c{{Ab{e}}}{}{}}{Gd{{Ab{Elc}}}{}}13{cGf{}}{ElCj}{c{{Gj{{Gh{El}}}}}{}}{{{Gj{{Gh{El}}}}}c{}};{{ElKh{j{h}}}El}{{ElEh{j{h}}}El}0{{ElMd{j{h}}}El}{{ElEf{j{h}}}El}{{ElNn{j{h}}}El}{{AdAfAh}{{Ab{Elh}}}}{{El{j{h}}}El}55{{EhEh{j{h}}AdAh}{{Ab{Elh}}}}6`{{cIj}An{}}{ce{}{}}0{ChCh}{{ce}An{}{}}{{}An}0{c{{Ab{Ch}}}Jf}{{ChIl}In}0{cc{}}{MjCh}{OjCh}{B`Ch}{Mj{{Ab{ChGd}}}}:{ChB`}{cCj{}}<{Eh{{Ab{ChGd}}}}{{}c{}}>>{c{}{}}{{Chc}AbJh}{ce{}{}}{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Chc}}}{}}1{cGf{}}{c{{Gj{{Gh{Ch}}}}}{}}{{{Gj{{Gh{Ch}}}}}c{}}6``````{{cIj}An{}}{Ol{{Gh{h}}}}88{OlOl}{{ce}An{}{}}{{}Ol}{{}An}0{{OlIl}In}{cc{}}{{{Hj{h}}}Ol}{B`Ol}{cOl{{A@`{}{{On{Gd}}}}}}{ce{}{}}{OlB`}{cCj{}}2{GdOl}{{}c{}}44{c{}{}}5{c{{Ab{e}}}{}{}}{Gd{{Ab{Olc}}}{}}1{cGf{}}{c{{Gj{{Gh{Ol}}}}}{}}{{{Gj{{Gh{Ol}}}}}c{}}:`{{cIj}An{}};;{Ad{{j{h}}}}{AdAd}{{ce}An{}{}}{{}Ad}{AdA@b}{{}An}0{{AdIl}In}{cc{}}{B`Ad}8{ce{}{}}{AdB`}{cCj{}}2{{EhEh{j{h}}{j{h}}{j{h}}{j{h}}}Ad}{{}c{}}44{c{}{}}>>{{AdEh}An}{AdAn}0{{Adh}An}22{{Ad{j{h}}}An}0{Ad{{j{h}}}}:{c{{Ab{e}}}{}{}}{Gd{{Ab{Adc}}}{}}12{cGf{}}{c{{Gj{{Gh{Ad}}}}}{}}{{{Gj{{Gh{Ad}}}}}c{}}?`````{{cIj}An{}}0000{A@d{{j{A@f}}}}{ce{}{}}000000000{A@fA@f}{A@hA@h}{A@jA@j}{A@lA@l}{A@dA@d}{{ce}An{}{}}0000{A@d{{j{A@h}}}}{{}A@d}{{}An}0{c{{Ab{A@f}}}Jf}{c{{Ab{A@h}}}Jf}{c{{Ab{A@j}}}Jf}{c{{Ab{A@l}}}Jf}{c{{Ab{A@d}}}Jf}{A@d{{j{A@l}}}}{A@dA@n}{{A@fIl}In}{{A@hIl}In}{{A@jIl}In}{{A@lIl}In}{{A@dIl}In}{cc{}}0000{B`A@d}{ce{}{}}0000{A@dB`}{cCj{}}2{{}A@d}{{}c{}}44{c{}{}}{{A@fc}AbJh}{{A@hc}AbJh}{{A@jc}AbJh}{{A@lc}AbJh}{{A@dc}AbJh}{{A@dEhEhEh}An}0{{A@dEh}An}{{A@dEhEh}An}====={c{{Ab{e}}}{}{}}0000{Gd{{Ab{A@dc}}}{}}11111{cGf{}}0000{A@d{{j{A@j}}}}{c{{Gj{{Gh{A@d}}}}}{}}{{{Gj{{Gh{A@d}}}}}c{}}{ce{}{}}0000`{{cIj}An{}}11{AhAh}{{ce}An{}{}}{{}Ah}{{}An}0{{AhIl}In}{cc{}}{B`Ah}8{AhB`}{cCj{}}:{{{j{h}}{j{h}}{j{h}}{j{h}}{j{h}}{j{h}}{j{AA`}}{j{h}}{j{h}}{j{h}}}Ah}{{}c{}}{Ah{{j{h}}}}0{Ah{{j{AA`}}}}111111{AhAAb}2??{c{}{}}{{AhEh}An}0{{AhAA`}An}1111111{ce{}{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Ahc}}}{}}1{cGf{}}{c{{Gj{{Gh{Ah}}}}}{}}{{{Gj{{Gh{Ah}}}}}c{}}5`{{cIj}An{}}66{AfAf}{{ce}An{}{}}{{}Af}{{}An}0{{AfIl}In}{cc{}}{B`Af}={AfB`}{cCj{}}{Af{{j{Cj}}}}{ce{}{}}{{{j{h}}{j{h}}{j{h}}{j{h}}{j{h}}{j{Ef}}{j{AA`}}{j{h}}{j{h}}{j{h}}{j{Cj}}}Af}{{}c{}}22{c{}{}}{Af{{j{h}}}}{Af{{j{Ol}}}}{Af{{j{Ef}}}}222222{AfAAd}3{{AfCj}An}{{Af{Hj{h}}}An}{{AfEh}An}{{AfAA`}An}{{AfEf}An}2222222<{c{{Ab{e}}}{}{}}{Gd{{Ab{Afc}}}{}}1{cGf{}}{c{{Gj{{Gh{Af}}}}}{}}{{{Gj{{Gh{Af}}}}}c{}}{ce{}{}}`{{cIj}An{}}11{AAfAAf}{{ce}An{}{}}{{}An}0{c{{Ab{AAf}}}Jf}{{AAfIl}In}{cc{}}{AAhAAf}{B`AAf}9{AAfB`}{cCj{}};{{EhEhEh}{{Ab{AAfGd}}}}0{Eh{{Ab{AAfGd}}}}{{EhEh}{{Ab{AAfGd}}}}{{}c{}}??{c{}{}}{{AAfc}AbJh}{ce{}{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{AAfc}}}{}}1{cGf{}}{c{{Gj{{Gh{AAf}}}}}{}}{{{Gj{{Gh{AAf}}}}}c{}}5``{{cIj}An{}}{Mj{{Gh{Hh}}}}77{MjMj}{{ce}An{}{}}{{}An}0{c{{Ab{Mj}}}Jf}{ce{}{{Nd{Nb}}}}0{{MjIl}In}{{MjIl}{{Ab{AnAAj}}}}{cc{}}{{{AAl{Hh}}}Mj}{EhMj}{AAnMj}{B`Mj}{{{Gh{Hh}}}{{Ab{{Kd{Mj{Gh{Hh}}}}Kf}}}}{{{Hj{Hh}}}{{Ab{MjA`}}}}{Eh{{Ab{MjGd}}}}{ce{}{}}{MjB`}{BnCj}{MjCj}{cCj{}}4{Eh{{Ab{MjA`}}}}6{{}c{}}66{c{}{}}{{Mjc}AbJh}{MjKj}{Mj{{Ab{{Hj{Hh}}Kf}}}}{BnMj}{MjMj}<{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Mjc}}}{}}1{cGf{}}{c{{Gj{{Gh{Mj}}}}}{}}{{{Gj{{Gh{Mj}}}}}c{}}{ce{}{}}{{Mj{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}22{DbDb}{{ce}An{}{}}{{}An}0{c{{Ab{Db}}}Jf}{{DbIl}In}0{cc{}}{AB`Db}{LbDb}{KhDb}{JnDb}{B`Db}132{Eh{{Ab{DbA`}}}}>{DbB`}{cCj{}}{ce{}{}}3{{}c{}}11{c{}{}}{{Dbc}AbJh}3{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Dbc}}}{}}1{cGf{}}{c{{Gj{{Gh{Db}}}}}{}}{{{Gj{{Gh{Db}}}}}c{}}9`{{cIj}An{}}::{ABbABb}{{ce}An{}{}}{{ABbABb}K`}{{ce}K`{}{}}{{}ABb}{{}An}0{{ABbABb}Cj}{{ce}Cj{}{}}00{{ABbIl}In}{cc{}}{ABdABb}{B`ABb}{ce{}{}}{ABbB`}{cCj{}}2{GlABb}{{}c{}}{{ABbABb}{{j{K`}}}}55{c{}{}}6{c{{Ab{e}}}{}{}}{Gd{{Ab{ABbc}}}{}}1{cGf{}}{ABbGl}{c{{Gj{{Gh{ABb}}}}}{}}{{{Gj{{Gh{ABb}}}}}c{}}<`{{cIj}An{}}=={FbFb}{{ce}An{}{}}{{}An}0{c{{Ab{Fb}}}Jf}{{FbIl}In}{ABfFb}{cc{}}{B`Fb}{MfFb}{GlFb}{MjFb}{ce{}{}}{FbB`}{cCj{}}2={{}c{}}33{c{}{}}{{Fbc}AbJh}5{c{{Ab{e}}}{}{}}{Gd{{Ab{Fbc}}}{}}1{cGf{}}{c{{Gj{{Gh{Fb}}}}}{}}{{{Gj{{Gh{Fb}}}}}c{}}:`{{cIj}An{}}{Hn{{j{Ln}}}}{Hn{{j{L`}}}}=={HnHn}{{ce}An{}{}}{{}An}0{c{{Ab{Hn}}}Jf}{{HnIl}In}{ABhHn}{cc{}}{B`Hn}{JnHn}{LnHn}1{{}Hn}0{ChHn}{L`Hn}{{F`{Gh{Hh}}}Hn}{ABbHn}4{Eh{{Ab{HnA`}}}}{Gd{{Ab{HnGd}}}}{LhHn}7{{{Hj{Hh}}}Lj}:{F`Hn};{ce{}{}}{HnB`}{Hn{{j{Jn}}}}{Hn{{j{Lh}}}}{Hn{{j{F`}}}}{HnCj}{cCj{}}6{Hn{{Ab{HnGd}}}}{{}c{}}88{c{}{}}{{Hnc}AbJh}{HnKj}{Hn{{Ab{{Hj{Hh}}Kf}}}}{Hnh}={c{{Ab{e}}}{}{}}{Gd{{Ab{Hnc}}}{}}1{cGf{}}{Hn{{j{Hn}}}}{c{{Gj{{Gh{Hn}}}}}{}}{{{Gj{{Gh{Hn}}}}}c{}}{ce{}{}}3`{{cIj}An{}}11{ABjABj}{{ce}An{}{}}{{}An}0{c{{Ab{ABj}}}Jf}{{ABjIl}In}{cc{}}{ObABj}{ABlABj}{B`ABj}{{{Hj{Hh}}}ABj}{{{Gh{Hh}}}{{Ab{{Kd{ABj{Gh{Hh}}}}Kf}}}}{Eh{{Ab{ABjGd}}}}={ABjB`}{cCj{}}?2{{}c{}}{ce{}{}}0{c{}{}}{{ABjc}AbJh}{ABjKj}{ABj{{Ab{{Hj{Hh}}Kf}}}}{ABjh}5{c{{Ab{e}}}{}{}}{Gd{{Ab{ABjc}}}{}}1{cGf{}}{c{{Gj{{Gh{ABj}}}}}{}}{{{Gj{{Gh{ABj}}}}}c{}}:{{ABj{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}<<{ABnABn}{{ce}An{}{}}{{}ABn}{{}An}0{c{{Ab{ABn}}}Jf}{{ABnIl}In}0{hABn}{{{Hj{h}}}ABn}{cc{}}{B`ABn}{ce{}{}}{ABnB`}{ABnCj}{cCj{}}3{GdABn}{{}c{}}55{c{}{}}{{ABnc}AbJh}7{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{ABnc}}}{}}1{cGf{}}{c{{Gj{{Gh{ABn}}}}}{}}{{{Gj{{Gh{ABn}}}}}c{}}=`{{cIj}An{}}{AC`h}??{AC`AC`}{{ce}An{}{}}{{}An}0{c{{Ab{AC`}}}Jf}{{AC`Il}In}{cc{}}{ACbAC`}{B`AC`}{ce{}{}}{AC`B`}{cCj{}}2;{{}c{}}33{c{}{}}{{AC`c}AbJh}5{c{{Ab{e}}}{}{}}{Gd{{Ab{AC`c}}}{}}1{cGf{}}{c{{Gj{{Gh{AC`}}}}}{}}{{{Gj{{Gh{AC`}}}}}c{}}:`{{cIj}An{}};;{KhKh}{{ce}An{}{}}{{KhKh}K`}{{ce}K`{}{}}{{}An}0{c{{Ab{Kh}}}Jf}{{KhKh}Cj}{{ce}Cj{}{}}00{{KhIl}In}0{BbKh}{cc{}}{DbKh}{ACdKh}{FdKh}{B`Kh}{{{Gh{Hh}}}{{Ab{{Kd{Kh{Gh{Hh}}}}Kf}}}}{ce{}{}}{KhB`}{cCj{}}2{Eh{{Ab{KhA`}}}}{{}c{}}{{KhKh}{{j{K`}}}}55{c{}{}}{{Khc}AbJh}{KhKj}{KhJn}{Kh{{Ab{{Hj{Hh}}Kf}}}}:{KhF`}{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Khc}}}{}}1{cGf{}}{c{{Gj{{Gh{Kh}}}}}{}}{{{Gj{{Gh{Kh}}}}}c{}}{ce{}{}}{{Kh{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}22{FdFd}{{ce}An{}{}}{{}An}0{c{{Ab{Fd}}}Jf}{{FdIl}In}0{KhFd}{ACfFd}{JnFd}{cc{}}{F`Fd}{B`Fd}351={FdB`}{cCj{}}?{{}c{}}{ce{}{}}0{c{}{}}{{Fdc}AbJh}2{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Fdc}}}{}}1{cGf{}}{c{{Gj{{Gh{Fd}}}}}{}}{{{Gj{{Gh{Fd}}}}}c{}}8`````````````````````````````88{{A`Il}In}0{AChA`}{ACjA`}{AClA`}{ACnA`}{CfA`}{cc{}}?{A`{{j{AD`}}}}=<<:{ce{}{}}````````````````````````````````````{{cIj}An{}}{EnJn}{{Enh{j{h}}}En}{{EnEhEh}En}{En{{ADd{ADb}}}}{En{{ADd{Jn}}}}66{Enh}{EnEn}{{ce}An{}{}}{En{{Ab{OfKf}}}}{{}An}0{c{{Ab{En}}}Jf}5{EnCj}{EnIb}{{EnIl}In}{cc{}}{ADfEn}{OhEn}{ADhEn}{B`En}{EnE`}{EnADj}?{ce{}{}}{EnB`};{cCj{}}<2{{df}{{Ab{Enh}}}}{{{j{F`}}EhEhf{j{h}}}{{Ab{Enh}}}}{{}c{}}55{c{}{}}{{Enc}AbJh}{EnOd}{{EnEh}En}{En{{ADd{Jn}}}}{EnKj}{Enh}{En{{Ab{hh}}}}={c{{Ab{e}}}{}{}}{Gd{{Ab{Enc}}}{}}13{cGf{}}{c{{Gj{{Gh{En}}}}}{}}{{{Gj{{Gh{En}}}}}c{}}{EnCj}{ce{}{}}{{EnJn{j{h}}}En}{{EnEh{j{h}}}En}0{{EnM`{j{h}}}En}{{EnEf{j{h}}}En}{{EnABj{j{h}}}En}{{EnKh{j{h}}}En}{{En{j{h}}}En}55`{{cIj}An{}}88{E`E`}{{ce}An{}{}}{{}An}0{c{{Ab{E`}}}Jf}{{E`Il}In}0{ADlE`}{cc{}}{B`E`}{Mj{{Ab{E`Gd}}}}{{{Gh{Hh}}}{{Ab{E`Gd}}}}{ce{}{}}{E`B`}{cCj{}}2{Eh{{Ab{E`Gd}}}}{{}c{}}44{c{}{}}{{E`c}AbJh}6{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{E`c}}}{}}1{cGf{}}{c{{Gj{{Gh{E`}}}}}{}}{{{Gj{{Gh{E`}}}}}c{}}<````````````````````{{cIj}An{}}000{d{{j{h}}}}>>>>>>>>{ADnADn}{AE`AE`}{dd}{AEbAEb}{{ce}An{}{}}000{{}d}{{}AEb}{d{{j{Hh}}}}{d{{j{Kh}}}}{{}An}0000000:{d{{j{M`}}}};{{ADnIl}In}{{AE`Il}In}{{dIl}In}{{AEbIl}In}{cc{}}000{B`ADn}{B`AE`}{B`d}{B`AEb}{ce{}{}}000{ADnB`}{AE`B`}{dB`}{AEbB`}{B`Cj}{cCj{}}01{dAEb}77{d{{j{Gl}}}}{d{{j{B`}}}}1{d{{j{F`}}}}2{{KhHhEhGlGl}d}{{KhKhEh}d}{{EhEh}d}0{{EhEh{j{h}}}d}0{{KhKhKhEh}d}{{{j{Ef}}}d}{{{j{F`}}AE`Eh{j{Gl}}}d}5{d{{j{Kh}}}}{{KhEh}d}{{}c{}}000{d{{j{h}}}}{d{{j{ABj}}}}4{ce{}{}}000{c{}{}}000{{dEh}An}{{dHh}An}{{dKh}An}2{{dM`}An}3{{dAEb}An}{{dGl}An}{{dB`}An}1{{dF`}An}257{{dABj}An}6{{dAE`}An}{{dEf}An}8{d{{j{AE`}}}}===={dAEd}{d{{j{Ef}}}}{c{{Ab{e}}}{}{}}000{Gd{{Ab{ADn}}}}{Gd{{Ab{AE`c}}}{}}{Gd{{Ab{dc}}}{}}{Gd{{Ab{AEb}}}}4444{cGf{}}000{d{{j{Kh}}}}{c{{Gj{{Gh{ADn}}}}}{}}{c{{Gj{{Gh{AE`}}}}}{}}{c{{Gj{{Gh{d}}}}}{}}{c{{Gj{{Gh{AEb}}}}}{}}{{{Gj{{Gh{ADn}}}}}c{}}{{{Gj{{Gh{AE`}}}}}c{}}{{{Gj{{Gh{d}}}}}c{}}{{{Gj{{Gh{AEb}}}}}c{}}{ce{}{}}000`{{cIj}An{}}11{f{{j{h}}}}{ff}{{ce}An{}{}}{{}f}{{}An}0{{fIl}In}{cc{}}{B`f}779{fB`}{cCj{}};{{Eh{j{h}}{j{h}}{j{h}}{j{h}}{j{{Hj{h}}}}{j{h}}{j{h}}{j{h}}{j{h}}{j{h}}{j{Cj}}}f}{{}c{}};;;=={c{}{}}<<{f{{j{Ol}}}}{{fEh}An}{fAn}01111111{{f{Hj{h}}}An}{{fCj}An}{{f{j{h}}}An}0{f{{j{Cj}}}}{f{{j{h}}}}{ce{}{}}{fAEf}{c{{Ab{e}}}{}{}}{Gd{{Ab{fc}}}{}}14{cGf{}}{c{{Gj{{Gh{f}}}}}{}}{{{Gj{{Gh{f}}}}}c{}}6`{{cIj}An{}}77{F`F`}{{ce}An{}{}}{{F`F`}K`}{{ce}K`{}{}}{F`c{}}{{}An}0{c{{Ab{F`}}}Jf}{{F`F`}Cj}{{ce}Cj{}{}}00{{F`Il}In}{AEhF`}{cc{}}{FdF`}{B`F`}{{{Hj{Hh}}Hh}F`}{ce{}{}}{F`B`}{cCj{}}2{{EhHh}{{Ab{F`Gd}}}}{{}c{}}{{F`F`}{{j{K`}}}}55{c{}{}}{{F`c}AbJh}{F`h}8{c{{Ab{e}}}{}{}}{Gd{{Ab{F`c}}}{}}1{cGf{}}{c{{Gj{{Gh{F`}}}}}{}}{{{Gj{{Gh{F`}}}}}c{}}=````{{cIj}An{}}>>{AlAl}{{ce}An{}{}}{{}An}0{c{{Ab{Al}}}Jf}{{AlAl}Cj}{{AlIl}In}{hAl}{cc{}}{GlAl}{AEjAl}{EhAl}{B`Al}{ce{}{}}{AlB`}{B`Cj}{{}c{}}{c{}{}}{{Alc}AbJh}5{c{{Ab{e}}}{}{}}{Gd{{Ab{Al}}}}1{cGf{}}{c{{Gj{{Gh{Al}}}}}{}}{{{Gj{{Gh{Al}}}}}c{}}:````````````````````````````````````````````````````````````{{cIj}An{}}0000000000000```;;;;;;;;;;;;;;;;;;;;;;;;;;;;{{AElGn}An}{AElAEl}{H`H`}{AEnAEn}{AF`AF`}{AFbAFb}{AFdAFd}{AFfAFf}{AFhAFh}{AFjAFj}{AFlAFl}{AFnAFn}{AG`AG`}{AGbAGb}{GnGn}{{ce}An{}{}}0000000000000```{{}AEl}{{}AEn}{{}AF`}{{}AFb}{{}AFd}{{}AFf}{{}AFh}{{}AFj}{{}AFl}{{}AFn}{{}AG`}{{}AGb}{{}Gn}{AFhh}{{}An}00000000000000000000000{c{{Ab{AF`}}}Jf}{c{{Ab{AFb}}}Jf}{c{{Ab{AFd}}}Jf}{c{{Ab{AFf}}}Jf}{c{{Ab{AFh}}}Jf}{c{{Ab{AFj}}}Jf}{c{{Ab{AFl}}}Jf}{c{{Ab{AFn}}}Jf}{c{{Ab{AG`}}}Jf}{c{{Ab{AGb}}}Jf}{c{{Ab{Gn}}}Jf}```````{{AElIl}In}{{AEnIl}In}{{AF`Il}In}{{AFbIl}In}{{AFdIl}In}{{AFfIl}In}{{AFhIl}In}0{{AFjIl}In}{{AFlIl}In}{{AFnIl}In}{{AG`Il}In}{{AGbIl}In}{{GnIl}In}{cc{}}0000000000000{B`H`}{B`AF`}{B`AFb}{B`AFd}{B`AFf}{B`AFh}{B`AFj}{B`AFl}{B`AFn}{B`AG`}{B`AGb}{B`Gn}{AGb{{j{AG`}}}}0````{ce{}{}}0000000000000{H`B`}{AF`B`}{AFbB`}{AFdB`}{AFfB`}{AFhB`}{AFjB`}{AFlB`}{AFnB`}{AG`B`}{AGbB`}{GnB`}{cCj{}}00000000000`============``{cAEl{{AGd{Gn}}AGfAGh}}{{h{j{Gl}}}H`}{{hAEl}AEn}{{}c{}}00000000000`{ce{}{}}00000000000000000000000{c{}{}}00000000000{{AF`c}AbJh}{{AFbc}AbJh}{{AFdc}AbJh}{{AFfc}AbJh}{{AFhc}AbJh}{{AFjc}AbJh}{{AFlc}AbJh}{{AFnc}AbJh}{{AG`c}AbJh}{{AGbc}AbJh}{{Gnc}AbJh}`{H`{{j{{Hj{Gn}}}}}}{H`An}`{{H`{Hj{AEn}}}{{Ab{Anh}}}}```??????????????{ch{}}{AFhh}````{c{{Ab{e}}}{}{}}0000000000000{Gd{{Ab{H`c}}}{}}{Gd{{Ab{AF`c}}}{}}{Gd{{Ab{AFbc}}}{}}{Gd{{Ab{AFdc}}}{}}{Gd{{Ab{AFfc}}}{}}{Gd{{Ab{AFhc}}}{}}{Gd{{Ab{AFjc}}}{}}{Gd{{Ab{AFlc}}}{}}{Gd{{Ab{AFnc}}}{}}{Gd{{Ab{AG`c}}}{}}{Gd{{Ab{AGbc}}}{}}{Gd{{Ab{Gnc}}}{}}<<<<<<<<<<<<<<`{cGf{}}0000000000000{{H`h}An}{c{{Gj{{Gh{H`}}}}}{}}{c{{Gj{{Gh{AF`}}}}}{}}{c{{Gj{{Gh{AFb}}}}}{}}{c{{Gj{{Gh{AFd}}}}}{}}{c{{Gj{{Gh{AFf}}}}}{}}{c{{Gj{{Gh{AFh}}}}}{}}{c{{Gj{{Gh{AFj}}}}}{}}{c{{Gj{{Gh{AFl}}}}}{}}{c{{Gj{{Gh{AFn}}}}}{}}{c{{Gj{{Gh{AG`}}}}}{}}{c{{Gj{{Gh{AGb}}}}}{}}{c{{Gj{{Gh{Gn}}}}}{}}{{{Gj{{Gh{H`}}}}}c{}}{{{Gj{{Gh{AF`}}}}}c{}}{{{Gj{{Gh{AFb}}}}}c{}}{{{Gj{{Gh{AFd}}}}}c{}}{{{Gj{{Gh{AFf}}}}}c{}}{{{Gj{{Gh{AFh}}}}}c{}}{{{Gj{{Gh{AFj}}}}}c{}}{{{Gj{{Gh{AFl}}}}}c{}}{{{Gj{{Gh{AFn}}}}}c{}}{{{Gj{{Gh{AG`}}}}}c{}}{{{Gj{{Gh{AGb}}}}}c{}}{{{Gj{{Gh{Gn}}}}}c{}}{AFhh}{ce{}{}}0000000000000","D":"AOd","p":[[5,"SDK",0,2633],[5,"TransactionBuilderParams",1855],[5,"TransactionStrParams",2023],[5,"String",2634],[6,"Option",2635],[5,"PutTransactionResult",2636],[5,"SuccessResponse",2637],[6,"SdkError",1670],[6,"Result",2638],[5,"DeployStrParams",969],[5,"SessionStrParams",1167],[5,"PaymentStrParams",1117],[5,"PutDeployResult",2639],[6,"Verbosity",2121],[1,"unit"],[1,"u32"],[5,"AccountIdentifier",410],[6,"BlockIdentifierInput",665],[5,"GetAccountResult",2640],[5,"GetAuctionInfoResult",2641],[6,"GetBalanceInput",140,2642],[5,"GetBalanceResult",2643],[10,"ToDigest",1254],[5,"GetBlockResult",2644],[5,"GetBlockTransfersResult",2645],[5,"GetChainspecResult",2646],[6,"Error",2647],[5,"DeployHash",897],[1,"bool"],[5,"GetDeployResult",2648],[6,"DictionaryItemInput",156,2649],[5,"GetDictionaryItemResult",2650],[5,"EntityIdentifier",1304],[5,"GetAddressableEntityResult",2651],[5,"GetEraInfoResult",2652],[5,"GetEraSummaryResult",2653],[5,"GetNodeStatusResult",2654],[5,"GetPeersResult",2655],[5,"GetStateRootHashResult",2656],[5,"TransactionHash",1818],[5,"GetTransactionResult",2657],[5,"GetValidatorChangesResult",2658],[5,"Bytes",715],[1,"str"],[5,"ListRpcsResult",2659],[5,"Deploy",831],[5,"Transaction",1751],[5,"URef",2079],[5,"GlobalStateIdentifier",1382],[5,"PurseIdentifier",1632],[5,"QueryBalanceResult",2660],[5,"QueryBalanceDetailsResult",2661],[5,"QueryGlobalStateParams",172,2662],[5,"QueryGlobalStateResult",2663],[5,"QueryGlobalStateOptions",172,2662],[5,"SpeculativeExecResult",2664],[5,"SpeculativeExecTxnResult",2665],[5,"JsValue",2666],[5,"TypeId",2667],[1,"slice"],[5,"Box",2668],[1,"u64"],[5,"EventParseResult",2201,2669],[5,"Watcher",2201,2669],[5,"CLValue",2670],[6,"Value",2671],[6,"FromStrError",2672],[1,"u8"],[5,"Vec",2673],[10,"Serialize",2674],[5,"Key",1416],[10,"ToBytes",2675],[5,"Timestamp",2676],[5,"TimeDiff",2676],[6,"ErrorExt",2677],[6,"SecretKey",2678],[5,"Private",2679],[5,"Formatter",2680],[8,"Result",2680],[5,"QueryGlobalStateResult",172,2662],[6,"KeyIdentifierInput",172,2662],[6,"PathIdentifierInput",172,2662],[10,"Deserializer",2681],[10,"Serializer",2674],[5,"AccessRights",321],[5,"AccessRights",2682],[5,"AccountHash",360],[6,"Ordering",2683],[5,"AccountHash",2684],[1,"tuple"],[6,"Error",2675],[5,"PublicKey",1583],[1,"usize"],[6,"AccountIdentifier",2640],[8,"DictionaryAddr",2685],[5,"DictionaryAddr",451],[5,"EntityAddr",475],[6,"EntityAddr",2672],[8,"HashAddr",2685],[5,"HashAddr",513],[5,"TransferAddr",537],[8,"URefAddr",2686],[5,"URefAddr",562],[5,"AddressableEntityHash",586],[5,"AddressableEntityHash",2672],[5,"ContractHash",761],[5,"BlockHash",630],[5,"BlockHash",2687],[5,"Digest",1254],[5,"BlockIdentifier",665],[6,"BlockIdentifier",2688],[6,"CLType",2689],[1,"char"],[10,"FromIterator",2690],[5,"Bytes",2691],[5,"Uint8Array",2692],[10,"Hasher",2693],[5,"ContractHash",2694],[5,"ContractPackageHash",798],[5,"ContractPackageHash",2694],[5,"PackageHash",2695],[5,"RuntimeArgs",2696],[5,"ApprovalsHash",2697],[5,"Deploy",2698],[5,"DeployHash",2699],[5,"ArgsSimple",937],[17,"Item"],[10,"IntoIterator",2690],[5,"DeployStrParams",2700],[5,"DictionaryItemStrParams",1013],[5,"AccountNamedKey",1013],[5,"ContractNamedKey",1013],[5,"URefVariant",1013],[5,"DictionaryVariant",1013],[6,"DictionaryItemStrParams",2701],[5,"Array",2692],[5,"PaymentStrParams",2702],[5,"SessionStrParams",2703],[5,"DictionaryItemIdentifier",1220],[6,"DictionaryItemIdentifier",2704],[5,"Error",2680],[1,"array"],[5,"Digest",2705],[6,"EntityIdentifier",2651],[5,"EraId",1344],[5,"EraId",2706],[6,"GlobalStateIdentifier",2688],[6,"Key",2685],[5,"PackageHash",1476],[8,"PackageAddr",2685],[5,"Path",1515],[5,"PeerEntry",1551],[5,"PeerEntry",2655],[6,"PublicKey",2678],[6,"PurseIdentifier",2707],[5,"Error",2708],[6,"CLValueError",2670],[6,"CliError",2709],[5,"Error",2710],[10,"Error",2711],[5,"Approval",2712],[5,"BTreeSet",2713],[6,"Transaction",2714],[5,"TransactionV1",2715],[6,"TransactionHeader",2716],[6,"TransactionHash",2717],[6,"TransferTargetKind",1855],[5,"TransferTarget",1855],[6,"TransactionKind",1855],[6,"TransactionBuilderParams",2718],[5,"TransactionStrParams",2719],[5,"URef",2686],[6,"Verbosity",2720],[5,"EventHandlerFn",2201,2669],[5,"Subscription",2201,2669],[5,"Failure",2201,2669],[5,"Version2",2201,2669],[5,"Payment",2201,2669],[5,"ExecutionResult",2201,2669],[5,"HashString",2201,2669],[5,"PublicKeyString",2201,2669],[5,"Message",2201,2669],[5,"Messages",2201,2669],[5,"TransactionProcessed",2201,2669],[5,"Body",2201,2669],[10,"Fn",2721],[10,"Send",2722],[10,"Sync",2722],[15,"ConflictingArguments",1716],[15,"FailedToParseKey",1716],[15,"FailedToParsePublicKeyBytes",1716],[15,"FailedToParsePublicKey",1716],[15,"FailedToParseAccountHash",1716],[15,"FailedToParseEntity",1716],[15,"FailedToDecodeHex",1716],[15,"FailedToParseAccountHashLength",1716],[15,"FailedToParseURef",1716],[15,"FailedToParseInt",1716],[15,"FailedToParseTimeDiff",1716],[15,"FailedToParseTimestamp",1716],[15,"FailedToParseUint",1716],[15,"FailedToParseDigest",1716],[15,"FailedToParseAddressableEntityHash",1716],[15,"FailedToParseBool",1716],[15,"FailedToParseDec",1716],[15,"InvalidArgument",1716]],"r":[[0,2633],[3,2723],[5,2723],[9,2724],[34,2723],[36,2723],[53,2723],[55,2723],[62,2633],[67,2724],[71,2725],[73,2724],[75,2725],[77,2725],[79,2724],[81,2725],[95,2633],[96,2726],[97,2726],[116,2727],[117,2727],[118,2727],[119,2727],[120,2727],[121,2727],[122,2727],[123,2727],[124,2727],[125,2727],[126,2727],[127,2727],[128,2727],[129,2727],[130,2727],[131,2727],[132,2727],[133,2727],[134,2727],[135,2727],[136,2727],[137,2727],[138,2727],[139,2727],[140,2642],[156,2649],[173,2662],[175,2662],[176,2662],[177,2662],[178,2662],[2155,2669],[2156,2669],[2157,2669],[2158,2669],[2159,2669],[2160,2669],[2161,2669],[2162,2669],[2163,2669],[2164,2669],[2165,2669],[2166,2669],[2167,2669],[2168,2669],[2200,2728],[2201,2669],[2202,2669],[2203,2669],[2204,2669],[2205,2669],[2206,2669],[2207,2669],[2208,2669],[2209,2669],[2210,2669],[2211,2669],[2212,2669],[2213,2669],[2214,2669]],"b":[[337,"impl-OptionFromWasmAbi-for-AccessRights"],[338,"impl-AccessRights"],[343,"impl-AccessRights"],[344,"impl-OptionIntoWasmAbi-for-AccessRights"],[376,"impl-From%3CEntityIdentifier%3E-for-AccountHash"],[378,"impl-From%3CAccountHash%3E-for-AccountHash"],[379,"impl-From%3CPurseIdentifier%3E-for-AccountHash"],[380,"impl-From%3CAccountIdentifier%3E-for-AccountHash"],[382,"impl-FromBytes-for-AccountHash"],[383,"impl-AccountHash"],[419,"impl-Display-for-AccountIdentifier"],[420,"impl-Debug-for-AccountIdentifier"],[421,"impl-From%3CAccountIdentifier%3E-for-AccountIdentifier"],[422,"impl-From%3CPublicKey%3E-for-AccountIdentifier"],[423,"impl-From%3CAccountHash%3E-for-AccountIdentifier"],[485,"impl-From%3CEntityIdentifier%3E-for-EntityAddr"],[486,"impl-From%3CEntityAddr%3E-for-EntityAddr"],[600,"impl-From%3CAddressableEntityHash%3E-for-AddressableEntityHash"],[601,"impl-From%3C%5Bu8;+casper_types::::key::HashAddr::%7Bconstant%230%7D%5D%3E-for-AddressableEntityHash"],[603,"impl-From%3CContractHash%3E-for-AddressableEntityHash"],[605,"impl-FromBytes-for-AddressableEntityHash"],[606,"impl-AddressableEntityHash"],[639,"impl-Debug-for-BlockHash"],[640,"impl-Display-for-BlockHash"],[641,"impl-From%3CBlockHash%3E-for-BlockHash"],[642,"impl-From%3CDigest%3E-for-BlockHash"],[736,"impl-From%3CBytes%3E-for-Bytes"],[738,"impl-From%3CVec%3Cu8%3E%3E-for-Bytes"],[739,"impl-From%3C%26%5Bu8%5D%3E-for-Bytes"],[770,"impl-From%3CContractHash%3E-for-ContractHash"],[772,"impl-From%3CAddressableEntityHash%3E-for-ContractHash"],[774,"impl-FromBytes-for-ContractHash"],[775,"impl-ContractHash"],[805,"impl-From%3CContractPackageHash%3E-for-ContractPackageHash"],[806,"impl-From%3CPackageHash%3E-for-ContractPackageHash"],[808,"impl-ContractPackageHash"],[809,"impl-FromBytes-for-ContractPackageHash"],[906,"impl-Display-for-DeployHash"],[907,"impl-Debug-for-DeployHash"],[909,"impl-From%3CDigest%3E-for-DeployHash"],[910,"impl-From%3CDeployHash%3E-for-DeployHash"],[1267,"impl-Debug-for-Digest"],[1268,"impl-Display-for-Digest"],[1270,"impl-From%3C%5Bu8;+_Digest::LENGTH%5D%3E-for-Digest"],[1271,"impl-From%3C%26str%3E-for-Digest"],[1272,"impl-From%3CDigest%3E-for-Digest"],[1313,"impl-Display-for-EntityIdentifier"],[1314,"impl-Debug-for-EntityIdentifier"],[1316,"impl-From%3CEntityIdentifier%3E-for-EntityIdentifier"],[1317,"impl-From%3CEntityAddr%3E-for-EntityIdentifier"],[1318,"impl-From%3CPublicKey%3E-for-EntityIdentifier"],[1319,"impl-From%3CAccountHash%3E-for-EntityIdentifier"],[1487,"impl-From%3CPackageHash%3E-for-PackageHash"],[1488,"impl-From%3C%5Bu8;+casper_types::::key::PackageAddr::%7Bconstant%230%7D%5D%3E-for-PackageHash"],[1490,"impl-PackageHash"],[1491,"impl-FromBytes-for-PackageHash"],[1525,"impl-Debug-for-Path"],[1526,"impl-Display-for-Path"],[1527,"impl-From%3CString%3E-for-Path"],[1528,"impl-From%3CVec%3CString%3E%3E-for-Path"],[1598,"impl-Display-for-PublicKey"],[1599,"impl-Debug-for-PublicKey"],[1600,"impl-From%3CAccountIdentifier%3E-for-PublicKey"],[1602,"impl-From%3CEntityIdentifier%3E-for-PublicKey"],[1603,"impl-From%3CPublicKey%3E-for-PublicKey"],[1604,"impl-From%3CPurseIdentifier%3E-for-PublicKey"],[1641,"impl-Display-for-PurseIdentifier"],[1642,"impl-Debug-for-PurseIdentifier"],[1643,"impl-From%3CPublicKey%3E-for-PurseIdentifier"],[1644,"impl-From%3CPurseIdentifier%3E-for-PurseIdentifier"],[1645,"impl-From%3CAccountHash%3E-for-PurseIdentifier"],[1647,"impl-From%3CURef%3E-for-PurseIdentifier"],[1701,"impl-Debug-for-SdkError"],[1702,"impl-Display-for-SdkError"],[1703,"impl-From%3CError%3E-for-SdkError"],[1704,"impl-From%3CCLValueError%3E-for-SdkError"],[1705,"impl-From%3CCliError%3E-for-SdkError"],[1706,"impl-From%3CJsonArgsError%3E-for-SdkError"],[1707,"impl-From%3CError%3E-for-SdkError"],[1772,"impl-From%3CTransaction%3E-for-Transaction"],[1773,"impl-From%3CDeploy%3E-for-Transaction"],[1774,"impl-From%3CTransactionV1%3E-for-Transaction"],[1827,"impl-Display-for-TransactionHash"],[1828,"impl-Debug-for-TransactionHash"],[2096,"impl-From%3CURef%3E-for-URef"],[2098,"impl-From%3CPurseIdentifier%3E-for-URef"],[2135,"impl-From%3CString%3E-for-Verbosity"],[2137,"impl-From%3Cu64%3E-for-Verbosity"],[2138,"impl-From%3CVerbosity%3E-for-Verbosity"],[2139,"impl-From%3C%26str%3E-for-Verbosity"],[2354,"impl-Display-for-HashString"],[2355,"impl-Debug-for-HashString"]],"c":"OjAAAAEAAAAAAAcAEAAAAAcAEAAWABkAJgBcAF4AVQk=","e":"OzAAAAEAAE8JfwAAAAQABgAAAAgAAgAMAAEADwAAABkAAAAbAAAAIQACACUAAAAoAAEAKwAAADAAAQA2AAAAOAAAADwABQBEAAAASAAAAEoAAABMAAAATgAAAFAAAABSAAAAVAAHAGAAAABjAAAAdQAXAI4ABwCYAA0AqAAFAK8AAACzACQA2QAAAN4AAgDmAGUATQEBAFABKQB7AQcAhAEkAKoBAgCuARoAygEBAM0BGgDpAQIA7QEaAAkCAAALAhQAIQIBACQCFAA6AgAAPAIeAFwCBABiAiEAhQIBAIgCJQCwAgIAtQIsAOMCBADpAhoABQMEAAsDGQAmAwUALQMlAFQDAwBZAzMAjgMDAJMDIQC2AwIAugMbANcDAQDaA0oAKgQAADAENwBpBAAAawQuAJsEAACdBDEA0AQBANMEIgD3BAYA/wQkACUFCAAvBSEAUgUBAFUFHABzBQMAeAUdAJcFEgCrBSMA0AUFANcFIgD7BQAA/QUdABwGAQAfBiIAQwYEAEkGJQBwBgQAdgYmAJ4GDgCvBjwA7QYGAPUGMQAoBwIALAdNAH4HAwCGB2wA9AcCAPgHOQAzCAIANwghAFoIAwBfCAwAcQgEAHoICQCHCAkAkwgGAJ8IBACoCCwA1wgdAPYIMwAuCQwASQkRAGkJJgCTCTwA0gkAANYJSwAjCiYA"}]\ +["casper_rust_wasm_sdk",{"t":"FNNCNCNCNCNNNNNNNNNNNNNNNNNNNNNNNCCNCNNNNNNNNNNNNNNNNCNCNNNNNNCNNNNCNNNCNCNCNCNCNCNNNNNCNNNNNNNCHHSHHHHHHHHHHHHHHHHHCCCCCCCCCCCCCCCCCCCCCCCCGPPNNNNNNNNNNNNNGPPNNNNNNNNNNNNNPGPGFFFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNOOONNOOOOONNOOONNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCFNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNHNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFKNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNMNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPPPPPPPPPPPPPPPPGNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCPPPPPPPPPPFGPFGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCFFFFFFFFFFFFFFNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNOONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONOOONNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["SDK","borrow","borrow_mut","call_entrypoint","call_entrypoint","call_entrypoint_deploy","call_entrypoint_deploy","debug","default","deploy","deploy","describe","describe_vector","from","from_abi","get_account","get_auction_info","get_balance","get_block","get_block_transfers","get_chainspec","get_deploy","get_dictionary_item","get_entity","get_era_info","get_era_summary","get_node_address","get_node_status","get_peers","get_state_root_hash","get_transaction","get_validator_changes","get_verbosity","helpers","install","install","install_deploy","install_deploy","into","into_abi","is_none","list_rpcs","long_ref_from_abi","make_deploy","make_transaction","make_transfer","make_transfer_transaction","new","none","put_deploy","put_transaction","query_balance","query_balance_details","query_contract_dict","query_contract_dict","query_contract_key","query_contract_key","query_global_state","query_global_state_js_alias_params","ref_from_abi","ref_mut_from_abi","return_abi","rpcs","set_node_address","set_verbosity","sign_deploy","sign_transaction","speculative_deploy","speculative_deploy","speculative_exec","speculative_exec_deploy","speculative_transaction","speculative_transaction","speculative_transfer","speculative_transfer","speculative_transfer_transaction","speculative_transfer_transaction","transaction","transaction","transfer","transfer","transfer_transaction","transfer_transaction","try_from","try_from_js_value","try_into","type_id","types","vector_from_abi","vector_into_abi","vzip","wait_deploy","wait_transaction","watch_deploy","watch_transaction","watcher","error","log","BLAKE2B_DIGEST_LENGTH","cl_value_to_json","get_base64_from_account_hash","get_blake2b_hash","get_current_timestamp","get_gas_price_or_default","get_ttl_or_default","hex_to_string","hex_to_uint8_vec","json_pretty_print","make_dictionary_item_key","motes_to_cspr","parse_timestamp","parse_ttl","public_key_from_secret_key","secret_key_from_pem","secret_key_generate","secret_key_secp256k1_generate","get_account","get_auction_info","get_balance","get_block","get_block_transfers","get_chainspec","get_deploy","get_dictionary_item","get_entity","get_era_info","get_era_summary","get_node_status","get_peers","get_state_root_hash","get_transaction","get_validator_changes","list_rpcs","put_deploy","put_transaction","query_balance","query_balance_details","query_global_state","speculative_exec","speculative_exec_deploy","GetBalanceInput","PurseUref","PurseUrefAsString","__clone_box","borrow","borrow_mut","clone","clone_into","fmt","from","into","to_owned","try_from","try_into","type_id","vzip","DictionaryItemInput","Identifier","Params","__clone_box","borrow","borrow_mut","clone","clone_into","fmt","from","into","to_owned","try_from","try_into","type_id","vzip","Key","KeyIdentifierInput","Path","PathIdentifierInput","QueryGlobalStateOptions","QueryGlobalStateParams","QueryGlobalStateResult","String","String","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","describe","describe","describe_vector","describe_vector","deserialize","deserialize","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_abi","from_abi","global_state_identifier","into","into","into","into","into","into_abi","into_abi","is_none","is_none","key","key","key_as_string","long_ref_from_abi","long_ref_from_abi","maybe_block_id","maybe_block_id_as_string","maybe_global_state_identifier","node_address","node_address","none","none","path","path","path_as_string","ref_from_abi","ref_from_abi","ref_mut_from_abi","ref_mut_from_abi","return_abi","return_abi","serialize","serialize","state_root_hash","state_root_hash","state_root_hash_as_string","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from_js_value","try_from_js_value","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vector_from_abi","vector_from_abi","vector_into_abi","vector_into_abi","verbosity","verbosity","vzip","vzip","vzip","vzip","vzip","access_rights","account_hash","account_identifier","addr","addressable_entity_hash","block_hash","block_identifier","cl","contract_hash","contract_package_hash","deploy","deploy_hash","deploy_params","dictionary_item_identifier","digest","entity_identifier","era_id","global_state_identifier","key","package_hash","path","peer_entry","public_key","purse_identifier","sdk_error","transaction","transaction_hash","transaction_params","uref","verbosity","AccessRights","add","add_write","borrow","borrow_mut","default","describe","describe_vector","fmt","from","from","from_abi","from_bits","into","into_abi","is_addable","is_none","is_none","is_readable","is_writeable","long_ref_from_abi","new","none","none","read","read_add","read_add_write","read_write","ref_from_abi","ref_mut_from_abi","return_abi","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write","AccountHash","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from","from","from_abi","from_bytes","from_bytes","from_formatted_str","from_public_key","into","into_abi","is_none","long_ref_from_abi","new","none","partial_cmp","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_formatted_string","to_hex_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","AccountIdentifier","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from","from_abi","from_account_under_account_hash","from_account_under_public_key","into","into_abi","is_none","long_ref_from_abi","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","dictionary_addr","entity_addr","hash_addr","transfer_addr","uref_addr","DictionaryAddr","borrow","borrow_mut","describe","describe_vector","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","EntityAddr","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from","from_abi","from_bytes","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_formatted_string","to_hex_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","HashAddr","borrow","borrow_mut","describe","describe_vector","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","TransferAddr","borrow","borrow_mut","describe","describe_vector","from","from","from_abi","from_transfer","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","URefAddr","borrow","borrow_mut","describe","describe_vector","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","AddressableEntityHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from","from_abi","from_bytes","from_bytes","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_formatted_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","BlockHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from_abi","from_digest","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","BlockIdentifier","BlockIdentifier","BlockIdentifierInput","String","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from_abi","from_hash","from_height","into","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_owned","try_from","try_from","try_from_js_value","try_into","try_into","type_id","type_id","vector_from_abi","vector_into_abi","vzip","vzip","bytes","Bytes","__clone_box","as_ref","borrow","borrow_mut","cl_type","clone","clone_into","cmp","compare","default","deref","describe","describe_vector","encode_hex","encode_hex_upper","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from","from_abi","from_uint8_array","hash","into","into_abi","is_none","long_ref_from_abi","new","none","partial_cmp","ref_from_abi","ref_mut_from_abi","return_abi","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","ContractHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","fmt","from","from","from","from_abi","from_bytes","from_bytes","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialized_length","to_bytes","to_formatted_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","ContractPackageHash","borrow","borrow_mut","describe","describe_vector","fmt","from","from","from","from_abi","from_bytes","from_bytes","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialized_length","to_bytes","to_formatted_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","Deploy","__clone_box","account","add_arg","add_signature","approvals","args","borrow","borrow_mut","by_name","chain_name","clone","clone_into","compute_approvals_hash","describe","describe_vector","deserialize","entry_point_name","expired","fmt","from","from","from_abi","has_valid_hash","hash","into","into_abi","is_by_name","is_module_bytes","is_none","is_standard_payment","is_stored_contract","is_stored_contract_package","is_transfer","is_valid","long_ref_from_abi","none","payment_amount","ref_from_abi","ref_mut_from_abi","return_abi","serialize","sign","timestamp","to_json_string","to_owned","try_from","try_from_js_value","try_into","ttl","type_id","validate_deploy_size","vector_from_abi","vector_into_abi","vzip","with_account","with_chain_name","with_entry_point_name","with_hash","with_module_bytes","with_package_hash","with_payment_and_session","with_secret_key","with_standard_payment","with_timestamp","with_transfer","with_ttl","DeployHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from_abi","from_digest","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","args_simple","deploy_str_params","dictionary_item_str_params","payment_str_params","session_str_params","ArgsSimple","__clone_box","args","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","fmt","from","from","from_abi","from_iter","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","DeployStrParams","__clone_box","borrow","borrow_mut","chain_name","clone","clone_into","default","deploy_str_params_to_casper_client","describe","describe_vector","fmt","from","from_abi","gas_price_tolerance","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","secret_key","session_account","set_chain_name","set_default_timestamp","set_default_ttl","set_gas_price_tolerance","set_secret_key","set_session_account","set_timestamp","set_ttl","timestamp","to_owned","try_from","try_from_js_value","try_into","ttl","type_id","vector_from_abi","vector_into_abi","vzip","AccountNamedKey","ContractNamedKey","DictionaryItemStrParams","DictionaryVariant","URefVariant","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_named_key","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","contract_named_key","default","describe","describe_vector","deserialize","deserialize","deserialize","deserialize","deserialize","dictionary","dictionary_item_str_params_to_casper_client","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_abi","into","into","into","into","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialize","serialize","serialize","serialize","set_account_named_key","set_contract_named_key","set_dictionary","set_uref","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from_js_value","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","uref","vector_from_abi","vector_into_abi","vzip","vzip","vzip","vzip","vzip","PaymentStrParams","__clone_box","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","fmt","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new","none","payment_amount","payment_args_json","payment_args_simple","payment_entry_point","payment_hash","payment_name","payment_package_hash","payment_package_name","payment_path","payment_str_params_to_casper_client","payment_version","ref_from_abi","ref_mut_from_abi","return_abi","set_payment_amount","set_payment_args_json","set_payment_args_simple","set_payment_entry_point","set_payment_hash","set_payment_name","set_payment_package_hash","set_payment_package_name","set_payment_path","set_payment_version","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","SessionStrParams","__clone_box","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","fmt","from","from_abi","into","into_abi","is_none","is_session_transfer","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","session_args_json","session_args_simple","session_bytes","session_entry_point","session_hash","session_name","session_package_hash","session_package_name","session_path","session_str_params_to_casper_client","session_version","set_is_session_transfer","set_session_args","set_session_args_json","set_session_args_simple","set_session_bytes","set_session_entry_point","set_session_hash","set_session_name","set_session_package_hash","set_session_package_name","set_session_path","set_session_version","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","DictionaryItemIdentifier","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new_from_account_info","new_from_contract_info","new_from_dictionary_key","new_from_seed_uref","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","Digest","ToDigest","__clone_box","as_ref","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","encode_hex","encode_hex_upper","fmt","fmt","from","from","from","from","from_abi","from_bytes","from_digest","from_string","into","into_abi","is_empty","is_empty","is_none","long_ref_from_abi","new","new_js_alias","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_digest","to_digest","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","EntityIdentifier","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from","from","from_abi","from_entity_under_account_hash","from_entity_under_entity_addr","from_entity_under_public_key","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","EraId","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","default","describe","describe_vector","eq","equivalent","equivalent","equivalent","fmt","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","new","none","partial_cmp","ref_from_abi","ref_mut_from_abi","return_abi","to_owned","try_from","try_from_js_value","try_into","type_id","value","vector_from_abi","vector_into_abi","vzip","GlobalStateIdentifier","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from_abi","from_block_hash","from_block_height","from_state_root_hash","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","Key","__clone_box","as_balance","as_dictionary","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from_abi","from_account","from_balance","from_bid","from_chainspec_registry","from_checksum_registry","from_deploy_info","from_dictionary_addr","from_dictionary_key","from_era_info","from_era_summary","from_formatted_str","from_formatted_str_js_alias","from_hash","from_system_contract_registry","from_transfer","from_unbond","from_uref","from_withdraw","into","into_abi","into_account","into_hash","into_uref","is_dictionary_key","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_formatted_string","to_owned","try_from","try_from_js_value","try_into","type_id","uref_to_hash","vector_from_abi","vector_into_abi","vzip","withdraw_to_unbond","PackageHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from","from_abi","from_bytes","from_bytes","from_formatted_str","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_bytes","to_formatted_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","Path","__clone_box","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from_abi","into","into_abi","is_empty","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","PeerEntry","__clone_box","address","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","node_id","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","PublicKey","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","from_abi","from_bytes","into","into_abi","is_none","long_ref_from_abi","new","none","partial_cmp","ref_from_abi","ref_mut_from_abi","return_abi","serialize","serialized_length","to_account_hash","to_bytes","to_owned","to_purse_uref","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","write_bytes","PurseIdentifier","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from","from","from","from_abi","from_main_purse_under_account_hash","from_main_purse_under_public_key","from_purse_uref","into","into_abi","is_none","long_ref_from_abi","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","ConflictingArguments","Core","FailedToDecodeHex","FailedToParseAccountHash","FailedToParseAccountHashLength","FailedToParseAccountIdentifier","FailedToParseAddressableEntityHash","FailedToParseBool","FailedToParseDec","FailedToParseDigest","FailedToParseEntity","FailedToParseEntityIdentifier","FailedToParseInt","FailedToParseJsonArgs","FailedToParseKey","FailedToParsePackageAddr","FailedToParsePublicKey","FailedToParsePublicKeyBytes","FailedToParsePurseIdentifier","FailedToParseStateIdentifier","FailedToParseTimeDiff","FailedToParseTimestamp","FailedToParseTransferTarget","FailedToParseURef","FailedToParseUint","InvalidArgument","InvalidCLValue","JsonArgs","SdkError","borrow","borrow_mut","fmt","fmt","from","from","from","from","from","from","into","source","to_string","try_from","try_into","type_id","vzip","args","context","context","context","context","context","context","context","context","context","context","context","context","context","context","context","context","context","context","error","error","error","error","error","error","error","error","error","error","error","error","error","error","error","error","Transaction","__clone_box","account_hash","add_arg","add_signature","approvals","authorization_keys","borrow","borrow_mut","chain_name","clone","clone_into","compute_approvals_hash","describe","describe_vector","deserialize","entry_point","expired","expires","fmt","from","from","from","from","from_abi","hash","header","initiator_addr","into","into_abi","is_native","is_none","is_standard_payment","long_ref_from_abi","new_session","new_transfer","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","session_args","sign","signers","size_estimate","timestamp","to_json_string","to_owned","try_from","try_from_js_value","try_into","ttl","type_id","vector_from_abi","vector_into_abi","verify","vzip","with_account_hash","with_chain_name","with_entity_hash","with_entry_point","with_package_hash","with_public_key","with_secret_key","with_timestamp","with_transaction_bytes","with_ttl","TransactionHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","fmt","fmt","from","from","from_abi","from_digest","from_raw","into","into_abi","is_none","long_ref_from_abi","new","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","transaction_builder_params","transaction_str_params","AccountHash","AddBid","Delegate","InvocableEntity","InvocableEntityAlias","Package","PackageAlias","PublicKey","Redelegate","Session","TransactionBuilderParams","TransactionKind","Transfer","TransferTarget","TransferTargetKind","URef","Undelegate","WithdrawBid","__clone_box","__clone_box","__clone_box","__clone_box","amount","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","default","delegation_rate","delegator","describe","describe","describe","describe","describe_vector","describe_vector","describe_vector","describe_vector","entity_alias","entity_hash","entry_point","fmt","fmt","fmt","fmt","from","from","from","from","from_abi","from_abi","from_abi","from_abi","into","into","into","into","into_abi","into_abi","into_abi","into_abi","is_none","is_none","is_none","is_none","kind","long_ref_from_abi","long_ref_from_abi","maximum_delegation_amount","maybe_entity_version","maybe_id","maybe_source","minimum_delegation_amount","new_add_bid","new_delegate","new_invocable_entity","new_invocable_entity_alias","new_package","new_package_alias","new_redelegate","new_session","new_transfer","new_undelegate","new_validator","new_withdraw_bid","none","none","none","none","package_alias","package_hash","public_key","ref_from_abi","ref_from_abi","ref_mut_from_abi","ref_mut_from_abi","return_abi","return_abi","return_abi","return_abi","set_amount","set_delegation_rate","set_delegator","set_entity_alias","set_entity_hash","set_entry_point","set_kind","set_maximum_delegation_amount","set_maybe_entity_version","set_maybe_id","set_maybe_source","set_minimum_delegation_amount","set_new_validator","set_package_alias","set_package_hash","set_public_key","set_target","set_transaction_bytes","set_validator","target","to_owned","to_owned","to_owned","to_owned","transaction_builder_params_to_casper_client","transaction_bytes","try_from","try_from","try_from","try_from","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","validator","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vzip","vzip","vzip","vzip","TransactionStrParams","__clone_box","borrow","borrow_mut","chain_name","clone","clone_into","default","describe","describe_vector","fmt","from","from_abi","gas_price_tolerance","initiator_addr","into","into_abi","is_none","long_ref_from_abi","new","new_with_defaults","none","payment_amount","pricing_mode","receipt","ref_from_abi","ref_mut_from_abi","return_abi","secret_key","session_args_json","session_args_simple","set_chain_name","set_default_timestamp","set_default_ttl","set_gas_price_tolerance","set_initiator_addr","set_payment_amount","set_pricing_mode","set_receipt","set_secret_key","set_session_args_json","set_session_args_simple","set_standard_payment","set_timestamp","set_ttl","standard_payment","timestamp","to_owned","transaction_str_params_to_casper_client","try_from","try_from_js_value","try_into","ttl","type_id","vector_from_abi","vector_into_abi","vzip","URef","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","from","from","from","from_abi","from_bytes","into","into_abi","is_none","long_ref_from_abi","new","none","partial_cmp","ref_from_abi","ref_mut_from_abi","return_abi","serialize","to_formatted_string","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","High","Low","Medium","Verbosity","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","eq","fmt","from","from","from","from","from","from_abi","into","into_abi","is_none","none","return_abi","serialize","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vzip","Body","EventHandlerFn","EventParseResult","ExecutionResult","Failure","HashString","Message","Messages","Payment","PublicKeyString","Subscription","TransactionProcessed","Version2","Watcher","block_hash","block_index","body","consumed","cost","cost","entity_hash","err","error_message","error_message","event_handler_fn","execution_result","failure","hash","hash","initiator","initiator_addr","limit","message","messages","public_key","source","string","success","target_hash","timestamp","topic_index","topic_name","topic_name_hash","transaction_processed","ttl","watcher","Body","EventHandlerFn","EventParseResult","ExecutionResult","Failure","HashString","Message","Messages","Payment","PublicKeyString","Subscription","TransactionProcessed","Version2","Watcher","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","block_hash","block_index","body","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","consumed","cost","cost","default","default","default","default","default","default","default","default","default","default","default","default","default","deploy","describe","describe","describe","describe","describe","describe","describe","describe","describe","describe","describe","describe","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","describe_vector","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","entity_hash","err","error_message","error_message","event_handler_fn","execution_result","failure","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","from_abi","get_deploy_processed","get_transaction_processed","hash","hash","initiator","initiator_addr","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","into_abi","is_none","is_none","is_none","is_none","is_none","is_none","is_none","is_none","is_none","is_none","is_none","is_none","limit","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","long_ref_from_abi","message","messages","new","new","new","none","none","none","none","none","none","none","none","none","none","none","none","public_key","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","ref_mut_from_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","return_abi","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","source","start","stop","string","subscribe","success","target_hash","timestamp","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string_js","topic_index","topic_name","topic_name_hash","transaction_processed","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_from_js_value","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unsubscribe","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_from_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","vector_into_abi","version1","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"casper_rust_wasm_sdk"],[96,"casper_rust_wasm_sdk::debug"],[98,"casper_rust_wasm_sdk::helpers"],[116,"casper_rust_wasm_sdk::rpcs"],[140,"casper_rust_wasm_sdk::rpcs::get_balance"],[156,"casper_rust_wasm_sdk::rpcs::get_dictionary_item"],[172,"casper_rust_wasm_sdk::rpcs::query_global_state"],[291,"casper_rust_wasm_sdk::types"],[321,"casper_rust_wasm_sdk::types::access_rights"],[360,"casper_rust_wasm_sdk::types::account_hash"],[410,"casper_rust_wasm_sdk::types::account_identifier"],[446,"casper_rust_wasm_sdk::types::addr"],[451,"casper_rust_wasm_sdk::types::addr::dictionary_addr"],[475,"casper_rust_wasm_sdk::types::addr::entity_addr"],[513,"casper_rust_wasm_sdk::types::addr::hash_addr"],[537,"casper_rust_wasm_sdk::types::addr::transfer_addr"],[562,"casper_rust_wasm_sdk::types::addr::uref_addr"],[586,"casper_rust_wasm_sdk::types::addressable_entity_hash"],[630,"casper_rust_wasm_sdk::types::block_hash"],[665,"casper_rust_wasm_sdk::types::block_identifier"],[714,"casper_rust_wasm_sdk::types::cl"],[715,"casper_rust_wasm_sdk::types::cl::bytes"],[761,"casper_rust_wasm_sdk::types::contract_hash"],[798,"casper_rust_wasm_sdk::types::contract_package_hash"],[831,"casper_rust_wasm_sdk::types::deploy"],[898,"casper_rust_wasm_sdk::types::deploy_hash"],[933,"casper_rust_wasm_sdk::types::deploy_params"],[938,"casper_rust_wasm_sdk::types::deploy_params::args_simple"],[970,"casper_rust_wasm_sdk::types::deploy_params::deploy_str_params"],[1014,"casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params"],[1118,"casper_rust_wasm_sdk::types::deploy_params::payment_str_params"],[1168,"casper_rust_wasm_sdk::types::deploy_params::session_str_params"],[1221,"casper_rust_wasm_sdk::types::dictionary_item_identifier"],[1255,"casper_rust_wasm_sdk::types::digest"],[1305,"casper_rust_wasm_sdk::types::entity_identifier"],[1345,"casper_rust_wasm_sdk::types::era_id"],[1383,"casper_rust_wasm_sdk::types::global_state_identifier"],[1417,"casper_rust_wasm_sdk::types::key"],[1477,"casper_rust_wasm_sdk::types::package_hash"],[1516,"casper_rust_wasm_sdk::types::path"],[1552,"casper_rust_wasm_sdk::types::peer_entry"],[1584,"casper_rust_wasm_sdk::types::public_key"],[1633,"casper_rust_wasm_sdk::types::purse_identifier"],[1671,"casper_rust_wasm_sdk::types::sdk_error"],[1717,"casper_rust_wasm_sdk::types::sdk_error::SdkError"],[1752,"casper_rust_wasm_sdk::types::transaction"],[1819,"casper_rust_wasm_sdk::types::transaction_hash"],[1854,"casper_rust_wasm_sdk::types::transaction_params"],[1856,"casper_rust_wasm_sdk::types::transaction_params::transaction_builder_params"],[2024,"casper_rust_wasm_sdk::types::transaction_params::transaction_str_params"],[2081,"casper_rust_wasm_sdk::types::uref"],[2123,"casper_rust_wasm_sdk::types::verbosity"],[2157,"casper_rust_wasm_sdk::watcher"],[2203,"casper_rust_wasm_sdk::watcher::watcher"],[2635,"casper_rust_wasm_sdk::sdk"],[2636,"alloc::string"],[2637,"core::option"],[2638,"casper_client::rpcs::v2_0_0::put_transaction"],[2639,"casper_client::json_rpc::success_response"],[2640,"core::result"],[2641,"casper_client::rpcs::v1_4_5::put_deploy"],[2642,"casper_client::rpcs::v1_6_0::get_account"],[2643,"casper_client::rpcs::v1_4_5::get_auction_info"],[2644,"casper_rust_wasm_sdk::sdk::rpcs::get_balance"],[2645,"casper_client::rpcs::v1_4_5::get_balance"],[2646,"casper_client::rpcs::v2_0_0::get_block"],[2647,"casper_client::rpcs::v1_4_5::get_block_transfers"],[2648,"casper_client::rpcs::v1_5_0::get_chainspec"],[2649,"casper_client::error"],[2650,"casper_client::rpcs::v2_0_0::get_deploy"],[2651,"casper_rust_wasm_sdk::sdk::rpcs::get_dictionary_item"],[2652,"casper_client::rpcs::v1_4_5::get_dictionary_item"],[2653,"casper_client::rpcs::v2_0_0::get_entity"],[2654,"casper_client::rpcs::v1_4_5::get_era_info"],[2655,"casper_client::rpcs::v1_5_0::get_era_summary"],[2656,"casper_client::rpcs::v2_0_0::get_node_status"],[2657,"casper_client::rpcs::v1_4_5::get_peers"],[2658,"casper_client::rpcs::v1_4_5::get_state_root_hash"],[2659,"casper_client::rpcs::v2_0_0::get_transaction"],[2660,"casper_client::rpcs::v1_4_5::get_validator_changes"],[2661,"casper_client::rpcs::v1_4_5::list_rpcs"],[2662,"casper_client::rpcs::v1_5_0::query_balance"],[2663,"casper_client::rpcs::v2_0_0::query_balance_details"],[2664,"casper_rust_wasm_sdk::sdk::rpcs::query_global_state"],[2665,"casper_client::rpcs::v1_4_5::query_global_state"],[2666,"casper_client::rpcs::v1_5_0::speculative_exec"],[2667,"casper_client::rpcs::v2_0_0::speculative_exec_transaction"],[2668,"wasm_bindgen"],[2669,"core::any"],[2670,"alloc::boxed"],[2671,"casper_rust_wasm_sdk::sdk::watcher::watcher"],[2672,"casper_types::cl_value"],[2673,"serde_json::value"],[2674,"casper_types::addressable_entity"],[2675,"alloc::vec"],[2676,"serde::ser"],[2677,"casper_types::bytesrepr"],[2678,"casper_types::timestamp"],[2679,"casper_types::crypto::error"],[2680,"casper_types::crypto::asymmetric_key"],[2681,"dyn_clone::sealed"],[2682,"core::fmt"],[2683,"serde::de"],[2684,"casper_types::access_rights::private"],[2685,"core::cmp"],[2686,"casper_types::account::account_hash"],[2687,"casper_types::key"],[2688,"casper_types::uref"],[2689,"casper_types::block::block_hash"],[2690,"casper_client::rpcs::common"],[2691,"casper_types::cl_type"],[2692,"core::iter::traits::collect"],[2693,"casper_types::bytesrepr::bytes"],[2694,"js_sys"],[2695,"core::hash"],[2696,"casper_types::contracts"],[2697,"casper_types::package"],[2698,"casper_types::transaction::approval"],[2699,"casper_types::transaction::runtime_args"],[2700,"casper_types::transaction::approvals_hash"],[2701,"casper_types::transaction::deploy"],[2702,"casper_types::transaction::deploy::deploy_hash"],[2703,"casper_client::cli::deploy_str_params"],[2704,"casper_client::cli::dictionary_item_str_params"],[2705,"casper_client::cli::payment_str_params"],[2706,"casper_client::cli::session_str_params"],[2707,"casper_client::rpcs::v2_0_0::get_dictionary_item"],[2708,"casper_types::digest"],[2709,"casper_types::era_id"],[2710,"casper_client::rpcs::v2_0_0::query_balance"],[2711,"serde_json::error"],[2712,"casper_client::cli::json_args::error"],[2713,"casper_client::cli::error"],[2714,"core::error"],[2715,"casper_types::transaction"],[2716,"casper_types::transaction::transaction_v1"],[2717,"casper_types::transaction::transaction_header"],[2718,"casper_types::transaction::transaction_hash"],[2719,"casper_client::cli::transaction_builder_params"],[2720,"casper_client::cli::transaction_str_params"],[2721,"casper_client::verbosity"],[2722,"core::ops::function"],[2723,"core::marker"],[2724,"casper_rust_wasm_sdk::sdk::contract"],[2725,"casper_rust_wasm_sdk::sdk::deploy"],[2726,"casper_rust_wasm_sdk::sdk::transaction"],[2727,"casper_rust_wasm_sdk::js::externs"],[2728,"casper_rust_wasm_sdk::sdk::rpcs"],[2729,"casper_rust_wasm_sdk::sdk::watcher"]],"i":[0,1,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,0,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,81,0,82,0,0,0,0,81,82,80,55,81,82,80,55,81,82,53,80,55,81,82,53,80,55,81,82,80,55,81,82,55,80,55,80,55,80,55,80,55,81,82,53,80,80,55,81,82,53,80,55,55,80,55,81,82,53,80,55,80,55,55,53,55,80,55,53,55,53,55,53,80,55,55,53,55,80,55,80,55,80,55,80,55,55,53,55,80,55,81,82,80,55,81,82,53,80,55,80,55,81,82,53,80,55,81,82,53,80,55,80,55,55,53,80,55,81,82,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,0,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,0,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,0,0,0,0,0,0,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,0,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,0,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,101,101,101,101,101,101,101,0,101,101,101,101,101,101,101,101,101,101,101,101,101,101,101,101,0,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,103,0,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,0,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,0,18,0,18,110,18,110,18,110,18,110,18,110,18,110,110,110,110,18,110,110,18,110,110,110,110,18,110,110,110,110,110,110,110,110,110,110,18,110,18,110,110,18,110,18,110,110,110,18,0,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,0,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,119,0,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,0,0,0,0,0,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,10,10,10,10,10,10,10,0,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,0,0,0,0,0,132,133,134,135,131,131,132,133,134,135,131,132,133,134,135,131,132,133,134,135,131,132,133,134,135,131,131,131,131,131,132,133,134,135,131,131,0,132,133,134,135,131,132,133,134,135,131,131,132,133,134,135,131,131,131,131,131,131,131,131,131,132,133,134,135,131,131,131,131,131,132,133,134,135,131,132,133,134,135,131,131,132,133,134,135,131,132,133,134,135,131,131,131,131,132,133,134,135,131,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,23,109,109,109,109,109,109,109,109,109,109,109,109,23,109,109,109,109,109,109,109,109,109,109,109,0,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,0,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,0,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,0,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,0,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,153,0,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,188,205,189,190,191,192,193,194,196,197,198,199,200,201,202,203,204,205,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,0,166,168,168,168,168,168,168,166,168,168,0,0,168,0,0,166,168,168,166,167,2,168,2,166,167,2,168,166,167,2,168,166,167,2,168,166,167,2,168,2,168,2,2,166,167,2,168,166,167,2,168,2,2,2,166,167,2,168,166,167,2,168,166,167,2,168,166,167,2,168,166,167,2,168,166,167,2,168,2,167,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,166,167,2,168,2,2,2,167,2,167,2,166,167,2,168,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,166,167,2,168,0,2,166,167,2,168,166,167,2,168,166,167,2,168,166,167,2,168,2,166,167,2,168,166,167,2,168,166,167,2,168,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,14,14,14,0,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,182,63,176,175,176,182,63,175,176,174,183,178,179,183,176,183,176,182,183,180,177,181,178,174,183,182,182,182,184,183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,64,174,175,176,177,178,179,180,181,182,183,184,63,183,182,63,173,64,174,175,176,177,178,179,180,181,182,183,184,63,173,64,174,175,176,177,178,179,180,181,182,183,184,63,173,173,64,174,175,176,177,178,179,180,181,182,183,184,63,173,64,174,175,176,177,178,179,180,181,182,183,184,63,176,175,176,173,174,175,176,177,178,179,180,181,182,183,184,63,179,64,175,176,177,178,179,180,181,182,183,184,63,64,175,176,177,178,179,180,181,182,183,184,63,175,176,177,178,179,180,181,182,183,184,63,182,63,175,176,174,183,178,173,174,175,176,177,178,179,179,180,181,182,183,184,63,173,64,174,175,176,177,178,179,180,181,182,183,184,63,64,175,176,177,178,179,180,181,182,183,184,63,184,184,179,183,176,183,173,64,174,175,176,177,178,179,180,181,182,183,184,63,64,175,176,177,178,179,180,181,182,183,184,63,64,175,176,177,178,179,180,181,182,183,184,63,176,64,175,176,177,178,179,180,181,182,183,184,63,182,183,173,64,174,64,175,176,177,178,179,180,181,182,183,184,63,180,64,175,176,177,178,179,180,181,182,183,184,63,64,175,176,177,178,179,180,181,182,183,184,63,64,175,176,177,178,179,180,181,182,183,184,63,175,176,177,178,179,180,181,182,183,184,63,177,64,64,181,64,178,174,183,173,64,174,175,176,177,178,179,180,181,182,183,184,63,179,179,182,182,182,184,173,64,174,175,176,177,178,179,180,181,182,183,184,63,64,175,176,177,178,179,180,181,182,183,184,63,173,64,174,175,176,177,178,179,180,181,182,183,184,63,183,173,64,174,175,176,177,178,179,180,181,182,183,184,63,64,64,175,176,177,178,179,180,181,182,183,184,63,64,175,176,177,178,179,180,181,182,183,184,63,179,173,64,174,175,176,177,178,179,180,181,182,183,184,63],"f":"`{ce{}{}}0`{{bdf{j{h}}}{{Ab{{n{l}}A`}}}}`{{bAdAfAh{j{h}}}{{Ab{{n{Aj}}A`}}}}`{{}b}`{{bAdAfAh{j{Al}}{j{h}}}{{Ab{{n{Aj}}A`}}}}{{}An}0{cc{}}{B`b}{{b{j{Bb}}{j{h}}{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Bf}}A`}}}}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Bh}}A`}}}}{{bcBj{j{Al}}{j{h}}}{{Ab{{n{Bl}}A`}}}Bn}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{C`}}A`}}}}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Cb}}A`}}}}{{b{j{Al}}{j{h}}}{{Ab{{n{Cd}}Cf}}}}{{bCh{j{Cj}}{j{Al}}{j{h}}}{{Ab{{n{Cl}}Cf}}}}{{bcCn{j{Al}}{j{h}}}{{Ab{{n{D`}}A`}}}Bn}{{b{j{Db}}{j{h}}{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Dd}}A`}}}}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Df}}A`}}}}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Dh}}A`}}}}{{b{j{h}}}h}{{b{j{Al}}{j{h}}}{{Ab{{n{Dj}}Cf}}}}{{b{j{Al}}{j{h}}}{{Ab{{n{Dl}}Cf}}}}{{b{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Dn}}A`}}}}{{bE`{j{Cj}}{j{Al}}{j{h}}}{{Ab{{n{Eb}}Cf}}}}{{b{j{Al}}{j{h}}}{{Ab{{n{Ed}}Cf}}}}{{b{j{Al}}}Al}``{{bfEf{j{h}}}{{Ab{{n{l}}A`}}}}`{{bAdAfEh{j{h}}}{{Ab{{n{Aj}}A`}}}}{ce{}{}}{bB`}{cCj{}}{{b{j{Al}}{j{h}}}{{Ab{{n{Ej}}Cf}}}}3{{bAdAfAh}{{Ab{ElA`}}}}{{bdf}{{Ab{EnA`}}}}{{bEhEh{j{h}}AdAh}{{Ab{ElA`}}}}{{b{j{F`}}EhEhf{j{h}}}{{Ab{EnA`}}}}{{{j{h}}{j{Al}}}b}{{}c{}}{{bEl{j{Al}}{j{h}}}{{Ab{{n{Aj}}Cf}}}}{{bEn{j{Al}}{j{h}}}{{Ab{{n{l}}Cf}}}}{{b{j{Fb}}{j{h}}{j{Fd}}{j{h}}{j{h}}{j{Al}}{j{h}}}{{Ab{{n{Ff}}A`}}}}{{b{j{Fb}}{j{h}}{j{Fd}}{j{h}}{j{h}}{j{Al}}{j{h}}}{{Ab{{n{Fh}}A`}}}}`{{bcCn{j{Al}}{j{h}}}{{Ab{{n{D`}}A`}}}Bn}`{{bFj}{{Ab{{n{Fl}}A`}}}}0{{b{j{Fn}}}{{Ab{FjA`}}}}{ce{}{}}0{c{}{}}`{{b{j{h}}}{{Ab{Anh}}}}{{b{j{Al}}}{{Ab{Anh}}}}{{bElEh}El}{{bEnEh}En}`{{bAdAfAh{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{G`}}A`}}}}{{bEn{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Gb}}A`}}}}{{bEl{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{G`}}A`}}}}`{{bdf{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Gb}}A`}}}}`{{bEhEh{j{h}}AdAh{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{G`}}A`}}}}`{{b{j{F`}}EhEhf{j{h}}{j{Bd}}{j{Al}}{j{h}}}{{Ab{{n{Gb}}A`}}}}`{{bdf{j{Al}}{j{h}}}{{Ab{{n{l}}A`}}}}`{{bEhEh{j{h}}AdAh{j{Al}}{j{h}}}{{Ab{{n{Aj}}A`}}}}`{{b{j{F`}}EhEhf{j{h}}{j{Al}}{j{h}}}{{Ab{{n{l}}A`}}}}{c{{Ab{e}}}{}{}}{Gd{{Ab{bc}}}{}}1{cGf{}}`{c{{Gj{{Gh{b}}}}}{}}{{{Gj{{Gh{b}}}}}c{}}{ce{}{}}{{bEhEh{j{Gl}}}{{Ab{Gnh}}}}0{{bEh{j{Gl}}}H`}0`{EhAn}0`{Hb{{j{Hd}}}}{Eh{{Ab{hHf}}}}{Ehh}{{{j{h}}}h}{{{j{Gl}}}Gl}{{{j{Eh}}}h}3{Eh{{Hj{Hh}}}}{{c{j{Al}}}hHl}{{Hnc}hI`}6{Eh{{Ab{IbA`}}}}{Eh{{Ab{IdA`}}}}{Eh{{Ab{hIf}}}}{Eh{{Ab{IhIf}}}}{{}{{Ab{IhIf}}}}0```````````````````````````{{cIj}An{}}{ce{}{}}0{BjBj}{{ce}An{}{}}{{BjIl}In}{cc{}}44{c{{Ab{e}}}{}{}}0{cGf{}}6```766{CnCn}5{{CnIl}In}4883328`````````99998888888888{J`J`}{FnFn}{JbJb}{JdJd}::::{{}Fn}{{}An}000{c{{Ab{J`}}}Jf}{c{{Ab{Fn}}}Jf}{{J`Il}In}{{FnIl}In}{{JbIl}In}{{JdIl}In}{{FjIl}In}{FlJ`}{cc{}}0000{B`J`}{B`Fn}`{ce{}{}}0000{J`B`}{FnB`}{cCj{}}0```33`````{{}c{}}0```4444{c{}{}}0{{J`c}AbJh}{{Fnc}AbJh}```7777{c{{Ab{e}}}{}{}}0000{Gd{{Ab{J`c}}}{}}{Gd{{Ab{Fnc}}}{}}22222{cGf{}}0000{c{{Gj{{Gh{J`}}}}}{}}{c{{Gj{{Gh{Fn}}}}}{}}{{{Gj{{Gh{J`}}}}}c{}}{{{Gj{{Gh{Fn}}}}}c{}}``?????```````````````````````````````{{}Hh}0{ce{}{}}0{{}Jj}{{}An}0{{JjIl}In}{JlJj}{cc{}}{B`Jj}{{CjCjCj}Jj}7{JjB`}{JjCj}{cCj{}}111:{Hh{{Ab{JjGd}}}}{{}c{}}=====<<{c{}{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Jjc}}}{}}1{cGf{}}{c{{Gj{{Gh{Jj}}}}}{}}{{{Gj{{Gh{Jj}}}}}c{}}{ce{}{}}{{}Hh}`{{cIj}An{}}22{JnJn}{{ce}An{}{}}{{JnJn}K`}{{ce}K`{}{}}{{}An}0{c{{Ab{Jn}}}Jf}{{JnJn}Cj}{{ce}Cj{}{}}00{{JnIl}In}{BbJn}{DbJn}{cc{}}{FdJn}{KbJn}{B`Jn}{{{Hj{Hh}}}Jn}{{{Gh{Hh}}}{{Ab{{Kd{Jn{Gh{Hh}}}}Kf}}}}{Eh{{Ab{JnA`}}}}{KhJn}{ce{}{}}{JnB`}{cCj{}}24{{}c{}}{{JnJn}{{j{K`}}}}44{c{}{}}{{Jnc}AbJh}{JnKj}{Jn{{Ab{{Hj{Hh}}Kf}}}}{Jnh}09{c{{Ab{e}}}{}{}}{Gd{{Ab{Jnc}}}{}}1{cGf{}}{c{{Gj{{Gh{Jn}}}}}{}}{{{Gj{{Gh{Jn}}}}}c{}}>{{Jn{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}{ce{}{}}0{BbBb}{{ce}An{}{}}{{}An}0{c{{Ab{Bb}}}Jf}{{BbIl}In}0{JnBb}{KhBb}{cc{}}{KlBb}{B`Bb}43:{BbB`}{cCj{}}<{{}c{}}=={c{}{}}{{Bbc}AbJh}?{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Bbc}}}{}}1{cGf{}}{c{{Gj{{Gh{Bb}}}}}{}}{{{Gj{{Gh{Bb}}}}}c{}}{ce{}{}}``````00{{}An}0?{KnL`}{B`L`}3{L`B`}>4{{{Hj{Hh}}}{{Ab{L`Gd}}}}>55=:{Gd{{Ab{L`c}}}{}};9{c{{Gj{{Gh{L`}}}}}{}}{{{Gj{{Gh{L`}}}}}c{}}8`{{cIj}An{}}99{LbLb}{{ce}An{}{}}::{c{{Ab{Lb}}}Jf}{{LbIl}In}{cc{}}{DbLb}{LdLb}{B`Lb}{{{Gh{Hh}}}{{Ab{{Kd{Lb{Gh{Hh}}}}Kf}}}}{Eh{{Ab{LbA`}}}}{ce{}{}}{LbB`}{cCj{}}2{{}c{}}33{c{}{}}{{Lbc}AbJh}{LbKj}{Lb{{Ab{{Hj{Hh}}Kf}}}}{Lbh}08{c{{Ab{e}}}{}{}}{Gd{{Ab{Lbc}}}{}}1{cGf{}}{c{{Gj{{Gh{Lb}}}}}{}}{{{Gj{{Gh{Lb}}}}}c{}}={{Lb{Hj{Hh}}}{{Ab{AnKf}}}}`>>{{}An}0{LfLh}{cc{}}{B`Lh}{ce{}{}}{LhB`}{cCj{}}2{{{Hj{Hh}}}{{Ab{LhGd}}}}{{}c{}}44{c{}{}}?{Gd{{Ab{Lhc}}}{}}{c{{Ab{e}}}{}{}}?{c{{Gj{{Gh{Lh}}}}}{}}{{{Gj{{Gh{Lh}}}}}c{}}9`99=={{{Hj{Hh}}}Lj}<{B`Lj}1;{LjB`}:<{{{Hj{Hh}}}{{Ab{LjGd}}}}9==86{Gd{{Ab{Ljc}}}{}}7{cGf{}}{c{{Gj{{Gh{Lj}}}}}{}}{{{Gj{{Gh{Lj}}}}}c{}}{ce{}{}}`00{{}An}0{LlLn}{cc{}}{B`Ln}4{LnB`}{cCj{}}6{{{Hj{Hh}}}{{Ab{LnGd}}}}{{}c{}}88{c{}{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Lnc}}}{}}1>{c{{Gj{{Gh{Ln}}}}}{}}{{{Gj{{Gh{Ln}}}}}c{}}=`{{cIj}An{}}>>{M`M`}{{ce}An{}{}}??{c{{Ab{M`}}}Jf}{{M`M`}Cj}{{ce}Cj{}{}}00{{M`Il}In}{MbM`}{MdM`}{cc{}}{LfM`}{B`M`}{{{Gh{Hh}}}{{Ab{{Kd{M`{Gh{Hh}}}}Kf}}}}{{{Hj{Hh}}}M`}{Eh{{Ab{M`Gd}}}}{ce{}{}}{M`B`}{cCj{}}23{{}c{}}33{c{}{}}{{M`c}AbJh}{M`Kj}{M`{{Ab{{Hj{Hh}}Kf}}}}{M`h}8{c{{Ab{e}}}{}{}}{Gd{{Ab{M`c}}}{}}1{cGf{}}{c{{Gj{{Gh{M`}}}}}{}}{{{Gj{{Gh{M`}}}}}c{}}={{M`{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}??{MfMf}{{ce}An{}{}}{{}An}0{c{{Ab{Mf}}}Jf}{{MfIl}In}0{MhMf}{MjMf}{cc{}}{B`Mf}{Mj{{Ab{MfGd}}}}{ce{}{}}{MfB`}{cCj{}}2{Eh{{Ab{MfGd}}}}{{}c{}}44{c{}{}}{{Mfc}AbJh}6{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Mfc}}}{}}1{cGf{}}{c{{Gj{{Gh{Mf}}}}}{}}{{{Gj{{Gh{Mf}}}}}c{}}<````{{cIj}An{}}0===={MlMl}{BdBd}{{ce}An{}{}}0{{}An}0{c{{Ab{Ml}}}Jf}{{MlIl}In}{{BdIl}In}{MnMl}{cc{}}0{B`Ml}{MfMl}{GlMl}{ce{}{}}0{MlB`}{cCj{}}2>{{}c{}}33{c{}{}}{{Mlc}AbJh}55{c{{Ab{e}}}{}{}}0{Gd{{Ab{Mlc}}}{}}11{cGf{}}0{c{{Gj{{Gh{Ml}}}}}{}}{{{Gj{{Gh{Ml}}}}}c{}}::``{{cIj}An{}}{Ef{{Gh{Hh}}}}<<{{}N`}{EfEf}{{ce}An{}{}}{{EfEf}K`}{{ce}K`{}{}}{{}Ef}{Efc{}}{{}An}0{ce{}{{Nd{Nb}}}}0{{EfEf}Cj}{{ce}Cj{}{}}00{{EfIl}In}{cc{}}{NfEf}{{{Hj{Hh}}}Ef}{{{Gh{Hh}}}Ef}{B`Ef}{NhEf}{{Efc}AnNj}{ce{}{}}{EfB`}{cCj{}}2{{}Ef}{{}c{}}{{EfEf}{{j{K`}}}}55{c{}{}}6{c{{Ab{e}}}{}{}}{Gd{{Ab{Efc}}}{}}1{cGf{}}{c{{Gj{{Gh{Ef}}}}}{}}{{{Gj{{Gh{Ef}}}}}c{}};`{{cIj}An{}}<<{MdMd}{{ce}An{}{}}{{}An}0{{MdIl}In}{MbMd}{cc{}}{NlMd}{B`Md}{{{Hj{Hh}}}Md}{{{Gh{Hh}}}{{Ab{{Kd{Md{Gh{Hh}}}}Kf}}}}{Eh{{Ab{MdGd}}}}{ce{}{}}{MdB`}{cCj{}}23{{}c{}}33{c{}{}}{MdKj}{Md{{Ab{{Hj{Hh}}Kf}}}}{Mdh}7{c{{Ab{e}}}{}{}}{Gd{{Ab{Mdc}}}{}}1{cGf{}}{c{{Gj{{Gh{Md}}}}}{}}{{{Gj{{Gh{Md}}}}}c{}}<{{Md{Hj{Hh}}}{{Ab{AnKf}}}}`=={{}An}0{{NnIl}In}{cc{}}{O`Nn}{ObNn}{B`Nn}{{{Hj{Hh}}}Nn}{{{Gh{Hh}}}{{Ab{{Kd{Nn{Gh{Hh}}}}Kf}}}}{Eh{{Ab{NnGd}}}}{ce{}{}}{NnB`}{cCj{}}23{{}c{}}33{c{}{}}{NnKj}{Nn{{Ab{{Hj{Hh}}Kf}}}}{Nnh}{c{{Ab{e}}}{}{}}{Gd{{Ab{Nnc}}}{}}1{cGf{}}{c{{Gj{{Gh{Nn}}}}}{}}{{{Gj{{Gh{Nn}}}}}c{}}<{{Nn{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}{Elh}{{Elh{j{h}}}El}{{ElEhEh}El}{El{{Hj{Od}}}}{ElOf}{ce{}{}}0{El{{j{h}}}}6{ElEl}{{ce}An{}{}}{El{{Ab{OhKf}}}}{{}An}0{c{{Ab{El}}}Jf};{ElCj}{{ElIl}In}{OjEl}{cc{}}{B`El}4{ElCh}<{ElB`}66{cCj{}}{{ElHh}Cj}8888?{{}c{}}{{ElHh}h}{ce{}{}}0{c{}{}}{{Elc}AbJh}{{ElEh}El}{Elh}{El{{Ab{hh}}}}5{c{{Ab{e}}}{}{}}{Gd{{Ab{Elc}}}{}}13{cGf{}}{ElCj}{c{{Gj{{Gh{El}}}}}{}}{{{Gj{{Gh{El}}}}}c{}};{{ElKh{j{h}}}El}{{ElEh{j{h}}}El}0{{ElMd{j{h}}}El}{{ElEf{j{h}}}El}{{ElNn{j{h}}}El}{{AdAfAh}{{Ab{Elh}}}}{{El{j{h}}}El}55{{EhEh{j{h}}AdAh}{{Ab{Elh}}}}6`{{cIj}An{}}{ce{}{}}0{ChCh}{{ce}An{}{}}{{}An}0{c{{Ab{Ch}}}Jf}{{ChIl}In}0{MjCh}{OlCh}{cc{}}{B`Ch}{Mj{{Ab{ChGd}}}}:{ChB`}{cCj{}}<{Eh{{Ab{ChGd}}}}{{}c{}}>>{c{}{}}{{Chc}AbJh}{ce{}{}}{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Chc}}}{}}1{cGf{}}{c{{Gj{{Gh{Ch}}}}}{}}{{{Gj{{Gh{Ch}}}}}c{}}6``````{{cIj}An{}}{On{{Gh{h}}}}88{OnOn}{{ce}An{}{}}{{}On}{{}An}0{{OnIl}In}{{{Hj{h}}}On}{cc{}}{B`On}{cOn{{A@b{}{{A@`{Gd}}}}}}{ce{}{}}{OnB`}{cCj{}}2{GdOn}{{}c{}}44{c{}{}}5{c{{Ab{e}}}{}{}}{Gd{{Ab{Onc}}}{}}1{cGf{}}{c{{Gj{{Gh{On}}}}}{}}{{{Gj{{Gh{On}}}}}c{}}:`{{cIj}An{}};;{Ad{{j{h}}}}{AdAd}{{ce}An{}{}}{{}Ad}{AdA@d}{{}An}0{{AdIl}In}{cc{}}{B`Ad}8{ce{}{}}{AdB`}{cCj{}}2{{EhEh{j{h}}{j{h}}{j{h}}{j{h}}}Ad}{{}c{}}44{c{}{}}>>{{AdEh}An}{AdAn}0{{Adh}An}22{{Ad{j{h}}}An}0{Ad{{j{h}}}}:{c{{Ab{e}}}{}{}}{Gd{{Ab{Adc}}}{}}12{cGf{}}{c{{Gj{{Gh{Ad}}}}}{}}{{{Gj{{Gh{Ad}}}}}c{}}?`````{{cIj}An{}}0000{A@f{{j{A@h}}}}{ce{}{}}000000000{A@hA@h}{A@jA@j}{A@lA@l}{A@nA@n}{A@fA@f}{{ce}An{}{}}0000{A@f{{j{A@j}}}}{{}A@f}{{}An}0{c{{Ab{A@h}}}Jf}{c{{Ab{A@j}}}Jf}{c{{Ab{A@l}}}Jf}{c{{Ab{A@n}}}Jf}{c{{Ab{A@f}}}Jf}{A@f{{j{A@n}}}}{A@fAA`}{{A@hIl}In}{{A@jIl}In}{{A@lIl}In}{{A@nIl}In}{{A@fIl}In}{cc{}}0000{B`A@f}{ce{}{}}0000{A@fB`}{cCj{}}2{{}A@f}{{}c{}}44{c{}{}}{{A@hc}AbJh}{{A@jc}AbJh}{{A@lc}AbJh}{{A@nc}AbJh}{{A@fc}AbJh}{{A@fEhEhEh}An}0{{A@fEh}An}{{A@fEhEh}An}====={c{{Ab{e}}}{}{}}0000{Gd{{Ab{A@fc}}}{}}11111{cGf{}}0000{A@f{{j{A@l}}}}{c{{Gj{{Gh{A@f}}}}}{}}{{{Gj{{Gh{A@f}}}}}c{}}{ce{}{}}0000`{{cIj}An{}}11{AhAh}{{ce}An{}{}}{{}Ah}{{}An}0{{AhIl}In}{cc{}}{B`Ah}8{AhB`}{cCj{}}:{{{j{h}}{j{h}}{j{h}}{j{h}}{j{h}}{j{h}}{j{AAb}}{j{h}}{j{h}}{j{h}}}Ah}{{}c{}}{Ah{{j{h}}}}0{Ah{{j{AAb}}}}111111{AhAAd}2??{c{}{}}{{AhEh}An}0{{AhAAb}An}1111111{ce{}{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Ahc}}}{}}1{cGf{}}{c{{Gj{{Gh{Ah}}}}}{}}{{{Gj{{Gh{Ah}}}}}c{}}5`{{cIj}An{}}66{AfAf}{{ce}An{}{}}{{}Af}{{}An}0{{AfIl}In}{cc{}}{B`Af}={AfB`}{cCj{}}{Af{{j{Cj}}}}{ce{}{}}{{{j{h}}{j{h}}{j{h}}{j{h}}{j{h}}{j{Ef}}{j{AAb}}{j{h}}{j{h}}{j{h}}{j{Cj}}}Af}{{}c{}}22{c{}{}}{Af{{j{h}}}}{Af{{j{On}}}}{Af{{j{Ef}}}}222222{AfAAf}3{{AfCj}An}{{Af{Hj{h}}}An}{{AfEh}An}{{AfAAb}An}{{AfEf}An}2222222<{c{{Ab{e}}}{}{}}{Gd{{Ab{Afc}}}{}}1{cGf{}}{c{{Gj{{Gh{Af}}}}}{}}{{{Gj{{Gh{Af}}}}}c{}}{ce{}{}}`{{cIj}An{}}11{AAhAAh}{{ce}An{}{}}{{}An}0{c{{Ab{AAh}}}Jf}{{AAhIl}In}{cc{}}{AAjAAh}{B`AAh}9{AAhB`}{cCj{}};{{EhEhEh}{{Ab{AAhGd}}}}0{Eh{{Ab{AAhGd}}}}{{EhEh}{{Ab{AAhGd}}}}{{}c{}}??{c{}{}}{{AAhc}AbJh}{ce{}{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{AAhc}}}{}}1{cGf{}}{c{{Gj{{Gh{AAh}}}}}{}}{{{Gj{{Gh{AAh}}}}}c{}}5``{{cIj}An{}}{Mj{{Gh{Hh}}}}77{MjMj}{{ce}An{}{}}{{}An}0{c{{Ab{Mj}}}Jf}{ce{}{{Nd{Nb}}}}0{{MjIl}{{Ab{AnAAl}}}}{{MjIl}In}{AAnMj}{EhMj}{{{AB`{Hh}}}Mj}{cc{}}{B`Mj}{{{Gh{Hh}}}{{Ab{{Kd{Mj{Gh{Hh}}}}Kf}}}}{{{Hj{Hh}}}{{Ab{MjA`}}}}{Eh{{Ab{MjGd}}}}{ce{}{}}{MjB`}{BnCj}{MjCj}{cCj{}}4{Eh{{Ab{MjA`}}}}6{{}c{}}66{c{}{}}{{Mjc}AbJh}{MjKj}{Mj{{Ab{{Hj{Hh}}Kf}}}}{BnMj}{MjMj}<{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Mjc}}}{}}1{cGf{}}{c{{Gj{{Gh{Mj}}}}}{}}{{{Gj{{Gh{Mj}}}}}c{}}{ce{}{}}{{Mj{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}22{DbDb}{{ce}An{}{}}{{}An}0{c{{Ab{Db}}}Jf}{{DbIl}In}0{ABbDb}{KhDb}{LbDb}{cc{}}{JnDb}{B`Db}134{Eh{{Ab{DbA`}}}}>{DbB`}{cCj{}}{ce{}{}}3{{}c{}}11{c{}{}}{{Dbc}AbJh}3{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Dbc}}}{}}1{cGf{}}{c{{Gj{{Gh{Db}}}}}{}}{{{Gj{{Gh{Db}}}}}c{}}9`{{cIj}An{}}::{ABdABd}{{ce}An{}{}}{{ABdABd}K`}{{ce}K`{}{}}{{}ABd}{{}An}0{{ABdABd}Cj}{{ce}Cj{}{}}00{{ABdIl}In}{ABfABd}{cc{}}{B`ABd}{ce{}{}}{ABdB`}{cCj{}}2{GlABd}{{}c{}}{{ABdABd}{{j{K`}}}}55{c{}{}}6{c{{Ab{e}}}{}{}}{Gd{{Ab{ABdc}}}{}}1{cGf{}}{ABdGl}{c{{Gj{{Gh{ABd}}}}}{}}{{{Gj{{Gh{ABd}}}}}c{}}<`{{cIj}An{}}=={FbFb}{{ce}An{}{}}{{}An}0{c{{Ab{Fb}}}Jf}{{FbIl}In}{ABhFb}{cc{}}{B`Fb}{MfFb}{GlFb}{MjFb}{ce{}{}}{FbB`}{cCj{}}2={{}c{}}33{c{}{}}{{Fbc}AbJh}5{c{{Ab{e}}}{}{}}{Gd{{Ab{Fbc}}}{}}1{cGf{}}{c{{Gj{{Gh{Fb}}}}}{}}{{{Gj{{Gh{Fb}}}}}c{}}:`{{cIj}An{}}{Hn{{j{Ln}}}}{Hn{{j{L`}}}}=={HnHn}{{ce}An{}{}}{{}An}0{c{{Ab{Hn}}}Jf}{{HnIl}In}{ABjHn}{cc{}}{B`Hn}{JnHn}{LnHn}1{{}Hn}0{ChHn}{L`Hn}{{F`{Gh{Hh}}}Hn}{ABdHn}4{Eh{{Ab{HnA`}}}}{Gd{{Ab{HnGd}}}}{LhHn}7{{{Hj{Hh}}}Lj}:{F`Hn};{ce{}{}}{HnB`}{Hn{{j{Jn}}}}{Hn{{j{Lh}}}}{Hn{{j{F`}}}}{HnCj}{cCj{}}6{Hn{{Ab{HnGd}}}}{{}c{}}88{c{}{}}{{Hnc}AbJh}{HnKj}{Hn{{Ab{{Hj{Hh}}Kf}}}}{Hnh}={c{{Ab{e}}}{}{}}{Gd{{Ab{Hnc}}}{}}1{cGf{}}{Hn{{j{Hn}}}}{c{{Gj{{Gh{Hn}}}}}{}}{{{Gj{{Gh{Hn}}}}}c{}}{ce{}{}}3`{{cIj}An{}}11{ABlABl}{{ce}An{}{}}{{}An}0{c{{Ab{ABl}}}Jf}{{ABlIl}In}{ObABl}{ABnABl}{cc{}}{B`ABl}{{{Gh{Hh}}}{{Ab{{Kd{ABl{Gh{Hh}}}}Kf}}}}{{{Hj{Hh}}}ABl}{Eh{{Ab{ABlGd}}}}={ABlB`}{cCj{}}?2{{}c{}}{ce{}{}}0{c{}{}}{{ABlc}AbJh}{ABlKj}{ABl{{Ab{{Hj{Hh}}Kf}}}}{ABlh}5{c{{Ab{e}}}{}{}}{Gd{{Ab{ABlc}}}{}}1{cGf{}}{c{{Gj{{Gh{ABl}}}}}{}}{{{Gj{{Gh{ABl}}}}}c{}}:{{ABl{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}<<{AC`AC`}{{ce}An{}{}}{{}AC`}{{}An}0{c{{Ab{AC`}}}Jf}{{AC`Il}In}0{{{Hj{h}}}AC`}{cc{}}{hAC`}{B`AC`}{ce{}{}}{AC`B`}{AC`Cj}{cCj{}}3{GdAC`}{{}c{}}55{c{}{}}{{AC`c}AbJh}7{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{AC`c}}}{}}1{cGf{}}{c{{Gj{{Gh{AC`}}}}}{}}{{{Gj{{Gh{AC`}}}}}c{}}=`{{cIj}An{}}{ACbh}??{ACbACb}{{ce}An{}{}}{{}An}0{c{{Ab{ACb}}}Jf}{{ACbIl}In}{cc{}}{ACdACb}{B`ACb}{ce{}{}}{ACbB`}{cCj{}}2;{{}c{}}33{c{}{}}{{ACbc}AbJh}5{c{{Ab{e}}}{}{}}{Gd{{Ab{ACbc}}}{}}1{cGf{}}{c{{Gj{{Gh{ACb}}}}}{}}{{{Gj{{Gh{ACb}}}}}c{}}:`{{cIj}An{}};;{KhKh}{{ce}An{}{}}{{KhKh}K`}{{ce}K`{}{}}{{}An}0{c{{Ab{Kh}}}Jf}{{KhKh}Cj}{{ce}Cj{}{}}00{{KhIl}In}0{BbKh}{cc{}}{FdKh}{ACfKh}{DbKh}{B`Kh}{{{Gh{Hh}}}{{Ab{{Kd{Kh{Gh{Hh}}}}Kf}}}}{ce{}{}}{KhB`}{cCj{}}2{Eh{{Ab{KhA`}}}}{{}c{}}{{KhKh}{{j{K`}}}}55{c{}{}}{{Khc}AbJh}{KhKj}{KhJn}{Kh{{Ab{{Hj{Hh}}Kf}}}}:{KhF`}{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Khc}}}{}}1{cGf{}}{c{{Gj{{Gh{Kh}}}}}{}}{{{Gj{{Gh{Kh}}}}}c{}}{ce{}{}}{{Kh{Hj{Hh}}}{{Ab{AnKf}}}}`{{cIj}An{}}22{FdFd}{{ce}An{}{}}{{}An}0{c{{Ab{Fd}}}Jf}{{FdIl}In}0{cc{}}{KhFd}{JnFd}{F`Fd}{AChFd}{B`Fd}342={FdB`}{cCj{}}?{{}c{}}{ce{}{}}0{c{}{}}{{Fdc}AbJh}2{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{Fdc}}}{}}1{cGf{}}{c{{Gj{{Gh{Fd}}}}}{}}{{{Gj{{Gh{Fd}}}}}c{}}8`````````````````````````````88{{A`Il}In}0{ACjA`}{CfA`}{AClA`}{ACnA`}{cc{}}{AD`A`}?{A`{{j{ADb}}}}=<<:{ce{}{}}````````````````````````````````````{{cIj}An{}}{EnJn}{{Enh{j{h}}}En}{{EnEhEh}En}{En{{Hj{Od}}}}{En{{Hj{Jn}}}}66{Enh}{EnEn}{{ce}An{}{}}{En{{Ab{OhKf}}}}{{}An}0{c{{Ab{En}}}Jf}5{EnCj}{EnIb}{{EnIl}In}{ADdEn}{cc{}}{OjEn}{ADfEn}{B`En}{EnE`}{EnADh}?{ce{}{}}{EnB`};{cCj{}}<2{{df}{{Ab{Enh}}}}{{{j{F`}}EhEhf{j{h}}}{{Ab{Enh}}}}{{}c{}}55{c{}{}}{{Enc}AbJh}{EnOf}{{EnEh}En}{En{{Hj{Jn}}}}{EnKj}{Enh}{En{{Ab{hh}}}}={c{{Ab{e}}}{}{}}{Gd{{Ab{Enc}}}{}}13{cGf{}}{c{{Gj{{Gh{En}}}}}{}}{{{Gj{{Gh{En}}}}}c{}}{EnCj}{ce{}{}}{{EnJn{j{h}}}En}{{EnEh{j{h}}}En}{{EnM`{j{h}}}En}1{{EnABl{j{h}}}En}{{EnKh{j{h}}}En}{{En{j{h}}}En}4{{EnEf{j{h}}}En}5`{{cIj}An{}}88{E`E`}{{ce}An{}{}}{{}An}0{c{{Ab{E`}}}Jf}{{E`Il}In}0{ADjE`}{cc{}}{B`E`}{Mj{{Ab{E`Gd}}}}{{{Gh{Hh}}}{{Ab{E`Gd}}}}{ce{}{}}{E`B`}{cCj{}}2{Eh{{Ab{E`Gd}}}}{{}c{}}44{c{}{}}{{E`c}AbJh}6{ch{}}{c{{Ab{e}}}{}{}}{Gd{{Ab{E`c}}}{}}1{cGf{}}{c{{Gj{{Gh{E`}}}}}{}}{{{Gj{{Gh{E`}}}}}c{}}<````````````````````{{cIj}An{}}000{d{{j{h}}}}>>>>>>>>{ADlADl}{ADnADn}{dd}{AE`AE`}{{ce}An{}{}}000{{}d}{{}AE`}{d{{j{Hh}}}}{d{{j{Kh}}}}{{}An}0000000:{d{{j{M`}}}};{{ADlIl}In}{{ADnIl}In}{{dIl}In}{{AE`Il}In}{cc{}}000{B`ADl}{B`ADn}{B`d}{B`AE`}{ce{}{}}000{ADlB`}{ADnB`}{dB`}{AE`B`}{B`Cj}{cCj{}}01{dAE`}77{d{{j{Gl}}}}{d{{j{B`}}}}1{d{{j{F`}}}}2{{KhHhEhGlGl}d}{{KhKhEh}d}{{EhEh}d}0{{EhEh{j{h}}}d}0{{KhKhKhEh}d}{{{j{Ef}}}d}{{{j{F`}}ADnEh{j{Gl}}}d}5{d{{j{Kh}}}}{{KhEh}d}{{}c{}}000{d{{j{h}}}}{d{{j{ABl}}}}4{ce{}{}}000{c{}{}}000{{dEh}An}{{dHh}An}{{dKh}An}2{{dM`}An}3{{dAE`}An}{{dGl}An}{{dB`}An}1{{dF`}An}257{{dABl}An}6{{dADn}An}{{dEf}An}8{d{{j{ADn}}}}===={dAEb}{d{{j{Ef}}}}{c{{Ab{e}}}{}{}}000{Gd{{Ab{ADl}}}}{Gd{{Ab{ADnc}}}{}}{Gd{{Ab{dc}}}{}}{Gd{{Ab{AE`}}}}4444{cGf{}}000{d{{j{Kh}}}}{c{{Gj{{Gh{ADl}}}}}{}}{c{{Gj{{Gh{ADn}}}}}{}}{c{{Gj{{Gh{d}}}}}{}}{c{{Gj{{Gh{AE`}}}}}{}}{{{Gj{{Gh{ADl}}}}}c{}}{{{Gj{{Gh{ADn}}}}}c{}}{{{Gj{{Gh{d}}}}}c{}}{{{Gj{{Gh{AE`}}}}}c{}}{ce{}{}}000`{{cIj}An{}}11{f{{j{h}}}}{ff}{{ce}An{}{}}{{}f}{{}An}0{{fIl}In}{cc{}}{B`f}779{fB`}{cCj{}};{{Eh{j{h}}{j{h}}{j{h}}{j{h}}{j{{Hj{h}}}}{j{h}}{j{h}}{j{h}}{j{h}}{j{h}}{j{Cj}}}f}{{Eh{j{h}}{j{h}}{j{h}}}f}{{}c{}}<<<>>{c{}{}}=={f{{j{On}}}}{{fEh}An}{fAn}01111111{{f{Hj{h}}}An}{{fCj}An}{{f{j{h}}}An}0{f{{j{Cj}}}}{f{{j{h}}}}{ce{}{}}{fAEd}{c{{Ab{e}}}{}{}}{Gd{{Ab{fc}}}{}}14{cGf{}}{c{{Gj{{Gh{f}}}}}{}}{{{Gj{{Gh{f}}}}}c{}}6`{{cIj}An{}}77{F`F`}{{ce}An{}{}}{{F`F`}K`}{{ce}K`{}{}}{F`c{}}{{}An}0{c{{Ab{F`}}}Jf}{{F`F`}Cj}{{ce}Cj{}{}}00{{F`Il}In}{FdF`}{cc{}}{AEfF`}{B`F`}{{{Hj{Hh}}Hh}F`}{ce{}{}}{F`B`}{cCj{}}2{{EhHh}{{Ab{F`Gd}}}}{{}c{}}{{F`F`}{{j{K`}}}}55{c{}{}}{{F`c}AbJh}{F`h}8{c{{Ab{e}}}{}{}}{Gd{{Ab{F`c}}}{}}1{cGf{}}{c{{Gj{{Gh{F`}}}}}{}}{{{Gj{{Gh{F`}}}}}c{}}=````{{cIj}An{}}>>{AlAl}{{ce}An{}{}}{{}An}0{c{{Ab{Al}}}Jf}{{AlAl}Cj}{{AlIl}In}{cc{}}{hAl}{GlAl}{EhAl}{AEhAl}{B`Al}{ce{}{}}{AlB`}{B`Cj}{{}c{}}{c{}{}}{{Alc}AbJh}5{c{{Ab{e}}}{}{}}{Gd{{Ab{Al}}}}1{cGf{}}{c{{Gj{{Gh{Al}}}}}{}}{{{Gj{{Gh{Al}}}}}c{}}:````````````````````````````````````````````````````````````{{cIj}An{}}0000000000000```;;;;;;;;;;;;;;;;;;;;;;;;;;;;{{AEjGn}An}{AEjAEj}{H`H`}{AElAEl}{AEnAEn}{AF`AF`}{AFbAFb}{AFdAFd}{AFfAFf}{AFhAFh}{AFjAFj}{AFlAFl}{AFnAFn}{AG`AG`}{GnGn}{{ce}An{}{}}0000000000000```{{}AEj}{{}AEl}{{}AEn}{{}AF`}{{}AFb}{{}AFd}{{}AFf}{{}AFh}{{}AFj}{{}AFl}{{}AFn}{{}AG`}{{}Gn}{AFfh}{{}An}00000000000000000000000{c{{Ab{AEn}}}Jf}{c{{Ab{AF`}}}Jf}{c{{Ab{AFb}}}Jf}{c{{Ab{AFd}}}Jf}{c{{Ab{AFf}}}Jf}{c{{Ab{AFh}}}Jf}{c{{Ab{AFj}}}Jf}{c{{Ab{AFl}}}Jf}{c{{Ab{AFn}}}Jf}{c{{Ab{AG`}}}Jf}{c{{Ab{Gn}}}Jf}```````{{AEjIl}In}{{AElIl}In}{{AEnIl}In}{{AF`Il}In}{{AFbIl}In}{{AFdIl}In}{{AFfIl}In}0{{AFhIl}In}{{AFjIl}In}{{AFlIl}In}{{AFnIl}In}{{AG`Il}In}{{GnIl}In}{cc{}}0000000000000{B`H`}{B`AEn}{B`AF`}{B`AFb}{B`AFd}{B`AFf}{B`AFh}{B`AFj}{B`AFl}{B`AFn}{B`AG`}{B`Gn}{AG`{{j{AFn}}}}0````{ce{}{}}0000000000000{H`B`}{AEnB`}{AF`B`}{AFbB`}{AFdB`}{AFfB`}{AFhB`}{AFjB`}{AFlB`}{AFnB`}{AG`B`}{GnB`}{cCj{}}00000000000`============``{cAEj{{AGb{Gn}}AGdAGf}}{{h{j{Gl}}}H`}{{hAEj}AEl}{{}c{}}00000000000`{ce{}{}}00000000000000000000000{c{}{}}00000000000{{AEnc}AbJh}{{AF`c}AbJh}{{AFbc}AbJh}{{AFdc}AbJh}{{AFfc}AbJh}{{AFhc}AbJh}{{AFjc}AbJh}{{AFlc}AbJh}{{AFnc}AbJh}{{AG`c}AbJh}{{Gnc}AbJh}`{H`{{j{{Hj{Gn}}}}}}{H`An}`{{H`{Hj{AEl}}}{{Ab{Anh}}}}```??????????????{ch{}}{AFfh}````{c{{Ab{e}}}{}{}}0000000000000{Gd{{Ab{H`c}}}{}}{Gd{{Ab{AEnc}}}{}}{Gd{{Ab{AF`c}}}{}}{Gd{{Ab{AFbc}}}{}}{Gd{{Ab{AFdc}}}{}}{Gd{{Ab{AFfc}}}{}}{Gd{{Ab{AFhc}}}{}}{Gd{{Ab{AFjc}}}{}}{Gd{{Ab{AFlc}}}{}}{Gd{{Ab{AFnc}}}{}}{Gd{{Ab{AG`c}}}{}}{Gd{{Ab{Gnc}}}{}}<<<<<<<<<<<<<<`{cGf{}}0000000000000{{H`h}An}{c{{Gj{{Gh{H`}}}}}{}}{c{{Gj{{Gh{AEn}}}}}{}}{c{{Gj{{Gh{AF`}}}}}{}}{c{{Gj{{Gh{AFb}}}}}{}}{c{{Gj{{Gh{AFd}}}}}{}}{c{{Gj{{Gh{AFf}}}}}{}}{c{{Gj{{Gh{AFh}}}}}{}}{c{{Gj{{Gh{AFj}}}}}{}}{c{{Gj{{Gh{AFl}}}}}{}}{c{{Gj{{Gh{AFn}}}}}{}}{c{{Gj{{Gh{AG`}}}}}{}}{c{{Gj{{Gh{Gn}}}}}{}}{{{Gj{{Gh{H`}}}}}c{}}{{{Gj{{Gh{AEn}}}}}c{}}{{{Gj{{Gh{AF`}}}}}c{}}{{{Gj{{Gh{AFb}}}}}c{}}{{{Gj{{Gh{AFd}}}}}c{}}{{{Gj{{Gh{AFf}}}}}c{}}{{{Gj{{Gh{AFh}}}}}c{}}{{{Gj{{Gh{AFj}}}}}c{}}{{{Gj{{Gh{AFl}}}}}c{}}{{{Gj{{Gh{AFn}}}}}c{}}{{{Gj{{Gh{AG`}}}}}c{}}{{{Gj{{Gh{Gn}}}}}c{}}{AFfh}{ce{}{}}0000000000000","D":"AOd","p":[[5,"SDK",0,2635],[5,"TransactionBuilderParams",1856],[5,"TransactionStrParams",2024],[5,"String",2636],[6,"Option",2637],[5,"PutTransactionResult",2638],[5,"SuccessResponse",2639],[6,"SdkError",1671],[6,"Result",2640],[5,"DeployStrParams",970],[5,"SessionStrParams",1168],[5,"PaymentStrParams",1118],[5,"PutDeployResult",2641],[6,"Verbosity",2123],[1,"unit"],[1,"u32"],[5,"AccountIdentifier",410],[6,"BlockIdentifierInput",665],[5,"GetAccountResult",2642],[5,"GetAuctionInfoResult",2643],[6,"GetBalanceInput",140,2644],[5,"GetBalanceResult",2645],[10,"ToDigest",1255],[5,"GetBlockResult",2646],[5,"GetBlockTransfersResult",2647],[5,"GetChainspecResult",2648],[6,"Error",2649],[5,"DeployHash",898],[1,"bool"],[5,"GetDeployResult",2650],[6,"DictionaryItemInput",156,2651],[5,"GetDictionaryItemResult",2652],[5,"EntityIdentifier",1305],[5,"GetAddressableEntityResult",2653],[5,"GetEraInfoResult",2654],[5,"GetEraSummaryResult",2655],[5,"GetNodeStatusResult",2656],[5,"GetPeersResult",2657],[5,"GetStateRootHashResult",2658],[5,"TransactionHash",1819],[5,"GetTransactionResult",2659],[5,"GetValidatorChangesResult",2660],[5,"Bytes",715],[1,"str"],[5,"ListRpcsResult",2661],[5,"Deploy",831],[5,"Transaction",1752],[5,"URef",2081],[5,"GlobalStateIdentifier",1383],[5,"PurseIdentifier",1633],[5,"QueryBalanceResult",2662],[5,"QueryBalanceDetailsResult",2663],[5,"QueryGlobalStateParams",172,2664],[5,"QueryGlobalStateResult",2665],[5,"QueryGlobalStateOptions",172,2664],[5,"SpeculativeExecResult",2666],[5,"SpeculativeExecTxnResult",2667],[5,"JsValue",2668],[5,"TypeId",2669],[1,"slice"],[5,"Box",2670],[1,"u64"],[5,"EventParseResult",2203,2671],[5,"Watcher",2203,2671],[5,"CLValue",2672],[6,"Value",2673],[6,"FromStrError",2674],[1,"u8"],[5,"Vec",2675],[10,"Serialize",2676],[5,"Key",1417],[10,"ToBytes",2677],[5,"Timestamp",2678],[5,"TimeDiff",2678],[6,"ErrorExt",2679],[6,"SecretKey",2680],[5,"Private",2681],[5,"Formatter",2682],[8,"Result",2682],[5,"QueryGlobalStateResult",172,2664],[6,"KeyIdentifierInput",172,2664],[6,"PathIdentifierInput",172,2664],[10,"Deserializer",2683],[10,"Serializer",2676],[5,"AccessRights",321],[5,"AccessRights",2684],[5,"AccountHash",360],[6,"Ordering",2685],[5,"AccountHash",2686],[1,"tuple"],[6,"Error",2677],[5,"PublicKey",1584],[1,"usize"],[6,"AccountIdentifier",2642],[8,"DictionaryAddr",2687],[5,"DictionaryAddr",451],[5,"EntityAddr",475],[6,"EntityAddr",2674],[8,"HashAddr",2687],[5,"HashAddr",513],[5,"TransferAddr",537],[8,"URefAddr",2688],[5,"URefAddr",562],[5,"AddressableEntityHash",586],[5,"AddressableEntityHash",2674],[5,"ContractHash",761],[5,"BlockHash",630],[5,"BlockHash",2689],[5,"Digest",1255],[5,"BlockIdentifier",665],[6,"BlockIdentifier",2690],[6,"CLType",2691],[1,"char"],[10,"FromIterator",2692],[5,"Bytes",2693],[5,"Uint8Array",2694],[10,"Hasher",2695],[5,"ContractHash",2696],[5,"ContractPackageHash",798],[5,"ContractPackageHash",2696],[5,"PackageHash",2697],[5,"Approval",2698],[5,"RuntimeArgs",2699],[5,"ApprovalsHash",2700],[5,"Deploy",2701],[5,"DeployHash",2702],[5,"ArgsSimple",938],[17,"Item"],[10,"IntoIterator",2692],[5,"DeployStrParams",2703],[5,"DictionaryItemStrParams",1014],[5,"AccountNamedKey",1014],[5,"ContractNamedKey",1014],[5,"URefVariant",1014],[5,"DictionaryVariant",1014],[6,"DictionaryItemStrParams",2704],[5,"Array",2694],[5,"PaymentStrParams",2705],[5,"SessionStrParams",2706],[5,"DictionaryItemIdentifier",1221],[6,"DictionaryItemIdentifier",2707],[5,"Error",2682],[5,"Digest",2708],[1,"array"],[6,"EntityIdentifier",2653],[5,"EraId",1345],[5,"EraId",2709],[6,"GlobalStateIdentifier",2690],[6,"Key",2687],[5,"PackageHash",1477],[8,"PackageAddr",2687],[5,"Path",1516],[5,"PeerEntry",1552],[5,"PeerEntry",2657],[6,"PublicKey",2680],[6,"PurseIdentifier",2710],[5,"Error",2711],[5,"Error",2712],[6,"CliError",2713],[6,"CLValueError",2672],[10,"Error",2714],[6,"Transaction",2715],[5,"TransactionV1",2716],[6,"TransactionHeader",2717],[6,"TransactionHash",2718],[6,"TransferTargetKind",1856],[5,"TransferTarget",1856],[6,"TransactionKind",1856],[6,"TransactionBuilderParams",2719],[5,"TransactionStrParams",2720],[5,"URef",2688],[6,"Verbosity",2721],[5,"EventHandlerFn",2203,2671],[5,"Subscription",2203,2671],[5,"Failure",2203,2671],[5,"Version2",2203,2671],[5,"Payment",2203,2671],[5,"ExecutionResult",2203,2671],[5,"HashString",2203,2671],[5,"PublicKeyString",2203,2671],[5,"Message",2203,2671],[5,"Messages",2203,2671],[5,"TransactionProcessed",2203,2671],[5,"Body",2203,2671],[10,"Fn",2722],[10,"Send",2723],[10,"Sync",2723],[15,"ConflictingArguments",1717],[15,"FailedToParseKey",1717],[15,"FailedToParsePublicKeyBytes",1717],[15,"FailedToParsePublicKey",1717],[15,"FailedToParseAccountHash",1717],[15,"FailedToParseEntity",1717],[15,"FailedToDecodeHex",1717],[15,"FailedToParseAccountHashLength",1717],[15,"FailedToParseURef",1717],[15,"FailedToParseInt",1717],[15,"FailedToParseTimeDiff",1717],[15,"FailedToParseTimestamp",1717],[15,"FailedToParseUint",1717],[15,"FailedToParseDigest",1717],[15,"FailedToParseAddressableEntityHash",1717],[15,"FailedToParseBool",1717],[15,"FailedToParseDec",1717],[15,"InvalidArgument",1717]],"r":[[0,2635],[3,2724],[5,2724],[9,2725],[34,2724],[36,2724],[53,2724],[55,2724],[62,2635],[67,2725],[71,2726],[73,2725],[75,2726],[77,2726],[79,2725],[81,2726],[95,2635],[96,2727],[97,2727],[116,2728],[117,2728],[118,2728],[119,2728],[120,2728],[121,2728],[122,2728],[123,2728],[124,2728],[125,2728],[126,2728],[127,2728],[128,2728],[129,2728],[130,2728],[131,2728],[132,2728],[133,2728],[134,2728],[135,2728],[136,2728],[137,2728],[138,2728],[139,2728],[140,2644],[156,2651],[173,2664],[175,2664],[176,2664],[177,2664],[178,2664],[2157,2671],[2158,2671],[2159,2671],[2160,2671],[2161,2671],[2162,2671],[2163,2671],[2164,2671],[2165,2671],[2166,2671],[2167,2671],[2168,2671],[2169,2671],[2170,2671],[2202,2729],[2203,2671],[2204,2671],[2205,2671],[2206,2671],[2207,2671],[2208,2671],[2209,2671],[2210,2671],[2211,2671],[2212,2671],[2213,2671],[2214,2671],[2215,2671],[2216,2671]],"b":[[337,"impl-OptionFromWasmAbi-for-AccessRights"],[338,"impl-AccessRights"],[343,"impl-OptionIntoWasmAbi-for-AccessRights"],[344,"impl-AccessRights"],[376,"impl-From%3CAccountIdentifier%3E-for-AccountHash"],[377,"impl-From%3CEntityIdentifier%3E-for-AccountHash"],[379,"impl-From%3CPurseIdentifier%3E-for-AccountHash"],[380,"impl-From%3CAccountHash%3E-for-AccountHash"],[382,"impl-AccountHash"],[383,"impl-FromBytes-for-AccountHash"],[419,"impl-Display-for-AccountIdentifier"],[420,"impl-Debug-for-AccountIdentifier"],[421,"impl-From%3CAccountHash%3E-for-AccountIdentifier"],[422,"impl-From%3CPublicKey%3E-for-AccountIdentifier"],[424,"impl-From%3CAccountIdentifier%3E-for-AccountIdentifier"],[486,"impl-From%3CEntityIdentifier%3E-for-EntityAddr"],[487,"impl-From%3CEntityAddr%3E-for-EntityAddr"],[600,"impl-From%3CAddressableEntityHash%3E-for-AddressableEntityHash"],[601,"impl-From%3CContractHash%3E-for-AddressableEntityHash"],[603,"impl-From%3C%5Bu8;+casper_types::::key::HashAddr::%7Bconstant%230%7D%5D%3E-for-AddressableEntityHash"],[605,"impl-FromBytes-for-AddressableEntityHash"],[606,"impl-AddressableEntityHash"],[639,"impl-Debug-for-BlockHash"],[640,"impl-Display-for-BlockHash"],[641,"impl-From%3CBlockHash%3E-for-BlockHash"],[642,"impl-From%3CDigest%3E-for-BlockHash"],[737,"impl-From%3CBytes%3E-for-Bytes"],[738,"impl-From%3CVec%3Cu8%3E%3E-for-Bytes"],[739,"impl-From%3C%26%5Bu8%5D%3E-for-Bytes"],[770,"impl-From%3CAddressableEntityHash%3E-for-ContractHash"],[772,"impl-From%3CContractHash%3E-for-ContractHash"],[774,"impl-ContractHash"],[775,"impl-FromBytes-for-ContractHash"],[805,"impl-From%3CContractPackageHash%3E-for-ContractPackageHash"],[806,"impl-From%3CPackageHash%3E-for-ContractPackageHash"],[808,"impl-ContractPackageHash"],[809,"impl-FromBytes-for-ContractPackageHash"],[907,"impl-Debug-for-DeployHash"],[908,"impl-Display-for-DeployHash"],[909,"impl-From%3CDigest%3E-for-DeployHash"],[910,"impl-From%3CDeployHash%3E-for-DeployHash"],[1268,"impl-Display-for-Digest"],[1269,"impl-Debug-for-Digest"],[1270,"impl-From%3CDigest%3E-for-Digest"],[1271,"impl-From%3C%26str%3E-for-Digest"],[1272,"impl-From%3C%5Bu8;+_Digest::LENGTH%5D%3E-for-Digest"],[1314,"impl-Debug-for-EntityIdentifier"],[1315,"impl-Display-for-EntityIdentifier"],[1316,"impl-From%3CEntityIdentifier%3E-for-EntityIdentifier"],[1317,"impl-From%3CPublicKey%3E-for-EntityIdentifier"],[1318,"impl-From%3CEntityAddr%3E-for-EntityIdentifier"],[1320,"impl-From%3CAccountHash%3E-for-EntityIdentifier"],[1487,"impl-From%3CPackageHash%3E-for-PackageHash"],[1488,"impl-From%3C%5Bu8;+casper_types::::key::PackageAddr::%7Bconstant%230%7D%5D%3E-for-PackageHash"],[1491,"impl-FromBytes-for-PackageHash"],[1492,"impl-PackageHash"],[1526,"impl-Display-for-Path"],[1527,"impl-Debug-for-Path"],[1528,"impl-From%3CVec%3CString%3E%3E-for-Path"],[1530,"impl-From%3CString%3E-for-Path"],[1599,"impl-Debug-for-PublicKey"],[1600,"impl-Display-for-PublicKey"],[1601,"impl-From%3CAccountIdentifier%3E-for-PublicKey"],[1603,"impl-From%3CPurseIdentifier%3E-for-PublicKey"],[1604,"impl-From%3CPublicKey%3E-for-PublicKey"],[1605,"impl-From%3CEntityIdentifier%3E-for-PublicKey"],[1642,"impl-Debug-for-PurseIdentifier"],[1643,"impl-Display-for-PurseIdentifier"],[1645,"impl-From%3CPublicKey%3E-for-PurseIdentifier"],[1646,"impl-From%3CAccountHash%3E-for-PurseIdentifier"],[1647,"impl-From%3CURef%3E-for-PurseIdentifier"],[1648,"impl-From%3CPurseIdentifier%3E-for-PurseIdentifier"],[1702,"impl-Debug-for-SdkError"],[1703,"impl-Display-for-SdkError"],[1704,"impl-From%3CError%3E-for-SdkError"],[1705,"impl-From%3CError%3E-for-SdkError"],[1706,"impl-From%3CJsonArgsError%3E-for-SdkError"],[1707,"impl-From%3CCliError%3E-for-SdkError"],[1709,"impl-From%3CCLValueError%3E-for-SdkError"],[1772,"impl-From%3CTransaction%3E-for-Transaction"],[1774,"impl-From%3CDeploy%3E-for-Transaction"],[1775,"impl-From%3CTransactionV1%3E-for-Transaction"],[1828,"impl-Display-for-TransactionHash"],[1829,"impl-Debug-for-TransactionHash"],[2098,"impl-From%3CPurseIdentifier%3E-for-URef"],[2100,"impl-From%3CURef%3E-for-URef"],[2138,"impl-From%3CString%3E-for-Verbosity"],[2139,"impl-From%3Cu64%3E-for-Verbosity"],[2140,"impl-From%3C%26str%3E-for-Verbosity"],[2141,"impl-From%3CVerbosity%3E-for-Verbosity"],[2356,"impl-Debug-for-HashString"],[2357,"impl-Display-for-HashString"]],"c":"OjAAAAEAAAAAADMAEAAAAAcAEAAWABkAJgAsAC4AQgBFAEcASwBRAFwAXgBCA0MDRANFA0YDSQNKA00DUQNSA1cDWANbA1wDXgNfA2ADYQNiA2UDagNrA2wDcQNzA3cDeAN5A3oDewN8A30DfgN/A4ADgQOCA1cJ","e":"OzAAAAEAAFEJfwAAAAQABgAAAAgAAgAMAAEADwAAABkAAAAbAAAAIQACACUAAAAoAAEAKwAAADAAAQA2AAAAOAAAADwABQBEAAAASAAAAEoAAABMAAAATgAAAFAAAABSAAAAVAAHAGAAAABjAAAAdQAXAI4ABwCYAA0AqAAFAK8AAACzACUA3gACAOYAZQBNAQEAUAEqAHwBBgCEASMAqQEDAK4BGgDKAQEAzQEYAOcBBADtARoACQIAAAsCFAAhAgEAJAIUADoCAAA8Ah4AXAIEAGICIQCFAgEAiAIlALACAgC1AisA4gIFAOkCGgAFAwQACwMZACYDBQAtAycAVgMCAFoDNQCRAwEAlAMiALgDAQC7AxsA2AMBANsDSgArBAAAMQQ3AGoEAABsBC4AnAQAAJ4EMQDRBAEA1AQlAPsEAwAABScAKQUFADAFIgBUBQAAVgUcAHQFAwB5BR0AmAUSAKwFJQDTBQMA2AUhAPsFAQD+BR0AHQYBACAGIgBEBgQASgYiAG4GBwB3BiYAnwYNAK4GAACwBj0A7wYFAPYGMQApBwIALQdNAH8HAwCHB2wA9QcCAPkHOgA1CAIAOQggAFsIBABhCAwAcwgEAHwICQCJCAkAlQgGAKEIBACqCCwA2QgdAPgIMwAwCQwASwkRAGsJJgCVCTwA1AkAANgJSwAlCiYA"}]\ ]')); if (typeof exports !== 'undefined') exports.searchIndex = searchIndex; else if (window.initSearch) window.initSearch(searchIndex); diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/speculative_deploy.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/speculative_deploy.rs.html index eabe1f6b0..14d1e46af 100644 --- a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/speculative_deploy.rs.html +++ b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/speculative_deploy.rs.html @@ -288,6 +288,10 @@ 288 289 290 +291 +292 +293 +294
#[cfg(target_arch = "wasm32")]
 use crate::rpcs::speculative_exec_deploy::SpeculativeExecResult;
 #[cfg(target_arch = "wasm32")]
@@ -332,7 +336,8 @@
     ///
     /// A `Result` containing either a `SpeculativeExecResult` or a `JsError` in case of an error.
     #[wasm_bindgen(js_name = "speculative_deploy")]
-    #[allow(clippy::too_many_arguments)]
+    #[allow(clippy::too_many_arguments, deprecated)]
+    #[deprecated(note = "prefer speculative_transaction")]
     pub async fn speculative_deploy_js_alias(
         &self,
         deploy_params: DeployStrParams,
@@ -386,6 +391,8 @@
     /// # Returns
     ///
     /// A `Result` containing either a `SuccessResponse<_SpeculativeExecResult>` or a `SdkError` in case of an error.
+    #[allow(clippy::too_many_arguments, deprecated)]
+    #[deprecated(note = "prefer speculative_transaction")]
     pub async fn speculative_deploy(
         &self,
         deploy_params: DeployStrParams,
@@ -422,6 +429,7 @@
 }
 
 #[cfg(test)]
+#[allow(deprecated)]
 mod tests {
     use super::*;
     use crate::{helpers::public_key_from_secret_key, types::block_identifier::BlockIdentifier};
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/speculative_transfer.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/speculative_transfer.rs.html
index ec7350221..f6838192b 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/speculative_transfer.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/speculative_transfer.rs.html
@@ -297,6 +297,9 @@
 297
 298
 299
+300
+301
+302
 

#[cfg(target_arch = "wasm32")]
 use crate::rpcs::speculative_exec_deploy::SpeculativeExecResult;
 #[cfg(target_arch = "wasm32")]
@@ -342,8 +345,9 @@
     /// # Returns
     ///
     /// A `Result` containing the result of the speculative transfer or a `JsError` in case of an error.
-    #[allow(clippy::too_many_arguments)]
-    #[wasm_bindgen(js_name = "speculative_transfer")]
+    #[wasm_bindgen(js_name = "speculative_transfer")]
+    #[allow(clippy::too_many_arguments, deprecated)]
+    #[deprecated(note = "prefer speculative_transfer_transaction")]
     pub async fn speculative_transfer_js_alias(
         &self,
         amount: &str,
@@ -403,7 +407,8 @@
     /// # Returns
     ///
     /// A `Result` containing the result a `SuccessResponse<_SpeculativeExecResult>` or a `SdkError` in case of an error.
-    #[allow(clippy::too_many_arguments)]
+    #[allow(clippy::too_many_arguments, deprecated)]
+    #[deprecated(note = "prefer speculative_transfer_transaction")]
     pub async fn speculative_transfer(
         &self,
         amount: &str,
@@ -449,6 +454,7 @@
 }
 
 #[cfg(test)]
+#[allow(deprecated)]
 mod tests {
     use super::*;
     use crate::{helpers::public_key_from_secret_key, types::block_identifier::BlockIdentifier};
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/transfer.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/transfer.rs.html
index 7c722eee5..7b0f1eda5 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/transfer.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy/transfer.rs.html
@@ -238,6 +238,9 @@
 238
 239
 240
+241
+242
+243
 
#[cfg(target_arch = "wasm32")]
 use super::deploy::PutDeployResult;
 use crate::{
@@ -278,7 +281,8 @@
     ///
     /// A `Result` containing the result of the transfer or a `JsError` in case of an error.
     #[wasm_bindgen(js_name = "transfer")]
-    #[allow(clippy::too_many_arguments)]
+    #[deprecated(note = "prefer transfer_transaction")]
+    #[allow(clippy::too_many_arguments, deprecated)]
     pub async fn transfer_js_alias(
         &self,
         amount: &str,
@@ -327,7 +331,8 @@
     /// # Returns
     ///
     /// A `Result` containing the result a `SuccessResponse<_PutDeployResult>` of the transfer or a `SdkError` in case of an error.
-    #[allow(clippy::too_many_arguments)]
+    #[deprecated(note = "prefer transfer_transaction")]
+    #[allow(clippy::too_many_arguments, deprecated)]
     pub async fn transfer(
         &self,
         amount: &str,
@@ -367,6 +372,7 @@
 }
 
 #[cfg(test)]
+#[allow(deprecated)]
 mod tests {
 
     use super::*;
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/make_deploy.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/make_deploy.rs.html
index 7f9aae320..c3731656f 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/make_deploy.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/make_deploy.rs.html
@@ -178,6 +178,13 @@
 178
 179
 180
+181
+182
+183
+184
+185
+186
+187
 
#[cfg(target_arch = "wasm32")]
 use crate::debug::error;
 use crate::types::deploy::Deploy;
@@ -212,6 +219,8 @@
     ///
     /// A `Result` containing the created `Deploy` or a `JsError` in case of an error.
     #[wasm_bindgen(js_name = "make_deploy")]
+    #[deprecated(note = "prefer 'make_transaction'")]
+    #[allow(deprecated)]
     pub fn make_deploy_js_alias(
         &self,
         deploy_params: DeployStrParams,
@@ -242,6 +251,8 @@
     /// # Returns
     ///
     /// A `Result` containing the created `Deploy` or a `SdkError` in case of an error.
+    #[deprecated(note = "prefer 'make_transaction'")]
+    #[allow(deprecated)]
     pub fn make_deploy(
         &self,
         deploy_params: DeployStrParams,
@@ -253,6 +264,8 @@
 }
 
 /// Internal function to create a deploy.
+#[deprecated(note = "prefer 'make_transaction'")]
+#[allow(deprecated)]
 pub(crate) fn make_deploy(
     deploy_params: DeployStrParams,
     session_params: SessionStrParams,
@@ -271,6 +284,7 @@
 }
 
 #[cfg(test)]
+#[allow(deprecated)]
 mod tests {
 
     use super::*;
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/make_transfer.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/make_transfer.rs.html
index 9df01e6b2..0217ad63f 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/make_transfer.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/make_transfer.rs.html
@@ -211,6 +211,13 @@
 211
 212
 213
+214
+215
+216
+217
+218
+219
+220
 
#[cfg(target_arch = "wasm32")]
 use crate::debug::error;
 use crate::types::deploy::Deploy;
@@ -247,6 +254,8 @@
     ///
     /// A `Result` containing the created `Deploy` or a `JsError` in case of an error.
     #[wasm_bindgen(js_name = "make_transfer")]
+    #[deprecated(note = "prefer 'make_transfer_transaction'")]
+    #[allow(deprecated)]
     pub fn make_transfer_js_alias(
         &self,
         amount: &str,
@@ -288,6 +297,8 @@
     /// # Returns
     ///
     /// A `Result` containing the created `Deploy` or a `SdkError` in case of an error.
+    #[deprecated(note = "prefer 'make_transfer_transaction'")]
+    #[allow(deprecated)]
     pub fn make_transfer(
         &self,
         amount: &str,
@@ -309,6 +320,8 @@
 }
 
 /// Internal function to create a transfer deploy.
+#[deprecated(note = "prefer 'make_transfer_transaction'")]
+#[allow(deprecated)]
 pub(crate) fn make_transfer(
     amount: &str,
     target_account: &str,
@@ -335,6 +348,7 @@
 }
 
 #[cfg(test)]
+#[allow(deprecated)]
 mod tests {
     use super::*;
     use crate::helpers::public_key_from_secret_key;
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/mod.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/mod.rs.html
index a31194f75..a8fc2049b 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/mod.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/mod.rs.html
@@ -5,11 +5,15 @@
 5
 6
 7
+8
+9
 
pub(crate) mod make_deploy;
-pub(crate) use make_deploy::make_deploy;
+#[allow(deprecated)]
+pub(crate) use make_deploy::make_deploy;
 
 pub(crate) mod make_transfer;
-pub(crate) use make_transfer::make_transfer;
+#[allow(deprecated)]
+pub(crate) use make_transfer::make_transfer;
 
 pub(crate) mod sign_deploy;
 
\ No newline at end of file diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/sign_deploy.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/sign_deploy.rs.html index f37303caa..3fc001003 100644 --- a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/sign_deploy.rs.html +++ b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/deploy_utils/sign_deploy.rs.html @@ -132,6 +132,13 @@ 132 133 134 +135 +136 +137 +138 +139 +140 +141
use crate::types::deploy::Deploy;
 use crate::SDK;
 #[cfg(target_arch = "wasm32")]
@@ -151,7 +158,9 @@
     /// # Returns
     ///
     /// The signed `Deploy`.
-    #[wasm_bindgen(js_name = "sign_deploy")]
+    #[deprecated(note = "prefer sign_transaction")]
+    #[allow(deprecated)]
+    #[wasm_bindgen(js_name = "sign_deploy")]
     pub fn sign_deploy_js_alias(&self, deploy: Deploy, secret_key: &str) -> Deploy {
         sign_deploy(deploy, secret_key)
     }
@@ -168,18 +177,23 @@
     /// # Returns
     ///
     /// The signed `Deploy`.
+    #[deprecated(note = "prefer sign_transaction")]
+    #[allow(deprecated)]
     pub fn sign_deploy(&self, deploy: Deploy, secret_key: &str) -> Deploy {
         sign_deploy(deploy, secret_key)
     }
 }
 
 /// Internal function to sign a deploy.
+#[deprecated(note = "prefer sign_transaction")]
+#[allow(deprecated)]
 pub(crate) fn sign_deploy(mut deploy: Deploy, secret_key: &str) -> Deploy {
     // log("sign_deploy!");
     deploy.sign(secret_key)
 }
 
 #[cfg(test)]
+#[allow(deprecated)]
 mod tests {
     use super::*;
     use crate::{
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/rpcs/put_deploy.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/rpcs/put_deploy.rs.html
index c0b809f63..d949bdd2a 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/rpcs/put_deploy.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/rpcs/put_deploy.rs.html
@@ -174,6 +174,7 @@
 174
 175
 176
+177
 
use crate::types::deploy::Deploy;
 #[cfg(target_arch = "wasm32")]
 use crate::{debug::error, deploy::deploy::PutDeployResult};
@@ -271,6 +272,7 @@
 }
 
 #[cfg(test)]
+#[allow(deprecated)]
 mod tests {
     use super::*;
     use crate::{
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/rpcs/speculative_exec_deploy.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/rpcs/speculative_exec_deploy.rs.html
index 0bedb815f..0a1e3d2dc 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/rpcs/speculative_exec_deploy.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/rpcs/speculative_exec_deploy.rs.html
@@ -328,6 +328,13 @@
 328
 329
 330
+331
+332
+333
+334
+335
+336
+337
 
#[cfg(target_arch = "wasm32")]
 use crate::debug::error;
 #[cfg(target_arch = "wasm32")]
@@ -428,6 +435,8 @@
 impl SDK {
     /// Get options for speculative execution from a JavaScript value.
     #[wasm_bindgen(js_name = "speculative_exec_deploy_options")]
+    #[deprecated(note = "prefer speculative_exec_transaction_options")]
+    #[allow(deprecated)]
     pub fn get_speculative_exec_deploy_options(
         &self,
         options: JsValue,
@@ -451,7 +460,9 @@
     /// # Returns
     ///
     /// A `Result` containing the result of the speculative execution or a `JsError` in case of an error.
-    #[wasm_bindgen(js_name = "speculative_exec_deploy")]
+    #[deprecated(note = "prefer speculative_exec_transaction")]
+    #[allow(deprecated)]
+    #[wasm_bindgen(js_name = "speculative_exec_deploy")]
     pub async fn speculative_exec_deploy_js_alias(
         &self,
         options: Option<GetSpeculativeExecDeployOptions>,
@@ -510,6 +521,8 @@
     /// # Returns
     ///
     /// A `Result` containing the result of _SpeculativeExecResult or a `SdkError` in case of an error.
+    #[deprecated(note = "prefer speculative_exec_transaction")]
+    #[allow(deprecated)]
     pub async fn speculative_exec_deploy(
         &self,
         deploy: Deploy,
@@ -540,6 +553,7 @@
 }
 
 #[cfg(test)]
+#[allow(deprecated)]
 mod tests {
     use super::*;
     use crate::{
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/types/deploy.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/types/deploy.rs.html
index d2cbbc910..c24fc1447 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/types/deploy.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/types/deploy.rs.html
@@ -792,9 +792,6 @@
 792
 793
 794
-795
-796
-797
 
use super::{
     cl::bytes::Bytes,
     contract_hash::ContractHash,
@@ -814,14 +811,15 @@
         get_current_timestamp, get_ttl_or_default, insert_arg, parse_timestamp, parse_ttl,
         secret_key_from_pem,
     },
-    make_deploy, make_transfer,
 };
+#[allow(deprecated)]
+use crate::{make_deploy, make_transfer};
 use casper_client::MAX_SERIALIZED_SIZE_OF_DEPLOY;
 use casper_types::{
     bytesrepr::{self, Bytes as _Bytes},
     transaction::Deploy as _Deploy,
-    ApprovalsHash, AsymmetricType, DeployBuilder, ExecutableDeployItem, Phase, RuntimeArgs,
-    SecretKey, TimeDiff, Timestamp, U512,
+    Approval, ApprovalsHash, AsymmetricType, DeployBuilder, ExecutableDeployItem, Phase,
+    RuntimeArgs, SecretKey, TimeDiff, Timestamp, U512,
 };
 use chrono::{DateTime, Utc};
 #[cfg(target_arch = "wasm32")]
@@ -847,6 +845,8 @@
 }
 
 #[wasm_bindgen]
+#[deprecated(note = "prefer Transaction type")]
+#[allow(deprecated)]
 impl Deploy {
     #[cfg(target_arch = "wasm32")]
     #[wasm_bindgen(constructor)]
@@ -1182,20 +1182,7 @@
         deploy.into()
     }
 
-    // TODO TOFIX
-    // #[cfg(target_arch = "wasm32")]
-    // #[wasm_bindgen(js_name = "footprint")]
-    // pub fn footprint_js_alias(&self) -> JsValue {
-    //     match JsValue::from_serde(&self.footprint()) {
-    //         Ok(json) => json,
-    //         Err(err) => {
-    //             error(&format!("Error serializing footprint to JSON: {:?}", err));
-    //             JsValue::null()
-    //         }
-    //     }
-    // }
-
-    #[cfg(target_arch = "wasm32")]
+    #[cfg(target_arch = "wasm32")]
     #[wasm_bindgen(js_name = "approvalsHash")]
     pub fn compute_approvals_hash_js_alias(&self) -> JsValue {
         match JsValue::from_serde(&self.compute_approvals_hash()) {
@@ -1210,6 +1197,18 @@
         }
     }
 
+    #[cfg(target_arch = "wasm32")]
+    #[wasm_bindgen(js_name = "approvals")]
+    pub fn approvals_alias(&self) -> JsValue {
+        match JsValue::from_serde(&self.approvals()) {
+            Ok(json) => json,
+            Err(err) => {
+                error(&format!("Error serializing approvals to JSON: {:?}", err));
+                JsValue::null()
+            }
+        }
+    }
+
     #[wasm_bindgen(js_name = "isTransfer")]
     pub fn is_transfer(&self) -> bool {
         self.0.clone().session().is_transfer()
@@ -1367,7 +1366,9 @@
     }
 }
 
-impl Deploy {
+#[deprecated(note = "prefer Transaction type")]
+#[allow(deprecated)]
+impl Deploy {
     pub fn args(&self) -> RuntimeArgs {
         self.0.clone().session().args().clone()
     }
@@ -1393,19 +1394,7 @@
         })
     }
 
-    // TODO TOFIX
-    // pub fn footprint(&self) -> DeployFootprint {
-    //     let deploy: _Deploy = self.0.clone();
-    //     match deploy.footprint() {
-    //         Ok(footprint) => footprint,
-    //         Err(err) => {
-    //             error(&format!("Error getting footprint: {:?}", err));
-    //             deploy.footprint().unwrap()
-    //         }
-    //     }
-    // }
-
-    pub fn to_json_string(&self) -> Result<String, String> {
+    pub fn to_json_string(&self) -> Result<String, String> {
         let result = serde_json::to_string(&self.0);
         match result {
             Ok(json) => Ok(json),
@@ -1422,6 +1411,11 @@
         deploy.compute_approvals_hash()
     }
 
+    pub fn approvals(&self) -> Vec<Approval> {
+        let deploy: _Deploy = self.0.clone();
+        deploy.approvals().iter().cloned().collect()
+    }
+
     fn build(&self, deploy_params: BuildParams) -> Deploy {
         let BuildParams {
             secret_key,
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/types/transaction.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/types/transaction.rs.html
index 42623724c..6c3737a70 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/types/transaction.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/types/transaction.rs.html
@@ -813,7 +813,6 @@
 813
 814
 815
-816
 
use super::{
     account_hash::AccountHash,
     addressable_entity_hash::AddressableEntityHash,
@@ -850,7 +849,6 @@
 use gloo_utils::format::JsValueSerdeExt;
 use serde::{Deserialize, Serialize};
 use serde_json::{json, Value};
-use std::collections::BTreeSet;
 use wasm_bindgen::prelude::*;
 
 #[derive(Debug, Deserialize, Clone, Serialize)]
@@ -1004,8 +1002,8 @@
         })
     }
 
-    #[wasm_bindgen(js_name = "withHash")]
-    pub fn with_hash(
+    #[wasm_bindgen(js_name = "withEntityHash")]
+    pub fn with_entity_hash(
         &self,
         hash: AddressableEntityHash,
         secret_key: Option<String>,
@@ -1042,10 +1040,10 @@
         })
     }
 
-    #[wasm_bindgen(js_name = "withModuleBytes")]
-    pub fn with_module_bytes(
+    #[wasm_bindgen(js_name = "withTransactionBytes")]
+    pub fn with_transaction_bytes(
         &self,
-        module_bytes: Bytes,
+        transaction_bytes: Bytes,
         secret_key: Option<String>,
     ) -> Transaction {
         self.build(BuildParams {
@@ -1053,7 +1051,7 @@
             body: Some(modify_body(
                 &self.body(),
                 NewBodyParams {
-                    new_module_bytes: Some(&module_bytes),
+                    new_transaction_bytes: Some(&transaction_bytes),
                     ..Default::default()
                 },
             )),
@@ -1401,8 +1399,8 @@
         self.0.clone().compute_approvals_hash()
     }
 
-    pub fn approvals(&self) -> BTreeSet<Approval> {
-        self.0.clone().approvals()
+    pub fn approvals(&self) -> Vec<Approval> {
+        self.0.clone().approvals().iter().cloned().collect()
     }
 
     pub fn header(&self) -> TransactionHeader {
@@ -1413,7 +1411,7 @@
         self.0.clone().expires()
     }
 
-    pub fn signers(&self) -> BTreeSet<AccountHash> {
+    pub fn signers(&self) -> Vec<AccountHash> {
         self.0
             .clone()
             .signers()
@@ -1422,7 +1420,7 @@
             .collect()
     }
 
-    pub fn authorization_keys(&self) -> BTreeSet<AccountHash> {
+    pub fn authorization_keys(&self) -> Vec<AccountHash> {
         self.0
             .clone()
             .authorization_keys()
@@ -1521,7 +1519,7 @@
     new_entry_point: Option<String>,
     new_alias: Option<String>,
     new_version: Option<u32>,
-    new_module_bytes: Option<&'a Bytes>,
+    new_transaction_bytes: Option<&'a Bytes>,
 }
 
 fn modify_body(
@@ -1533,7 +1531,7 @@
         new_entry_point,
         new_alias,
         new_version,
-        new_module_bytes,
+        new_transaction_bytes,
     }: NewBodyParams,
 ) -> TransactionV1Body {
     let runtime_args = new_args.cloned().unwrap_or_else(|| body.args().clone());
@@ -1583,14 +1581,14 @@
             }
         },
         casper_types::TransactionTarget::Session {
-            kind,
-            module_bytes,
+            kind: transaction_session_kind,
+            module_bytes: transaction_bytes,
             runtime: _,
         } => {
-            let default: _Bytes = module_bytes.clone();
-            let new_bytes = new_module_bytes.unwrap();
+            let default: _Bytes = transaction_bytes.clone();
+            let new_bytes = new_transaction_bytes.unwrap();
             let new: &Bytes = new_bytes;
-            let new_module_bytes: _Bytes = {
+            let new_transaction_bytes: _Bytes = {
                 let new_bytes: _Bytes = _Bytes::from((*new).to_vec());
                 if new_bytes.len() > 0 {
                     new_bytes
@@ -1599,7 +1597,7 @@
                 }
             };
 
-            (*TransactionV1Builder::new_session(*kind, new_module_bytes)
+            (*TransactionV1Builder::new_session(*transaction_session_kind, new_transaction_bytes)
                 .with_runtime_args(runtime_args)
                 .body())
             .clone()
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params.rs.html
index b18ce95b5..d239e13e4 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params.rs.html
@@ -408,6 +408,33 @@
 408
 409
 410
+411
+412
+413
+414
+415
+416
+417
+418
+419
+420
+421
+422
+423
+424
+425
+426
+427
+428
+429
+430
+431
+432
+433
+434
+435
+436
+437
 
use crate::helpers::get_current_timestamp;
 use crate::helpers::get_str_or_default;
 use crate::helpers::get_ttl_or_default;
@@ -457,15 +484,19 @@
         standard_payment: Option<bool>,
     ) -> Self {
         let mut transaction_params = TransactionStrParams::default();
-        if let Some(secret_key) = secret_key {
-            transaction_params.set_secret_key(&secret_key);
-        };
-        transaction_params.set_timestamp(timestamp);
-        transaction_params.set_ttl(ttl);
         transaction_params.set_chain_name(chain_name);
         if let Some(initiator_addr) = initiator_addr {
             transaction_params.set_initiator_addr(&initiator_addr);
         }
+        if let Some(secret_key) = secret_key {
+            transaction_params.set_secret_key(&secret_key);
+        };
+        if timestamp.is_some() {
+            transaction_params.set_timestamp(timestamp);
+        }
+        if ttl.is_some() {
+            transaction_params.set_ttl(ttl);
+        }
         if let Some(session_args_simple) = session_args_simple {
             transaction_params.set_session_args_simple(session_args_simple);
         }
@@ -490,6 +521,29 @@
         transaction_params
     }
 
+    #[wasm_bindgen]
+    pub fn new_with_defaults(
+        chain_name: &str,
+        initiator_addr: Option<String>,
+        secret_key: Option<String>,
+        ttl: Option<String>,
+    ) -> Self {
+        Self::new(
+            chain_name,
+            initiator_addr,
+            secret_key,
+            None, // timestamp
+            ttl,
+            None, // session_args_simple
+            None, // session_args_json
+            None, // pricing_mode
+            None, // payment_amount
+            None, // gas_price_tolerance
+            None, // receipt
+            None, // standard_payment
+        )
+    }
+
     // Getter and setter for secret_key field
     #[wasm_bindgen(getter)]
     pub fn secret_key(&self) -> Option<String> {
diff --git a/condor/api-wasm/assets/search.js b/condor/api-wasm/assets/search.js
index a0a73cab6..87e13cda7 100644
--- a/condor/api-wasm/assets/search.js
+++ b/condor/api-wasm/assets/search.js
@@ -1 +1 @@
-window.searchData = "data:application/octet-stream;base64,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3jzz5pk3z7x55s0zb55588ybZ9488+aZN8+8eebNM2+eefPMm2fePPPmmTfPvHnmzTNvnnnzzJtn3jzz5pk3z7x55s0zb55588ybZ9488+aZN8+8eebNM2+eefPMm2fePPPmmTfPvHnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ06eOXnm5JmTZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm7JmzZ86eOXvm3TPvnnn3zLtn3j3z7pl3z7x75t0z755598y7Z9498+6Zd8+8e+bdM++eeffMu2fePfPumXfPvHvm3TPvnnn3zLtn3j3z7pl3z7x75t0z755598y7Z9498+6Zd8+8e+bdM++eeffMu2fePfPumXfPvHvm3TPvnrl45uKZi2cunrl45uKZi2cunrl45uKZi2cunrl45uKZi2cunrl45uKZi2cunrl45uKZi2cunrl45uKZi2cunrl45uKZi2cunrl45uKZi2cunrl45uKZi2cunrl45uKZi2cunrl45uKZi2cunrl45uKZD898eObDMx+e+fDMh2c+PPPhmQ/PfHjmwzMfnvnwzIdnPjzz4ZkPz3x45sMzH5758MyHZz488+GZD898eObDMx+e+fDMh2c+PPPhmQ/PfHjmwzMfnvnwzIdnPjzz4ZkPz3x45sMzH5758MyHZz488+GZD898eObqmatnrp65eubqmatnrp65eubqmatnrp65eubqmatnrp65eubqmatnrp65eubqmatnrp65eubqmatnrp65eubqmatnrp65eubqmatnrp65eubqmatnrp65eubqmatnrp65eubqmatnrp65eubqmatnPj3z6ZlPz3x65tMzn5759MynZz498+mZT898eubTM5+e+fTMp2c+PfPpmU/PfHrm0zOfnvn0zKdnPj3z6ZlPz3x65tMzn5759MynZz498+mZT898eubTM5+e+fTMp2c+PfPpmU/PfHrm0zOfnvn0zKdnPj3z6Zkvz3x55sszX5758syXZ7488+WZL898eebLM1+e+fLMl2e+PPPlmS/PfHnmyzNfnvnyzJdnvjzz5Zkvz3x55g5uzcWtObk1N7fm6NZc3ZqzW3N3aw5vzeWtOb01t7fm+NZc35rzW3N/aw5wzQWuOcE1N7jmCNdc4ZozXHOHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKHI3c4cocjdzhyhyN3OHKH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";
\ No newline at end of file
+window.searchData = "data:application/octet-stream;base64,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C21ptba00JaWeKrFWkVbWq0tLbSlJZ5qsVbRllZrSwttaYmnWqxVtKXV2tJCW1riqRZrFW1ptba00JaW21LRilpoS6u1pYW2tNyWilbUQltarS0ttKXltlS0ohba0mptaaEtLbelohW10JZWa0sLbWm5LRWtqIW2tFpbWmhLy22paEUttKXV2tJCW1puS0UraqEtrdaWFtrSMk+1WKtoS6u1pYW2tNyWilbUQltarS0ttKXltlS0ohba0mptaaEtLbelohW10JZWa0sLbWm5LRWtqIW2tFpbWmhLy22paEUttKXV2tJCW1puS0UraqEtrdaWFtrSclsqWlELbWm1trTQlpbbUtGKWmhLq7Wlhba03JaKVtRCW1qtLS20peW2VLSiFtrSam1poS0tt6WiFbXQllZrSwttabktFa2ohba0WltaaEvLbaloRS20pdXa0kJb2m5LRStqoy3t1pY22tJ2WypaURttabe2tNGWtttS0YraaEu7taWNtrTdlopW1EZb2q0tbbSl7bZUtKI22tJubWmjLW23paIVtdGWdmtLG21puy0VraiNtrRbW9poS9ttqWhFbbSl3drSRlvabktFK2qjLe3Wljba0nZbKlpRG21pt7a00Za221LRitpoS7u1pY22tN2WilbURlvarS1ttKXttlS0ojba0m5taaMtbbelohW10ZZ2a0sbbWm7LRWtqI22tFtb2mhL222paEVttKXd2tJGW9puS0UraqMt7daWNtrSdlsqWlEbbWm3trTRlrbbUtGK2mhLu7Wljba03ZaKVtRGW9qtLW20pe22VLSiNtrSbm1poy1tt6WiFbXRlnZrSxttabstFa2ojba0W1vaaEvbbaloRW20pd3a0kZb2m5LRStqoy3t1pY22tJ2WypaURttabe2tNGWtttS0YraaEu7taWNtrTdlopW1EZb2q0tbbSl7bZUtKI22tJubWmjLW23paIVtdGWdmtLG21pX3o0Xopa1EZc2i0ubcSlffHReCl6URt1abe6tFGX9uVH46UoRm3kpd3y0kZe2hcgjZeiGbXRl3brSxt9aV+CNF6KatRGYNotMG0Epm0n2mLFojDtVpg2CtO2E22xZJGYdktMG4lp24m2WLNoTLs1po3GtO1EWyxaRKbdItNGZNp2oi1WLSrTbpVpozLt5dEWFaaNzLRbZtrITHt5tEWH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";
\ No newline at end of file
diff --git a/condor/api-wasm/classes/AccessRights.html b/condor/api-wasm/classes/AccessRights.html
index 01f0da5d6..dca5ef0e4 100644
--- a/condor/api-wasm/classes/AccessRights.html
+++ b/condor/api-wasm/classes/AccessRights.html
@@ -1,4 +1,4 @@
-AccessRights | api-wasm

Class AccessRights

Constructors

constructor +AccessRights | api-wasm

Class AccessRights

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/AccountHash.html b/condor/api-wasm/classes/AccountHash.html index 55d11e0b8..e57f14f19 100644 --- a/condor/api-wasm/classes/AccountHash.html +++ b/condor/api-wasm/classes/AccountHash.html @@ -1,4 +1,4 @@ -AccountHash | api-wasm

Class AccountHash

Constructors

constructor +AccountHash | api-wasm

Class AccountHash

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/AccountIdentifier.html b/condor/api-wasm/classes/AccountIdentifier.html index dae830544..4618465e2 100644 --- a/condor/api-wasm/classes/AccountIdentifier.html +++ b/condor/api-wasm/classes/AccountIdentifier.html @@ -1,7 +1,7 @@ -AccountIdentifier | api-wasm

Class AccountIdentifier

Constructors

constructor +AccountIdentifier | api-wasm

Class AccountIdentifier

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/AddressableEntityHash.html b/condor/api-wasm/classes/AddressableEntityHash.html index 493e98688..adf2d4691 100644 --- a/condor/api-wasm/classes/AddressableEntityHash.html +++ b/condor/api-wasm/classes/AddressableEntityHash.html @@ -1,6 +1,6 @@ -AddressableEntityHash | api-wasm

Class AddressableEntityHash

Constructors

constructor +AddressableEntityHash | api-wasm

Class AddressableEntityHash

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/ArgsSimple.html b/condor/api-wasm/classes/ArgsSimple.html index 4f93d2183..81312efeb 100644 --- a/condor/api-wasm/classes/ArgsSimple.html +++ b/condor/api-wasm/classes/ArgsSimple.html @@ -1,3 +1,3 @@ -ArgsSimple | api-wasm

Class ArgsSimple

Constructors

constructor +ArgsSimple | api-wasm

Class ArgsSimple

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/BlockHash.html b/condor/api-wasm/classes/BlockHash.html index 1dc5bdd38..417c743d7 100644 --- a/condor/api-wasm/classes/BlockHash.html +++ b/condor/api-wasm/classes/BlockHash.html @@ -1,6 +1,6 @@ -BlockHash | api-wasm

Class BlockHash

Constructors

constructor +BlockHash | api-wasm

Class BlockHash

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/BlockIdentifier.html b/condor/api-wasm/classes/BlockIdentifier.html index d81f3405d..7fe38ee92 100644 --- a/condor/api-wasm/classes/BlockIdentifier.html +++ b/condor/api-wasm/classes/BlockIdentifier.html @@ -1,6 +1,6 @@ -BlockIdentifier | api-wasm

Class BlockIdentifier

Constructors

constructor +BlockIdentifier | api-wasm

Class BlockIdentifier

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/Body.html b/condor/api-wasm/classes/Body.html index 8e277fdf2..ea5d1eb12 100644 --- a/condor/api-wasm/classes/Body.html +++ b/condor/api-wasm/classes/Body.html @@ -1,7 +1,7 @@ Body | api-wasm

Class Body

Represents the body of an event, containing processed deploy information.

-

Constructors

Constructors

Properties

get_deploy_processed: TransactionProcessed
get_transaction_processed: TransactionProcessed
transaction_processed?: TransactionProcessed

Methods

\ No newline at end of file +

Constructors

Properties

get_deploy_processed: TransactionProcessed
get_transaction_processed: TransactionProcessed
transaction_processed?: TransactionProcessed

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/Bytes.html b/condor/api-wasm/classes/Bytes.html index 4d7295f2b..822f25c70 100644 --- a/condor/api-wasm/classes/Bytes.html +++ b/condor/api-wasm/classes/Bytes.html @@ -1,4 +1,4 @@ -Bytes | api-wasm

Class Bytes

Constructors

constructor +Bytes | api-wasm

Class Bytes

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/ContractHash.html b/condor/api-wasm/classes/ContractHash.html index 137079ea1..230708024 100644 --- a/condor/api-wasm/classes/ContractHash.html +++ b/condor/api-wasm/classes/ContractHash.html @@ -1,6 +1,6 @@ -ContractHash | api-wasm

Class ContractHash

Constructors

constructor +ContractHash | api-wasm

Class ContractHash

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/ContractPackageHash.html b/condor/api-wasm/classes/ContractPackageHash.html index 1f149ff04..c475264b9 100644 --- a/condor/api-wasm/classes/ContractPackageHash.html +++ b/condor/api-wasm/classes/ContractPackageHash.html @@ -1,6 +1,6 @@ -ContractPackageHash | api-wasm

Class ContractPackageHash

Constructors

constructor +ContractPackageHash | api-wasm

Class ContractPackageHash

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/Deploy.html b/condor/api-wasm/classes/Deploy.html index 52523874d..d91e57a3c 100644 --- a/condor/api-wasm/classes/Deploy.html +++ b/condor/api-wasm/classes/Deploy.html @@ -1,9 +1,10 @@ -Deploy | api-wasm

Class Deploy

Constructors

constructor +Deploy | api-wasm

Class Deploy

Constructors

Properties

Methods

\ No newline at end of file +

Constructors

Properties

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/DeployHash.html b/condor/api-wasm/classes/DeployHash.html index b8e72238f..346d8cf81 100644 --- a/condor/api-wasm/classes/DeployHash.html +++ b/condor/api-wasm/classes/DeployHash.html @@ -1,6 +1,6 @@ -DeployHash | api-wasm

Class DeployHash

Constructors

constructor +DeployHash | api-wasm

Class DeployHash

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/DeployStrParams.html b/condor/api-wasm/classes/DeployStrParams.html index 4df91ea6f..cb878fa61 100644 --- a/condor/api-wasm/classes/DeployStrParams.html +++ b/condor/api-wasm/classes/DeployStrParams.html @@ -1,4 +1,4 @@ -DeployStrParams | api-wasm

Class DeployStrParams

Constructors

constructor +DeployStrParams | api-wasm

Class DeployStrParams

Constructors

  • Parameters

    • chain_name: string
    • session_account: string
    • Optional secret_key: string
    • Optional timestamp: string
    • Optional ttl: string
    • Optional gas_price_tolerance: string

    Returns DeployStrParams

Properties

chain_name: string
gas_price_tolerance: string
secret_key: string
session_account: string
timestamp?: string
ttl?: string

Methods

\ No newline at end of file +

Constructors

  • Parameters

    • chain_name: string
    • session_account: string
    • Optional secret_key: string
    • Optional timestamp: string
    • Optional ttl: string
    • Optional gas_price_tolerance: string

    Returns DeployStrParams

Properties

chain_name: string
gas_price_tolerance: string
secret_key: string
session_account: string
timestamp?: string
ttl?: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/DictionaryAddr.html b/condor/api-wasm/classes/DictionaryAddr.html index 105f425ba..2e8a20119 100644 --- a/condor/api-wasm/classes/DictionaryAddr.html +++ b/condor/api-wasm/classes/DictionaryAddr.html @@ -1,3 +1,3 @@ -DictionaryAddr | api-wasm

Class DictionaryAddr

Constructors

constructor +DictionaryAddr | api-wasm

Class DictionaryAddr

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/DictionaryItemIdentifier.html b/condor/api-wasm/classes/DictionaryItemIdentifier.html index 66224692a..6ab449a73 100644 --- a/condor/api-wasm/classes/DictionaryItemIdentifier.html +++ b/condor/api-wasm/classes/DictionaryItemIdentifier.html @@ -1,8 +1,8 @@ -DictionaryItemIdentifier | api-wasm

Class DictionaryItemIdentifier

Constructors

constructor +DictionaryItemIdentifier | api-wasm

Class DictionaryItemIdentifier

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/DictionaryItemStrParams.html b/condor/api-wasm/classes/DictionaryItemStrParams.html index 64131b23b..01c0b08b7 100644 --- a/condor/api-wasm/classes/DictionaryItemStrParams.html +++ b/condor/api-wasm/classes/DictionaryItemStrParams.html @@ -1,8 +1,8 @@ -DictionaryItemStrParams | api-wasm

Class DictionaryItemStrParams

Constructors

constructor +DictionaryItemStrParams | api-wasm

Class DictionaryItemStrParams

Constructors

Methods

  • Parameters

    • key: string
    • dictionary_name: string
    • dictionary_item_key: string

    Returns void

  • Parameters

    • key: string
    • dictionary_name: string
    • dictionary_item_key: string

    Returns void

  • Parameters

    • seed_uref: string
    • dictionary_item_key: string

    Returns void

\ No newline at end of file +

Constructors

Methods

  • Parameters

    • key: string
    • dictionary_name: string
    • dictionary_item_key: string

    Returns void

  • Parameters

    • key: string
    • dictionary_name: string
    • dictionary_item_key: string

    Returns void

  • Parameters

    • seed_uref: string
    • dictionary_item_key: string

    Returns void

\ No newline at end of file diff --git a/condor/api-wasm/classes/Digest.html b/condor/api-wasm/classes/Digest.html index 5dd942496..c6ee6cd12 100644 --- a/condor/api-wasm/classes/Digest.html +++ b/condor/api-wasm/classes/Digest.html @@ -1,7 +1,7 @@ -Digest | api-wasm

Class Digest

Constructors

constructor +Digest | api-wasm

Class Digest

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/EntityAddr.html b/condor/api-wasm/classes/EntityAddr.html index 8c0442e62..b74d8e1c4 100644 --- a/condor/api-wasm/classes/EntityAddr.html +++ b/condor/api-wasm/classes/EntityAddr.html @@ -1,7 +1,7 @@ -EntityAddr | api-wasm

Class EntityAddr

Constructors

constructor +EntityAddr | api-wasm

Class EntityAddr

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/EntityIdentifier.html b/condor/api-wasm/classes/EntityIdentifier.html index 9fc7d4faf..d0bcdb6e1 100644 --- a/condor/api-wasm/classes/EntityIdentifier.html +++ b/condor/api-wasm/classes/EntityIdentifier.html @@ -1,8 +1,8 @@ -EntityIdentifier | api-wasm

Class EntityIdentifier

Constructors

constructor +EntityIdentifier | api-wasm

Class EntityIdentifier

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/EraId.html b/condor/api-wasm/classes/EraId.html index 7f77c3ea4..340b6cd19 100644 --- a/condor/api-wasm/classes/EraId.html +++ b/condor/api-wasm/classes/EraId.html @@ -1,4 +1,4 @@ -EraId | api-wasm

Class EraId

Constructors

constructor +EraId | api-wasm

Class EraId

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/EventParseResult.html b/condor/api-wasm/classes/EventParseResult.html index 4b4036134..6d8a1092e 100644 --- a/condor/api-wasm/classes/EventParseResult.html +++ b/condor/api-wasm/classes/EventParseResult.html @@ -1,6 +1,6 @@ EventParseResult | api-wasm

Class EventParseResult

Represents the result of parsing an event, containing error information and the event body.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

body?: Body
err?: string

Methods

\ No newline at end of file +

Constructors

Properties

body?: Body
err?: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/ExecutionResult.html b/condor/api-wasm/classes/ExecutionResult.html index 9896826b8..b19aa1140 100644 --- a/condor/api-wasm/classes/ExecutionResult.html +++ b/condor/api-wasm/classes/ExecutionResult.html @@ -1,8 +1,8 @@ ExecutionResult | api-wasm

Class ExecutionResult

Represents the result of an execution, either Success or Failure.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

Failure?: Failure

Optional Failure information.

-
Success?: Version2

Optional Success information.

-

Methods

\ No newline at end of file +
Success?: Version2

Optional Success information.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/Failure.html b/condor/api-wasm/classes/Failure.html index e3f5b0dc3..b89c45911 100644 --- a/condor/api-wasm/classes/Failure.html +++ b/condor/api-wasm/classes/Failure.html @@ -1,6 +1,6 @@ Failure | api-wasm

Class Failure

Represents a failure response containing an error message.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

cost: string
error_message: string

Methods

\ No newline at end of file +

Constructors

Properties

cost: string
error_message: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetAccountResult.html b/condor/api-wasm/classes/GetAccountResult.html index 7a2f25541..116830c84 100644 --- a/condor/api-wasm/classes/GetAccountResult.html +++ b/condor/api-wasm/classes/GetAccountResult.html @@ -1,7 +1,7 @@ -GetAccountResult | api-wasm

Class GetAccountResult

Constructors

constructor +GetAccountResult | api-wasm

Class GetAccountResult

Constructors

Properties

Methods

Constructors

Properties

account: any
api_version: any
merkle_proof: string

Methods

\ No newline at end of file +

Constructors

Properties

account: any
api_version: any
merkle_proof: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetAddressableEntityResult.html b/condor/api-wasm/classes/GetAddressableEntityResult.html index 1f7cffda3..0c2b391b0 100644 --- a/condor/api-wasm/classes/GetAddressableEntityResult.html +++ b/condor/api-wasm/classes/GetAddressableEntityResult.html @@ -1,7 +1,7 @@ -GetAddressableEntityResult | api-wasm

Class GetAddressableEntityResult

Constructors

constructor +GetAddressableEntityResult | api-wasm

Class GetAddressableEntityResult

Constructors

Properties

api_version: any
entity_result: any
merkle_proof: string

Methods

\ No newline at end of file +

Constructors

Properties

api_version: any
entity_result: any
merkle_proof: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetAuctionInfoResult.html b/condor/api-wasm/classes/GetAuctionInfoResult.html index 781530883..5eb44d79f 100644 --- a/condor/api-wasm/classes/GetAuctionInfoResult.html +++ b/condor/api-wasm/classes/GetAuctionInfoResult.html @@ -1,9 +1,9 @@ -GetAuctionInfoResult | api-wasm

Class GetAuctionInfoResult

Constructors

constructor +GetAuctionInfoResult | api-wasm

Class GetAuctionInfoResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
auction_state: any

Gets the auction state as a JsValue.

-

Methods

\ No newline at end of file +
auction_state: any

Gets the auction state as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetBalanceResult.html b/condor/api-wasm/classes/GetBalanceResult.html index 4bdfbd873..f384b6596 100644 --- a/condor/api-wasm/classes/GetBalanceResult.html +++ b/condor/api-wasm/classes/GetBalanceResult.html @@ -1,11 +1,11 @@ -GetBalanceResult | api-wasm

Class GetBalanceResult

Constructors

constructor +GetBalanceResult | api-wasm

Class GetBalanceResult

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
balance_value: any

Gets the balance value as a JsValue.

-
merkle_proof: string

Gets the Merkle proof as a string.

-

Methods

\ No newline at end of file +
balance_value: any

Gets the balance value as a JsValue.

+
merkle_proof: string

Gets the Merkle proof as a string.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetBlockResult.html b/condor/api-wasm/classes/GetBlockResult.html index 28fd184d7..1b478f052 100644 --- a/condor/api-wasm/classes/GetBlockResult.html +++ b/condor/api-wasm/classes/GetBlockResult.html @@ -1,9 +1,9 @@ -GetBlockResult | api-wasm

Class GetBlockResult

Constructors

constructor +GetBlockResult | api-wasm

Class GetBlockResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
block: any

Gets the block information as a JsValue.

-

Methods

\ No newline at end of file +
block: any

Gets the block information as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetBlockTransfersResult.html b/condor/api-wasm/classes/GetBlockTransfersResult.html index 95466ce90..17cff1484 100644 --- a/condor/api-wasm/classes/GetBlockTransfersResult.html +++ b/condor/api-wasm/classes/GetBlockTransfersResult.html @@ -1,11 +1,11 @@ -GetBlockTransfersResult | api-wasm

Class GetBlockTransfersResult

Constructors

constructor +GetBlockTransfersResult | api-wasm

Class GetBlockTransfersResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
block_hash: BlockHash

Gets the block hash as an Option.

-
transfers: any

Gets the transfers as a JsValue.

-

Methods

\ No newline at end of file +
block_hash: BlockHash

Gets the block hash as an Option.

+
transfers: any

Gets the transfers as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetChainspecResult.html b/condor/api-wasm/classes/GetChainspecResult.html index ed54f353b..847c027b7 100644 --- a/condor/api-wasm/classes/GetChainspecResult.html +++ b/condor/api-wasm/classes/GetChainspecResult.html @@ -1,10 +1,10 @@ GetChainspecResult | api-wasm

Class GetChainspecResult

A struct representing the result of the get_chainspec function.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
chainspec_bytes: any

Gets the chainspec bytes as a JsValue.

-

Methods

\ No newline at end of file +
chainspec_bytes: any

Gets the chainspec bytes as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetDeployResult.html b/condor/api-wasm/classes/GetDeployResult.html index 3b3913aa3..b8c3974f1 100644 --- a/condor/api-wasm/classes/GetDeployResult.html +++ b/condor/api-wasm/classes/GetDeployResult.html @@ -1,11 +1,11 @@ -GetDeployResult | api-wasm

Class GetDeployResult

Constructors

constructor +GetDeployResult | api-wasm

Class GetDeployResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JavaScript value.

-
deploy: Deploy

Gets the deploy information.

-
execution_info: any

Gets the execution info as a JavaScript value.

-

Methods

\ No newline at end of file +
deploy: Deploy

Gets the deploy information.

+
execution_info: any

Gets the execution info as a JavaScript value.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetDictionaryItemResult.html b/condor/api-wasm/classes/GetDictionaryItemResult.html index eca1215ba..2a83bc769 100644 --- a/condor/api-wasm/classes/GetDictionaryItemResult.html +++ b/condor/api-wasm/classes/GetDictionaryItemResult.html @@ -1,4 +1,4 @@ -GetDictionaryItemResult | api-wasm

Class GetDictionaryItemResult

Constructors

constructor +GetDictionaryItemResult | api-wasm

Class GetDictionaryItemResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
dictionary_key: string

Gets the dictionary key as a String.

-
merkle_proof: string

Gets the merkle proof as a String.

-
stored_value: any

Gets the stored value as a JsValue.

-

Methods

\ No newline at end of file +
dictionary_key: string

Gets the dictionary key as a String.

+
merkle_proof: string

Gets the merkle proof as a String.

+
stored_value: any

Gets the stored value as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetEraInfoResult.html b/condor/api-wasm/classes/GetEraInfoResult.html index 3359cab40..e72bbc280 100644 --- a/condor/api-wasm/classes/GetEraInfoResult.html +++ b/condor/api-wasm/classes/GetEraInfoResult.html @@ -1,6 +1,6 @@ -GetEraInfoResult | api-wasm

Class GetEraInfoResult

Constructors

constructor +GetEraInfoResult | api-wasm

Class GetEraInfoResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any
era_summary: any

Methods

\ No newline at end of file +

Constructors

Properties

api_version: any
era_summary: any

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetEraSummaryResult.html b/condor/api-wasm/classes/GetEraSummaryResult.html index f0e33c07f..50dc0ff1e 100644 --- a/condor/api-wasm/classes/GetEraSummaryResult.html +++ b/condor/api-wasm/classes/GetEraSummaryResult.html @@ -1,10 +1,10 @@ GetEraSummaryResult | api-wasm

Class GetEraSummaryResult

Wrapper struct for the GetEraSummaryResult from casper_client.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
era_summary: any

Gets the era summary as a JsValue.

-

Methods

\ No newline at end of file +
era_summary: any

Gets the era summary as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetNodeStatusResult.html b/condor/api-wasm/classes/GetNodeStatusResult.html index be7ed02f2..0c11b1b25 100644 --- a/condor/api-wasm/classes/GetNodeStatusResult.html +++ b/condor/api-wasm/classes/GetNodeStatusResult.html @@ -1,5 +1,5 @@ GetNodeStatusResult | api-wasm

Class GetNodeStatusResult

Wrapper struct for the GetNodeStatusResult from casper_client.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
available_block_range: any

Gets the available block range as a JsValue.

-
block_sync: any

Gets the block sync information as a JsValue.

-
build_version: string

Gets the build version as a String.

-
chainspec_name: string

Gets the chainspec name as a String.

-
last_added_block_info: any

Gets information about the last added block as a JsValue.

-
last_progress: any

Gets the last progress information as a JsValue.

-
next_upgrade: any

Gets information about the next upgrade as a JsValue.

-
our_public_signing_key: PublicKey

Gets the public signing key as an Option.

-
peers: any

Gets the list of peers as a JsValue.

-
reactor_state: any

Gets the reactor state information as a JsValue.

-
round_length: any

Gets the round length as a JsValue.

-
starting_state_root_hash: Digest

Gets the starting state root hash as a Digest.

-
uptime: any

Gets the uptime information as a JsValue.

-

Methods

\ No newline at end of file +
available_block_range: any

Gets the available block range as a JsValue.

+
block_sync: any

Gets the block sync information as a JsValue.

+
build_version: string

Gets the build version as a String.

+
chainspec_name: string

Gets the chainspec name as a String.

+
last_added_block_info: any

Gets information about the last added block as a JsValue.

+
last_progress: any

Gets the last progress information as a JsValue.

+
next_upgrade: any

Gets information about the next upgrade as a JsValue.

+
our_public_signing_key: PublicKey

Gets the public signing key as an Option.

+
peers: any

Gets the list of peers as a JsValue.

+
reactor_state: any

Gets the reactor state information as a JsValue.

+
round_length: any

Gets the round length as a JsValue.

+
starting_state_root_hash: Digest

Gets the starting state root hash as a Digest.

+
uptime: any

Gets the uptime information as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetPeersResult.html b/condor/api-wasm/classes/GetPeersResult.html index cef714f2a..64413a194 100644 --- a/condor/api-wasm/classes/GetPeersResult.html +++ b/condor/api-wasm/classes/GetPeersResult.html @@ -1,10 +1,10 @@ GetPeersResult | api-wasm

Class GetPeersResult

A wrapper for the GetPeersResult type from the Casper client.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JSON value.

-
peers: any

Gets the peers as a JSON value.

-

Methods

\ No newline at end of file +
peers: any

Gets the peers as a JSON value.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetStateRootHashResult.html b/condor/api-wasm/classes/GetStateRootHashResult.html index f1afa8185..5904b30fb 100644 --- a/condor/api-wasm/classes/GetStateRootHashResult.html +++ b/condor/api-wasm/classes/GetStateRootHashResult.html @@ -1,5 +1,5 @@ GetStateRootHashResult | api-wasm

Class GetStateRootHashResult

Wrapper struct for the GetStateRootHashResult from casper_client.

-

Constructors

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
state_root_hash: Digest

Gets the state root hash as an Option.

-
state_root_hash_as_string: string

Gets the state root hash as a String.

-

Methods

\ No newline at end of file +
state_root_hash: Digest

Gets the state root hash as an Option.

+
state_root_hash_as_string: string

Gets the state root hash as a String.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetTransactionResult.html b/condor/api-wasm/classes/GetTransactionResult.html index 1719fe7f8..d7a4fd985 100644 --- a/condor/api-wasm/classes/GetTransactionResult.html +++ b/condor/api-wasm/classes/GetTransactionResult.html @@ -1,11 +1,11 @@ -GetTransactionResult | api-wasm

Class GetTransactionResult

Constructors

constructor +GetTransactionResult | api-wasm

Class GetTransactionResult

Constructors

Properties

api_version: any

Gets the API version as a JavaScript value.

-
execution_info: any

Gets the execution info as a JavaScript value.

-
transaction: Transaction

Gets the transaction information.

-

Methods

\ No newline at end of file +
execution_info: any

Gets the execution info as a JavaScript value.

+
transaction: Transaction

Gets the transaction information.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GetValidatorChangesResult.html b/condor/api-wasm/classes/GetValidatorChangesResult.html index 565e3b4fa..8587f1476 100644 --- a/condor/api-wasm/classes/GetValidatorChangesResult.html +++ b/condor/api-wasm/classes/GetValidatorChangesResult.html @@ -1,10 +1,10 @@ GetValidatorChangesResult | api-wasm

Class GetValidatorChangesResult

Wrapper struct for the GetValidatorChangesResult from casper_client.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
changes: any

Gets the validator changes as a JsValue.

-

Methods

\ No newline at end of file +
changes: any

Gets the validator changes as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/GlobalStateIdentifier.html b/condor/api-wasm/classes/GlobalStateIdentifier.html index 6cebbe4e7..d6de911d0 100644 --- a/condor/api-wasm/classes/GlobalStateIdentifier.html +++ b/condor/api-wasm/classes/GlobalStateIdentifier.html @@ -1,7 +1,7 @@ -GlobalStateIdentifier | api-wasm

Class GlobalStateIdentifier

Constructors

constructor +GlobalStateIdentifier | api-wasm

Class GlobalStateIdentifier

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/HashAddr.html b/condor/api-wasm/classes/HashAddr.html index 542c07288..ccab4db6d 100644 --- a/condor/api-wasm/classes/HashAddr.html +++ b/condor/api-wasm/classes/HashAddr.html @@ -1,3 +1,3 @@ -HashAddr | api-wasm

Class HashAddr

Constructors

constructor +HashAddr | api-wasm

Class HashAddr

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/HashString.html b/condor/api-wasm/classes/HashString.html index 6d3bb2a87..01dd3fdac 100644 --- a/condor/api-wasm/classes/HashString.html +++ b/condor/api-wasm/classes/HashString.html @@ -1,7 +1,7 @@ -HashString | api-wasm

Class HashString

Constructors

constructor +HashString | api-wasm

Class HashString

Constructors

Properties

Methods

Constructors

Properties

Deploy: string
Version1: string
hash: string

Methods

\ No newline at end of file +

Constructors

Properties

Deploy: string
Version1: string
hash: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/IntoUnderlyingByteSource.html b/condor/api-wasm/classes/IntoUnderlyingByteSource.html index a083ba568..758d0aff0 100644 --- a/condor/api-wasm/classes/IntoUnderlyingByteSource.html +++ b/condor/api-wasm/classes/IntoUnderlyingByteSource.html @@ -1,8 +1,8 @@ -IntoUnderlyingByteSource | api-wasm

Class IntoUnderlyingByteSource

Constructors

constructor +IntoUnderlyingByteSource | api-wasm

Class IntoUnderlyingByteSource

Constructors

Properties

Methods

Constructors

Properties

autoAllocateChunkSize: number
type: string

Methods

\ No newline at end of file +

Constructors

Properties

autoAllocateChunkSize: number
type: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/IntoUnderlyingSink.html b/condor/api-wasm/classes/IntoUnderlyingSink.html index 81d02cc4d..0e789f63a 100644 --- a/condor/api-wasm/classes/IntoUnderlyingSink.html +++ b/condor/api-wasm/classes/IntoUnderlyingSink.html @@ -1,6 +1,6 @@ -IntoUnderlyingSink | api-wasm

Class IntoUnderlyingSink

Constructors

constructor +IntoUnderlyingSink | api-wasm

Class IntoUnderlyingSink

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/IntoUnderlyingSource.html b/condor/api-wasm/classes/IntoUnderlyingSource.html index d09ff874e..6404cc9cd 100644 --- a/condor/api-wasm/classes/IntoUnderlyingSource.html +++ b/condor/api-wasm/classes/IntoUnderlyingSource.html @@ -1,5 +1,5 @@ -IntoUnderlyingSource | api-wasm

Class IntoUnderlyingSource

Constructors

constructor +IntoUnderlyingSource | api-wasm

Class IntoUnderlyingSource

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/Key.html b/condor/api-wasm/classes/Key.html index 2d0a3d567..3f9b9f1f0 100644 --- a/condor/api-wasm/classes/Key.html +++ b/condor/api-wasm/classes/Key.html @@ -1,4 +1,4 @@ -Key | api-wasm

Class Key

Constructors

constructor +Key | api-wasm

Class Key

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/ListRpcsResult.html b/condor/api-wasm/classes/ListRpcsResult.html index f77bb0350..488f81240 100644 --- a/condor/api-wasm/classes/ListRpcsResult.html +++ b/condor/api-wasm/classes/ListRpcsResult.html @@ -1,12 +1,12 @@ ListRpcsResult | api-wasm

Class ListRpcsResult

Wrapper struct for the ListRpcsResult from casper_client.

-

Constructors

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
name: string

Gets the name of the RPC.

-
schema: any

Gets the schema of the RPC as a JsValue.

-

Methods

\ No newline at end of file +
name: string

Gets the name of the RPC.

+
schema: any

Gets the schema of the RPC as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/Message.html b/condor/api-wasm/classes/Message.html index 670ea1286..2445898d9 100644 --- a/condor/api-wasm/classes/Message.html +++ b/condor/api-wasm/classes/Message.html @@ -1,4 +1,4 @@ -Message | api-wasm

Class Message

Constructors

constructor +Message | api-wasm

Class Message

Constructors

Properties

Methods

Constructors

Properties

String: string

Methods

\ No newline at end of file +

Constructors

Properties

String: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/Messages.html b/condor/api-wasm/classes/Messages.html index e645e2bfc..5e2af1e4b 100644 --- a/condor/api-wasm/classes/Messages.html +++ b/condor/api-wasm/classes/Messages.html @@ -1,4 +1,4 @@ -Messages | api-wasm

Class Messages

Constructors

constructor +Messages | api-wasm

Class Messages

Constructors

Properties

Methods

Constructors

Properties

block_index: bigint
entity_hash: string
message: Message
topic_index: number
topic_name: string
topic_name_hash: string

Methods

\ No newline at end of file +

Constructors

Properties

block_index: bigint
entity_hash: string
message: Message
topic_index: number
topic_name: string
topic_name_hash: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/PackageHash.html b/condor/api-wasm/classes/PackageHash.html index a90921e8f..396471e38 100644 --- a/condor/api-wasm/classes/PackageHash.html +++ b/condor/api-wasm/classes/PackageHash.html @@ -1,6 +1,6 @@ -PackageHash | api-wasm

Class PackageHash

Constructors

constructor +PackageHash | api-wasm

Class PackageHash

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/Path.html b/condor/api-wasm/classes/Path.html index a00bed8db..b103de4b0 100644 --- a/condor/api-wasm/classes/Path.html +++ b/condor/api-wasm/classes/Path.html @@ -1,7 +1,7 @@ -Path | api-wasm

Class Path

Constructors

constructor +Path | api-wasm

Class Path

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/Payment.html b/condor/api-wasm/classes/Payment.html index c435644b5..602555d5f 100644 --- a/condor/api-wasm/classes/Payment.html +++ b/condor/api-wasm/classes/Payment.html @@ -1,4 +1,4 @@ -Payment | api-wasm

Class Payment

Constructors

constructor +Payment | api-wasm

Class Payment

Constructors

Properties

Methods

Constructors

Properties

source: string

Methods

\ No newline at end of file +

Constructors

Properties

source: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/PaymentStrParams.html b/condor/api-wasm/classes/PaymentStrParams.html index c8e3f32b6..0b805c33f 100644 --- a/condor/api-wasm/classes/PaymentStrParams.html +++ b/condor/api-wasm/classes/PaymentStrParams.html @@ -1,4 +1,4 @@ -PaymentStrParams | api-wasm

Class PaymentStrParams

Constructors

constructor +PaymentStrParams | api-wasm

Class PaymentStrParams

Constructors

  • Parameters

    • Optional payment_amount: string
    • Optional payment_hash: string
    • Optional payment_name: string
    • Optional payment_package_hash: string
    • Optional payment_package_name: string
    • Optional payment_path: string
    • Optional payment_args_simple: any[]
    • Optional payment_args_json: string
    • Optional payment_version: string
    • Optional payment_entry_point: string

    Returns PaymentStrParams

Properties

payment_amount: string
payment_args_json: string
payment_args_simple: any[]
payment_entry_point: string
payment_hash: string
payment_name: string
payment_package_hash: string
payment_package_name: string
payment_path: string
payment_version: string

Methods

\ No newline at end of file +

Constructors

  • Parameters

    • Optional payment_amount: string
    • Optional payment_hash: string
    • Optional payment_name: string
    • Optional payment_package_hash: string
    • Optional payment_package_name: string
    • Optional payment_path: string
    • Optional payment_args_simple: any[]
    • Optional payment_args_json: string
    • Optional payment_version: string
    • Optional payment_entry_point: string

    Returns PaymentStrParams

Properties

payment_amount: string
payment_args_json: string
payment_args_simple: any[]
payment_entry_point: string
payment_hash: string
payment_name: string
payment_package_hash: string
payment_package_name: string
payment_path: string
payment_version: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/PeerEntry.html b/condor/api-wasm/classes/PeerEntry.html index 8351e8d98..a89fac3e9 100644 --- a/condor/api-wasm/classes/PeerEntry.html +++ b/condor/api-wasm/classes/PeerEntry.html @@ -1,5 +1,5 @@ -PeerEntry | api-wasm

Class PeerEntry

Constructors

constructor +PeerEntry | api-wasm

Class PeerEntry

Constructors

Properties

Methods

Constructors

Properties

address: string
node_id: string

Methods

\ No newline at end of file +

Constructors

Properties

address: string
node_id: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/PublicKey.html b/condor/api-wasm/classes/PublicKey.html index 2102b790f..5558c35cb 100644 --- a/condor/api-wasm/classes/PublicKey.html +++ b/condor/api-wasm/classes/PublicKey.html @@ -1,7 +1,7 @@ -PublicKey | api-wasm

Class PublicKey

Constructors

constructor +PublicKey | api-wasm

Class PublicKey

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/PublicKeyString.html b/condor/api-wasm/classes/PublicKeyString.html index 9471cfce5..0790fb023 100644 --- a/condor/api-wasm/classes/PublicKeyString.html +++ b/condor/api-wasm/classes/PublicKeyString.html @@ -1,4 +1,4 @@ -PublicKeyString | api-wasm

Class PublicKeyString

Constructors

constructor +PublicKeyString | api-wasm

Class PublicKeyString

Constructors

Properties

Methods

Constructors

Properties

PublicKey: string

Methods

\ No newline at end of file +

Constructors

Properties

PublicKey: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/PurseIdentifier.html b/condor/api-wasm/classes/PurseIdentifier.html index 77dba6825..95652deb3 100644 --- a/condor/api-wasm/classes/PurseIdentifier.html +++ b/condor/api-wasm/classes/PurseIdentifier.html @@ -1,6 +1,6 @@ -PurseIdentifier | api-wasm

Class PurseIdentifier

Constructors

constructor +PurseIdentifier | api-wasm

Class PurseIdentifier

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/PutDeployResult.html b/condor/api-wasm/classes/PutDeployResult.html index 1965e3f07..1c45959dd 100644 --- a/condor/api-wasm/classes/PutDeployResult.html +++ b/condor/api-wasm/classes/PutDeployResult.html @@ -1,9 +1,9 @@ -PutDeployResult | api-wasm

Class PutDeployResult

Constructors

constructor +PutDeployResult | api-wasm

Class PutDeployResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JavaScript value.

-
deploy_hash: DeployHash

Gets the deploy hash associated with this result.

-

Methods

\ No newline at end of file +
deploy_hash: DeployHash

Gets the deploy hash associated with this result.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/PutTransactionResult.html b/condor/api-wasm/classes/PutTransactionResult.html index 041bd9114..b4782ba4f 100644 --- a/condor/api-wasm/classes/PutTransactionResult.html +++ b/condor/api-wasm/classes/PutTransactionResult.html @@ -1,9 +1,9 @@ -PutTransactionResult | api-wasm

Class PutTransactionResult

Constructors

constructor +PutTransactionResult | api-wasm

Class PutTransactionResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JavaScript value.

-
transaction_hash: TransactionHash

Gets the transaction hash associated with this result.

-

Methods

\ No newline at end of file +
transaction_hash: TransactionHash

Gets the transaction hash associated with this result.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/QueryBalanceDetailsResult.html b/condor/api-wasm/classes/QueryBalanceDetailsResult.html index e2f21a268..1c776ce20 100644 --- a/condor/api-wasm/classes/QueryBalanceDetailsResult.html +++ b/condor/api-wasm/classes/QueryBalanceDetailsResult.html @@ -1,4 +1,4 @@ -QueryBalanceDetailsResult | api-wasm

Class QueryBalanceDetailsResult

Constructors

constructor +QueryBalanceDetailsResult | api-wasm

Class QueryBalanceDetailsResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
available_balance: any
holds: any
total_balance: any
total_balance_proof: any

Methods

\ No newline at end of file +
available_balance: any
holds: any
total_balance: any
total_balance_proof: any

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/QueryBalanceResult.html b/condor/api-wasm/classes/QueryBalanceResult.html index f29b766a7..7cde20730 100644 --- a/condor/api-wasm/classes/QueryBalanceResult.html +++ b/condor/api-wasm/classes/QueryBalanceResult.html @@ -1,9 +1,9 @@ -QueryBalanceResult | api-wasm

Class QueryBalanceResult

Constructors

constructor +QueryBalanceResult | api-wasm

Class QueryBalanceResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
balance: any

Gets the balance as a JsValue.

-

Methods

\ No newline at end of file +
balance: any

Gets the balance as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/QueryGlobalStateResult.html b/condor/api-wasm/classes/QueryGlobalStateResult.html index e1d0da25e..76fbaf345 100644 --- a/condor/api-wasm/classes/QueryGlobalStateResult.html +++ b/condor/api-wasm/classes/QueryGlobalStateResult.html @@ -1,4 +1,4 @@ -QueryGlobalStateResult | api-wasm

Class QueryGlobalStateResult

Constructors

constructor +QueryGlobalStateResult | api-wasm

Class QueryGlobalStateResult

Constructors

Properties

Methods

Constructors

Properties

api_version: any

Gets the API version as a JsValue.

-
block_header: any

Gets the block header as a JsValue.

-
merkle_proof: string

Gets the Merkle proof as a string.

-
stored_value: any

Gets the stored value as a JsValue.

-

Methods

\ No newline at end of file +
block_header: any

Gets the block header as a JsValue.

+
merkle_proof: string

Gets the Merkle proof as a string.

+
stored_value: any

Gets the stored value as a JsValue.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/SDK.html b/condor/api-wasm/classes/SDK.html index c4c61cc3e..7f1f8893e 100644 --- a/condor/api-wasm/classes/SDK.html +++ b/condor/api-wasm/classes/SDK.html @@ -1,4 +1,4 @@ -SDK | api-wasm

Class SDK

Constructors

constructor +SDK | api-wasm

Class SDK

Constructors

Methods

  • Calls a smart contract entry point with the specified parameters and returns the result.

    +

Constructors

Methods

  • Calls a smart contract entry point with the specified parameters and returns the result.

    Arguments

    • deploy_params - The deploy parameters.
    • session_params - The session parameters.
    • @@ -108,19 +108,19 @@

    Returns

    A Result containing either a PutDeployResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the call.

    -

    Parameters

    Returns Promise<PutDeployResult>

  • Retrieves account information using the provided options.

    This function is an asynchronous JavaScript binding for the Rust get_account method.

    Arguments

    • options - An optional GetAccountOptions struct containing retrieval options, such as:
        @@ -146,78 +146,78 @@

        Errors

        Returns a JsError if there is an error during the retrieval process, such as issues with the provided options or network errors.

        @param {getAccountOptions | undefined} [options]
        @returns {Promise<GetAccountResult>}
        -

    Parameters

    Returns Promise<GetAccountResult>

  • Retrieves entity information using the provided options.

    This function is an asynchronous JavaScript binding for the Rust get_entity method.

    Arguments

    • options - An optional GetEntityOptions struct containing retrieval options, such as:
        @@ -234,61 +234,61 @@

        Errors

        Returns a JsError if there is an error during the retrieval process, such as issues with the provided options or network errors.

        @param {getEntityOptions | undefined} [options]
        @returns {Promise<GetAddressableEntityResult>}
        -

    Parameters

    Returns Promise<GetAddressableEntityResult>

  • Retrieves node status information using the provided options.

    Arguments

    • verbosity - An optional Verbosity level for controlling the output verbosity.
    • node_address - An optional string specifying the node address to use for the request.

    Returns

    A Result containing either a GetNodeStatusResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    • Optional verbosity: Verbosity
    • Optional node_address: string

    Returns Promise<GetNodeStatusResult>

  • Retrieves validator changes using the provided options.

    Arguments

    • verbosity - An optional Verbosity level for controlling the output verbosity.
    • node_address - An optional string specifying the node address to use for the request.

    Returns

    A Result containing either a GetValidatorChangesResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    • Optional verbosity: Verbosity
    • Optional node_address: string

    Returns Promise<GetValidatorChangesResult>

  • Installs a smart contract with the specified parameters and returns the result.

    Arguments

    .

    • transaction_params - Transaction parameters.
    • @@ -297,7 +297,7 @@

    Returns

    A Result containing either a PutTransactionResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the installation.

    -

    Parameters

    Returns Promise<PutTransactionResult>

  • Installs a smart contract with the specified parameters and returns the result.

    Arguments

    • deploy_params - The deploy parameters.
    • session_params - The session parameters.
    • @@ -306,27 +306,27 @@

    Returns

    A Result containing either a PutDeployResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the installation.

    -

    Parameters

    Returns Promise<PutDeployResult>

  • Lists available RPCs using the provided options.

    Arguments

    • verbosity - An optional Verbosity level for controlling the output verbosity.
    • node_address - An optional string specifying the node address to use for the request.

    Returns

    A Result containing either a ListRpcsResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the listing process.

    -

    Parameters

    • Optional verbosity: Verbosity
    • Optional node_address: string

    Returns Promise<ListRpcsResult>

  • JS function for make_transfer.

    Arguments

    • amount - The transfer amount.
    • target_account - The target account.
    • @@ -335,7 +335,7 @@
    • payment_params - The payment parameters.

    Returns

    A Result containing the created Deploy or a JsError in case of an error.

    -

    Parameters

    Returns Deploy

  • JS function for make_transfer_transaction.

    Arguments

    • maybe_source - Optional transfer source uref.
    • amount - The transfer amount.
    • @@ -344,7 +344,7 @@
    • maybe_id - Optional transfer identifier.

    Returns

    A Result containing the created Transaction or a JsError in case of an error.

    -

    Parameters

    Returns Transaction

  • Puts a deploy using the provided options.

    Arguments

    • deploy - The Deploy object to be sent.
    • verbosity - An optional Verbosity level for controlling the output verbosity.
    • @@ -352,7 +352,7 @@

    Returns

    A Result containing either a PutDeployResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the deploy process.

    -

    Parameters

    Returns Promise<PutDeployResult>

  • Puts a transaction using the provided options.

    Arguments

    • transaction - The Transaction object to be sent.
    • verbosity - An optional Verbosity level for controlling the output verbosity.
    • @@ -360,56 +360,56 @@

    Returns

    A Result containing either a PutTransactionResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the transaction process.

    -

    Parameters

    Returns Promise<PutTransactionResult>

  • This function allows executing a deploy speculatively.

    Arguments

    • deploy_params - Deployment parameters for the deploy.
    • session_params - Session parameters for the deploy.
    • @@ -420,19 +420,19 @@
    • node_address - Optional node address.

    Returns

    A Result containing either a SpeculativeExecResult or a JsError in case of an error.

    -

    Parameters

    Returns Promise<SpeculativeExecResult>

  • This function allows executing a transaction speculatively.

    Arguments

    • builder_params - Transaction Builder parameters.
    • transaction_params - Transactionment parameters for the transaction.
    • @@ -442,7 +442,7 @@
    • node_address - Optional node address.

    Returns

    A Result containing either a SpeculativeExecTxnResult or a JsError in case of an error.

    -

    Parameters

    Returns Promise<SpeculativeExecTxnResult>

  • JS function for speculative transfer.

    Arguments

    • amount - The amount to transfer.
    • target_account - The target account.
    • @@ -455,7 +455,7 @@
    • node_address - The address of the node to connect to (optional).

    Returns

    A Result containing the result of the speculative transfer or a JsError in case of an error.

    -

    Parameters

    Returns Promise<SpeculativeExecResult>

  • JS function for speculative transfer transaction.

    Arguments

    • maybe_source - Optional transfer source uref.
    • target_account - The target account.
    • @@ -468,13 +468,13 @@
    • node_address - The address of the node to connect to (optional).

    Returns

    A Result containing the result of the speculative transfer or a JsError in case of an error.

    -

    Parameters

    • maybe_source: URef
    • target_account: string
    • amount: string
    • transaction_params: TransactionStrParams
    • Optional maybe_id: string
    • Optional maybe_block_id_as_string: string
    • Optional maybe_block_identifier: BlockIdentifier
    • Optional verbosity: Verbosity
    • Optional node_address: string

    Returns Promise<SpeculativeExecTxnResult>

  • JS function for transferring funds.

    Arguments

    • amount - The amount to transfer.
    • target_account - The target account.
    • @@ -493,7 +493,7 @@
    • node_address - The address of the node to connect to (optional).

    Returns

    A Result containing the result of the transfer or a JsError in case of an error.

    -

    Parameters

    Returns Promise<PutDeployResult>

  • JS function for transaction transferring funds.

    Arguments

    • maybe_source - Optional transfer source uref.
    • target_account - The target account.
    • @@ -504,7 +504,7 @@
    • node_address - The address of the node to connect to (optional).

    Returns

    A Result containing the result of the transfer or a JsError in case of an error.

    -

    Parameters

    • maybe_source: URef
    • target_account: string
    • amount: string
    • transaction_params: TransactionStrParams
    • Optional maybe_id: string
    • Optional verbosity: Verbosity
    • Optional node_address: string

    Returns Promise<PutTransactionResult>

  • Waits for a deploy event to be processed asynchronously (JavaScript-friendly). +

    Parameters

    • maybe_source: URef
    • target_account: string
    • amount: string
    • transaction_params: TransactionStrParams
    • Optional maybe_id: string
    • Optional verbosity: Verbosity
    • Optional node_address: string

    Returns Promise<PutTransactionResult>

  • Waits for a deploy event to be processed asynchronously (JavaScript-friendly). Legacy alias

    Arguments

    • events_url - The URL to monitor for transaction events.
    • @@ -512,24 +512,24 @@
    • timeout_duration - An optional timeout duration in seconds.

    Returns

    A JavaScript Promise resolving to either the processed EventParseResult or an error message.

    -

    Parameters

    • events_url: string
    • deploy_hash: string
    • Optional timeout_duration: number

    Returns Promise<Promise<any>>

  • Waits for a deploy event to be processed asynchronously (JavaScript-friendly).

    +

    Parameters

    • events_url: string
    • deploy_hash: string
    • Optional timeout_duration: number

    Returns Promise<Promise<any>>

  • Waits for a deploy event to be processed asynchronously (JavaScript-friendly).

    Arguments

    • events_url - The URL to monitor for transaction events.
    • target_hash - The transaction hash to wait for.
    • timeout_duration - An optional timeout duration in seconds.

    Returns

    A JavaScript Promise resolving to either the processed EventParseResult or an error message.

    -

    Parameters

    • events_url: string
    • target_hash: string
    • Optional timeout_duration: number

    Returns Promise<Promise<any>>

  • Creates a new Watcher instance to watch deploys (JavaScript-friendly). +

    Parameters

    • events_url: string
    • target_hash: string
    • Optional timeout_duration: number

    Returns Promise<Promise<any>>

  • Creates a new Watcher instance to watch deploys (JavaScript-friendly). Legacy alias

    Arguments

    • events_url - The URL to monitor for transaction events.
    • timeout_duration - An optional timeout duration in seconds.

    Returns

    A Watcher instance.

    -

    Parameters

    • events_url: string
    • Optional timeout_duration: number

    Returns Watcher

  • Creates a new Watcher instance to watch deploys (JavaScript-friendly).

    +

    Parameters

    • events_url: string
    • Optional timeout_duration: number

    Returns Watcher

  • Creates a new Watcher instance to watch deploys (JavaScript-friendly).

    Arguments

    • events_url - The URL to monitor for transaction events.
    • timeout_duration - An optional timeout duration in seconds.

    Returns

    A Watcher instance.

    -

    Parameters

    • events_url: string
    • Optional timeout_duration: number

    Returns Watcher

\ No newline at end of file +

Parameters

  • events_url: string
  • Optional timeout_duration: number

Returns Watcher

\ No newline at end of file diff --git a/condor/api-wasm/classes/SessionStrParams.html b/condor/api-wasm/classes/SessionStrParams.html index 2c64a22f1..9fbb6b3d7 100644 --- a/condor/api-wasm/classes/SessionStrParams.html +++ b/condor/api-wasm/classes/SessionStrParams.html @@ -1,4 +1,4 @@ -SessionStrParams | api-wasm

Class SessionStrParams

Constructors

constructor +SessionStrParams | api-wasm

Class SessionStrParams

Constructors

  • Parameters

    • Optional session_hash: string
    • Optional session_name: string
    • Optional session_package_hash: string
    • Optional session_package_name: string
    • Optional session_path: string
    • Optional session_bytes: Bytes
    • Optional session_args_simple: any[]
    • Optional session_args_json: string
    • Optional session_version: string
    • Optional session_entry_point: string
    • Optional is_session_transfer: boolean

    Returns SessionStrParams

Properties

is_session_transfer: boolean
session_args_json: string
session_args_simple: any[]
session_bytes: Bytes
session_entry_point: string
session_hash: string
session_name: string
session_package_hash: string
session_package_name: string
session_path: string
session_version: string

Methods

\ No newline at end of file +

Constructors

  • Parameters

    • Optional session_hash: string
    • Optional session_name: string
    • Optional session_package_hash: string
    • Optional session_package_name: string
    • Optional session_path: string
    • Optional session_bytes: Bytes
    • Optional session_args_simple: any[]
    • Optional session_args_json: string
    • Optional session_version: string
    • Optional session_entry_point: string
    • Optional is_session_transfer: boolean

    Returns SessionStrParams

Properties

is_session_transfer: boolean
session_args_json: string
session_args_simple: any[]
session_bytes: Bytes
session_entry_point: string
session_hash: string
session_name: string
session_package_hash: string
session_package_name: string
session_path: string
session_version: string

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/SpeculativeExecResult.html b/condor/api-wasm/classes/SpeculativeExecResult.html index 226265e40..8e8709491 100644 --- a/condor/api-wasm/classes/SpeculativeExecResult.html +++ b/condor/api-wasm/classes/SpeculativeExecResult.html @@ -1,11 +1,11 @@ -SpeculativeExecResult | api-wasm

Class SpeculativeExecResult

Constructors

constructor +SpeculativeExecResult | api-wasm

Class SpeculativeExecResult

Constructors

Properties

api_version: any

Get the API version of the result.

-
block_hash: BlockHash

Get the block hash.

-
execution_result: any

Get the execution result.

-

Methods

\ No newline at end of file +
block_hash: BlockHash

Get the block hash.

+
execution_result: any

Get the execution result.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/SpeculativeExecTxnResult.html b/condor/api-wasm/classes/SpeculativeExecTxnResult.html index 28ad8e718..3750c1b12 100644 --- a/condor/api-wasm/classes/SpeculativeExecTxnResult.html +++ b/condor/api-wasm/classes/SpeculativeExecTxnResult.html @@ -1,11 +1,11 @@ -SpeculativeExecTxnResult | api-wasm

Class SpeculativeExecTxnResult

Constructors

constructor +SpeculativeExecTxnResult | api-wasm

Class SpeculativeExecTxnResult

Constructors

Properties

api_version: any

Get the API version of the result.

-
block_hash: BlockHash

Get the block hash.

-
execution_result: any

Get the execution result.

-

Methods

\ No newline at end of file +
block_hash: BlockHash

Get the block hash.

+
execution_result: any

Get the execution result.

+

Methods

\ No newline at end of file diff --git a/condor/api-wasm/classes/Subscription.html b/condor/api-wasm/classes/Subscription.html index 99fccb18b..793f0cfaf 100644 --- a/condor/api-wasm/classes/Subscription.html +++ b/condor/api-wasm/classes/Subscription.html @@ -1,5 +1,5 @@ Subscription | api-wasm

Class Subscription

Represents a subscription to transaction events for wasm32 target architecture.

-

Constructors

Constructors

Properties

Methods

free @@ -8,6 +8,6 @@
  • transaction_hash - Transaction hash to identify the subscription.
  • event_handler_fn - Handler function for transaction events.
  • -

    Parameters

    • target_hash: string
    • event_handler_fn: Function

    Returns Subscription

    Properties

    eventHandlerFn: Function

    Handler function for transaction events.

    -
    targetHash: string

    Transaction target hash to identify the subscription.

    -

    Methods

    \ No newline at end of file +

    Parameters

    • target_hash: string
    • event_handler_fn: Function

    Returns Subscription

    Properties

    eventHandlerFn: Function

    Handler function for transaction events.

    +
    targetHash: string

    Transaction target hash to identify the subscription.

    +

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/Transaction.html b/condor/api-wasm/classes/Transaction.html index baf865831..c5e082fcb 100644 --- a/condor/api-wasm/classes/Transaction.html +++ b/condor/api-wasm/classes/Transaction.html @@ -1,4 +1,4 @@ -Transaction | api-wasm

    Class Transaction

    Constructors

    constructor +Transaction | api-wasm

    Class Transaction

    Constructors

    Properties

    account_hash: AccountHash
    approvals: any
    authorization_keys: any
    chain_name: string
    entry_point: string
    expired: boolean
    expires: any
    header: any
    initiator_addr: string
    is_native: boolean
    is_standard_payment: boolean
    signers: any
    size_estimate: number
    timestamp: string
    ttl: string

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    account_hash: AccountHash
    approvals: any
    authorization_keys: any
    chain_name: string
    entry_point: string
    expired: boolean
    expires: any
    header: any
    initiator_addr: string
    is_native: boolean
    is_standard_payment: boolean
    signers: any
    size_estimate: number
    timestamp: string
    ttl: string

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/TransactionBuilderParams.html b/condor/api-wasm/classes/TransactionBuilderParams.html index 2028d2e0a..e7c136722 100644 --- a/condor/api-wasm/classes/TransactionBuilderParams.html +++ b/condor/api-wasm/classes/TransactionBuilderParams.html @@ -1,4 +1,4 @@ -TransactionBuilderParams | api-wasm

    Class TransactionBuilderParams

    Constructors

    constructor +TransactionBuilderParams | api-wasm

    Class TransactionBuilderParams

    Constructors

    Properties

    amount: string
    delegation_rate: number
    delegator: PublicKey
    entity_alias: string
    entry_point: string
    maximum_delegation_amount: bigint
    maybe_entity_version: number
    maybe_id: bigint
    maybe_source: URef
    minimum_delegation_amount: bigint
    new_validator: PublicKey
    package_alias: string
    package_hash: PackageHash
    public_key: PublicKey
    transaction_bytes: Bytes
    validator: PublicKey

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    amount: string
    delegation_rate: number
    delegator: PublicKey
    entity_alias: string
    entry_point: string
    maximum_delegation_amount: bigint
    maybe_entity_version: number
    maybe_id: bigint
    maybe_source: URef
    minimum_delegation_amount: bigint
    new_validator: PublicKey
    package_alias: string
    package_hash: PackageHash
    public_key: PublicKey
    transaction_bytes: Bytes
    validator: PublicKey

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/TransactionHash.html b/condor/api-wasm/classes/TransactionHash.html index 3b437bb48..af7ee03d1 100644 --- a/condor/api-wasm/classes/TransactionHash.html +++ b/condor/api-wasm/classes/TransactionHash.html @@ -1,8 +1,8 @@ -TransactionHash | api-wasm

    Class TransactionHash

    Constructors

    constructor +TransactionHash | api-wasm

    Class TransactionHash

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/TransactionProcessed.html b/condor/api-wasm/classes/TransactionProcessed.html index 01676deae..9a2167b34 100644 --- a/condor/api-wasm/classes/TransactionProcessed.html +++ b/condor/api-wasm/classes/TransactionProcessed.html @@ -1,5 +1,5 @@ TransactionProcessed | api-wasm

    Class TransactionProcessed

    Represents processed deploy information.

    -

    Constructors

    Constructors

    Properties

    Methods

    Constructors

    Properties

    block_hash: string
    execution_result: ExecutionResult

    Result of the execution, either Success or Failure.

    -
    initiator_addr: PublicKeyString
    messages: Messages[]
    timestamp: string
    ttl: string

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    block_hash: string
    execution_result: ExecutionResult

    Result of the execution, either Success or Failure.

    +
    initiator_addr: PublicKeyString
    messages: Messages[]
    timestamp: string
    ttl: string

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/TransactionStrParams.html b/condor/api-wasm/classes/TransactionStrParams.html index 19fba9e20..38e15fc5d 100644 --- a/condor/api-wasm/classes/TransactionStrParams.html +++ b/condor/api-wasm/classes/TransactionStrParams.html @@ -1,4 +1,4 @@ -TransactionStrParams | api-wasm

    Class TransactionStrParams

    Constructors

    constructor +TransactionStrParams | api-wasm

    Class TransactionStrParams

    Constructors

    • Parameters

      • chain_name: string
      • Optional initiator_addr: string
      • Optional secret_key: string
      • Optional timestamp: string
      • Optional ttl: string
      • Optional session_args_simple: string[]
      • Optional session_args_json: string
      • Optional pricing_mode: string
      • Optional payment_amount: string
      • Optional gas_price_tolerance: string
      • Optional receipt: string
      • Optional standard_payment: boolean

      Returns TransactionStrParams

    Properties

    chain_name: string
    gas_price_tolerance: string
    initiator_addr: string
    payment_amount: string
    pricing_mode: string
    receipt: string
    secret_key: string
    session_args_json: string
    session_args_simple: string[]
    standard_payment: boolean
    timestamp?: string
    ttl?: string

    Methods

    \ No newline at end of file +new_with_defaults +

    Constructors

    • Parameters

      • chain_name: string
      • Optional initiator_addr: string
      • Optional secret_key: string
      • Optional timestamp: string
      • Optional ttl: string
      • Optional session_args_simple: string[]
      • Optional session_args_json: string
      • Optional pricing_mode: string
      • Optional payment_amount: string
      • Optional gas_price_tolerance: string
      • Optional receipt: string
      • Optional standard_payment: boolean

      Returns TransactionStrParams

    Properties

    chain_name: string
    gas_price_tolerance: string
    initiator_addr: string
    payment_amount: string
    pricing_mode: string
    receipt: string
    secret_key: string
    session_args_json: string
    session_args_simple: string[]
    standard_payment: boolean
    timestamp?: string
    ttl?: string

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/TransferAddr.html b/condor/api-wasm/classes/TransferAddr.html index 23a316e40..0fd5f8abe 100644 --- a/condor/api-wasm/classes/TransferAddr.html +++ b/condor/api-wasm/classes/TransferAddr.html @@ -1,3 +1,3 @@ -TransferAddr | api-wasm

    Class TransferAddr

    Constructors

    constructor +TransferAddr | api-wasm

    Class TransferAddr

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/TransferTarget.html b/condor/api-wasm/classes/TransferTarget.html index c63f25d83..bdd79e14e 100644 --- a/condor/api-wasm/classes/TransferTarget.html +++ b/condor/api-wasm/classes/TransferTarget.html @@ -1,3 +1,3 @@ -TransferTarget | api-wasm

    Class TransferTarget

    Constructors

    constructor +TransferTarget | api-wasm

    Class TransferTarget

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/URef.html b/condor/api-wasm/classes/URef.html index 98ce5ddc1..1773aca3c 100644 --- a/condor/api-wasm/classes/URef.html +++ b/condor/api-wasm/classes/URef.html @@ -1,6 +1,6 @@ -URef | api-wasm

    Class URef

    Constructors

    constructor +URef | api-wasm

    Class URef

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/URefAddr.html b/condor/api-wasm/classes/URefAddr.html index 7d5b1b617..d5e485598 100644 --- a/condor/api-wasm/classes/URefAddr.html +++ b/condor/api-wasm/classes/URefAddr.html @@ -1,3 +1,3 @@ -URefAddr | api-wasm

    Class URefAddr

    Constructors

    constructor +URefAddr | api-wasm

    Class URefAddr

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/Version2.html b/condor/api-wasm/classes/Version2.html index 85622f1c5..3009ed4a8 100644 --- a/condor/api-wasm/classes/Version2.html +++ b/condor/api-wasm/classes/Version2.html @@ -1,9 +1,9 @@ Version2 | api-wasm

    Class Version2

    Represents a success response containing a cost value.

    -

    Constructors

    Constructors

    Properties

    Methods

    Constructors

    Properties

    consumed: string
    cost: string
    error_message?: string
    initiator: PublicKeyString
    limit: string

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    consumed: string
    cost: string
    error_message?: string
    initiator: PublicKeyString
    limit: string

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/Watcher.html b/condor/api-wasm/classes/Watcher.html index cd1e3676a..8f7a00fa4 100644 --- a/condor/api-wasm/classes/Watcher.html +++ b/condor/api-wasm/classes/Watcher.html @@ -7,7 +7,7 @@
  • active - Reference-counted cell indicating whether the deploy watcher is active.
  • timeout_duration - Duration representing the optional timeout for watching events.
  • -

    Constructors

    Constructors

    Methods

    free start stop @@ -20,18 +20,18 @@ a default timeout of 60,000 milliseconds (1 minute) is used.

    Returns

    A new Watcher instance.

    -

    Parameters

    • events_url: string
    • Optional timeout_duration: bigint

    Returns Watcher

    Methods

    • Starts watching for transaction events (JavaScript-friendly).

      +

      Parameters

      • events_url: string
      • Optional timeout_duration: bigint

      Returns Watcher

    Methods

    • Starts watching for transaction events (JavaScript-friendly).

      Returns

      Result containing the serialized transaction events data or an error message.

      -

      Returns Promise<any>

    • Stops watching for transaction events.

      This method sets the deploy watcher as inactive and stops the event listener if it exists.

      -

      Returns void

    • Unsubscribes from transaction events based on the provided transaction hash.

      Arguments

      • transaction_hash - The transaction hash to unsubscribe.

      This method removes the deploy subscription associated with the provided transaction hash.

      -

      Parameters

      • target_hash: string

      Returns void

    \ No newline at end of file +

    Parameters

    • target_hash: string

    Returns void

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getAccountOptions.html b/condor/api-wasm/classes/getAccountOptions.html index 318deedca..e421e19bd 100644 --- a/condor/api-wasm/classes/getAccountOptions.html +++ b/condor/api-wasm/classes/getAccountOptions.html @@ -1,4 +1,4 @@ -getAccountOptions | api-wasm

    Class getAccountOptions

    Constructors

    constructor +getAccountOptions | api-wasm

    Class getAccountOptions

    Constructors

    Properties

    account_identifier?: AccountIdentifier
    account_identifier_as_string?: string
    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    account_identifier?: AccountIdentifier
    account_identifier_as_string?: string
    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getAuctionInfoOptions.html b/condor/api-wasm/classes/getAuctionInfoOptions.html index f15915a49..b7a1e5df4 100644 --- a/condor/api-wasm/classes/getAuctionInfoOptions.html +++ b/condor/api-wasm/classes/getAuctionInfoOptions.html @@ -1,8 +1,8 @@ getAuctionInfoOptions | api-wasm

    Class getAuctionInfoOptions

    Options for the get_auction_info method.

    -

    Constructors

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getBalanceOptions.html b/condor/api-wasm/classes/getBalanceOptions.html index 26c4ec6c2..08556e5e8 100644 --- a/condor/api-wasm/classes/getBalanceOptions.html +++ b/condor/api-wasm/classes/getBalanceOptions.html @@ -1,5 +1,5 @@ getBalanceOptions | api-wasm

    Class getBalanceOptions

    Options for the get_balance method.

    -

    Constructors

    Constructors

    Properties

    node_address?: string
    purse_uref?: URef
    purse_uref_as_string?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    node_address?: string
    purse_uref?: URef
    purse_uref_as_string?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getBlockOptions.html b/condor/api-wasm/classes/getBlockOptions.html index 074e4e19b..c3debe211 100644 --- a/condor/api-wasm/classes/getBlockOptions.html +++ b/condor/api-wasm/classes/getBlockOptions.html @@ -1,8 +1,8 @@ getBlockOptions | api-wasm

    Class getBlockOptions

    Options for the get_block method.

    -

    Constructors

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getBlockTransfersOptions.html b/condor/api-wasm/classes/getBlockTransfersOptions.html index 89f7e25d7..d510222af 100644 --- a/condor/api-wasm/classes/getBlockTransfersOptions.html +++ b/condor/api-wasm/classes/getBlockTransfersOptions.html @@ -1,8 +1,8 @@ getBlockTransfersOptions | api-wasm

    Class getBlockTransfersOptions

    Options for the get_block_transfers method.

    -

    Constructors

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getDeployOptions.html b/condor/api-wasm/classes/getDeployOptions.html index 4973a7f4f..8bff3496c 100644 --- a/condor/api-wasm/classes/getDeployOptions.html +++ b/condor/api-wasm/classes/getDeployOptions.html @@ -1,9 +1,9 @@ getDeployOptions | api-wasm

    Class getDeployOptions

    Options for the get_deploy method.

    -

    Constructors

    Constructors

    Properties

    deploy_hash?: DeployHash
    deploy_hash_as_string?: string
    finalized_approvals?: boolean
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    deploy_hash?: DeployHash
    deploy_hash_as_string?: string
    finalized_approvals?: boolean
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getDictionaryItemOptions.html b/condor/api-wasm/classes/getDictionaryItemOptions.html index 7dc328506..122666f39 100644 --- a/condor/api-wasm/classes/getDictionaryItemOptions.html +++ b/condor/api-wasm/classes/getDictionaryItemOptions.html @@ -1,5 +1,5 @@ getDictionaryItemOptions | api-wasm

    Class getDictionaryItemOptions

    Options for the get_dictionary_item method.

    -

    Constructors

    Constructors

    Properties

    dictionary_item_identifier?: DictionaryItemIdentifier
    dictionary_item_params?: DictionaryItemStrParams
    node_address?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    dictionary_item_identifier?: DictionaryItemIdentifier
    dictionary_item_params?: DictionaryItemStrParams
    node_address?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getEntityOptions.html b/condor/api-wasm/classes/getEntityOptions.html index 2b8664eab..3e21f99b1 100644 --- a/condor/api-wasm/classes/getEntityOptions.html +++ b/condor/api-wasm/classes/getEntityOptions.html @@ -1,4 +1,4 @@ -getEntityOptions | api-wasm

    Class getEntityOptions

    Constructors

    constructor +getEntityOptions | api-wasm

    Class getEntityOptions

    Constructors

    Properties

    entity_identifier?: EntityIdentifier
    entity_identifier_as_string?: string
    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    entity_identifier?: EntityIdentifier
    entity_identifier_as_string?: string
    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getEraInfoOptions.html b/condor/api-wasm/classes/getEraInfoOptions.html index 0e74d0b99..cf6b0bdc8 100644 --- a/condor/api-wasm/classes/getEraInfoOptions.html +++ b/condor/api-wasm/classes/getEraInfoOptions.html @@ -1,7 +1,7 @@ -getEraInfoOptions | api-wasm

    Class getEraInfoOptions

    Constructors

    constructor +getEraInfoOptions | api-wasm

    Class getEraInfoOptions

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getEraSummaryOptions.html b/condor/api-wasm/classes/getEraSummaryOptions.html index a397f01ac..5eaef9ead 100644 --- a/condor/api-wasm/classes/getEraSummaryOptions.html +++ b/condor/api-wasm/classes/getEraSummaryOptions.html @@ -1,8 +1,8 @@ getEraSummaryOptions | api-wasm

    Class getEraSummaryOptions

    Options for the get_era_summary method.

    -

    Constructors

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getSpeculativeExecDeployOptions.html b/condor/api-wasm/classes/getSpeculativeExecDeployOptions.html index c8c85abdf..106f9a1bc 100644 --- a/condor/api-wasm/classes/getSpeculativeExecDeployOptions.html +++ b/condor/api-wasm/classes/getSpeculativeExecDeployOptions.html @@ -1,5 +1,5 @@ getSpeculativeExecDeployOptions | api-wasm

    Class getSpeculativeExecDeployOptions

    Options for speculative execution.

    -

    Constructors

    Constructors

    Properties

    Methods

    Constructors

    Properties

    deploy?: Deploy

    The deploy to execute.

    -
    deploy_as_string?: string

    The deploy as a JSON string.

    -
    maybe_block_id_as_string?: string

    The block identifier as a string.

    -
    maybe_block_identifier?: BlockIdentifier

    The block identifier.

    -
    node_address?: string

    The node address.

    -
    verbosity?: Verbosity

    The verbosity level for logging.

    -

    Methods

    \ No newline at end of file +
    deploy_as_string?: string

    The deploy as a JSON string.

    +
    maybe_block_id_as_string?: string

    The block identifier as a string.

    +
    maybe_block_identifier?: BlockIdentifier

    The block identifier.

    +
    node_address?: string

    The node address.

    +
    verbosity?: Verbosity

    The verbosity level for logging.

    +

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getSpeculativeExecTxnOptions.html b/condor/api-wasm/classes/getSpeculativeExecTxnOptions.html index 3f9f0f67b..057263ba3 100644 --- a/condor/api-wasm/classes/getSpeculativeExecTxnOptions.html +++ b/condor/api-wasm/classes/getSpeculativeExecTxnOptions.html @@ -1,5 +1,5 @@ getSpeculativeExecTxnOptions | api-wasm

    Class getSpeculativeExecTxnOptions

    Options for speculative execution.

    -

    Constructors

    Constructors

    Properties

    maybe_block_id_as_string?: string

    The block identifier as a string.

    -
    maybe_block_identifier?: BlockIdentifier

    The block identifier.

    -
    node_address?: string

    The node address.

    -
    transaction?: Transaction

    The transaction to execute.

    -
    transaction_as_string?: string

    The transaction as a JSON string.

    -
    verbosity?: Verbosity

    The verbosity level for logging.

    -

    Methods

    \ No newline at end of file +
    maybe_block_identifier?: BlockIdentifier

    The block identifier.

    +
    node_address?: string

    The node address.

    +
    transaction?: Transaction

    The transaction to execute.

    +
    transaction_as_string?: string

    The transaction as a JSON string.

    +
    verbosity?: Verbosity

    The verbosity level for logging.

    +

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getStateRootHashOptions.html b/condor/api-wasm/classes/getStateRootHashOptions.html index 1bbf56bbb..ee7c34dc2 100644 --- a/condor/api-wasm/classes/getStateRootHashOptions.html +++ b/condor/api-wasm/classes/getStateRootHashOptions.html @@ -1,8 +1,8 @@ getStateRootHashOptions | api-wasm

    Class getStateRootHashOptions

    Options for the get_state_root_hash method.

    -

    Constructors

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/getTransactionOptions.html b/condor/api-wasm/classes/getTransactionOptions.html index 2843e202c..f7537c971 100644 --- a/condor/api-wasm/classes/getTransactionOptions.html +++ b/condor/api-wasm/classes/getTransactionOptions.html @@ -1,9 +1,9 @@ getTransactionOptions | api-wasm

    Class getTransactionOptions

    Options for the get_transaction method.

    -

    Constructors

    Constructors

    Properties

    finalized_approvals?: boolean
    node_address?: string
    transaction_hash?: TransactionHash
    transaction_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    finalized_approvals?: boolean
    node_address?: string
    transaction_hash?: TransactionHash
    transaction_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/queryBalanceDetailsOptions.html b/condor/api-wasm/classes/queryBalanceDetailsOptions.html index 800287c34..04d278d18 100644 --- a/condor/api-wasm/classes/queryBalanceDetailsOptions.html +++ b/condor/api-wasm/classes/queryBalanceDetailsOptions.html @@ -1,5 +1,5 @@ queryBalanceDetailsOptions | api-wasm

    Class queryBalanceDetailsOptions

    Options for the query_balance method.

    -

    Constructors

    Constructors

    Properties

    global_state_identifier?: GlobalStateIdentifier
    maybe_block_id_as_string?: string
    node_address?: string
    purse_identifier?: PurseIdentifier
    purse_identifier_as_string?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    global_state_identifier?: GlobalStateIdentifier
    maybe_block_id_as_string?: string
    node_address?: string
    purse_identifier?: PurseIdentifier
    purse_identifier_as_string?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/queryBalanceOptions.html b/condor/api-wasm/classes/queryBalanceOptions.html index b3e69a51a..535f79374 100644 --- a/condor/api-wasm/classes/queryBalanceOptions.html +++ b/condor/api-wasm/classes/queryBalanceOptions.html @@ -1,5 +1,5 @@ queryBalanceOptions | api-wasm

    Class queryBalanceOptions

    Options for the query_balance method.

    -

    Constructors

    Constructors

    Properties

    global_state_identifier?: GlobalStateIdentifier
    maybe_block_id_as_string?: string
    node_address?: string
    purse_identifier?: PurseIdentifier
    purse_identifier_as_string?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    global_state_identifier?: GlobalStateIdentifier
    maybe_block_id_as_string?: string
    node_address?: string
    purse_identifier?: PurseIdentifier
    purse_identifier_as_string?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/queryContractDictOptions.html b/condor/api-wasm/classes/queryContractDictOptions.html index 3e561ec25..a6d4789b7 100644 --- a/condor/api-wasm/classes/queryContractDictOptions.html +++ b/condor/api-wasm/classes/queryContractDictOptions.html @@ -1,4 +1,4 @@ -queryContractDictOptions | api-wasm

    Class queryContractDictOptions

    Constructors

    constructor +queryContractDictOptions | api-wasm

    Class queryContractDictOptions

    Constructors

    Properties

    dictionary_item_identifier?: DictionaryItemIdentifier
    dictionary_item_params?: DictionaryItemStrParams
    node_address?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    dictionary_item_identifier?: DictionaryItemIdentifier
    dictionary_item_params?: DictionaryItemStrParams
    node_address?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/queryContractKeyOptions.html b/condor/api-wasm/classes/queryContractKeyOptions.html index ea87ea538..c4679c17d 100644 --- a/condor/api-wasm/classes/queryContractKeyOptions.html +++ b/condor/api-wasm/classes/queryContractKeyOptions.html @@ -1,4 +1,4 @@ -queryContractKeyOptions | api-wasm

    Class queryContractKeyOptions

    Constructors

    constructor +queryContractKeyOptions | api-wasm

    Class queryContractKeyOptions

    Constructors

    Properties

    contract_key?: Key
    contract_key_as_string?: string
    global_state_identifier?: GlobalStateIdentifier
    maybe_block_id_as_string?: string
    node_address?: string
    path?: Path
    path_as_string?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    contract_key?: Key
    contract_key_as_string?: string
    global_state_identifier?: GlobalStateIdentifier
    maybe_block_id_as_string?: string
    node_address?: string
    path?: Path
    path_as_string?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/classes/queryGlobalStateOptions.html b/condor/api-wasm/classes/queryGlobalStateOptions.html index b3ecf11fd..583bea41a 100644 --- a/condor/api-wasm/classes/queryGlobalStateOptions.html +++ b/condor/api-wasm/classes/queryGlobalStateOptions.html @@ -1,5 +1,5 @@ queryGlobalStateOptions | api-wasm

    Class queryGlobalStateOptions

    Options for the query_global_state method.

    -

    Constructors

    Constructors

    Properties

    global_state_identifier?: GlobalStateIdentifier
    key?: Key
    key_as_string?: string
    maybe_block_id_as_string?: string
    node_address?: string
    path?: Path
    path_as_string?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    global_state_identifier?: GlobalStateIdentifier
    key?: Key
    key_as_string?: string
    maybe_block_id_as_string?: string
    node_address?: string
    path?: Path
    path_as_string?: string
    state_root_hash?: Digest
    state_root_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    \ No newline at end of file diff --git a/condor/api-wasm/enums/TransactionKind.html b/condor/api-wasm/enums/TransactionKind.html index 6f0522183..71d63123c 100644 --- a/condor/api-wasm/enums/TransactionKind.html +++ b/condor/api-wasm/enums/TransactionKind.html @@ -1,4 +1,4 @@ -TransactionKind | api-wasm

    Enumeration TransactionKind

    Enumeration Members

    AddBid +TransactionKind | api-wasm

    Enumeration TransactionKind

    Enumeration Members

    AddBid: 6
    Delegate: 7
    InvocableEntity: 0
    InvocableEntityAlias: 1
    Package: 2
    PackageAlias: 3
    Redelegate: 9
    Session: 4
    Transfer: 5
    Undelegate: 8
    WithdrawBid: 10
    \ No newline at end of file +

    Enumeration Members

    AddBid: 6
    Delegate: 7
    InvocableEntity: 0
    InvocableEntityAlias: 1
    Package: 2
    PackageAlias: 3
    Redelegate: 9
    Session: 4
    Transfer: 5
    Undelegate: 8
    WithdrawBid: 10
    \ No newline at end of file diff --git a/condor/api-wasm/enums/TransferTargetKind.html b/condor/api-wasm/enums/TransferTargetKind.html index b5bda7e86..254aea976 100644 --- a/condor/api-wasm/enums/TransferTargetKind.html +++ b/condor/api-wasm/enums/TransferTargetKind.html @@ -1,4 +1,4 @@ -TransferTargetKind | api-wasm

    Enumeration TransferTargetKind

    Enumeration Members

    AccountHash +TransferTargetKind | api-wasm

    Enumeration TransferTargetKind

    Enumeration Members

    Enumeration Members

    AccountHash: 1
    PublicKey: 0
    URef: 2
    \ No newline at end of file +

    Enumeration Members

    AccountHash: 1
    PublicKey: 0
    URef: 2
    \ No newline at end of file diff --git a/condor/api-wasm/enums/Verbosity.html b/condor/api-wasm/enums/Verbosity.html index 84e8185df..5ee3b12a0 100644 --- a/condor/api-wasm/enums/Verbosity.html +++ b/condor/api-wasm/enums/Verbosity.html @@ -1,4 +1,4 @@ -Verbosity | api-wasm

    Enumeration Verbosity

    Enumeration Members

    High +Verbosity | api-wasm

    Enumeration Verbosity

    Enumeration Members

    Enumeration Members

    High: 2
    Low: 0
    Medium: 1
    \ No newline at end of file +

    Enumeration Members

    High: 2
    Low: 0
    Medium: 1
    \ No newline at end of file diff --git a/condor/api-wasm/functions/accountHashToBase64.html b/condor/api-wasm/functions/accountHashToBase64.html index 5b9766210..802842254 100644 --- a/condor/api-wasm/functions/accountHashToBase64.html +++ b/condor/api-wasm/functions/accountHashToBase64.html @@ -5,4 +5,4 @@

    Returns

    Returns the base64-encoded string. Example: "ALSFwHTO98yszQMClJ0gQ6txM6vbFM+ofoOSlFwL2Apf"

    -

    Parameters

    • formatted_account_hash: string

    Returns string

    \ No newline at end of file +

    Parameters

    • formatted_account_hash: string

    Returns string

    \ No newline at end of file diff --git a/condor/api-wasm/functions/default.html b/condor/api-wasm/functions/default.html index 7d9c38a16..459855f28 100644 --- a/condor/api-wasm/functions/default.html +++ b/condor/api-wasm/functions/default.html @@ -1,3 +1,3 @@ default | api-wasm

    Function default

    \ No newline at end of file +

    Parameters

    Returns Promise<InitOutput>

    \ No newline at end of file diff --git a/condor/api-wasm/functions/encodeLowerBlake2b.html b/condor/api-wasm/functions/encodeLowerBlake2b.html index f9e31e480..83418fa75 100644 --- a/condor/api-wasm/functions/encodeLowerBlake2b.html +++ b/condor/api-wasm/functions/encodeLowerBlake2b.html @@ -3,4 +3,4 @@
  • meta_data - A string containing the metadata to be hashed.
  • Returns

    A JsValue containing the hash generated using the Blake2b algorithm.

    -

    Parameters

    • meta_data: string

    Returns any

    \ No newline at end of file +

    Parameters

    • meta_data: string

    Returns any

    \ No newline at end of file diff --git a/condor/api-wasm/functions/fromTransfer.html b/condor/api-wasm/functions/fromTransfer.html index 87d6731fb..34bea6cef 100644 --- a/condor/api-wasm/functions/fromTransfer.html +++ b/condor/api-wasm/functions/fromTransfer.html @@ -1 +1 @@ -fromTransfer | api-wasm

    Function fromTransfer

    \ No newline at end of file +fromTransfer | api-wasm

    Function fromTransfer

    \ No newline at end of file diff --git a/condor/api-wasm/functions/generateSecretKey.html b/condor/api-wasm/functions/generateSecretKey.html index 1a8f37f4f..983c26b18 100644 --- a/condor/api-wasm/functions/generateSecretKey.html +++ b/condor/api-wasm/functions/generateSecretKey.html @@ -1,4 +1,4 @@ generateSecretKey | api-wasm

    Function generateSecretKey

    • Generates a secret key using the Ed25519 algorithm and returns it as a PEM-encoded string.

      Returns

      A JsValue containing the PEM-encoded secret key or a JavaScript error if an error occurs.

      Errors

      Returns an error if the secret key generation or serialization fails.

      -

      Returns any

    \ No newline at end of file +

    Returns any

    \ No newline at end of file diff --git a/condor/api-wasm/functions/generateSecretKey_secp256k1.html b/condor/api-wasm/functions/generateSecretKey_secp256k1.html index 95e4ea0d3..808d3d216 100644 --- a/condor/api-wasm/functions/generateSecretKey_secp256k1.html +++ b/condor/api-wasm/functions/generateSecretKey_secp256k1.html @@ -1,4 +1,4 @@ generateSecretKey_secp256k1 | api-wasm

    Function generateSecretKey_secp256k1

    • Generates a secret key using the secp256k1 algorithm and returns it as a PEM-encoded string.

      Returns

      A JsValue containing the PEM-encoded secret key or a JavaScript error if an error occurs.

      Errors

      Returns an error if the secret key generation or serialization fails.

      -

      Returns any

    \ No newline at end of file +

    Returns any

    \ No newline at end of file diff --git a/condor/api-wasm/functions/getTimestamp.html b/condor/api-wasm/functions/getTimestamp.html index ae05653f1..82dd0f7c8 100644 --- a/condor/api-wasm/functions/getTimestamp.html +++ b/condor/api-wasm/functions/getTimestamp.html @@ -1,3 +1,3 @@ getTimestamp | api-wasm

    Function getTimestamp

    \ No newline at end of file +

    Returns any

    \ No newline at end of file diff --git a/condor/api-wasm/functions/hexToString.html b/condor/api-wasm/functions/hexToString.html index 07c25c777..e87d85e16 100644 --- a/condor/api-wasm/functions/hexToString.html +++ b/condor/api-wasm/functions/hexToString.html @@ -3,4 +3,4 @@
  • hex_string - The hexadecimal string to convert.
  • Returns

    A regular string containing the converted value.

    -

    Parameters

    • hex_string: string

    Returns string

    \ No newline at end of file +

    Parameters

    • hex_string: string

    Returns string

    \ No newline at end of file diff --git a/condor/api-wasm/functions/hexToUint8Array.html b/condor/api-wasm/functions/hexToUint8Array.html index c2a7802b2..e9ffb85c7 100644 --- a/condor/api-wasm/functions/hexToUint8Array.html +++ b/condor/api-wasm/functions/hexToUint8Array.html @@ -3,4 +3,4 @@
  • hex_string - The hexadecimal string to convert.
  • Returns

    A Uint8Array containing the converted value.

    -

    Parameters

    • hex_string: string

    Returns Uint8Array

    \ No newline at end of file +

    Parameters

    • hex_string: string

    Returns Uint8Array

    \ No newline at end of file diff --git a/condor/api-wasm/functions/initSync.html b/condor/api-wasm/functions/initSync.html index 2355b0dc8..ab424e06d 100644 --- a/condor/api-wasm/functions/initSync.html +++ b/condor/api-wasm/functions/initSync.html @@ -1,3 +1,3 @@ initSync | api-wasm

    Function initSync

    \ No newline at end of file +

    Parameters

    Returns InitOutput

    \ No newline at end of file diff --git a/condor/api-wasm/functions/jsonPrettyPrint.html b/condor/api-wasm/functions/jsonPrettyPrint.html index e2f060a19..b865e587c 100644 --- a/condor/api-wasm/functions/jsonPrettyPrint.html +++ b/condor/api-wasm/functions/jsonPrettyPrint.html @@ -4,4 +4,4 @@
  • verbosity - An optional verbosity level for pretty printing.
  • Returns

    A pretty printed JSON value as a JsValue.

    -

    Parameters

    Returns any

    \ No newline at end of file +

    Parameters

    Returns any

    \ No newline at end of file diff --git a/condor/api-wasm/functions/makeDictionaryItemKey.html b/condor/api-wasm/functions/makeDictionaryItemKey.html index 9f5ba256d..1185eda2a 100644 --- a/condor/api-wasm/functions/makeDictionaryItemKey.html +++ b/condor/api-wasm/functions/makeDictionaryItemKey.html @@ -4,4 +4,4 @@
  • value - A string representation of the value, for now restricted to parse as U256 or Key
  • Returns

    A string representing the formatted dictionary item key.

    -

    Parameters

    • key: Key
    • value: string

    Returns string

    \ No newline at end of file +

    Parameters

    • key: Key
    • value: string

    Returns string

    \ No newline at end of file diff --git a/condor/api-wasm/functions/motesToCSPR.html b/condor/api-wasm/functions/motesToCSPR.html index cfa29e9de..e81ed6b11 100644 --- a/condor/api-wasm/functions/motesToCSPR.html +++ b/condor/api-wasm/functions/motesToCSPR.html @@ -3,4 +3,4 @@
  • motes - The motes value to convert.
  • Returns

    A string representing the CSPR amount.

    -

    Parameters

    • motes: string

    Returns string

    \ No newline at end of file +

    Parameters

    • motes: string

    Returns string

    \ No newline at end of file diff --git a/condor/api-wasm/functions/publicKeyFromSecretKey.html b/condor/api-wasm/functions/publicKeyFromSecretKey.html index 7f325d449..32bdd7d1a 100644 --- a/condor/api-wasm/functions/publicKeyFromSecretKey.html +++ b/condor/api-wasm/functions/publicKeyFromSecretKey.html @@ -4,4 +4,4 @@

    Returns

    A JsValue containing the corresponding public key. If an error occurs during the conversion, JavaScript error is returned.

    -

    Parameters

    • secret_key: string

    Returns any

    \ No newline at end of file +

    Parameters

    • secret_key: string

    Returns any

    \ No newline at end of file diff --git a/condor/api-wasm/functions/uint8ArrayToBytes.html b/condor/api-wasm/functions/uint8ArrayToBytes.html index 57473305f..0e1f320ad 100644 --- a/condor/api-wasm/functions/uint8ArrayToBytes.html +++ b/condor/api-wasm/functions/uint8ArrayToBytes.html @@ -3,4 +3,4 @@
  • uint8_array - The Uint8Array to convert.
  • Returns

    A Bytes object containing the converted value.

    -

    Parameters

    • uint8_array: Uint8Array

    Returns Bytes

    \ No newline at end of file +

    Parameters

    • uint8_array: Uint8Array

    Returns Bytes

    \ No newline at end of file diff --git a/condor/api-wasm/interfaces/InitOutput.html b/condor/api-wasm/interfaces/InitOutput.html index f744dfe6f..828df471e 100644 --- a/condor/api-wasm/interfaces/InitOutput.html +++ b/condor/api-wasm/interfaces/InitOutput.html @@ -1,4 +1,4 @@ -InitOutput | api-wasm

    Interface InitOutput

    interface InitOutput {
        __wbg_accessrights_free: ((a) => void);
        __wbg_accounthash_free: ((a) => void);
        __wbg_accountidentifier_free: ((a) => void);
        __wbg_addressableentityhash_free: ((a) => void);
        __wbg_argssimple_free: ((a) => void);
        __wbg_blockhash_free: ((a) => void);
        __wbg_blockidentifier_free: ((a) => void);
        __wbg_body_free: ((a) => void);
        __wbg_bytes_free: ((a) => void);
        __wbg_contracthash_free: ((a) => void);
        __wbg_contractpackagehash_free: ((a) => void);
        __wbg_deploy_free: ((a) => void);
        __wbg_deployhash_free: ((a) => void);
        __wbg_deploystrparams_free: ((a) => void);
        __wbg_dictionaryaddr_free: ((a) => void);
        __wbg_dictionaryitemidentifier_free: ((a) => void);
        __wbg_dictionaryitemstrparams_free: ((a) => void);
        __wbg_digest_free: ((a) => void);
        __wbg_entityaddr_free: ((a) => void);
        __wbg_entityidentifier_free: ((a) => void);
        __wbg_eraid_free: ((a) => void);
        __wbg_eventparseresult_free: ((a) => void);
        __wbg_executionresult_free: ((a) => void);
        __wbg_failure_free: ((a) => void);
        __wbg_get_body_transaction_processed: ((a) => number);
        __wbg_get_eventparseresult_body: ((a) => number);
        __wbg_get_eventparseresult_err: ((a, b) => void);
        __wbg_get_executionresult_Failure: ((a) => number);
        __wbg_get_executionresult_Success: ((a) => number);
        __wbg_get_failure_cost: ((a, b) => void);
        __wbg_get_failure_error_message: ((a, b) => void);
        __wbg_get_getaccountoptions_account_identifier: ((a) => number);
        __wbg_get_getaccountoptions_account_identifier_as_string: ((a, b) => void);
        __wbg_get_getaccountoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getaccountoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getaccountoptions_node_address: ((a, b) => void);
        __wbg_get_getaccountoptions_verbosity: ((a) => number);
        __wbg_get_getauctioninfooptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getauctioninfooptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getauctioninfooptions_node_address: ((a, b) => void);
        __wbg_get_getauctioninfooptions_verbosity: ((a) => number);
        __wbg_get_getbalanceoptions_node_address: ((a, b) => void);
        __wbg_get_getbalanceoptions_purse_uref: ((a) => number);
        __wbg_get_getbalanceoptions_purse_uref_as_string: ((a, b) => void);
        __wbg_get_getbalanceoptions_state_root_hash: ((a) => number);
        __wbg_get_getbalanceoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_getbalanceoptions_verbosity: ((a) => number);
        __wbg_get_getblockoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getblockoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getblockoptions_node_address: ((a, b) => void);
        __wbg_get_getblockoptions_verbosity: ((a) => number);
        __wbg_get_getblocktransfersoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getblocktransfersoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getblocktransfersoptions_node_address: ((a, b) => void);
        __wbg_get_getblocktransfersoptions_verbosity: ((a) => number);
        __wbg_get_getdeployoptions_deploy_hash: ((a) => number);
        __wbg_get_getdeployoptions_deploy_hash_as_string: ((a, b) => void);
        __wbg_get_getdeployoptions_finalized_approvals: ((a) => number);
        __wbg_get_getdeployoptions_node_address: ((a, b) => void);
        __wbg_get_getdeployoptions_verbosity: ((a) => number);
        __wbg_get_getdictionaryitemoptions_dictionary_item_identifier: ((a) => number);
        __wbg_get_getdictionaryitemoptions_dictionary_item_params: ((a) => number);
        __wbg_get_getdictionaryitemoptions_node_address: ((a, b) => void);
        __wbg_get_getdictionaryitemoptions_state_root_hash: ((a) => number);
        __wbg_get_getdictionaryitemoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_getdictionaryitemoptions_verbosity: ((a) => number);
        __wbg_get_getentityoptions_entity_identifier: ((a) => number);
        __wbg_get_getentityoptions_entity_identifier_as_string: ((a, b) => void);
        __wbg_get_getentityoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getentityoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getentityoptions_node_address: ((a, b) => void);
        __wbg_get_getentityoptions_verbosity: ((a) => number);
        __wbg_get_geterainfooptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_geterainfooptions_maybe_block_identifier: ((a) => number);
        __wbg_get_geterainfooptions_node_address: ((a, b) => void);
        __wbg_get_geterainfooptions_verbosity: ((a) => number);
        __wbg_get_geterasummaryoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_geterasummaryoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_geterasummaryoptions_node_address: ((a, b) => void);
        __wbg_get_geterasummaryoptions_verbosity: ((a) => number);
        __wbg_get_getspeculativeexecdeployoptions_deploy: ((a) => number);
        __wbg_get_getspeculativeexecdeployoptions_deploy_as_string: ((a, b) => void);
        __wbg_get_getspeculativeexecdeployoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getspeculativeexecdeployoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getspeculativeexecdeployoptions_node_address: ((a, b) => void);
        __wbg_get_getspeculativeexecdeployoptions_verbosity: ((a) => number);
        __wbg_get_getspeculativeexectxnoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getspeculativeexectxnoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getspeculativeexectxnoptions_node_address: ((a, b) => void);
        __wbg_get_getspeculativeexectxnoptions_transaction: ((a) => number);
        __wbg_get_getspeculativeexectxnoptions_transaction_as_string: ((a, b) => void);
        __wbg_get_getspeculativeexectxnoptions_verbosity: ((a) => number);
        __wbg_get_getstateroothashoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getstateroothashoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getstateroothashoptions_node_address: ((a, b) => void);
        __wbg_get_getstateroothashoptions_verbosity: ((a) => number);
        __wbg_get_gettransactionoptions_finalized_approvals: ((a) => number);
        __wbg_get_gettransactionoptions_node_address: ((a, b) => void);
        __wbg_get_gettransactionoptions_transaction_hash: ((a) => number);
        __wbg_get_gettransactionoptions_transaction_hash_as_string: ((a, b) => void);
        __wbg_get_gettransactionoptions_verbosity: ((a) => number);
        __wbg_get_hashstring_hash: ((a, b) => void);
        __wbg_get_message_String: ((a, b) => void);
        __wbg_get_messages_block_index: ((a) => number);
        __wbg_get_messages_entity_hash: ((a, b) => void);
        __wbg_get_messages_message: ((a) => number);
        __wbg_get_messages_topic_index: ((a) => number);
        __wbg_get_messages_topic_name: ((a, b) => void);
        __wbg_get_messages_topic_name_hash: ((a, b) => void);
        __wbg_get_payment_source: ((a, b) => void);
        __wbg_get_publickeystring_PublicKey: ((a, b) => void);
        __wbg_get_querybalancedetailsoptions_global_state_identifier: ((a) => number);
        __wbg_get_querybalancedetailsoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_querybalancedetailsoptions_node_address: ((a, b) => void);
        __wbg_get_querybalancedetailsoptions_purse_identifier: ((a) => number);
        __wbg_get_querybalancedetailsoptions_purse_identifier_as_string: ((a, b) => void);
        __wbg_get_querybalancedetailsoptions_state_root_hash: ((a) => number);
        __wbg_get_querybalancedetailsoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_querybalancedetailsoptions_verbosity: ((a) => number);
        __wbg_get_querybalanceoptions_global_state_identifier: ((a) => number);
        __wbg_get_querybalanceoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_querybalanceoptions_node_address: ((a, b) => void);
        __wbg_get_querybalanceoptions_purse_identifier: ((a) => number);
        __wbg_get_querybalanceoptions_purse_identifier_as_string: ((a, b) => void);
        __wbg_get_querybalanceoptions_state_root_hash: ((a) => number);
        __wbg_get_querybalanceoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_querybalanceoptions_verbosity: ((a) => number);
        __wbg_get_querycontractdictoptions_dictionary_item_identifier: ((a) => number);
        __wbg_get_querycontractdictoptions_dictionary_item_params: ((a) => number);
        __wbg_get_querycontractdictoptions_node_address: ((a, b) => void);
        __wbg_get_querycontractdictoptions_state_root_hash: ((a) => number);
        __wbg_get_querycontractdictoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_querycontractdictoptions_verbosity: ((a) => number);
        __wbg_get_querycontractkeyoptions_contract_key: ((a) => number);
        __wbg_get_querycontractkeyoptions_contract_key_as_string: ((a, b) => void);
        __wbg_get_querycontractkeyoptions_global_state_identifier: ((a) => number);
        __wbg_get_querycontractkeyoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_querycontractkeyoptions_node_address: ((a, b) => void);
        __wbg_get_querycontractkeyoptions_path: ((a) => number);
        __wbg_get_querycontractkeyoptions_path_as_string: ((a, b) => void);
        __wbg_get_querycontractkeyoptions_state_root_hash: ((a) => number);
        __wbg_get_querycontractkeyoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_querycontractkeyoptions_verbosity: ((a) => number);
        __wbg_get_queryglobalstateoptions_global_state_identifier: ((a) => number);
        __wbg_get_queryglobalstateoptions_key: ((a) => number);
        __wbg_get_queryglobalstateoptions_key_as_string: ((a, b) => void);
        __wbg_get_queryglobalstateoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_queryglobalstateoptions_node_address: ((a, b) => void);
        __wbg_get_queryglobalstateoptions_path: ((a) => number);
        __wbg_get_queryglobalstateoptions_path_as_string: ((a, b) => void);
        __wbg_get_queryglobalstateoptions_state_root_hash: ((a) => number);
        __wbg_get_queryglobalstateoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_queryglobalstateoptions_verbosity: ((a) => number);
        __wbg_get_subscription_eventHandlerFn: ((a) => number);
        __wbg_get_subscription_targetHash: ((a, b) => void);
        __wbg_get_transactionprocessed_block_hash: ((a, b) => void);
        __wbg_get_transactionprocessed_execution_result: ((a) => number);
        __wbg_get_transactionprocessed_hash: ((a) => number);
        __wbg_get_transactionprocessed_initiator_addr: ((a) => number);
        __wbg_get_transactionprocessed_messages: ((a, b) => void);
        __wbg_get_transactionprocessed_timestamp: ((a, b) => void);
        __wbg_get_transactionprocessed_ttl: ((a, b) => void);
        __wbg_get_version2_consumed: ((a, b) => void);
        __wbg_get_version2_cost: ((a, b) => void);
        __wbg_get_version2_error_message: ((a, b) => void);
        __wbg_get_version2_initiator: ((a) => number);
        __wbg_get_version2_limit: ((a, b) => void);
        __wbg_getaccountoptions_free: ((a) => void);
        __wbg_getaccountresult_free: ((a) => void);
        __wbg_getaddressableentityresult_free: ((a) => void);
        __wbg_getauctioninfooptions_free: ((a) => void);
        __wbg_getauctioninforesult_free: ((a) => void);
        __wbg_getbalanceoptions_free: ((a) => void);
        __wbg_getbalanceresult_free: ((a) => void);
        __wbg_getblockoptions_free: ((a) => void);
        __wbg_getblockresult_free: ((a) => void);
        __wbg_getblocktransfersoptions_free: ((a) => void);
        __wbg_getblocktransfersresult_free: ((a) => void);
        __wbg_getchainspecresult_free: ((a) => void);
        __wbg_getdeployoptions_free: ((a) => void);
        __wbg_getdeployresult_free: ((a) => void);
        __wbg_getdictionaryitemoptions_free: ((a) => void);
        __wbg_getdictionaryitemresult_free: ((a) => void);
        __wbg_getentityoptions_free: ((a) => void);
        __wbg_geterainfooptions_free: ((a) => void);
        __wbg_geterainforesult_free: ((a) => void);
        __wbg_geterasummaryoptions_free: ((a) => void);
        __wbg_geterasummaryresult_free: ((a) => void);
        __wbg_getnodestatusresult_free: ((a) => void);
        __wbg_getpeersresult_free: ((a) => void);
        __wbg_getspeculativeexecdeployoptions_free: ((a) => void);
        __wbg_getspeculativeexectxnoptions_free: ((a) => void);
        __wbg_getstateroothashoptions_free: ((a) => void);
        __wbg_getstateroothashresult_free: ((a) => void);
        __wbg_gettransactionoptions_free: ((a) => void);
        __wbg_gettransactionresult_free: ((a) => void);
        __wbg_getvalidatorchangesresult_free: ((a) => void);
        __wbg_globalstateidentifier_free: ((a) => void);
        __wbg_hashaddr_free: ((a) => void);
        __wbg_hashstring_free: ((a) => void);
        __wbg_intounderlyingbytesource_free: ((a) => void);
        __wbg_intounderlyingsink_free: ((a) => void);
        __wbg_intounderlyingsource_free: ((a) => void);
        __wbg_key_free: ((a) => void);
        __wbg_listrpcsresult_free: ((a) => void);
        __wbg_message_free: ((a) => void);
        __wbg_messages_free: ((a) => void);
        __wbg_packagehash_free: ((a) => void);
        __wbg_path_free: ((a) => void);
        __wbg_payment_free: ((a) => void);
        __wbg_paymentstrparams_free: ((a) => void);
        __wbg_peerentry_free: ((a) => void);
        __wbg_publickey_free: ((a) => void);
        __wbg_publickeystring_free: ((a) => void);
        __wbg_purseidentifier_free: ((a) => void);
        __wbg_putdeployresult_free: ((a) => void);
        __wbg_puttransactionresult_free: ((a) => void);
        __wbg_querybalancedetailsoptions_free: ((a) => void);
        __wbg_querybalancedetailsresult_free: ((a) => void);
        __wbg_querybalanceoptions_free: ((a) => void);
        __wbg_querybalanceresult_free: ((a) => void);
        __wbg_querycontractdictoptions_free: ((a) => void);
        __wbg_querycontractkeyoptions_free: ((a) => void);
        __wbg_queryglobalstateoptions_free: ((a) => void);
        __wbg_queryglobalstateresult_free: ((a) => void);
        __wbg_sdk_free: ((a) => void);
        __wbg_sessionstrparams_free: ((a) => void);
        __wbg_set_body_transaction_processed: ((a, b) => void);
        __wbg_set_eventparseresult_body: ((a, b) => void);
        __wbg_set_eventparseresult_err: ((a, b, c) => void);
        __wbg_set_executionresult_Failure: ((a, b) => void);
        __wbg_set_executionresult_Success: ((a, b) => void);
        __wbg_set_failure_cost: ((a, b, c) => void);
        __wbg_set_failure_error_message: ((a, b, c) => void);
        __wbg_set_getaccountoptions_account_identifier: ((a, b) => void);
        __wbg_set_getaccountoptions_account_identifier_as_string: ((a, b, c) => void);
        __wbg_set_getaccountoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getaccountoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getaccountoptions_node_address: ((a, b, c) => void);
        __wbg_set_getaccountoptions_verbosity: ((a, b) => void);
        __wbg_set_getauctioninfooptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getauctioninfooptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getauctioninfooptions_node_address: ((a, b, c) => void);
        __wbg_set_getauctioninfooptions_verbosity: ((a, b) => void);
        __wbg_set_getbalanceoptions_node_address: ((a, b, c) => void);
        __wbg_set_getbalanceoptions_purse_uref: ((a, b) => void);
        __wbg_set_getbalanceoptions_purse_uref_as_string: ((a, b, c) => void);
        __wbg_set_getbalanceoptions_state_root_hash: ((a, b) => void);
        __wbg_set_getbalanceoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_getbalanceoptions_verbosity: ((a, b) => void);
        __wbg_set_getblockoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getblockoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getblockoptions_node_address: ((a, b, c) => void);
        __wbg_set_getblockoptions_verbosity: ((a, b) => void);
        __wbg_set_getblocktransfersoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getblocktransfersoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getblocktransfersoptions_node_address: ((a, b, c) => void);
        __wbg_set_getblocktransfersoptions_verbosity: ((a, b) => void);
        __wbg_set_getdeployoptions_deploy_hash: ((a, b) => void);
        __wbg_set_getdeployoptions_deploy_hash_as_string: ((a, b, c) => void);
        __wbg_set_getdeployoptions_finalized_approvals: ((a, b) => void);
        __wbg_set_getdeployoptions_node_address: ((a, b, c) => void);
        __wbg_set_getdeployoptions_verbosity: ((a, b) => void);
        __wbg_set_getdictionaryitemoptions_dictionary_item_identifier: ((a, b) => void);
        __wbg_set_getdictionaryitemoptions_dictionary_item_params: ((a, b) => void);
        __wbg_set_getdictionaryitemoptions_node_address: ((a, b, c) => void);
        __wbg_set_getdictionaryitemoptions_state_root_hash: ((a, b) => void);
        __wbg_set_getdictionaryitemoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_getdictionaryitemoptions_verbosity: ((a, b) => void);
        __wbg_set_getentityoptions_entity_identifier: ((a, b) => void);
        __wbg_set_getentityoptions_entity_identifier_as_string: ((a, b, c) => void);
        __wbg_set_getentityoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getentityoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getentityoptions_node_address: ((a, b, c) => void);
        __wbg_set_getentityoptions_verbosity: ((a, b) => void);
        __wbg_set_geterainfooptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_geterainfooptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_geterainfooptions_node_address: ((a, b, c) => void);
        __wbg_set_geterainfooptions_verbosity: ((a, b) => void);
        __wbg_set_geterasummaryoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_geterasummaryoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_geterasummaryoptions_node_address: ((a, b, c) => void);
        __wbg_set_geterasummaryoptions_verbosity: ((a, b) => void);
        __wbg_set_getspeculativeexecdeployoptions_deploy: ((a, b) => void);
        __wbg_set_getspeculativeexecdeployoptions_deploy_as_string: ((a, b, c) => void);
        __wbg_set_getspeculativeexecdeployoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getspeculativeexecdeployoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getspeculativeexecdeployoptions_node_address: ((a, b, c) => void);
        __wbg_set_getspeculativeexecdeployoptions_verbosity: ((a, b) => void);
        __wbg_set_getspeculativeexectxnoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getspeculativeexectxnoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getspeculativeexectxnoptions_node_address: ((a, b, c) => void);
        __wbg_set_getspeculativeexectxnoptions_transaction: ((a, b) => void);
        __wbg_set_getspeculativeexectxnoptions_transaction_as_string: ((a, b, c) => void);
        __wbg_set_getspeculativeexectxnoptions_verbosity: ((a, b) => void);
        __wbg_set_getstateroothashoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getstateroothashoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getstateroothashoptions_node_address: ((a, b, c) => void);
        __wbg_set_getstateroothashoptions_verbosity: ((a, b) => void);
        __wbg_set_gettransactionoptions_finalized_approvals: ((a, b) => void);
        __wbg_set_gettransactionoptions_node_address: ((a, b, c) => void);
        __wbg_set_gettransactionoptions_transaction_hash: ((a, b) => void);
        __wbg_set_gettransactionoptions_transaction_hash_as_string: ((a, b, c) => void);
        __wbg_set_gettransactionoptions_verbosity: ((a, b) => void);
        __wbg_set_hashstring_hash: ((a, b, c) => void);
        __wbg_set_message_String: ((a, b, c) => void);
        __wbg_set_messages_block_index: ((a, b) => void);
        __wbg_set_messages_entity_hash: ((a, b, c) => void);
        __wbg_set_messages_message: ((a, b) => void);
        __wbg_set_messages_topic_index: ((a, b) => void);
        __wbg_set_messages_topic_name: ((a, b, c) => void);
        __wbg_set_messages_topic_name_hash: ((a, b, c) => void);
        __wbg_set_payment_source: ((a, b, c) => void);
        __wbg_set_publickeystring_PublicKey: ((a, b, c) => void);
        __wbg_set_querybalancedetailsoptions_global_state_identifier: ((a, b) => void);
        __wbg_set_querybalancedetailsoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_querybalancedetailsoptions_node_address: ((a, b, c) => void);
        __wbg_set_querybalancedetailsoptions_purse_identifier: ((a, b) => void);
        __wbg_set_querybalancedetailsoptions_purse_identifier_as_string: ((a, b, c) => void);
        __wbg_set_querybalancedetailsoptions_state_root_hash: ((a, b) => void);
        __wbg_set_querybalancedetailsoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_querybalancedetailsoptions_verbosity: ((a, b) => void);
        __wbg_set_querybalanceoptions_global_state_identifier: ((a, b) => void);
        __wbg_set_querybalanceoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_querybalanceoptions_node_address: ((a, b, c) => void);
        __wbg_set_querybalanceoptions_purse_identifier: ((a, b) => void);
        __wbg_set_querybalanceoptions_purse_identifier_as_string: ((a, b, c) => void);
        __wbg_set_querybalanceoptions_state_root_hash: ((a, b) => void);
        __wbg_set_querybalanceoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_querybalanceoptions_verbosity: ((a, b) => void);
        __wbg_set_querycontractdictoptions_dictionary_item_identifier: ((a, b) => void);
        __wbg_set_querycontractdictoptions_dictionary_item_params: ((a, b) => void);
        __wbg_set_querycontractdictoptions_node_address: ((a, b, c) => void);
        __wbg_set_querycontractdictoptions_state_root_hash: ((a, b) => void);
        __wbg_set_querycontractdictoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_querycontractdictoptions_verbosity: ((a, b) => void);
        __wbg_set_querycontractkeyoptions_contract_key: ((a, b) => void);
        __wbg_set_querycontractkeyoptions_contract_key_as_string: ((a, b, c) => void);
        __wbg_set_querycontractkeyoptions_global_state_identifier: ((a, b) => void);
        __wbg_set_querycontractkeyoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_querycontractkeyoptions_node_address: ((a, b, c) => void);
        __wbg_set_querycontractkeyoptions_path: ((a, b) => void);
        __wbg_set_querycontractkeyoptions_path_as_string: ((a, b, c) => void);
        __wbg_set_querycontractkeyoptions_state_root_hash: ((a, b) => void);
        __wbg_set_querycontractkeyoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_querycontractkeyoptions_verbosity: ((a, b) => void);
        __wbg_set_queryglobalstateoptions_global_state_identifier: ((a, b) => void);
        __wbg_set_queryglobalstateoptions_key: ((a, b) => void);
        __wbg_set_queryglobalstateoptions_key_as_string: ((a, b, c) => void);
        __wbg_set_queryglobalstateoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_queryglobalstateoptions_node_address: ((a, b, c) => void);
        __wbg_set_queryglobalstateoptions_path: ((a, b) => void);
        __wbg_set_queryglobalstateoptions_path_as_string: ((a, b, c) => void);
        __wbg_set_queryglobalstateoptions_state_root_hash: ((a, b) => void);
        __wbg_set_queryglobalstateoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_queryglobalstateoptions_verbosity: ((a, b) => void);
        __wbg_set_subscription_eventHandlerFn: ((a, b) => void);
        __wbg_set_subscription_targetHash: ((a, b, c) => void);
        __wbg_set_transactionprocessed_block_hash: ((a, b, c) => void);
        __wbg_set_transactionprocessed_execution_result: ((a, b) => void);
        __wbg_set_transactionprocessed_hash: ((a, b) => void);
        __wbg_set_transactionprocessed_initiator_addr: ((a, b) => void);
        __wbg_set_transactionprocessed_messages: ((a, b, c) => void);
        __wbg_set_transactionprocessed_timestamp: ((a, b, c) => void);
        __wbg_set_transactionprocessed_ttl: ((a, b, c) => void);
        __wbg_set_version2_consumed: ((a, b, c) => void);
        __wbg_set_version2_cost: ((a, b, c) => void);
        __wbg_set_version2_error_message: ((a, b, c) => void);
        __wbg_set_version2_initiator: ((a, b) => void);
        __wbg_set_version2_limit: ((a, b, c) => void);
        __wbg_speculativeexecresult_free: ((a) => void);
        __wbg_speculativeexectxnresult_free: ((a) => void);
        __wbg_subscription_free: ((a) => void);
        __wbg_transaction_free: ((a) => void);
        __wbg_transactionbuilderparams_free: ((a) => void);
        __wbg_transactionhash_free: ((a) => void);
        __wbg_transactionprocessed_free: ((a) => void);
        __wbg_transactionstrparams_free: ((a) => void);
        __wbg_transferaddr_free: ((a) => void);
        __wbg_transfertarget_free: ((a) => void);
        __wbg_uref_free: ((a) => void);
        __wbg_urefaddr_free: ((a) => void);
        __wbg_version2_free: ((a) => void);
        __wbg_watcher_free: ((a) => void);
        __wbindgen_add_to_stack_pointer: ((a) => number);
        __wbindgen_exn_store: ((a) => void);
        __wbindgen_export_2: Table;
        __wbindgen_free: ((a, b, c) => void);
        __wbindgen_malloc: ((a, b) => number);
        __wbindgen_realloc: ((a, b, c, d) => number);
        _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha81c364041382701: ((a, b, c) => void);
        _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcc758dd6ed9389ff: ((a, b, c) => void);
        accessrights_ADD: (() => number);
        accessrights_ADD_WRITE: (() => number);
        accessrights_NONE: (() => number);
        accessrights_READ: (() => number);
        accessrights_READ_ADD: (() => number);
        accessrights_READ_ADD_WRITE: (() => number);
        accessrights_READ_WRITE: (() => number);
        accessrights_WRITE: (() => number);
        accessrights_from_bits: ((a, b, c) => number);
        accessrights_is_addable: ((a) => number);
        accessrights_is_none: ((a) => number);
        accessrights_is_readable: ((a) => number);
        accessrights_is_writeable: ((a) => number);
        accessrights_new: ((a, b) => void);
        accountHashToBase64: ((a, b, c) => void);
        accounthash_fromFormattedStr: ((a, b, c) => void);
        accounthash_fromPublicKey: ((a) => number);
        accounthash_fromUint8Array: ((a, b) => number);
        accounthash_new_js_alias: ((a, b, c) => void);
        accounthash_toFormattedString: ((a, b) => void);
        accounthash_toHexString: ((a, b) => void);
        accounthash_toJson: ((a) => number);
        accountidentifier_fromAccountHash: ((a) => number);
        accountidentifier_fromFormattedStr: ((a, b, c) => void);
        accountidentifier_fromPublicKey: ((a) => number);
        accountidentifier_new: ((a, b, c) => void);
        accountidentifier_toJson: ((a) => number);
        addressableentityhash_fromFormattedStr: ((a, b, c) => void);
        addressableentityhash_fromString: ((a, b, c) => void);
        addressableentityhash_fromUint8Array: ((a, b) => number);
        addressableentityhash_toFormattedString: ((a, b) => void);
        blockhash_fromDigest: ((a, b) => void);
        blockhash_new: ((a, b, c) => void);
        blockhash_toJson: ((a) => number);
        blockhash_toString: ((a, b) => void);
        blockidentifier_fromHeight: ((a) => number);
        blockidentifier_from_hash: ((a) => number);
        blockidentifier_new: ((a) => number);
        blockidentifier_toJson: ((a) => number);
        body_get_deploy_processed: ((a) => number);
        body_get_transaction_processed: ((a) => number);
        bytes_fromUint8Array: ((a) => number);
        bytes_new: (() => number);
        contracthash_fromFormattedStr: ((a, b, c) => void);
        contracthash_fromString: ((a, b, c) => void);
        contracthash_fromUint8Array: ((a, b) => number);
        contracthash_toFormattedString: ((a, b) => void);
        contractpackagehash_fromFormattedStr: ((a, b, c) => void);
        contractpackagehash_fromString: ((a, b, c) => void);
        contractpackagehash_fromUint8Array: ((a, b) => number);
        contractpackagehash_toFormattedString: ((a, b) => void);
        deploy_TTL: ((a, b) => void);
        deploy_account: ((a, b) => void);
        deploy_addArg: ((a, b, c, d) => number);
        deploy_addSignature: ((a, b, c, d, e) => number);
        deploy_approvalsHash: ((a) => number);
        deploy_args: ((a) => number);
        deploy_byName: ((a, b) => void);
        deploy_chainName: ((a, b) => void);
        deploy_entryPointName: ((a, b) => void);
        deploy_hasValidHash: ((a) => number);
        deploy_hash: ((a) => number);
        deploy_isByName: ((a) => number);
        deploy_isExpired: ((a) => number);
        deploy_isModuleBytes: ((a) => number);
        deploy_isStandardPayment: ((a, b) => number);
        deploy_isStoredContract: ((a) => number);
        deploy_isStoredContractPackage: ((a) => number);
        deploy_isTransfer: ((a) => number);
        deploy_isValid: ((a) => number);
        deploy_new: ((a) => number);
        deploy_paymentAmount: ((a, b, c) => void);
        deploy_sign: ((a, b, c) => number);
        deploy_timestamp: ((a, b) => void);
        deploy_toJson: ((a) => number);
        deploy_validateDeploySize: ((a) => number);
        deploy_withAccount: ((a, b, c, d) => number);
        deploy_withChainName: ((a, b, c, d, e) => number);
        deploy_withEntryPointName: ((a, b, c, d, e) => number);
        deploy_withHash: ((a, b, c, d) => number);
        deploy_withModuleBytes: ((a, b, c, d) => number);
        deploy_withPackageHash: ((a, b, c, d) => number);
        deploy_withPayment: ((a, b, c, d) => number);
        deploy_withPaymentAndSession: ((a, b, c, d) => void);
        deploy_withSecretKey: ((a, b, c) => number);
        deploy_withSession: ((a, b, c, d) => number);
        deploy_withStandardPayment: ((a, b, c, d, e) => number);
        deploy_withTTL: ((a, b, c, d, e) => number);
        deploy_withTimestamp: ((a, b, c, d, e) => number);
        deploy_withTransfer: ((a, b, c, d, e, f, g, h, i) => void);
        deployhash_fromDigest: ((a, b) => void);
        deployhash_new: ((a, b, c) => void);
        deployhash_toJson: ((a) => number);
        deployhash_toString: ((a, b) => void);
        deploystrparams_chain_name: ((a, b) => void);
        deploystrparams_gas_price_tolerance: ((a, b) => void);
        deploystrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l) => number);
        deploystrparams_secret_key: ((a, b) => void);
        deploystrparams_session_account: ((a, b) => void);
        deploystrparams_setDefaultTTL: ((a) => void);
        deploystrparams_setDefaultTimestamp: ((a) => void);
        deploystrparams_set_chain_name: ((a, b, c) => void);
        deploystrparams_set_gas_price_tolerance: ((a, b, c) => void);
        deploystrparams_set_secret_key: ((a, b, c) => void);
        deploystrparams_set_session_account: ((a, b, c) => void);
        deploystrparams_set_timestamp: ((a, b, c) => void);
        deploystrparams_set_ttl: ((a, b, c) => void);
        deploystrparams_timestamp: ((a, b) => void);
        deploystrparams_ttl: ((a, b) => void);
        dictionaryaddr_new: ((a, b, c) => void);
        dictionaryitemidentifier_newFromAccountInfo: ((a, b, c, d, e, f, g) => void);
        dictionaryitemidentifier_newFromContractInfo: ((a, b, c, d, e, f, g) => void);
        dictionaryitemidentifier_newFromDictionaryKey: ((a, b, c) => void);
        dictionaryitemidentifier_newFromSeedUref: ((a, b, c, d, e) => void);
        dictionaryitemidentifier_toJson: ((a) => number);
        dictionaryitemstrparams_new: (() => number);
        dictionaryitemstrparams_setAccountNamedKey: ((a, b, c, d, e, f, g) => void);
        dictionaryitemstrparams_setContractNamedKey: ((a, b, c, d, e, f, g) => void);
        dictionaryitemstrparams_setDictionary: ((a, b, c) => void);
        dictionaryitemstrparams_setUref: ((a, b, c, d, e) => void);
        dictionaryitemstrparams_toJson: ((a) => number);
        digest__new: ((a, b, c) => void);
        digest_fromDigest: ((a, b, c) => void);
        digest_fromString: ((a, b, c) => void);
        digest_toJson: ((a) => number);
        digest_toString: ((a, b) => void);
        encodeLowerBlake2b: ((a, b) => number);
        entityaddr_fromFormattedStr: ((a, b, c) => void);
        entityaddr_toFormattedString: ((a, b) => void);
        entityaddr_toHexString: ((a, b) => void);
        entityaddr_toJson: ((a) => number);
        entityidentifier_fromAccountHash: ((a) => number);
        entityidentifier_fromEntityAddr: ((a) => number);
        entityidentifier_fromFormattedStr: ((a, b, c) => void);
        entityidentifier_fromPublicKey: ((a) => number);
        entityidentifier_new_js_alias: ((a, b, c) => void);
        entityidentifier_toJson: ((a) => number);
        eraid_new: ((a) => number);
        eraid_value: ((a) => number);
        fromTransfer: ((a, b) => number);
        generateSecretKey: ((a) => void);
        generateSecretKey_secp256k1: ((a) => void);
        getTimestamp: (() => number);
        getaccountresult_account: ((a) => number);
        getaccountresult_api_version: ((a) => number);
        getaccountresult_merkle_proof: ((a, b) => void);
        getaccountresult_toJson: ((a) => number);
        getaddressableentityresult_api_version: ((a) => number);
        getaddressableentityresult_entity_result: ((a) => number);
        getaddressableentityresult_merkle_proof: ((a, b) => void);
        getaddressableentityresult_toJson: ((a) => number);
        getauctioninforesult_api_version: ((a) => number);
        getauctioninforesult_auction_state: ((a) => number);
        getauctioninforesult_toJson: ((a) => number);
        getbalanceresult_api_version: ((a) => number);
        getbalanceresult_balance_value: ((a) => number);
        getbalanceresult_merkle_proof: ((a, b) => void);
        getbalanceresult_toJson: ((a) => number);
        getblockresult_api_version: ((a) => number);
        getblockresult_block: ((a) => number);
        getblockresult_toJson: ((a) => number);
        getblocktransfersresult_api_version: ((a) => number);
        getblocktransfersresult_block_hash: ((a) => number);
        getblocktransfersresult_toJson: ((a) => number);
        getblocktransfersresult_transfers: ((a) => number);
        getchainspecresult_api_version: ((a) => number);
        getchainspecresult_chainspec_bytes: ((a) => number);
        getchainspecresult_toJson: ((a) => number);
        getdeployresult_api_version: ((a) => number);
        getdeployresult_deploy: ((a) => number);
        getdeployresult_execution_info: ((a) => number);
        getdeployresult_toJson: ((a) => number);
        getdictionaryitemresult_api_version: ((a) => number);
        getdictionaryitemresult_dictionary_key: ((a, b) => void);
        getdictionaryitemresult_merkle_proof: ((a, b) => void);
        getdictionaryitemresult_stored_value: ((a) => number);
        getdictionaryitemresult_toJson: ((a) => number);
        geterainforesult_api_version: ((a) => number);
        geterainforesult_era_summary: ((a) => number);
        geterainforesult_toJson: ((a) => number);
        geterasummaryresult_api_version: ((a) => number);
        geterasummaryresult_era_summary: ((a) => number);
        geterasummaryresult_toJson: ((a) => number);
        getnodestatusresult_api_version: ((a) => number);
        getnodestatusresult_available_block_range: ((a) => number);
        getnodestatusresult_block_sync: ((a) => number);
        getnodestatusresult_build_version: ((a, b) => void);
        getnodestatusresult_chainspec_name: ((a, b) => void);
        getnodestatusresult_last_added_block_info: ((a) => number);
        getnodestatusresult_last_progress: ((a) => number);
        getnodestatusresult_next_upgrade: ((a) => number);
        getnodestatusresult_our_public_signing_key: ((a) => number);
        getnodestatusresult_peers: ((a) => number);
        getnodestatusresult_reactor_state: ((a) => number);
        getnodestatusresult_round_length: ((a) => number);
        getnodestatusresult_starting_state_root_hash: ((a) => number);
        getnodestatusresult_toJson: ((a) => number);
        getnodestatusresult_uptime: ((a) => number);
        getpeersresult_api_version: ((a) => number);
        getpeersresult_peers: ((a) => number);
        getpeersresult_toJson: ((a) => number);
        getstateroothashresult_api_version: ((a) => number);
        getstateroothashresult_state_root_hash: ((a) => number);
        getstateroothashresult_state_root_hash_as_string: ((a, b) => void);
        getstateroothashresult_toJson: ((a) => number);
        getstateroothashresult_toString: ((a, b) => void);
        gettransactionresult_api_version: ((a) => number);
        gettransactionresult_execution_info: ((a) => number);
        gettransactionresult_toJson: ((a) => number);
        gettransactionresult_transaction: ((a) => number);
        getvalidatorchangesresult_api_version: ((a) => number);
        getvalidatorchangesresult_changes: ((a) => number);
        getvalidatorchangesresult_toJson: ((a) => number);
        globalstateidentifier_fromBlockHash: ((a) => number);
        globalstateidentifier_fromBlockHeight: ((a) => number);
        globalstateidentifier_fromStateRootHash: ((a) => number);
        globalstateidentifier_new: ((a) => number);
        globalstateidentifier_toJson: ((a) => number);
        hashaddr_new: ((a, b, c) => void);
        hashstring_Deploy: ((a, b) => void);
        hashstring_Version1: ((a, b) => void);
        hashstring_toString: ((a, b) => void);
        hexToString: ((a, b, c) => void);
        hexToUint8Array: ((a, b, c) => void);
        intounderlyingbytesource_autoAllocateChunkSize: ((a) => number);
        intounderlyingbytesource_cancel: ((a) => void);
        intounderlyingbytesource_pull: ((a, b) => number);
        intounderlyingbytesource_start: ((a, b) => void);
        intounderlyingbytesource_type: ((a, b) => void);
        intounderlyingsink_abort: ((a, b) => number);
        intounderlyingsink_close: ((a) => number);
        intounderlyingsink_write: ((a, b) => number);
        intounderlyingsource_cancel: ((a) => void);
        intounderlyingsource_pull: ((a, b) => number);
        jsonPrettyPrint: ((a, b) => number);
        key_asBalance: ((a) => number);
        key_asDictionaryAddr: ((a) => number);
        key_fromAccount: ((a) => number);
        key_fromBalance: ((a) => number);
        key_fromBid: ((a) => number);
        key_fromChainspecRegistry: (() => number);
        key_fromChecksumRegistry: (() => number);
        key_fromDeployInfo: ((a) => number);
        key_fromDictionaryAddr: ((a) => number);
        key_fromDictionaryKey: ((a, b, c) => number);
        key_fromEraInfo: ((a) => number);
        key_fromEraSummary: (() => number);
        key_fromFormattedString: ((a, b) => void);
        key_fromHash: ((a) => number);
        key_fromSystemEntityRegistry: (() => number);
        key_fromTransfer: ((a, b) => number);
        key_fromURef: ((a) => number);
        key_fromUnbond: ((a) => number);
        key_fromWithdraw: ((a) => number);
        key_intoAccount: ((a) => number);
        key_intoHash: ((a) => number);
        key_intoURef: ((a) => number);
        key_isDictionaryKey: ((a) => number);
        key_new: ((a, b) => void);
        key_toFormattedString: ((a, b) => void);
        key_toJson: ((a) => number);
        key_urefToHash: ((a) => number);
        key_withdrawToUnbond: ((a) => number);
        listrpcsresult_api_version: ((a) => number);
        listrpcsresult_name: ((a, b) => void);
        listrpcsresult_schema: ((a) => number);
        listrpcsresult_toJson: ((a) => number);
        makeDictionaryItemKey: ((a, b, c, d) => void);
        memory: Memory;
        motesToCSPR: ((a, b, c) => void);
        packagehash_fromFormattedStr: ((a, b, c) => void);
        packagehash_fromString: ((a, b, c) => void);
        packagehash_fromUint8Array: ((a, b) => number);
        packagehash_toFormattedString: ((a, b) => void);
        path_fromArray: ((a) => number);
        path_is_empty: ((a) => number);
        path_new: ((a) => number);
        path_toJson: ((a) => number);
        path_toString: ((a, b) => void);
        paymentstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) => number);
        paymentstrparams_payment_amount: ((a, b) => void);
        paymentstrparams_payment_args_json: ((a, b) => void);
        paymentstrparams_payment_args_simple: ((a) => number);
        paymentstrparams_payment_entry_point: ((a, b) => void);
        paymentstrparams_payment_hash: ((a, b) => void);
        paymentstrparams_payment_name: ((a, b) => void);
        paymentstrparams_payment_package_hash: ((a, b) => void);
        paymentstrparams_payment_package_name: ((a, b) => void);
        paymentstrparams_payment_path: ((a, b) => void);
        paymentstrparams_payment_version: ((a, b) => void);
        paymentstrparams_set_payment_amount: ((a, b, c) => void);
        paymentstrparams_set_payment_args_json: ((a, b, c) => void);
        paymentstrparams_set_payment_args_simple: ((a, b) => void);
        paymentstrparams_set_payment_entry_point: ((a, b, c) => void);
        paymentstrparams_set_payment_hash: ((a, b, c) => void);
        paymentstrparams_set_payment_name: ((a, b, c) => void);
        paymentstrparams_set_payment_package_hash: ((a, b, c) => void);
        paymentstrparams_set_payment_package_name: ((a, b, c) => void);
        paymentstrparams_set_payment_path: ((a, b, c) => void);
        paymentstrparams_set_payment_version: ((a, b, c) => void);
        peerentry_address: ((a, b) => void);
        peerentry_node_id: ((a, b) => void);
        publicKeyFromSecretKey: ((a, b, c) => void);
        publickey_fromUint8Array: ((a, b, c) => void);
        publickey_new_js_alias: ((a, b, c) => void);
        publickey_toAccountHash: ((a) => number);
        publickey_toJson: ((a) => number);
        publickey_toPurseUref: ((a) => number);
        purseidentifier_fromAccountHash: ((a) => number);
        purseidentifier_fromPublicKey: ((a) => number);
        purseidentifier_fromURef: ((a) => number);
        purseidentifier_toJson: ((a) => number);
        putdeployresult_api_version: ((a) => number);
        putdeployresult_deploy_hash: ((a) => number);
        putdeployresult_toJson: ((a) => number);
        puttransactionresult_api_version: ((a) => number);
        puttransactionresult_toJson: ((a) => number);
        puttransactionresult_transaction_hash: ((a) => number);
        querybalancedetailsresult_api_version: ((a) => number);
        querybalancedetailsresult_available_balance: ((a) => number);
        querybalancedetailsresult_holds: ((a) => number);
        querybalancedetailsresult_toJson: ((a) => number);
        querybalancedetailsresult_total_balance: ((a) => number);
        querybalancedetailsresult_total_balance_proof: ((a) => number);
        querybalanceresult_api_version: ((a) => number);
        querybalanceresult_balance: ((a) => number);
        querybalanceresult_toJson: ((a) => number);
        queryglobalstateresult_api_version: ((a) => number);
        queryglobalstateresult_block_header: ((a) => number);
        queryglobalstateresult_merkle_proof: ((a, b) => void);
        queryglobalstateresult_stored_value: ((a) => number);
        queryglobalstateresult_toJson: ((a) => number);
        sdk_account_put_deploy: ((a, b, c, d, e) => number);
        sdk_account_put_transaction: ((a, b, c, d, e) => number);
        sdk_call_entrypoint: ((a, b, c, d, e) => number);
        sdk_call_entrypoint_deploy: ((a, b, c, d, e, f, g) => number);
        sdk_chain_get_block: ((a, b) => number);
        sdk_chain_get_block_transfers: ((a, b) => number);
        sdk_chain_get_era_info_by_switch_block: ((a, b) => number);
        sdk_chain_get_era_summary: ((a, b) => number);
        sdk_chain_get_state_root_hash: ((a, b) => number);
        sdk_deploy: ((a, b, c, d, e, f, g) => number);
        sdk_getNodeAddress: ((a, b, c, d) => void);
        sdk_getVerbosity: ((a, b) => number);
        sdk_get_account: ((a, b) => number);
        sdk_get_account_options: ((a, b) => number);
        sdk_get_auction_info: ((a, b) => number);
        sdk_get_auction_info_options: ((a, b) => number);
        sdk_get_balance: ((a, b) => number);
        sdk_get_balance_options: ((a, b) => number);
        sdk_get_block: ((a, b) => number);
        sdk_get_block_options: ((a, b) => number);
        sdk_get_block_transfers: ((a, b) => number);
        sdk_get_block_transfers_options: ((a, b) => number);
        sdk_get_chainspec: ((a, b, c, d) => number);
        sdk_get_deploy: ((a, b) => number);
        sdk_get_deploy_options: ((a, b) => number);
        sdk_get_dictionary_item: ((a, b) => number);
        sdk_get_dictionary_item_options: ((a, b) => number);
        sdk_get_entity: ((a, b) => number);
        sdk_get_entity_options: ((a, b) => number);
        sdk_get_era_info: ((a, b) => number);
        sdk_get_era_info_options: ((a, b) => number);
        sdk_get_era_summary: ((a, b) => number);
        sdk_get_era_summary_options: ((a, b) => number);
        sdk_get_node_status: ((a, b, c, d) => number);
        sdk_get_peers: ((a, b, c, d) => number);
        sdk_get_state_root_hash: ((a, b) => number);
        sdk_get_state_root_hash_options: ((a, b) => number);
        sdk_get_transaction: ((a, b) => number);
        sdk_get_transaction_options: ((a, b) => number);
        sdk_get_validator_changes: ((a, b, c, d) => number);
        sdk_info_get_chainspec: ((a, b, c, d) => number);
        sdk_info_get_deploy: ((a, b) => number);
        sdk_info_get_peers: ((a, b, c, d) => number);
        sdk_info_get_status: ((a, b, c, d) => number);
        sdk_info_get_transaction: ((a, b) => number);
        sdk_info_get_validator_change: ((a, b, c, d) => number);
        sdk_install: ((a, b, c, d, e) => number);
        sdk_install_deploy: ((a, b, c, d, e, f, g) => number);
        sdk_list_rpcs: ((a, b, c, d) => number);
        sdk_make_deploy: ((a, b, c, d, e) => void);
        sdk_make_transaction: ((a, b, c, d) => void);
        sdk_make_transfer: ((a, b, c, d, e, f, g, h, i, j) => void);
        sdk_make_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j) => void);
        sdk_new: ((a, b, c) => number);
        sdk_put_deploy: ((a, b, c, d, e) => number);
        sdk_put_transaction: ((a, b, c, d, e) => number);
        sdk_query_balance: ((a, b) => number);
        sdk_query_balance_details: ((a, b) => number);
        sdk_query_balance_details_options: ((a, b) => number);
        sdk_query_balance_options: ((a, b) => number);
        sdk_query_contract_dict: ((a, b) => number);
        sdk_query_contract_dict_options: ((a, b) => number);
        sdk_query_contract_key: ((a, b) => number);
        sdk_query_contract_key_options: ((a, b) => number);
        sdk_query_global_state: ((a, b) => number);
        sdk_query_global_state_options: ((a, b) => number);
        sdk_setNodeAddress: ((a, b, c, d) => void);
        sdk_setVerbosity: ((a, b, c) => void);
        sdk_sign_deploy: ((a, b, c, d) => number);
        sdk_sign_transaction: ((a, b, c, d) => number);
        sdk_speculative_deploy: ((a, b, c, d, e, f, g, h, i, j) => number);
        sdk_speculative_exec: ((a, b) => number);
        sdk_speculative_exec_deploy: ((a, b) => number);
        sdk_speculative_exec_deploy_options: ((a, b) => number);
        sdk_speculative_exec_options: ((a, b) => number);
        sdk_speculative_transaction: ((a, b, c, d, e, f, g, h, i) => number);
        sdk_speculative_transfer: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) => number);
        sdk_speculative_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) => number);
        sdk_state_get_account_info: ((a, b) => number);
        sdk_state_get_auction_info_js_alias: ((a, b) => number);
        sdk_state_get_balance: ((a, b) => number);
        sdk_state_get_dictionary_item: ((a, b) => number);
        sdk_state_get_entity: ((a, b) => number);
        sdk_transaction: ((a, b, c, d, e, f) => number);
        sdk_transfer: ((a, b, c, d, e, f, g, h, i, j, k, l) => number);
        sdk_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j, k, l) => number);
        sdk_waitDeploy: ((a, b, c, d, e, f, g) => number);
        sdk_waitTransaction: ((a, b, c, d, e, f, g) => number);
        sdk_watchDeploy: ((a, b, c, d, e) => number);
        sdk_watchTransaction: ((a, b, c, d, e) => number);
        sessionstrparams_is_session_transfer: ((a) => number);
        sessionstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) => number);
        sessionstrparams_session_args_json: ((a, b) => void);
        sessionstrparams_session_args_simple: ((a) => number);
        sessionstrparams_session_bytes: ((a) => number);
        sessionstrparams_session_entry_point: ((a, b) => void);
        sessionstrparams_session_hash: ((a, b) => void);
        sessionstrparams_session_name: ((a, b) => void);
        sessionstrparams_session_package_hash: ((a, b) => void);
        sessionstrparams_session_package_name: ((a, b) => void);
        sessionstrparams_session_path: ((a, b) => void);
        sessionstrparams_session_version: ((a, b) => void);
        sessionstrparams_set_is_session_transfer: ((a, b) => void);
        sessionstrparams_set_session_args_json: ((a, b, c) => void);
        sessionstrparams_set_session_args_simple: ((a, b) => void);
        sessionstrparams_set_session_bytes: ((a, b) => void);
        sessionstrparams_set_session_entry_point: ((a, b, c) => void);
        sessionstrparams_set_session_hash: ((a, b, c) => void);
        sessionstrparams_set_session_name: ((a, b, c) => void);
        sessionstrparams_set_session_package_hash: ((a, b, c) => void);
        sessionstrparams_set_session_package_name: ((a, b, c) => void);
        sessionstrparams_set_session_path: ((a, b, c) => void);
        sessionstrparams_set_session_version: ((a, b, c) => void);
        speculativeexecresult_api_version: ((a) => number);
        speculativeexecresult_block_hash: ((a) => number);
        speculativeexecresult_execution_result: ((a) => number);
        speculativeexecresult_toJson: ((a) => number);
        speculativeexectxnresult_api_version: ((a) => number);
        speculativeexectxnresult_block_hash: ((a) => number);
        speculativeexectxnresult_execution_result: ((a) => number);
        speculativeexectxnresult_toJson: ((a) => number);
        subscription_new: ((a, b, c) => number);
        transaction_account_hash: ((a) => number);
        transaction_addArg: ((a, b, c, d) => number);
        transaction_addSignature: ((a, b, c, d, e) => number);
        transaction_approvals: ((a) => number);
        transaction_approvalsHash: ((a) => number);
        transaction_authorization_keys: ((a) => number);
        transaction_chain_name: ((a, b) => void);
        transaction_entry_point: ((a, b) => void);
        transaction_expired: ((a) => number);
        transaction_expires: ((a) => number);
        transaction_hash: ((a) => number);
        transaction_header: ((a) => number);
        transaction_initiator_addr: ((a, b) => void);
        transaction_is_native: ((a) => number);
        transaction_is_standard_payment: ((a) => number);
        transaction_new: ((a) => number);
        transaction_newSession: ((a, b, c) => void);
        transaction_newTransfer: ((a, b, c, d, e, f, g, h, i) => void);
        transaction_session_args: ((a) => number);
        transaction_sign: ((a, b, c) => number);
        transaction_signers: ((a) => number);
        transaction_size_estimate: ((a) => number);
        transaction_timestamp: ((a, b) => void);
        transaction_toJson: ((a) => number);
        transaction_ttl: ((a, b) => void);
        transaction_verify: ((a) => number);
        transaction_withAccountHash: ((a, b, c, d) => number);
        transaction_withBody: ((a, b, c, d) => number);
        transaction_withChainName: ((a, b, c, d, e) => number);
        transaction_withEntryPoint: ((a, b, c, d, e) => number);
        transaction_withHash: ((a, b, c, d) => number);
        transaction_withModuleBytes: ((a, b, c, d) => number);
        transaction_withPackageHash: ((a, b, c, d) => number);
        transaction_withPublicKey: ((a, b, c, d) => number);
        transaction_withSecretKey: ((a, b, c) => number);
        transaction_withTTL: ((a, b, c, d, e) => number);
        transaction_withTimestamp: ((a, b, c, d, e) => number);
        transactionbuilderparams_amount: ((a, b) => void);
        transactionbuilderparams_delegation_rate: ((a) => number);
        transactionbuilderparams_delegator: ((a) => number);
        transactionbuilderparams_entity_alias: ((a, b) => void);
        transactionbuilderparams_entity_hash: ((a) => number);
        transactionbuilderparams_entry_point: ((a, b) => void);
        transactionbuilderparams_kind: ((a) => number);
        transactionbuilderparams_maximum_delegation_amount: ((a, b) => void);
        transactionbuilderparams_maybe_entity_version: ((a, b) => void);
        transactionbuilderparams_maybe_id: ((a, b) => void);
        transactionbuilderparams_maybe_source: ((a) => number);
        transactionbuilderparams_minimum_delegation_amount: ((a, b) => void);
        transactionbuilderparams_newAddBid: ((a, b, c, d, e, f) => number);
        transactionbuilderparams_newDelegate: ((a, b, c, d) => number);
        transactionbuilderparams_newInvocableEntity: ((a, b, c, d) => number);
        transactionbuilderparams_newInvocableEntityAlias: ((a, b, c, d) => number);
        transactionbuilderparams_newPackage: ((a, b, c, d, e, f) => number);
        transactionbuilderparams_newPackageAlias: ((a, b, c, d, e, f) => number);
        transactionbuilderparams_newRedelegate: ((a, b, c, d, e) => number);
        transactionbuilderparams_newSession: ((a) => number);
        transactionbuilderparams_newTransfer: ((a, b, c, d, e, f) => number);
        transactionbuilderparams_newUndelegate: ((a, b, c, d) => number);
        transactionbuilderparams_newWithdrawBid: ((a, b, c) => number);
        transactionbuilderparams_new_validator: ((a) => number);
        transactionbuilderparams_package_alias: ((a, b) => void);
        transactionbuilderparams_package_hash: ((a) => number);
        transactionbuilderparams_public_key: ((a) => number);
        transactionbuilderparams_set_amount: ((a, b, c) => void);
        transactionbuilderparams_set_delegation_rate: ((a, b) => void);
        transactionbuilderparams_set_delegator: ((a, b) => void);
        transactionbuilderparams_set_entity_alias: ((a, b, c) => void);
        transactionbuilderparams_set_entity_hash: ((a, b) => void);
        transactionbuilderparams_set_entry_point: ((a, b, c) => void);
        transactionbuilderparams_set_kind: ((a, b) => void);
        transactionbuilderparams_set_maximum_delegation_amount: ((a, b) => void);
        transactionbuilderparams_set_maybe_entity_version: ((a, b) => void);
        transactionbuilderparams_set_maybe_id: ((a, b) => void);
        transactionbuilderparams_set_maybe_source: ((a, b) => void);
        transactionbuilderparams_set_minimum_delegation_amount: ((a, b) => void);
        transactionbuilderparams_set_new_validator: ((a, b) => void);
        transactionbuilderparams_set_package_alias: ((a, b, c) => void);
        transactionbuilderparams_set_package_hash: ((a, b) => void);
        transactionbuilderparams_set_public_key: ((a, b) => void);
        transactionbuilderparams_set_target: ((a, b) => void);
        transactionbuilderparams_set_transaction_bytes: ((a, b) => void);
        transactionbuilderparams_set_validator: ((a, b) => void);
        transactionbuilderparams_target: ((a) => number);
        transactionbuilderparams_transaction_bytes: ((a) => number);
        transactionbuilderparams_validator: ((a) => number);
        transactionhash_digest: ((a, b) => void);
        transactionhash_fromDigest: ((a, b) => void);
        transactionhash_fromRaw: ((a, b, c) => void);
        transactionhash_new: ((a, b, c) => void);
        transactionhash_toJson: ((a) => number);
        transactionhash_toString: ((a, b) => void);
        transactionstrparams_chain_name: ((a, b) => void);
        transactionstrparams_gas_price_tolerance: ((a, b) => void);
        transactionstrparams_initiator_addr: ((a, b) => void);
        transactionstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) => number);
        transactionstrparams_payment_amount: ((a, b) => void);
        transactionstrparams_pricing_mode: ((a, b) => void);
        transactionstrparams_receipt: ((a, b) => void);
        transactionstrparams_secret_key: ((a, b) => void);
        transactionstrparams_session_args_json: ((a, b) => void);
        transactionstrparams_session_args_simple: ((a) => number);
        transactionstrparams_setDefaultTTL: ((a) => void);
        transactionstrparams_setDefaultTimestamp: ((a) => void);
        transactionstrparams_set_chain_name: ((a, b, c) => void);
        transactionstrparams_set_gas_price_tolerance: ((a, b, c) => void);
        transactionstrparams_set_initiator_addr: ((a, b, c) => void);
        transactionstrparams_set_payment_amount: ((a, b, c) => void);
        transactionstrparams_set_pricing_mode: ((a, b, c) => void);
        transactionstrparams_set_receipt: ((a, b, c) => void);
        transactionstrparams_set_secret_key: ((a, b, c) => void);
        transactionstrparams_set_session_args_json: ((a, b, c) => void);
        transactionstrparams_set_session_args_simple: ((a, b, c) => void);
        transactionstrparams_set_standard_payment: ((a, b) => void);
        transactionstrparams_set_timestamp: ((a, b, c) => void);
        transactionstrparams_set_ttl: ((a, b, c) => void);
        transactionstrparams_standard_payment: ((a) => number);
        transactionstrparams_timestamp: ((a, b) => void);
        transactionstrparams_ttl: ((a, b) => void);
        transferaddr_new: ((a, b, c) => void);
        uint8ArrayToBytes: ((a) => number);
        uref_fromUint8Array: ((a, b, c) => number);
        uref_new: ((a, b, c, d) => void);
        uref_toFormattedString: ((a, b) => void);
        uref_toJson: ((a) => number);
        urefaddr_new: ((a, b, c) => void);
        wasm_bindgen__convert__closures__invoke2_mut__h5813a45f48301ae0: ((a, b, c, d) => void);
        watcher_new: ((a, b, c, d) => number);
        watcher_start: ((a) => number);
        watcher_stop: ((a) => void);
        watcher_subscribe: ((a, b, c, d) => void);
        watcher_unsubscribe: ((a, b, c) => void);
    }

    Properties

    __wbg_accessrights_free +InitOutput | api-wasm

    Interface InitOutput

    interface InitOutput {
        __wbg_accessrights_free: ((a) => void);
        __wbg_accounthash_free: ((a) => void);
        __wbg_accountidentifier_free: ((a) => void);
        __wbg_addressableentityhash_free: ((a) => void);
        __wbg_argssimple_free: ((a) => void);
        __wbg_blockhash_free: ((a) => void);
        __wbg_blockidentifier_free: ((a) => void);
        __wbg_body_free: ((a) => void);
        __wbg_bytes_free: ((a) => void);
        __wbg_contracthash_free: ((a) => void);
        __wbg_contractpackagehash_free: ((a) => void);
        __wbg_deploy_free: ((a) => void);
        __wbg_deployhash_free: ((a) => void);
        __wbg_deploystrparams_free: ((a) => void);
        __wbg_dictionaryaddr_free: ((a) => void);
        __wbg_dictionaryitemidentifier_free: ((a) => void);
        __wbg_dictionaryitemstrparams_free: ((a) => void);
        __wbg_digest_free: ((a) => void);
        __wbg_entityaddr_free: ((a) => void);
        __wbg_entityidentifier_free: ((a) => void);
        __wbg_eraid_free: ((a) => void);
        __wbg_eventparseresult_free: ((a) => void);
        __wbg_executionresult_free: ((a) => void);
        __wbg_failure_free: ((a) => void);
        __wbg_get_body_transaction_processed: ((a) => number);
        __wbg_get_eventparseresult_body: ((a) => number);
        __wbg_get_eventparseresult_err: ((a, b) => void);
        __wbg_get_executionresult_Failure: ((a) => number);
        __wbg_get_executionresult_Success: ((a) => number);
        __wbg_get_failure_cost: ((a, b) => void);
        __wbg_get_failure_error_message: ((a, b) => void);
        __wbg_get_getaccountoptions_account_identifier: ((a) => number);
        __wbg_get_getaccountoptions_account_identifier_as_string: ((a, b) => void);
        __wbg_get_getaccountoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getaccountoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getaccountoptions_node_address: ((a, b) => void);
        __wbg_get_getaccountoptions_verbosity: ((a) => number);
        __wbg_get_getauctioninfooptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getauctioninfooptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getauctioninfooptions_node_address: ((a, b) => void);
        __wbg_get_getauctioninfooptions_verbosity: ((a) => number);
        __wbg_get_getbalanceoptions_node_address: ((a, b) => void);
        __wbg_get_getbalanceoptions_purse_uref: ((a) => number);
        __wbg_get_getbalanceoptions_purse_uref_as_string: ((a, b) => void);
        __wbg_get_getbalanceoptions_state_root_hash: ((a) => number);
        __wbg_get_getbalanceoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_getbalanceoptions_verbosity: ((a) => number);
        __wbg_get_getblockoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getblockoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getblockoptions_node_address: ((a, b) => void);
        __wbg_get_getblockoptions_verbosity: ((a) => number);
        __wbg_get_getblocktransfersoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getblocktransfersoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getblocktransfersoptions_node_address: ((a, b) => void);
        __wbg_get_getblocktransfersoptions_verbosity: ((a) => number);
        __wbg_get_getdeployoptions_deploy_hash: ((a) => number);
        __wbg_get_getdeployoptions_deploy_hash_as_string: ((a, b) => void);
        __wbg_get_getdeployoptions_finalized_approvals: ((a) => number);
        __wbg_get_getdeployoptions_node_address: ((a, b) => void);
        __wbg_get_getdeployoptions_verbosity: ((a) => number);
        __wbg_get_getdictionaryitemoptions_dictionary_item_identifier: ((a) => number);
        __wbg_get_getdictionaryitemoptions_dictionary_item_params: ((a) => number);
        __wbg_get_getdictionaryitemoptions_node_address: ((a, b) => void);
        __wbg_get_getdictionaryitemoptions_state_root_hash: ((a) => number);
        __wbg_get_getdictionaryitemoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_getdictionaryitemoptions_verbosity: ((a) => number);
        __wbg_get_getentityoptions_entity_identifier: ((a) => number);
        __wbg_get_getentityoptions_entity_identifier_as_string: ((a, b) => void);
        __wbg_get_getentityoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getentityoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getentityoptions_node_address: ((a, b) => void);
        __wbg_get_getentityoptions_verbosity: ((a) => number);
        __wbg_get_geterainfooptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_geterainfooptions_maybe_block_identifier: ((a) => number);
        __wbg_get_geterainfooptions_node_address: ((a, b) => void);
        __wbg_get_geterainfooptions_verbosity: ((a) => number);
        __wbg_get_geterasummaryoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_geterasummaryoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_geterasummaryoptions_node_address: ((a, b) => void);
        __wbg_get_geterasummaryoptions_verbosity: ((a) => number);
        __wbg_get_getspeculativeexecdeployoptions_deploy: ((a) => number);
        __wbg_get_getspeculativeexecdeployoptions_deploy_as_string: ((a, b) => void);
        __wbg_get_getspeculativeexecdeployoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getspeculativeexecdeployoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getspeculativeexecdeployoptions_node_address: ((a, b) => void);
        __wbg_get_getspeculativeexecdeployoptions_verbosity: ((a) => number);
        __wbg_get_getspeculativeexectxnoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getspeculativeexectxnoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getspeculativeexectxnoptions_node_address: ((a, b) => void);
        __wbg_get_getspeculativeexectxnoptions_transaction: ((a) => number);
        __wbg_get_getspeculativeexectxnoptions_transaction_as_string: ((a, b) => void);
        __wbg_get_getspeculativeexectxnoptions_verbosity: ((a) => number);
        __wbg_get_getstateroothashoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_getstateroothashoptions_maybe_block_identifier: ((a) => number);
        __wbg_get_getstateroothashoptions_node_address: ((a, b) => void);
        __wbg_get_getstateroothashoptions_verbosity: ((a) => number);
        __wbg_get_gettransactionoptions_finalized_approvals: ((a) => number);
        __wbg_get_gettransactionoptions_node_address: ((a, b) => void);
        __wbg_get_gettransactionoptions_transaction_hash: ((a) => number);
        __wbg_get_gettransactionoptions_transaction_hash_as_string: ((a, b) => void);
        __wbg_get_gettransactionoptions_verbosity: ((a) => number);
        __wbg_get_hashstring_hash: ((a, b) => void);
        __wbg_get_message_String: ((a, b) => void);
        __wbg_get_messages_block_index: ((a) => number);
        __wbg_get_messages_entity_hash: ((a, b) => void);
        __wbg_get_messages_message: ((a) => number);
        __wbg_get_messages_topic_index: ((a) => number);
        __wbg_get_messages_topic_name: ((a, b) => void);
        __wbg_get_messages_topic_name_hash: ((a, b) => void);
        __wbg_get_payment_source: ((a, b) => void);
        __wbg_get_publickeystring_PublicKey: ((a, b) => void);
        __wbg_get_querybalancedetailsoptions_global_state_identifier: ((a) => number);
        __wbg_get_querybalancedetailsoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_querybalancedetailsoptions_node_address: ((a, b) => void);
        __wbg_get_querybalancedetailsoptions_purse_identifier: ((a) => number);
        __wbg_get_querybalancedetailsoptions_purse_identifier_as_string: ((a, b) => void);
        __wbg_get_querybalancedetailsoptions_state_root_hash: ((a) => number);
        __wbg_get_querybalancedetailsoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_querybalancedetailsoptions_verbosity: ((a) => number);
        __wbg_get_querybalanceoptions_global_state_identifier: ((a) => number);
        __wbg_get_querybalanceoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_querybalanceoptions_node_address: ((a, b) => void);
        __wbg_get_querybalanceoptions_purse_identifier: ((a) => number);
        __wbg_get_querybalanceoptions_purse_identifier_as_string: ((a, b) => void);
        __wbg_get_querybalanceoptions_state_root_hash: ((a) => number);
        __wbg_get_querybalanceoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_querybalanceoptions_verbosity: ((a) => number);
        __wbg_get_querycontractdictoptions_dictionary_item_identifier: ((a) => number);
        __wbg_get_querycontractdictoptions_dictionary_item_params: ((a) => number);
        __wbg_get_querycontractdictoptions_node_address: ((a, b) => void);
        __wbg_get_querycontractdictoptions_state_root_hash: ((a) => number);
        __wbg_get_querycontractdictoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_querycontractdictoptions_verbosity: ((a) => number);
        __wbg_get_querycontractkeyoptions_contract_key: ((a) => number);
        __wbg_get_querycontractkeyoptions_contract_key_as_string: ((a, b) => void);
        __wbg_get_querycontractkeyoptions_global_state_identifier: ((a) => number);
        __wbg_get_querycontractkeyoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_querycontractkeyoptions_node_address: ((a, b) => void);
        __wbg_get_querycontractkeyoptions_path: ((a) => number);
        __wbg_get_querycontractkeyoptions_path_as_string: ((a, b) => void);
        __wbg_get_querycontractkeyoptions_state_root_hash: ((a) => number);
        __wbg_get_querycontractkeyoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_querycontractkeyoptions_verbosity: ((a) => number);
        __wbg_get_queryglobalstateoptions_global_state_identifier: ((a) => number);
        __wbg_get_queryglobalstateoptions_key: ((a) => number);
        __wbg_get_queryglobalstateoptions_key_as_string: ((a, b) => void);
        __wbg_get_queryglobalstateoptions_maybe_block_id_as_string: ((a, b) => void);
        __wbg_get_queryglobalstateoptions_node_address: ((a, b) => void);
        __wbg_get_queryglobalstateoptions_path: ((a) => number);
        __wbg_get_queryglobalstateoptions_path_as_string: ((a, b) => void);
        __wbg_get_queryglobalstateoptions_state_root_hash: ((a) => number);
        __wbg_get_queryglobalstateoptions_state_root_hash_as_string: ((a, b) => void);
        __wbg_get_queryglobalstateoptions_verbosity: ((a) => number);
        __wbg_get_subscription_eventHandlerFn: ((a) => number);
        __wbg_get_subscription_targetHash: ((a, b) => void);
        __wbg_get_transactionprocessed_block_hash: ((a, b) => void);
        __wbg_get_transactionprocessed_execution_result: ((a) => number);
        __wbg_get_transactionprocessed_hash: ((a) => number);
        __wbg_get_transactionprocessed_initiator_addr: ((a) => number);
        __wbg_get_transactionprocessed_messages: ((a, b) => void);
        __wbg_get_transactionprocessed_timestamp: ((a, b) => void);
        __wbg_get_transactionprocessed_ttl: ((a, b) => void);
        __wbg_get_version2_consumed: ((a, b) => void);
        __wbg_get_version2_cost: ((a, b) => void);
        __wbg_get_version2_error_message: ((a, b) => void);
        __wbg_get_version2_initiator: ((a) => number);
        __wbg_get_version2_limit: ((a, b) => void);
        __wbg_getaccountoptions_free: ((a) => void);
        __wbg_getaccountresult_free: ((a) => void);
        __wbg_getaddressableentityresult_free: ((a) => void);
        __wbg_getauctioninfooptions_free: ((a) => void);
        __wbg_getauctioninforesult_free: ((a) => void);
        __wbg_getbalanceoptions_free: ((a) => void);
        __wbg_getbalanceresult_free: ((a) => void);
        __wbg_getblockoptions_free: ((a) => void);
        __wbg_getblockresult_free: ((a) => void);
        __wbg_getblocktransfersoptions_free: ((a) => void);
        __wbg_getblocktransfersresult_free: ((a) => void);
        __wbg_getchainspecresult_free: ((a) => void);
        __wbg_getdeployoptions_free: ((a) => void);
        __wbg_getdeployresult_free: ((a) => void);
        __wbg_getdictionaryitemoptions_free: ((a) => void);
        __wbg_getdictionaryitemresult_free: ((a) => void);
        __wbg_getentityoptions_free: ((a) => void);
        __wbg_geterainfooptions_free: ((a) => void);
        __wbg_geterainforesult_free: ((a) => void);
        __wbg_geterasummaryoptions_free: ((a) => void);
        __wbg_geterasummaryresult_free: ((a) => void);
        __wbg_getnodestatusresult_free: ((a) => void);
        __wbg_getpeersresult_free: ((a) => void);
        __wbg_getspeculativeexecdeployoptions_free: ((a) => void);
        __wbg_getspeculativeexectxnoptions_free: ((a) => void);
        __wbg_getstateroothashoptions_free: ((a) => void);
        __wbg_getstateroothashresult_free: ((a) => void);
        __wbg_gettransactionoptions_free: ((a) => void);
        __wbg_gettransactionresult_free: ((a) => void);
        __wbg_getvalidatorchangesresult_free: ((a) => void);
        __wbg_globalstateidentifier_free: ((a) => void);
        __wbg_hashaddr_free: ((a) => void);
        __wbg_hashstring_free: ((a) => void);
        __wbg_intounderlyingbytesource_free: ((a) => void);
        __wbg_intounderlyingsink_free: ((a) => void);
        __wbg_intounderlyingsource_free: ((a) => void);
        __wbg_key_free: ((a) => void);
        __wbg_listrpcsresult_free: ((a) => void);
        __wbg_message_free: ((a) => void);
        __wbg_messages_free: ((a) => void);
        __wbg_packagehash_free: ((a) => void);
        __wbg_path_free: ((a) => void);
        __wbg_payment_free: ((a) => void);
        __wbg_paymentstrparams_free: ((a) => void);
        __wbg_peerentry_free: ((a) => void);
        __wbg_publickey_free: ((a) => void);
        __wbg_publickeystring_free: ((a) => void);
        __wbg_purseidentifier_free: ((a) => void);
        __wbg_putdeployresult_free: ((a) => void);
        __wbg_puttransactionresult_free: ((a) => void);
        __wbg_querybalancedetailsoptions_free: ((a) => void);
        __wbg_querybalancedetailsresult_free: ((a) => void);
        __wbg_querybalanceoptions_free: ((a) => void);
        __wbg_querybalanceresult_free: ((a) => void);
        __wbg_querycontractdictoptions_free: ((a) => void);
        __wbg_querycontractkeyoptions_free: ((a) => void);
        __wbg_queryglobalstateoptions_free: ((a) => void);
        __wbg_queryglobalstateresult_free: ((a) => void);
        __wbg_sdk_free: ((a) => void);
        __wbg_sessionstrparams_free: ((a) => void);
        __wbg_set_body_transaction_processed: ((a, b) => void);
        __wbg_set_eventparseresult_body: ((a, b) => void);
        __wbg_set_eventparseresult_err: ((a, b, c) => void);
        __wbg_set_executionresult_Failure: ((a, b) => void);
        __wbg_set_executionresult_Success: ((a, b) => void);
        __wbg_set_failure_cost: ((a, b, c) => void);
        __wbg_set_failure_error_message: ((a, b, c) => void);
        __wbg_set_getaccountoptions_account_identifier: ((a, b) => void);
        __wbg_set_getaccountoptions_account_identifier_as_string: ((a, b, c) => void);
        __wbg_set_getaccountoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getaccountoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getaccountoptions_node_address: ((a, b, c) => void);
        __wbg_set_getaccountoptions_verbosity: ((a, b) => void);
        __wbg_set_getauctioninfooptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getauctioninfooptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getauctioninfooptions_node_address: ((a, b, c) => void);
        __wbg_set_getauctioninfooptions_verbosity: ((a, b) => void);
        __wbg_set_getbalanceoptions_node_address: ((a, b, c) => void);
        __wbg_set_getbalanceoptions_purse_uref: ((a, b) => void);
        __wbg_set_getbalanceoptions_purse_uref_as_string: ((a, b, c) => void);
        __wbg_set_getbalanceoptions_state_root_hash: ((a, b) => void);
        __wbg_set_getbalanceoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_getbalanceoptions_verbosity: ((a, b) => void);
        __wbg_set_getblockoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getblockoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getblockoptions_node_address: ((a, b, c) => void);
        __wbg_set_getblockoptions_verbosity: ((a, b) => void);
        __wbg_set_getblocktransfersoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getblocktransfersoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getblocktransfersoptions_node_address: ((a, b, c) => void);
        __wbg_set_getblocktransfersoptions_verbosity: ((a, b) => void);
        __wbg_set_getdeployoptions_deploy_hash: ((a, b) => void);
        __wbg_set_getdeployoptions_deploy_hash_as_string: ((a, b, c) => void);
        __wbg_set_getdeployoptions_finalized_approvals: ((a, b) => void);
        __wbg_set_getdeployoptions_node_address: ((a, b, c) => void);
        __wbg_set_getdeployoptions_verbosity: ((a, b) => void);
        __wbg_set_getdictionaryitemoptions_dictionary_item_identifier: ((a, b) => void);
        __wbg_set_getdictionaryitemoptions_dictionary_item_params: ((a, b) => void);
        __wbg_set_getdictionaryitemoptions_node_address: ((a, b, c) => void);
        __wbg_set_getdictionaryitemoptions_state_root_hash: ((a, b) => void);
        __wbg_set_getdictionaryitemoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_getdictionaryitemoptions_verbosity: ((a, b) => void);
        __wbg_set_getentityoptions_entity_identifier: ((a, b) => void);
        __wbg_set_getentityoptions_entity_identifier_as_string: ((a, b, c) => void);
        __wbg_set_getentityoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getentityoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getentityoptions_node_address: ((a, b, c) => void);
        __wbg_set_getentityoptions_verbosity: ((a, b) => void);
        __wbg_set_geterainfooptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_geterainfooptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_geterainfooptions_node_address: ((a, b, c) => void);
        __wbg_set_geterainfooptions_verbosity: ((a, b) => void);
        __wbg_set_geterasummaryoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_geterasummaryoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_geterasummaryoptions_node_address: ((a, b, c) => void);
        __wbg_set_geterasummaryoptions_verbosity: ((a, b) => void);
        __wbg_set_getspeculativeexecdeployoptions_deploy: ((a, b) => void);
        __wbg_set_getspeculativeexecdeployoptions_deploy_as_string: ((a, b, c) => void);
        __wbg_set_getspeculativeexecdeployoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getspeculativeexecdeployoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getspeculativeexecdeployoptions_node_address: ((a, b, c) => void);
        __wbg_set_getspeculativeexecdeployoptions_verbosity: ((a, b) => void);
        __wbg_set_getspeculativeexectxnoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getspeculativeexectxnoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getspeculativeexectxnoptions_node_address: ((a, b, c) => void);
        __wbg_set_getspeculativeexectxnoptions_transaction: ((a, b) => void);
        __wbg_set_getspeculativeexectxnoptions_transaction_as_string: ((a, b, c) => void);
        __wbg_set_getspeculativeexectxnoptions_verbosity: ((a, b) => void);
        __wbg_set_getstateroothashoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_getstateroothashoptions_maybe_block_identifier: ((a, b) => void);
        __wbg_set_getstateroothashoptions_node_address: ((a, b, c) => void);
        __wbg_set_getstateroothashoptions_verbosity: ((a, b) => void);
        __wbg_set_gettransactionoptions_finalized_approvals: ((a, b) => void);
        __wbg_set_gettransactionoptions_node_address: ((a, b, c) => void);
        __wbg_set_gettransactionoptions_transaction_hash: ((a, b) => void);
        __wbg_set_gettransactionoptions_transaction_hash_as_string: ((a, b, c) => void);
        __wbg_set_gettransactionoptions_verbosity: ((a, b) => void);
        __wbg_set_hashstring_hash: ((a, b, c) => void);
        __wbg_set_message_String: ((a, b, c) => void);
        __wbg_set_messages_block_index: ((a, b) => void);
        __wbg_set_messages_entity_hash: ((a, b, c) => void);
        __wbg_set_messages_message: ((a, b) => void);
        __wbg_set_messages_topic_index: ((a, b) => void);
        __wbg_set_messages_topic_name: ((a, b, c) => void);
        __wbg_set_messages_topic_name_hash: ((a, b, c) => void);
        __wbg_set_payment_source: ((a, b, c) => void);
        __wbg_set_publickeystring_PublicKey: ((a, b, c) => void);
        __wbg_set_querybalancedetailsoptions_global_state_identifier: ((a, b) => void);
        __wbg_set_querybalancedetailsoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_querybalancedetailsoptions_node_address: ((a, b, c) => void);
        __wbg_set_querybalancedetailsoptions_purse_identifier: ((a, b) => void);
        __wbg_set_querybalancedetailsoptions_purse_identifier_as_string: ((a, b, c) => void);
        __wbg_set_querybalancedetailsoptions_state_root_hash: ((a, b) => void);
        __wbg_set_querybalancedetailsoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_querybalancedetailsoptions_verbosity: ((a, b) => void);
        __wbg_set_querybalanceoptions_global_state_identifier: ((a, b) => void);
        __wbg_set_querybalanceoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_querybalanceoptions_node_address: ((a, b, c) => void);
        __wbg_set_querybalanceoptions_purse_identifier: ((a, b) => void);
        __wbg_set_querybalanceoptions_purse_identifier_as_string: ((a, b, c) => void);
        __wbg_set_querybalanceoptions_state_root_hash: ((a, b) => void);
        __wbg_set_querybalanceoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_querybalanceoptions_verbosity: ((a, b) => void);
        __wbg_set_querycontractdictoptions_dictionary_item_identifier: ((a, b) => void);
        __wbg_set_querycontractdictoptions_dictionary_item_params: ((a, b) => void);
        __wbg_set_querycontractdictoptions_node_address: ((a, b, c) => void);
        __wbg_set_querycontractdictoptions_state_root_hash: ((a, b) => void);
        __wbg_set_querycontractdictoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_querycontractdictoptions_verbosity: ((a, b) => void);
        __wbg_set_querycontractkeyoptions_contract_key: ((a, b) => void);
        __wbg_set_querycontractkeyoptions_contract_key_as_string: ((a, b, c) => void);
        __wbg_set_querycontractkeyoptions_global_state_identifier: ((a, b) => void);
        __wbg_set_querycontractkeyoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_querycontractkeyoptions_node_address: ((a, b, c) => void);
        __wbg_set_querycontractkeyoptions_path: ((a, b) => void);
        __wbg_set_querycontractkeyoptions_path_as_string: ((a, b, c) => void);
        __wbg_set_querycontractkeyoptions_state_root_hash: ((a, b) => void);
        __wbg_set_querycontractkeyoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_querycontractkeyoptions_verbosity: ((a, b) => void);
        __wbg_set_queryglobalstateoptions_global_state_identifier: ((a, b) => void);
        __wbg_set_queryglobalstateoptions_key: ((a, b) => void);
        __wbg_set_queryglobalstateoptions_key_as_string: ((a, b, c) => void);
        __wbg_set_queryglobalstateoptions_maybe_block_id_as_string: ((a, b, c) => void);
        __wbg_set_queryglobalstateoptions_node_address: ((a, b, c) => void);
        __wbg_set_queryglobalstateoptions_path: ((a, b) => void);
        __wbg_set_queryglobalstateoptions_path_as_string: ((a, b, c) => void);
        __wbg_set_queryglobalstateoptions_state_root_hash: ((a, b) => void);
        __wbg_set_queryglobalstateoptions_state_root_hash_as_string: ((a, b, c) => void);
        __wbg_set_queryglobalstateoptions_verbosity: ((a, b) => void);
        __wbg_set_subscription_eventHandlerFn: ((a, b) => void);
        __wbg_set_subscription_targetHash: ((a, b, c) => void);
        __wbg_set_transactionprocessed_block_hash: ((a, b, c) => void);
        __wbg_set_transactionprocessed_execution_result: ((a, b) => void);
        __wbg_set_transactionprocessed_hash: ((a, b) => void);
        __wbg_set_transactionprocessed_initiator_addr: ((a, b) => void);
        __wbg_set_transactionprocessed_messages: ((a, b, c) => void);
        __wbg_set_transactionprocessed_timestamp: ((a, b, c) => void);
        __wbg_set_transactionprocessed_ttl: ((a, b, c) => void);
        __wbg_set_version2_consumed: ((a, b, c) => void);
        __wbg_set_version2_cost: ((a, b, c) => void);
        __wbg_set_version2_error_message: ((a, b, c) => void);
        __wbg_set_version2_initiator: ((a, b) => void);
        __wbg_set_version2_limit: ((a, b, c) => void);
        __wbg_speculativeexecresult_free: ((a) => void);
        __wbg_speculativeexectxnresult_free: ((a) => void);
        __wbg_subscription_free: ((a) => void);
        __wbg_transaction_free: ((a) => void);
        __wbg_transactionbuilderparams_free: ((a) => void);
        __wbg_transactionhash_free: ((a) => void);
        __wbg_transactionprocessed_free: ((a) => void);
        __wbg_transactionstrparams_free: ((a) => void);
        __wbg_transferaddr_free: ((a) => void);
        __wbg_transfertarget_free: ((a) => void);
        __wbg_uref_free: ((a) => void);
        __wbg_urefaddr_free: ((a) => void);
        __wbg_version2_free: ((a) => void);
        __wbg_watcher_free: ((a) => void);
        __wbindgen_add_to_stack_pointer: ((a) => number);
        __wbindgen_exn_store: ((a) => void);
        __wbindgen_export_2: Table;
        __wbindgen_free: ((a, b, c) => void);
        __wbindgen_malloc: ((a, b) => number);
        __wbindgen_realloc: ((a, b, c, d) => number);
        _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha81c364041382701: ((a, b, c) => void);
        _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcc758dd6ed9389ff: ((a, b, c) => void);
        accessrights_ADD: (() => number);
        accessrights_ADD_WRITE: (() => number);
        accessrights_NONE: (() => number);
        accessrights_READ: (() => number);
        accessrights_READ_ADD: (() => number);
        accessrights_READ_ADD_WRITE: (() => number);
        accessrights_READ_WRITE: (() => number);
        accessrights_WRITE: (() => number);
        accessrights_from_bits: ((a, b, c) => number);
        accessrights_is_addable: ((a) => number);
        accessrights_is_none: ((a) => number);
        accessrights_is_readable: ((a) => number);
        accessrights_is_writeable: ((a) => number);
        accessrights_new: ((a, b) => void);
        accountHashToBase64: ((a, b, c) => void);
        accounthash_fromFormattedStr: ((a, b, c) => void);
        accounthash_fromPublicKey: ((a) => number);
        accounthash_fromUint8Array: ((a, b) => number);
        accounthash_new_js_alias: ((a, b, c) => void);
        accounthash_toFormattedString: ((a, b) => void);
        accounthash_toHexString: ((a, b) => void);
        accounthash_toJson: ((a) => number);
        accountidentifier_fromAccountHash: ((a) => number);
        accountidentifier_fromFormattedStr: ((a, b, c) => void);
        accountidentifier_fromPublicKey: ((a) => number);
        accountidentifier_new: ((a, b, c) => void);
        accountidentifier_toJson: ((a) => number);
        addressableentityhash_fromFormattedStr: ((a, b, c) => void);
        addressableentityhash_fromString: ((a, b, c) => void);
        addressableentityhash_fromUint8Array: ((a, b) => number);
        addressableentityhash_toFormattedString: ((a, b) => void);
        blockhash_fromDigest: ((a, b) => void);
        blockhash_new: ((a, b, c) => void);
        blockhash_toJson: ((a) => number);
        blockhash_toString: ((a, b) => void);
        blockidentifier_fromHeight: ((a) => number);
        blockidentifier_from_hash: ((a) => number);
        blockidentifier_new: ((a) => number);
        blockidentifier_toJson: ((a) => number);
        body_get_deploy_processed: ((a) => number);
        body_get_transaction_processed: ((a) => number);
        bytes_fromUint8Array: ((a) => number);
        bytes_new: (() => number);
        contracthash_fromFormattedStr: ((a, b, c) => void);
        contracthash_fromString: ((a, b, c) => void);
        contracthash_fromUint8Array: ((a, b) => number);
        contracthash_toFormattedString: ((a, b) => void);
        contractpackagehash_fromFormattedStr: ((a, b, c) => void);
        contractpackagehash_fromString: ((a, b, c) => void);
        contractpackagehash_fromUint8Array: ((a, b) => number);
        contractpackagehash_toFormattedString: ((a, b) => void);
        deploy_TTL: ((a, b) => void);
        deploy_account: ((a, b) => void);
        deploy_addArg: ((a, b, c, d) => number);
        deploy_addSignature: ((a, b, c, d, e) => number);
        deploy_approvals: ((a) => number);
        deploy_approvalsHash: ((a) => number);
        deploy_args: ((a) => number);
        deploy_byName: ((a, b) => void);
        deploy_chainName: ((a, b) => void);
        deploy_entryPointName: ((a, b) => void);
        deploy_hasValidHash: ((a) => number);
        deploy_hash: ((a) => number);
        deploy_isByName: ((a) => number);
        deploy_isExpired: ((a) => number);
        deploy_isModuleBytes: ((a) => number);
        deploy_isStandardPayment: ((a, b) => number);
        deploy_isStoredContract: ((a) => number);
        deploy_isStoredContractPackage: ((a) => number);
        deploy_isTransfer: ((a) => number);
        deploy_isValid: ((a) => number);
        deploy_new: ((a) => number);
        deploy_paymentAmount: ((a, b, c) => void);
        deploy_sign: ((a, b, c) => number);
        deploy_timestamp: ((a, b) => void);
        deploy_toJson: ((a) => number);
        deploy_validateDeploySize: ((a) => number);
        deploy_withAccount: ((a, b, c, d) => number);
        deploy_withChainName: ((a, b, c, d, e) => number);
        deploy_withEntryPointName: ((a, b, c, d, e) => number);
        deploy_withHash: ((a, b, c, d) => number);
        deploy_withModuleBytes: ((a, b, c, d) => number);
        deploy_withPackageHash: ((a, b, c, d) => number);
        deploy_withPayment: ((a, b, c, d) => number);
        deploy_withPaymentAndSession: ((a, b, c, d) => void);
        deploy_withSecretKey: ((a, b, c) => number);
        deploy_withSession: ((a, b, c, d) => number);
        deploy_withStandardPayment: ((a, b, c, d, e) => number);
        deploy_withTTL: ((a, b, c, d, e) => number);
        deploy_withTimestamp: ((a, b, c, d, e) => number);
        deploy_withTransfer: ((a, b, c, d, e, f, g, h, i) => void);
        deployhash_fromDigest: ((a, b) => void);
        deployhash_new: ((a, b, c) => void);
        deployhash_toJson: ((a) => number);
        deployhash_toString: ((a, b) => void);
        deploystrparams_chain_name: ((a, b) => void);
        deploystrparams_gas_price_tolerance: ((a, b) => void);
        deploystrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l) => number);
        deploystrparams_secret_key: ((a, b) => void);
        deploystrparams_session_account: ((a, b) => void);
        deploystrparams_setDefaultTTL: ((a) => void);
        deploystrparams_setDefaultTimestamp: ((a) => void);
        deploystrparams_set_chain_name: ((a, b, c) => void);
        deploystrparams_set_gas_price_tolerance: ((a, b, c) => void);
        deploystrparams_set_secret_key: ((a, b, c) => void);
        deploystrparams_set_session_account: ((a, b, c) => void);
        deploystrparams_set_timestamp: ((a, b, c) => void);
        deploystrparams_set_ttl: ((a, b, c) => void);
        deploystrparams_timestamp: ((a, b) => void);
        deploystrparams_ttl: ((a, b) => void);
        dictionaryaddr_new: ((a, b, c) => void);
        dictionaryitemidentifier_newFromAccountInfo: ((a, b, c, d, e, f, g) => void);
        dictionaryitemidentifier_newFromContractInfo: ((a, b, c, d, e, f, g) => void);
        dictionaryitemidentifier_newFromDictionaryKey: ((a, b, c) => void);
        dictionaryitemidentifier_newFromSeedUref: ((a, b, c, d, e) => void);
        dictionaryitemidentifier_toJson: ((a) => number);
        dictionaryitemstrparams_new: (() => number);
        dictionaryitemstrparams_setAccountNamedKey: ((a, b, c, d, e, f, g) => void);
        dictionaryitemstrparams_setContractNamedKey: ((a, b, c, d, e, f, g) => void);
        dictionaryitemstrparams_setDictionary: ((a, b, c) => void);
        dictionaryitemstrparams_setUref: ((a, b, c, d, e) => void);
        dictionaryitemstrparams_toJson: ((a) => number);
        digest__new: ((a, b, c) => void);
        digest_fromDigest: ((a, b, c) => void);
        digest_fromString: ((a, b, c) => void);
        digest_toJson: ((a) => number);
        digest_toString: ((a, b) => void);
        encodeLowerBlake2b: ((a, b) => number);
        entityaddr_fromFormattedStr: ((a, b, c) => void);
        entityaddr_toFormattedString: ((a, b) => void);
        entityaddr_toHexString: ((a, b) => void);
        entityaddr_toJson: ((a) => number);
        entityidentifier_fromAccountHash: ((a) => number);
        entityidentifier_fromEntityAddr: ((a) => number);
        entityidentifier_fromFormattedStr: ((a, b, c) => void);
        entityidentifier_fromPublicKey: ((a) => number);
        entityidentifier_new_js_alias: ((a, b, c) => void);
        entityidentifier_toJson: ((a) => number);
        eraid_new: ((a) => number);
        eraid_value: ((a) => number);
        fromTransfer: ((a, b) => number);
        generateSecretKey: ((a) => void);
        generateSecretKey_secp256k1: ((a) => void);
        getTimestamp: (() => number);
        getaccountresult_account: ((a) => number);
        getaccountresult_api_version: ((a) => number);
        getaccountresult_merkle_proof: ((a, b) => void);
        getaccountresult_toJson: ((a) => number);
        getaddressableentityresult_api_version: ((a) => number);
        getaddressableentityresult_entity_result: ((a) => number);
        getaddressableentityresult_merkle_proof: ((a, b) => void);
        getaddressableentityresult_toJson: ((a) => number);
        getauctioninforesult_api_version: ((a) => number);
        getauctioninforesult_auction_state: ((a) => number);
        getauctioninforesult_toJson: ((a) => number);
        getbalanceresult_api_version: ((a) => number);
        getbalanceresult_balance_value: ((a) => number);
        getbalanceresult_merkle_proof: ((a, b) => void);
        getbalanceresult_toJson: ((a) => number);
        getblockresult_api_version: ((a) => number);
        getblockresult_block: ((a) => number);
        getblockresult_toJson: ((a) => number);
        getblocktransfersresult_api_version: ((a) => number);
        getblocktransfersresult_block_hash: ((a) => number);
        getblocktransfersresult_toJson: ((a) => number);
        getblocktransfersresult_transfers: ((a) => number);
        getchainspecresult_api_version: ((a) => number);
        getchainspecresult_chainspec_bytes: ((a) => number);
        getchainspecresult_toJson: ((a) => number);
        getdeployresult_api_version: ((a) => number);
        getdeployresult_deploy: ((a) => number);
        getdeployresult_execution_info: ((a) => number);
        getdeployresult_toJson: ((a) => number);
        getdictionaryitemresult_api_version: ((a) => number);
        getdictionaryitemresult_dictionary_key: ((a, b) => void);
        getdictionaryitemresult_merkle_proof: ((a, b) => void);
        getdictionaryitemresult_stored_value: ((a) => number);
        getdictionaryitemresult_toJson: ((a) => number);
        geterainforesult_api_version: ((a) => number);
        geterainforesult_era_summary: ((a) => number);
        geterainforesult_toJson: ((a) => number);
        geterasummaryresult_api_version: ((a) => number);
        geterasummaryresult_era_summary: ((a) => number);
        geterasummaryresult_toJson: ((a) => number);
        getnodestatusresult_api_version: ((a) => number);
        getnodestatusresult_available_block_range: ((a) => number);
        getnodestatusresult_block_sync: ((a) => number);
        getnodestatusresult_build_version: ((a, b) => void);
        getnodestatusresult_chainspec_name: ((a, b) => void);
        getnodestatusresult_last_added_block_info: ((a) => number);
        getnodestatusresult_last_progress: ((a) => number);
        getnodestatusresult_next_upgrade: ((a) => number);
        getnodestatusresult_our_public_signing_key: ((a) => number);
        getnodestatusresult_peers: ((a) => number);
        getnodestatusresult_reactor_state: ((a) => number);
        getnodestatusresult_round_length: ((a) => number);
        getnodestatusresult_starting_state_root_hash: ((a) => number);
        getnodestatusresult_toJson: ((a) => number);
        getnodestatusresult_uptime: ((a) => number);
        getpeersresult_api_version: ((a) => number);
        getpeersresult_peers: ((a) => number);
        getpeersresult_toJson: ((a) => number);
        getstateroothashresult_api_version: ((a) => number);
        getstateroothashresult_state_root_hash: ((a) => number);
        getstateroothashresult_state_root_hash_as_string: ((a, b) => void);
        getstateroothashresult_toJson: ((a) => number);
        getstateroothashresult_toString: ((a, b) => void);
        gettransactionresult_api_version: ((a) => number);
        gettransactionresult_execution_info: ((a) => number);
        gettransactionresult_toJson: ((a) => number);
        gettransactionresult_transaction: ((a) => number);
        getvalidatorchangesresult_api_version: ((a) => number);
        getvalidatorchangesresult_changes: ((a) => number);
        getvalidatorchangesresult_toJson: ((a) => number);
        globalstateidentifier_fromBlockHash: ((a) => number);
        globalstateidentifier_fromBlockHeight: ((a) => number);
        globalstateidentifier_fromStateRootHash: ((a) => number);
        globalstateidentifier_new: ((a) => number);
        globalstateidentifier_toJson: ((a) => number);
        hashaddr_new: ((a, b, c) => void);
        hashstring_Deploy: ((a, b) => void);
        hashstring_Version1: ((a, b) => void);
        hashstring_toString: ((a, b) => void);
        hexToString: ((a, b, c) => void);
        hexToUint8Array: ((a, b, c) => void);
        intounderlyingbytesource_autoAllocateChunkSize: ((a) => number);
        intounderlyingbytesource_cancel: ((a) => void);
        intounderlyingbytesource_pull: ((a, b) => number);
        intounderlyingbytesource_start: ((a, b) => void);
        intounderlyingbytesource_type: ((a, b) => void);
        intounderlyingsink_abort: ((a, b) => number);
        intounderlyingsink_close: ((a) => number);
        intounderlyingsink_write: ((a, b) => number);
        intounderlyingsource_cancel: ((a) => void);
        intounderlyingsource_pull: ((a, b) => number);
        jsonPrettyPrint: ((a, b) => number);
        key_asBalance: ((a) => number);
        key_asDictionaryAddr: ((a) => number);
        key_fromAccount: ((a) => number);
        key_fromBalance: ((a) => number);
        key_fromBid: ((a) => number);
        key_fromChainspecRegistry: (() => number);
        key_fromChecksumRegistry: (() => number);
        key_fromDeployInfo: ((a) => number);
        key_fromDictionaryAddr: ((a) => number);
        key_fromDictionaryKey: ((a, b, c) => number);
        key_fromEraInfo: ((a) => number);
        key_fromEraSummary: (() => number);
        key_fromFormattedString: ((a, b) => void);
        key_fromHash: ((a) => number);
        key_fromSystemEntityRegistry: (() => number);
        key_fromTransfer: ((a, b) => number);
        key_fromURef: ((a) => number);
        key_fromUnbond: ((a) => number);
        key_fromWithdraw: ((a) => number);
        key_intoAccount: ((a) => number);
        key_intoHash: ((a) => number);
        key_intoURef: ((a) => number);
        key_isDictionaryKey: ((a) => number);
        key_new: ((a, b) => void);
        key_toFormattedString: ((a, b) => void);
        key_toJson: ((a) => number);
        key_urefToHash: ((a) => number);
        key_withdrawToUnbond: ((a) => number);
        listrpcsresult_api_version: ((a) => number);
        listrpcsresult_name: ((a, b) => void);
        listrpcsresult_schema: ((a) => number);
        listrpcsresult_toJson: ((a) => number);
        makeDictionaryItemKey: ((a, b, c, d) => void);
        memory: Memory;
        motesToCSPR: ((a, b, c) => void);
        packagehash_fromFormattedStr: ((a, b, c) => void);
        packagehash_fromString: ((a, b, c) => void);
        packagehash_fromUint8Array: ((a, b) => number);
        packagehash_toFormattedString: ((a, b) => void);
        path_fromArray: ((a) => number);
        path_is_empty: ((a) => number);
        path_new: ((a) => number);
        path_toJson: ((a) => number);
        path_toString: ((a, b) => void);
        paymentstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) => number);
        paymentstrparams_payment_amount: ((a, b) => void);
        paymentstrparams_payment_args_json: ((a, b) => void);
        paymentstrparams_payment_args_simple: ((a) => number);
        paymentstrparams_payment_entry_point: ((a, b) => void);
        paymentstrparams_payment_hash: ((a, b) => void);
        paymentstrparams_payment_name: ((a, b) => void);
        paymentstrparams_payment_package_hash: ((a, b) => void);
        paymentstrparams_payment_package_name: ((a, b) => void);
        paymentstrparams_payment_path: ((a, b) => void);
        paymentstrparams_payment_version: ((a, b) => void);
        paymentstrparams_set_payment_amount: ((a, b, c) => void);
        paymentstrparams_set_payment_args_json: ((a, b, c) => void);
        paymentstrparams_set_payment_args_simple: ((a, b) => void);
        paymentstrparams_set_payment_entry_point: ((a, b, c) => void);
        paymentstrparams_set_payment_hash: ((a, b, c) => void);
        paymentstrparams_set_payment_name: ((a, b, c) => void);
        paymentstrparams_set_payment_package_hash: ((a, b, c) => void);
        paymentstrparams_set_payment_package_name: ((a, b, c) => void);
        paymentstrparams_set_payment_path: ((a, b, c) => void);
        paymentstrparams_set_payment_version: ((a, b, c) => void);
        peerentry_address: ((a, b) => void);
        peerentry_node_id: ((a, b) => void);
        publicKeyFromSecretKey: ((a, b, c) => void);
        publickey_fromUint8Array: ((a, b, c) => void);
        publickey_new_js_alias: ((a, b, c) => void);
        publickey_toAccountHash: ((a) => number);
        publickey_toJson: ((a) => number);
        publickey_toPurseUref: ((a) => number);
        purseidentifier_fromAccountHash: ((a) => number);
        purseidentifier_fromPublicKey: ((a) => number);
        purseidentifier_fromURef: ((a) => number);
        purseidentifier_toJson: ((a) => number);
        putdeployresult_api_version: ((a) => number);
        putdeployresult_deploy_hash: ((a) => number);
        putdeployresult_toJson: ((a) => number);
        puttransactionresult_api_version: ((a) => number);
        puttransactionresult_toJson: ((a) => number);
        puttransactionresult_transaction_hash: ((a) => number);
        querybalancedetailsresult_api_version: ((a) => number);
        querybalancedetailsresult_available_balance: ((a) => number);
        querybalancedetailsresult_holds: ((a) => number);
        querybalancedetailsresult_toJson: ((a) => number);
        querybalancedetailsresult_total_balance: ((a) => number);
        querybalancedetailsresult_total_balance_proof: ((a) => number);
        querybalanceresult_api_version: ((a) => number);
        querybalanceresult_balance: ((a) => number);
        querybalanceresult_toJson: ((a) => number);
        queryglobalstateresult_api_version: ((a) => number);
        queryglobalstateresult_block_header: ((a) => number);
        queryglobalstateresult_merkle_proof: ((a, b) => void);
        queryglobalstateresult_stored_value: ((a) => number);
        queryglobalstateresult_toJson: ((a) => number);
        sdk_account_put_deploy: ((a, b, c, d, e) => number);
        sdk_account_put_transaction: ((a, b, c, d, e) => number);
        sdk_call_entrypoint: ((a, b, c, d, e) => number);
        sdk_call_entrypoint_deploy: ((a, b, c, d, e, f, g) => number);
        sdk_chain_get_block: ((a, b) => number);
        sdk_chain_get_block_transfers: ((a, b) => number);
        sdk_chain_get_era_info_by_switch_block: ((a, b) => number);
        sdk_chain_get_era_summary: ((a, b) => number);
        sdk_chain_get_state_root_hash: ((a, b) => number);
        sdk_deploy: ((a, b, c, d, e, f, g) => number);
        sdk_getNodeAddress: ((a, b, c, d) => void);
        sdk_getVerbosity: ((a, b) => number);
        sdk_get_account: ((a, b) => number);
        sdk_get_account_options: ((a, b) => number);
        sdk_get_auction_info: ((a, b) => number);
        sdk_get_auction_info_options: ((a, b) => number);
        sdk_get_balance: ((a, b) => number);
        sdk_get_balance_options: ((a, b) => number);
        sdk_get_block: ((a, b) => number);
        sdk_get_block_options: ((a, b) => number);
        sdk_get_block_transfers: ((a, b) => number);
        sdk_get_block_transfers_options: ((a, b) => number);
        sdk_get_chainspec: ((a, b, c, d) => number);
        sdk_get_deploy: ((a, b) => number);
        sdk_get_deploy_options: ((a, b) => number);
        sdk_get_dictionary_item: ((a, b) => number);
        sdk_get_dictionary_item_options: ((a, b) => number);
        sdk_get_entity: ((a, b) => number);
        sdk_get_entity_options: ((a, b) => number);
        sdk_get_era_info: ((a, b) => number);
        sdk_get_era_info_options: ((a, b) => number);
        sdk_get_era_summary: ((a, b) => number);
        sdk_get_era_summary_options: ((a, b) => number);
        sdk_get_node_status: ((a, b, c, d) => number);
        sdk_get_peers: ((a, b, c, d) => number);
        sdk_get_state_root_hash: ((a, b) => number);
        sdk_get_state_root_hash_options: ((a, b) => number);
        sdk_get_transaction: ((a, b) => number);
        sdk_get_transaction_options: ((a, b) => number);
        sdk_get_validator_changes: ((a, b, c, d) => number);
        sdk_info_get_chainspec: ((a, b, c, d) => number);
        sdk_info_get_deploy: ((a, b) => number);
        sdk_info_get_peers: ((a, b, c, d) => number);
        sdk_info_get_status: ((a, b, c, d) => number);
        sdk_info_get_transaction: ((a, b) => number);
        sdk_info_get_validator_change: ((a, b, c, d) => number);
        sdk_install: ((a, b, c, d, e) => number);
        sdk_install_deploy: ((a, b, c, d, e, f, g) => number);
        sdk_list_rpcs: ((a, b, c, d) => number);
        sdk_make_deploy: ((a, b, c, d, e) => void);
        sdk_make_transaction: ((a, b, c, d) => void);
        sdk_make_transfer: ((a, b, c, d, e, f, g, h, i, j) => void);
        sdk_make_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j) => void);
        sdk_new: ((a, b, c) => number);
        sdk_put_deploy: ((a, b, c, d, e) => number);
        sdk_put_transaction: ((a, b, c, d, e) => number);
        sdk_query_balance: ((a, b) => number);
        sdk_query_balance_details: ((a, b) => number);
        sdk_query_balance_details_options: ((a, b) => number);
        sdk_query_balance_options: ((a, b) => number);
        sdk_query_contract_dict: ((a, b) => number);
        sdk_query_contract_dict_options: ((a, b) => number);
        sdk_query_contract_key: ((a, b) => number);
        sdk_query_contract_key_options: ((a, b) => number);
        sdk_query_global_state: ((a, b) => number);
        sdk_query_global_state_options: ((a, b) => number);
        sdk_setNodeAddress: ((a, b, c, d) => void);
        sdk_setVerbosity: ((a, b, c) => void);
        sdk_sign_deploy: ((a, b, c, d) => number);
        sdk_sign_transaction: ((a, b, c, d) => number);
        sdk_speculative_deploy: ((a, b, c, d, e, f, g, h, i, j) => number);
        sdk_speculative_exec: ((a, b) => number);
        sdk_speculative_exec_deploy: ((a, b) => number);
        sdk_speculative_exec_deploy_options: ((a, b) => number);
        sdk_speculative_exec_options: ((a, b) => number);
        sdk_speculative_transaction: ((a, b, c, d, e, f, g, h, i) => number);
        sdk_speculative_transfer: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) => number);
        sdk_speculative_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) => number);
        sdk_state_get_account_info: ((a, b) => number);
        sdk_state_get_auction_info_js_alias: ((a, b) => number);
        sdk_state_get_balance: ((a, b) => number);
        sdk_state_get_dictionary_item: ((a, b) => number);
        sdk_state_get_entity: ((a, b) => number);
        sdk_transaction: ((a, b, c, d, e, f) => number);
        sdk_transfer: ((a, b, c, d, e, f, g, h, i, j, k, l) => number);
        sdk_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j, k, l) => number);
        sdk_waitDeploy: ((a, b, c, d, e, f, g) => number);
        sdk_waitTransaction: ((a, b, c, d, e, f, g) => number);
        sdk_watchDeploy: ((a, b, c, d, e) => number);
        sdk_watchTransaction: ((a, b, c, d, e) => number);
        sessionstrparams_is_session_transfer: ((a) => number);
        sessionstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) => number);
        sessionstrparams_session_args_json: ((a, b) => void);
        sessionstrparams_session_args_simple: ((a) => number);
        sessionstrparams_session_bytes: ((a) => number);
        sessionstrparams_session_entry_point: ((a, b) => void);
        sessionstrparams_session_hash: ((a, b) => void);
        sessionstrparams_session_name: ((a, b) => void);
        sessionstrparams_session_package_hash: ((a, b) => void);
        sessionstrparams_session_package_name: ((a, b) => void);
        sessionstrparams_session_path: ((a, b) => void);
        sessionstrparams_session_version: ((a, b) => void);
        sessionstrparams_set_is_session_transfer: ((a, b) => void);
        sessionstrparams_set_session_args_json: ((a, b, c) => void);
        sessionstrparams_set_session_args_simple: ((a, b) => void);
        sessionstrparams_set_session_bytes: ((a, b) => void);
        sessionstrparams_set_session_entry_point: ((a, b, c) => void);
        sessionstrparams_set_session_hash: ((a, b, c) => void);
        sessionstrparams_set_session_name: ((a, b, c) => void);
        sessionstrparams_set_session_package_hash: ((a, b, c) => void);
        sessionstrparams_set_session_package_name: ((a, b, c) => void);
        sessionstrparams_set_session_path: ((a, b, c) => void);
        sessionstrparams_set_session_version: ((a, b, c) => void);
        speculativeexecresult_api_version: ((a) => number);
        speculativeexecresult_block_hash: ((a) => number);
        speculativeexecresult_execution_result: ((a) => number);
        speculativeexecresult_toJson: ((a) => number);
        speculativeexectxnresult_api_version: ((a) => number);
        speculativeexectxnresult_block_hash: ((a) => number);
        speculativeexectxnresult_execution_result: ((a) => number);
        speculativeexectxnresult_toJson: ((a) => number);
        subscription_new: ((a, b, c) => number);
        transaction_account_hash: ((a) => number);
        transaction_addArg: ((a, b, c, d) => number);
        transaction_addSignature: ((a, b, c, d, e) => number);
        transaction_approvals: ((a) => number);
        transaction_approvalsHash: ((a) => number);
        transaction_authorization_keys: ((a) => number);
        transaction_chain_name: ((a, b) => void);
        transaction_entry_point: ((a, b) => void);
        transaction_expired: ((a) => number);
        transaction_expires: ((a) => number);
        transaction_hash: ((a) => number);
        transaction_header: ((a) => number);
        transaction_initiator_addr: ((a, b) => void);
        transaction_is_native: ((a) => number);
        transaction_is_standard_payment: ((a) => number);
        transaction_new: ((a) => number);
        transaction_newSession: ((a, b, c) => void);
        transaction_newTransfer: ((a, b, c, d, e, f, g, h, i) => void);
        transaction_session_args: ((a) => number);
        transaction_sign: ((a, b, c) => number);
        transaction_signers: ((a) => number);
        transaction_size_estimate: ((a) => number);
        transaction_timestamp: ((a, b) => void);
        transaction_toJson: ((a) => number);
        transaction_ttl: ((a, b) => void);
        transaction_verify: ((a) => number);
        transaction_withAccountHash: ((a, b, c, d) => number);
        transaction_withBody: ((a, b, c, d) => number);
        transaction_withChainName: ((a, b, c, d, e) => number);
        transaction_withEntityHash: ((a, b, c, d) => number);
        transaction_withEntryPoint: ((a, b, c, d, e) => number);
        transaction_withPackageHash: ((a, b, c, d) => number);
        transaction_withPublicKey: ((a, b, c, d) => number);
        transaction_withSecretKey: ((a, b, c) => number);
        transaction_withTTL: ((a, b, c, d, e) => number);
        transaction_withTimestamp: ((a, b, c, d, e) => number);
        transaction_withTransactionBytes: ((a, b, c, d) => number);
        transactionbuilderparams_amount: ((a, b) => void);
        transactionbuilderparams_delegation_rate: ((a) => number);
        transactionbuilderparams_delegator: ((a) => number);
        transactionbuilderparams_entity_alias: ((a, b) => void);
        transactionbuilderparams_entity_hash: ((a) => number);
        transactionbuilderparams_entry_point: ((a, b) => void);
        transactionbuilderparams_kind: ((a) => number);
        transactionbuilderparams_maximum_delegation_amount: ((a, b) => void);
        transactionbuilderparams_maybe_entity_version: ((a, b) => void);
        transactionbuilderparams_maybe_id: ((a, b) => void);
        transactionbuilderparams_maybe_source: ((a) => number);
        transactionbuilderparams_minimum_delegation_amount: ((a, b) => void);
        transactionbuilderparams_newAddBid: ((a, b, c, d, e, f) => number);
        transactionbuilderparams_newDelegate: ((a, b, c, d) => number);
        transactionbuilderparams_newInvocableEntity: ((a, b, c, d) => number);
        transactionbuilderparams_newInvocableEntityAlias: ((a, b, c, d) => number);
        transactionbuilderparams_newPackage: ((a, b, c, d, e, f) => number);
        transactionbuilderparams_newPackageAlias: ((a, b, c, d, e, f) => number);
        transactionbuilderparams_newRedelegate: ((a, b, c, d, e) => number);
        transactionbuilderparams_newSession: ((a) => number);
        transactionbuilderparams_newTransfer: ((a, b, c, d, e, f) => number);
        transactionbuilderparams_newUndelegate: ((a, b, c, d) => number);
        transactionbuilderparams_newWithdrawBid: ((a, b, c) => number);
        transactionbuilderparams_new_validator: ((a) => number);
        transactionbuilderparams_package_alias: ((a, b) => void);
        transactionbuilderparams_package_hash: ((a) => number);
        transactionbuilderparams_public_key: ((a) => number);
        transactionbuilderparams_set_amount: ((a, b, c) => void);
        transactionbuilderparams_set_delegation_rate: ((a, b) => void);
        transactionbuilderparams_set_delegator: ((a, b) => void);
        transactionbuilderparams_set_entity_alias: ((a, b, c) => void);
        transactionbuilderparams_set_entity_hash: ((a, b) => void);
        transactionbuilderparams_set_entry_point: ((a, b, c) => void);
        transactionbuilderparams_set_kind: ((a, b) => void);
        transactionbuilderparams_set_maximum_delegation_amount: ((a, b) => void);
        transactionbuilderparams_set_maybe_entity_version: ((a, b) => void);
        transactionbuilderparams_set_maybe_id: ((a, b) => void);
        transactionbuilderparams_set_maybe_source: ((a, b) => void);
        transactionbuilderparams_set_minimum_delegation_amount: ((a, b) => void);
        transactionbuilderparams_set_new_validator: ((a, b) => void);
        transactionbuilderparams_set_package_alias: ((a, b, c) => void);
        transactionbuilderparams_set_package_hash: ((a, b) => void);
        transactionbuilderparams_set_public_key: ((a, b) => void);
        transactionbuilderparams_set_target: ((a, b) => void);
        transactionbuilderparams_set_transaction_bytes: ((a, b) => void);
        transactionbuilderparams_set_validator: ((a, b) => void);
        transactionbuilderparams_target: ((a) => number);
        transactionbuilderparams_transaction_bytes: ((a) => number);
        transactionbuilderparams_validator: ((a) => number);
        transactionhash_digest: ((a, b) => void);
        transactionhash_fromDigest: ((a, b) => void);
        transactionhash_fromRaw: ((a, b, c) => void);
        transactionhash_new: ((a, b, c) => void);
        transactionhash_toJson: ((a) => number);
        transactionhash_toString: ((a, b) => void);
        transactionstrparams_chain_name: ((a, b) => void);
        transactionstrparams_gas_price_tolerance: ((a, b) => void);
        transactionstrparams_initiator_addr: ((a, b) => void);
        transactionstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) => number);
        transactionstrparams_new_with_defaults: ((a, b, c, d, e, f, g, h) => number);
        transactionstrparams_payment_amount: ((a, b) => void);
        transactionstrparams_pricing_mode: ((a, b) => void);
        transactionstrparams_receipt: ((a, b) => void);
        transactionstrparams_secret_key: ((a, b) => void);
        transactionstrparams_session_args_json: ((a, b) => void);
        transactionstrparams_session_args_simple: ((a) => number);
        transactionstrparams_setDefaultTTL: ((a) => void);
        transactionstrparams_setDefaultTimestamp: ((a) => void);
        transactionstrparams_set_chain_name: ((a, b, c) => void);
        transactionstrparams_set_gas_price_tolerance: ((a, b, c) => void);
        transactionstrparams_set_initiator_addr: ((a, b, c) => void);
        transactionstrparams_set_payment_amount: ((a, b, c) => void);
        transactionstrparams_set_pricing_mode: ((a, b, c) => void);
        transactionstrparams_set_receipt: ((a, b, c) => void);
        transactionstrparams_set_secret_key: ((a, b, c) => void);
        transactionstrparams_set_session_args_json: ((a, b, c) => void);
        transactionstrparams_set_session_args_simple: ((a, b, c) => void);
        transactionstrparams_set_standard_payment: ((a, b) => void);
        transactionstrparams_set_timestamp: ((a, b, c) => void);
        transactionstrparams_set_ttl: ((a, b, c) => void);
        transactionstrparams_standard_payment: ((a) => number);
        transactionstrparams_timestamp: ((a, b) => void);
        transactionstrparams_ttl: ((a, b) => void);
        transferaddr_new: ((a, b, c) => void);
        uint8ArrayToBytes: ((a) => number);
        uref_fromUint8Array: ((a, b, c) => number);
        uref_new: ((a, b, c, d) => void);
        uref_toFormattedString: ((a, b) => void);
        uref_toJson: ((a) => number);
        urefaddr_new: ((a, b, c) => void);
        wasm_bindgen__convert__closures__invoke2_mut__h5813a45f48301ae0: ((a, b, c, d) => void);
        watcher_new: ((a, b, c, d) => number);
        watcher_start: ((a) => number);
        watcher_stop: ((a) => void);
        watcher_subscribe: ((a, b, c, d) => void);
        watcher_unsubscribe: ((a, b, c) => void);
    }

    Properties

    __wbg_accessrights_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_accounthash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_accountidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_addressableentityhash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_argssimple_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_blockhash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_blockidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_body_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_bytes_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_contracthash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_contractpackagehash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_deploy_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_deployhash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_deploystrparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_dictionaryaddr_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_dictionaryitemidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_dictionaryitemstrparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_digest_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_entityaddr_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_entityidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_eraid_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_eventparseresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_executionresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_failure_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_get_body_transaction_processed: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_eventparseresult_body: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_eventparseresult_err: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_executionresult_Failure: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_executionresult_Success: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_failure_cost: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_failure_error_message: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getaccountoptions_account_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getaccountoptions_account_identifier_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getaccountoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getaccountoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getaccountoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getaccountoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getauctioninfooptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getauctioninfooptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getauctioninfooptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getauctioninfooptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getbalanceoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getbalanceoptions_purse_uref: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getbalanceoptions_purse_uref_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getbalanceoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getbalanceoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getbalanceoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getblockoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getblockoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getblockoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getblockoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getblocktransfersoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getblocktransfersoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getblocktransfersoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getblocktransfersoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdeployoptions_deploy_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdeployoptions_deploy_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getdeployoptions_finalized_approvals: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdeployoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getdeployoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdictionaryitemoptions_dictionary_item_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdictionaryitemoptions_dictionary_item_params: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdictionaryitemoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getdictionaryitemoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdictionaryitemoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getdictionaryitemoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getentityoptions_entity_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getentityoptions_entity_identifier_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getentityoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getentityoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getentityoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getentityoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_geterainfooptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_geterainfooptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_geterainfooptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_geterainfooptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_geterasummaryoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_geterasummaryoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_geterasummaryoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_geterasummaryoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexecdeployoptions_deploy: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexecdeployoptions_deploy_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexecdeployoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexecdeployoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexecdeployoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexecdeployoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexectxnoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexectxnoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexectxnoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexectxnoptions_transaction: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexectxnoptions_transaction_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexectxnoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getstateroothashoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getstateroothashoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getstateroothashoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getstateroothashoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_gettransactionoptions_finalized_approvals: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_gettransactionoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_gettransactionoptions_transaction_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_gettransactionoptions_transaction_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_gettransactionoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_hashstring_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_message_String: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_messages_block_index: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_messages_entity_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_messages_message: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_messages_topic_index: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_messages_topic_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_messages_topic_name_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_payment_source: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_publickeystring_PublicKey: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalancedetailsoptions_global_state_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalancedetailsoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalancedetailsoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalancedetailsoptions_purse_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalancedetailsoptions_purse_identifier_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalancedetailsoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalancedetailsoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalancedetailsoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalanceoptions_global_state_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalanceoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalanceoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalanceoptions_purse_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalanceoptions_purse_identifier_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalanceoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalanceoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalanceoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractdictoptions_dictionary_item_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractdictoptions_dictionary_item_params: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractdictoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractdictoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractdictoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractdictoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractkeyoptions_contract_key: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractkeyoptions_contract_key_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractkeyoptions_global_state_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractkeyoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractkeyoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractkeyoptions_path: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractkeyoptions_path_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractkeyoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractkeyoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractkeyoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_queryglobalstateoptions_global_state_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_queryglobalstateoptions_key: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_queryglobalstateoptions_key_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_queryglobalstateoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_queryglobalstateoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_queryglobalstateoptions_path: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_queryglobalstateoptions_path_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_queryglobalstateoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_queryglobalstateoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_queryglobalstateoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_subscription_eventHandlerFn: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_subscription_targetHash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_transactionprocessed_block_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_transactionprocessed_execution_result: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_transactionprocessed_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_transactionprocessed_initiator_addr: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_transactionprocessed_messages: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_transactionprocessed_timestamp: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_transactionprocessed_ttl: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_version2_consumed: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_version2_cost: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_version2_error_message: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_version2_initiator: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_version2_limit: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_getaccountoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getaccountresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getaddressableentityresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getauctioninfooptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getauctioninforesult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getbalanceoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getbalanceresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getblockoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getblockresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getblocktransfersoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getblocktransfersresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getchainspecresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getdeployoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getdeployresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getdictionaryitemoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getdictionaryitemresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getentityoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_geterainfooptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_geterainforesult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_geterasummaryoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_geterasummaryresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getnodestatusresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getpeersresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getspeculativeexecdeployoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getspeculativeexectxnoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getstateroothashoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getstateroothashresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_gettransactionoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_gettransactionresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getvalidatorchangesresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_globalstateidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_hashaddr_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_hashstring_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_intounderlyingbytesource_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_intounderlyingsink_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_intounderlyingsource_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_key_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_listrpcsresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_message_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_messages_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_packagehash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_path_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_payment_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_paymentstrparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_peerentry_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_publickey_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_publickeystring_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_purseidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_putdeployresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_puttransactionresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querybalancedetailsoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querybalancedetailsresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querybalanceoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querybalanceresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querycontractdictoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querycontractkeyoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_queryglobalstateoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_queryglobalstateresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_sdk_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_sessionstrparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_set_body_transaction_processed: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_eventparseresult_body: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_eventparseresult_err: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_executionresult_Failure: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_executionresult_Success: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_failure_cost: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_failure_error_message: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getaccountoptions_account_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getaccountoptions_account_identifier_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getaccountoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getaccountoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getaccountoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getaccountoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getauctioninfooptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getauctioninfooptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getauctioninfooptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getauctioninfooptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getbalanceoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getbalanceoptions_purse_uref: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getbalanceoptions_purse_uref_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getbalanceoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getbalanceoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getbalanceoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getblockoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getblockoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getblockoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getblockoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getblocktransfersoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getblocktransfersoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getblocktransfersoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getblocktransfersoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdeployoptions_deploy_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdeployoptions_deploy_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getdeployoptions_finalized_approvals: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdeployoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getdeployoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdictionaryitemoptions_dictionary_item_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdictionaryitemoptions_dictionary_item_params: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdictionaryitemoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getdictionaryitemoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdictionaryitemoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getdictionaryitemoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getentityoptions_entity_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getentityoptions_entity_identifier_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getentityoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getentityoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getentityoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getentityoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_geterainfooptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_geterainfooptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_geterainfooptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_geterainfooptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_geterasummaryoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_geterasummaryoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_geterasummaryoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_geterasummaryoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_deploy: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_deploy_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_transaction: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_transaction_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getstateroothashoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getstateroothashoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getstateroothashoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getstateroothashoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_gettransactionoptions_finalized_approvals: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_gettransactionoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_gettransactionoptions_transaction_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_gettransactionoptions_transaction_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_gettransactionoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_hashstring_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_message_String: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_messages_block_index: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_messages_entity_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_messages_message: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_messages_topic_index: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_messages_topic_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_messages_topic_name_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_payment_source: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_publickeystring_PublicKey: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalancedetailsoptions_global_state_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalancedetailsoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalancedetailsoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalancedetailsoptions_purse_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalancedetailsoptions_purse_identifier_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalancedetailsoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalancedetailsoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalancedetailsoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalanceoptions_global_state_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalanceoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalanceoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalanceoptions_purse_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalanceoptions_purse_identifier_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalanceoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalanceoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalanceoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractdictoptions_dictionary_item_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractdictoptions_dictionary_item_params: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractdictoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractdictoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractdictoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractdictoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractkeyoptions_contract_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractkeyoptions_contract_key_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractkeyoptions_global_state_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractkeyoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractkeyoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractkeyoptions_path: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractkeyoptions_path_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractkeyoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractkeyoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractkeyoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_queryglobalstateoptions_global_state_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_queryglobalstateoptions_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_queryglobalstateoptions_key_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_queryglobalstateoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_queryglobalstateoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_queryglobalstateoptions_path: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_queryglobalstateoptions_path_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_queryglobalstateoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_queryglobalstateoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_queryglobalstateoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_subscription_eventHandlerFn: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_subscription_targetHash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_transactionprocessed_block_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_transactionprocessed_execution_result: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_transactionprocessed_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_transactionprocessed_initiator_addr: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_transactionprocessed_messages: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_transactionprocessed_timestamp: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_transactionprocessed_ttl: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_version2_consumed: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_version2_cost: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_version2_error_message: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_version2_initiator: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_version2_limit: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_speculativeexecresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_speculativeexectxnresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_subscription_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transaction_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transactionbuilderparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transactionhash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transactionprocessed_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transactionstrparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transferaddr_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transfertarget_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_uref_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_urefaddr_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_version2_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_watcher_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbindgen_add_to_stack_pointer: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbindgen_exn_store: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbindgen_export_2: Table
    __wbindgen_free: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbindgen_malloc: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    __wbindgen_realloc: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha81c364041382701: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcc758dd6ed9389ff: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accessrights_ADD: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_ADD_WRITE: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_NONE: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_READ: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_READ_ADD: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_READ_ADD_WRITE: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_READ_WRITE: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_WRITE: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_from_bits: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    accessrights_is_addable: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accessrights_is_none: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accessrights_is_readable: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accessrights_is_writeable: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accessrights_new: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    accountHashToBase64: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accounthash_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accounthash_fromPublicKey: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accounthash_fromUint8Array: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    accounthash_new_js_alias: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accounthash_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    accounthash_toHexString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    accounthash_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accountidentifier_fromAccountHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accountidentifier_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accountidentifier_fromPublicKey: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accountidentifier_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accountidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    addressableentityhash_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    addressableentityhash_fromString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    addressableentityhash_fromUint8Array: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    addressableentityhash_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    blockhash_fromDigest: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    blockhash_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    blockhash_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    blockhash_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    blockidentifier_fromHeight: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    blockidentifier_from_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    blockidentifier_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    blockidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    body_get_deploy_processed: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    body_get_transaction_processed: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    bytes_fromUint8Array: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    bytes_new: (() => number)

    Type declaration

      • (): number
      • Returns number

    contracthash_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    contracthash_fromString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    contracthash_fromUint8Array: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    contracthash_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    contractpackagehash_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    contractpackagehash_fromString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    contractpackagehash_fromUint8Array: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    contractpackagehash_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_TTL: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_account: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_addArg: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_addSignature: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_approvalsHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_args: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_byName: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_chainName: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_entryPointName: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_hasValidHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isByName: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isExpired: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isModuleBytes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isStandardPayment: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    deploy_isStoredContract: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isStoredContractPackage: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isTransfer: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isValid: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_paymentAmount: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploy_sign: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    deploy_timestamp: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_validateDeploySize: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_withAccount: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withChainName: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_withEntryPointName: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_withHash: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withModuleBytes: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withPackageHash: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withPayment: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withPaymentAndSession: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    deploy_withSecretKey: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    deploy_withSession: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withStandardPayment: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_withTTL: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_withTimestamp: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_withTransfer: ((a, b, c, d, e, f, g, h, i) => void)

    Type declaration

      • (a, b, c, d, e, f, g, h, i): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number

        Returns void

    deployhash_fromDigest: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deployhash_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deployhash_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deployhash_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_chain_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_gas_price_tolerance: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number

        Returns number

    deploystrparams_secret_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_session_account: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_setDefaultTTL: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    deploystrparams_setDefaultTimestamp: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    deploystrparams_set_chain_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_set_gas_price_tolerance: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_set_secret_key: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_set_session_account: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_set_timestamp: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_set_ttl: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_timestamp: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_ttl: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    dictionaryaddr_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    dictionaryitemidentifier_newFromAccountInfo: ((a, b, c, d, e, f, g) => void)

    Type declaration

      • (a, b, c, d, e, f, g): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns void

    dictionaryitemidentifier_newFromContractInfo: ((a, b, c, d, e, f, g) => void)

    Type declaration

      • (a, b, c, d, e, f, g): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns void

    dictionaryitemidentifier_newFromDictionaryKey: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    dictionaryitemidentifier_newFromSeedUref: ((a, b, c, d, e) => void)

    Type declaration

      • (a, b, c, d, e): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns void

    dictionaryitemidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    dictionaryitemstrparams_new: (() => number)

    Type declaration

      • (): number
      • Returns number

    dictionaryitemstrparams_setAccountNamedKey: ((a, b, c, d, e, f, g) => void)

    Type declaration

      • (a, b, c, d, e, f, g): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns void

    dictionaryitemstrparams_setContractNamedKey: ((a, b, c, d, e, f, g) => void)

    Type declaration

      • (a, b, c, d, e, f, g): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns void

    dictionaryitemstrparams_setDictionary: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    dictionaryitemstrparams_setUref: ((a, b, c, d, e) => void)

    Type declaration

      • (a, b, c, d, e): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns void

    dictionaryitemstrparams_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    digest__new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    digest_fromDigest: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    digest_fromString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    digest_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    digest_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    encodeLowerBlake2b: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    entityaddr_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    entityaddr_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    entityaddr_toHexString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    entityaddr_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    entityidentifier_fromAccountHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    entityidentifier_fromEntityAddr: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    entityidentifier_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    entityidentifier_fromPublicKey: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    entityidentifier_new_js_alias: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    entityidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    eraid_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    eraid_value: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    fromTransfer: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    generateSecretKey: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    generateSecretKey_secp256k1: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    getTimestamp: (() => number)

    Type declaration

      • (): number
      • Returns number

    getaccountresult_account: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getaccountresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getaccountresult_merkle_proof: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getaccountresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getaddressableentityresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getaddressableentityresult_entity_result: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getaddressableentityresult_merkle_proof: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getaddressableentityresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getauctioninforesult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getauctioninforesult_auction_state: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getauctioninforesult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getbalanceresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getbalanceresult_balance_value: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getbalanceresult_merkle_proof: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getbalanceresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblockresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblockresult_block: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblockresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblocktransfersresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblocktransfersresult_block_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblocktransfersresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblocktransfersresult_transfers: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getchainspecresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getchainspecresult_chainspec_bytes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getchainspecresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdeployresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdeployresult_deploy: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdeployresult_execution_info: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdeployresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdictionaryitemresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdictionaryitemresult_dictionary_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getdictionaryitemresult_merkle_proof: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getdictionaryitemresult_stored_value: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdictionaryitemresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterainforesult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterainforesult_era_summary: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterainforesult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterasummaryresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterasummaryresult_era_summary: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterasummaryresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_available_block_range: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_block_sync: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_build_version: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getnodestatusresult_chainspec_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getnodestatusresult_last_added_block_info: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_last_progress: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_next_upgrade: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_our_public_signing_key: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_peers: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_reactor_state: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_round_length: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_starting_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_uptime: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getpeersresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getpeersresult_peers: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getpeersresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getstateroothashresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getstateroothashresult_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getstateroothashresult_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getstateroothashresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getstateroothashresult_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    gettransactionresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    gettransactionresult_execution_info: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    gettransactionresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    gettransactionresult_transaction: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getvalidatorchangesresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getvalidatorchangesresult_changes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getvalidatorchangesresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    globalstateidentifier_fromBlockHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    globalstateidentifier_fromBlockHeight: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    globalstateidentifier_fromStateRootHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    globalstateidentifier_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    globalstateidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    hashaddr_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    hashstring_Deploy: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    hashstring_Version1: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    hashstring_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    hexToString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    hexToUint8Array: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    intounderlyingbytesource_autoAllocateChunkSize: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    intounderlyingbytesource_cancel: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    intounderlyingbytesource_pull: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    intounderlyingbytesource_start: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    intounderlyingbytesource_type: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    intounderlyingsink_abort: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    intounderlyingsink_close: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    intounderlyingsink_write: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    intounderlyingsource_cancel: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    intounderlyingsource_pull: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    jsonPrettyPrint: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    key_asBalance: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_asDictionaryAddr: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromAccount: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromBalance: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromBid: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromChainspecRegistry: (() => number)

    Type declaration

      • (): number
      • Returns number

    key_fromChecksumRegistry: (() => number)

    Type declaration

      • (): number
      • Returns number

    key_fromDeployInfo: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromDictionaryAddr: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromDictionaryKey: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    key_fromEraInfo: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromEraSummary: (() => number)

    Type declaration

      • (): number
      • Returns number

    key_fromFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    key_fromHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromSystemEntityRegistry: (() => number)

    Type declaration

      • (): number
      • Returns number

    key_fromTransfer: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    key_fromURef: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromUnbond: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromWithdraw: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_intoAccount: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_intoHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_intoURef: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_isDictionaryKey: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_new: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    key_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    key_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_urefToHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_withdrawToUnbond: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    listrpcsresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    listrpcsresult_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    listrpcsresult_schema: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    listrpcsresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    makeDictionaryItemKey: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    memory: Memory
    motesToCSPR: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    packagehash_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    packagehash_fromString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    packagehash_fromUint8Array: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    packagehash_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    path_fromArray: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    path_is_empty: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    path_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    path_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    path_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number
        • m: number
        • n: number
        • o: number
        • p: number
        • q: number
        • r: number
        • s: number

        Returns number

    paymentstrparams_payment_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_args_json: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_args_simple: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    paymentstrparams_payment_entry_point: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_package_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_package_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_path: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_version: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_set_payment_amount: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_args_json: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_args_simple: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_set_payment_entry_point: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_package_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_package_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_path: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_version: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    peerentry_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    peerentry_node_id: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    publicKeyFromSecretKey: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    publickey_fromUint8Array: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    publickey_new_js_alias: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    publickey_toAccountHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    publickey_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    publickey_toPurseUref: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    purseidentifier_fromAccountHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    purseidentifier_fromPublicKey: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    purseidentifier_fromURef: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    purseidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    putdeployresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    putdeployresult_deploy_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    putdeployresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    puttransactionresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    puttransactionresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    puttransactionresult_transaction_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_available_balance: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_holds: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_total_balance: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_total_balance_proof: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalanceresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalanceresult_balance: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalanceresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    queryglobalstateresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    queryglobalstateresult_block_header: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    queryglobalstateresult_merkle_proof: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    queryglobalstateresult_stored_value: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    queryglobalstateresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    sdk_account_put_deploy: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_account_put_transaction: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_call_entrypoint: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_call_entrypoint_deploy: ((a, b, c, d, e, f, g) => number)

    Type declaration

      • (a, b, c, d, e, f, g): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns number

    sdk_chain_get_block: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_chain_get_block_transfers: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_chain_get_era_info_by_switch_block: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_chain_get_era_summary: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_chain_get_state_root_hash: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_deploy: ((a, b, c, d, e, f, g) => number)

    Type declaration

      • (a, b, c, d, e, f, g): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns number

    sdk_getNodeAddress: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    sdk_getVerbosity: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_account: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_account_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_auction_info: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_auction_info_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_balance: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_balance_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_block: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_block_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_block_transfers: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_block_transfers_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_chainspec: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_get_deploy: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_deploy_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_dictionary_item: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_dictionary_item_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_entity: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_entity_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_era_info: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_era_info_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_era_summary: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_era_summary_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_node_status: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_get_peers: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_get_state_root_hash: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_state_root_hash_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_transaction: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_transaction_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_validator_changes: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_info_get_chainspec: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_info_get_deploy: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_info_get_peers: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_info_get_status: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_info_get_transaction: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_info_get_validator_change: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_install: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_install_deploy: ((a, b, c, d, e, f, g) => number)

    Type declaration

      • (a, b, c, d, e, f, g): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns number

    sdk_list_rpcs: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_make_deploy: ((a, b, c, d, e) => void)

    Type declaration

      • (a, b, c, d, e): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns void

    sdk_make_transaction: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    sdk_make_transfer: ((a, b, c, d, e, f, g, h, i, j) => void)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number

        Returns void

    sdk_make_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j) => void)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number

        Returns void

    sdk_new: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    sdk_put_deploy: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_put_transaction: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_query_balance: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_balance_details: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_balance_details_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_balance_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_contract_dict: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_contract_dict_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_contract_key: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_contract_key_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_global_state: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_global_state_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_setNodeAddress: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    sdk_setVerbosity: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sdk_sign_deploy: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_sign_transaction: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_speculative_deploy: ((a, b, c, d, e, f, g, h, i, j) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number

        Returns number

    sdk_speculative_exec: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_speculative_exec_deploy: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_speculative_exec_deploy_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_speculative_exec_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_speculative_transaction: ((a, b, c, d, e, f, g, h, i) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number

        Returns number

    sdk_speculative_transfer: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number
        • m: number
        • n: number
        • o: number

        Returns number

    sdk_speculative_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number
        • m: number
        • n: number
        • o: number

        Returns number

    sdk_state_get_account_info: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_state_get_auction_info_js_alias: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_state_get_balance: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_state_get_dictionary_item: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_state_get_entity: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_transaction: ((a, b, c, d, e, f) => number)

    Type declaration

      • (a, b, c, d, e, f): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number

        Returns number

    sdk_transfer: ((a, b, c, d, e, f, g, h, i, j, k, l) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number

        Returns number

    sdk_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j, k, l) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number

        Returns number

    sdk_waitDeploy: ((a, b, c, d, e, f, g) => number)

    Type declaration

      • (a, b, c, d, e, f, g): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns number

    sdk_waitTransaction: ((a, b, c, d, e, f, g) => number)

    Type declaration

      • (a, b, c, d, e, f, g): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns number

    sdk_watchDeploy: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_watchTransaction: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sessionstrparams_is_session_transfer: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    sessionstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number
        • m: number
        • n: number
        • o: number
        • p: number
        • q: number
        • r: number
        • s: number

        Returns number

    sessionstrparams_session_args_json: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_args_simple: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    sessionstrparams_session_bytes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    sessionstrparams_session_entry_point: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_package_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_package_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_path: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_version: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_set_is_session_transfer: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_set_session_args_json: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_args_simple: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_set_session_bytes: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_set_session_entry_point: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_package_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_package_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_path: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_version: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    speculativeexecresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexecresult_block_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexecresult_execution_result: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexecresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexectxnresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexectxnresult_block_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexectxnresult_execution_result: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexectxnresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    subscription_new: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    transaction_account_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_addArg: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_addSignature: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transaction_approvals: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_approvalsHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_authorization_keys: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_chain_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transaction_entry_point: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transaction_expired: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_expires: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_header: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_initiator_addr: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transaction_is_native: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_is_standard_payment: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_newSession: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transaction_newTransfer: ((a, b, c, d, e, f, g, h, i) => void)

    Type declaration

      • (a, b, c, d, e, f, g, h, i): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number

        Returns void

    transaction_session_args: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_sign: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    transaction_signers: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_size_estimate: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_timestamp: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transaction_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_ttl: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transaction_verify: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_withAccountHash: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withBody: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withChainName: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transaction_withEntryPoint: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transaction_withHash: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withModuleBytes: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withPackageHash: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withPublicKey: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withSecretKey: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    transaction_withTTL: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transaction_withTimestamp: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transactionbuilderparams_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_delegation_rate: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_delegator: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_entity_alias: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_entity_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_entry_point: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_kind: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_maximum_delegation_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_maybe_entity_version: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_maybe_id: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_maybe_source: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_minimum_delegation_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_newAddBid: ((a, b, c, d, e, f) => number)

    Type declaration

      • (a, b, c, d, e, f): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number

        Returns number

    transactionbuilderparams_newDelegate: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transactionbuilderparams_newInvocableEntity: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transactionbuilderparams_newInvocableEntityAlias: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transactionbuilderparams_newPackage: ((a, b, c, d, e, f) => number)

    Type declaration

      • (a, b, c, d, e, f): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number

        Returns number

    transactionbuilderparams_newPackageAlias: ((a, b, c, d, e, f) => number)

    Type declaration

      • (a, b, c, d, e, f): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number

        Returns number

    transactionbuilderparams_newRedelegate: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transactionbuilderparams_newSession: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_newTransfer: ((a, b, c, d, e, f) => number)

    Type declaration

      • (a, b, c, d, e, f): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number

        Returns number

    transactionbuilderparams_newUndelegate: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transactionbuilderparams_newWithdrawBid: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    transactionbuilderparams_new_validator: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_package_alias: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_package_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_public_key: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_set_amount: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionbuilderparams_set_delegation_rate: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_delegator: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_entity_alias: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionbuilderparams_set_entity_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_entry_point: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionbuilderparams_set_kind: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_maximum_delegation_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_maybe_entity_version: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_maybe_id: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_maybe_source: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_minimum_delegation_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_new_validator: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_package_alias: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionbuilderparams_set_package_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_public_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_target: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_transaction_bytes: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_validator: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_target: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_transaction_bytes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_validator: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionhash_digest: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionhash_fromDigest: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionhash_fromRaw: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionhash_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionhash_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionhash_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_chain_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_gas_price_tolerance: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_initiator_addr: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number
        • m: number
        • n: number
        • o: number
        • p: number
        • q: number
        • r: number
        • s: number
        • t: number
        • u: number
        • v: number
        • w: number

        Returns number

    transactionstrparams_payment_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_pricing_mode: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_receipt: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_secret_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_session_args_json: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_session_args_simple: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionstrparams_setDefaultTTL: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    transactionstrparams_setDefaultTimestamp: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    transactionstrparams_set_chain_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_gas_price_tolerance: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_initiator_addr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_payment_amount: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_pricing_mode: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_receipt: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_secret_key: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_session_args_json: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_session_args_simple: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_standard_payment: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_set_timestamp: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_ttl: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_standard_payment: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionstrparams_timestamp: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_ttl: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transferaddr_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    uint8ArrayToBytes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    uref_fromUint8Array: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    uref_new: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    uref_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    uref_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    urefaddr_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    wasm_bindgen__convert__closures__invoke2_mut__h5813a45f48301ae0: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    watcher_new: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    watcher_start: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    watcher_stop: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    watcher_subscribe: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    watcher_unsubscribe: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    \ No newline at end of file +

    Properties

    __wbg_accessrights_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_accounthash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_accountidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_addressableentityhash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_argssimple_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_blockhash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_blockidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_body_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_bytes_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_contracthash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_contractpackagehash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_deploy_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_deployhash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_deploystrparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_dictionaryaddr_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_dictionaryitemidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_dictionaryitemstrparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_digest_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_entityaddr_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_entityidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_eraid_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_eventparseresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_executionresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_failure_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_get_body_transaction_processed: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_eventparseresult_body: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_eventparseresult_err: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_executionresult_Failure: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_executionresult_Success: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_failure_cost: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_failure_error_message: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getaccountoptions_account_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getaccountoptions_account_identifier_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getaccountoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getaccountoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getaccountoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getaccountoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getauctioninfooptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getauctioninfooptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getauctioninfooptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getauctioninfooptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getbalanceoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getbalanceoptions_purse_uref: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getbalanceoptions_purse_uref_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getbalanceoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getbalanceoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getbalanceoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getblockoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getblockoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getblockoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getblockoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getblocktransfersoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getblocktransfersoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getblocktransfersoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getblocktransfersoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdeployoptions_deploy_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdeployoptions_deploy_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getdeployoptions_finalized_approvals: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdeployoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getdeployoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdictionaryitemoptions_dictionary_item_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdictionaryitemoptions_dictionary_item_params: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdictionaryitemoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getdictionaryitemoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getdictionaryitemoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getdictionaryitemoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getentityoptions_entity_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getentityoptions_entity_identifier_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getentityoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getentityoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getentityoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getentityoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_geterainfooptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_geterainfooptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_geterainfooptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_geterainfooptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_geterasummaryoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_geterasummaryoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_geterasummaryoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_geterasummaryoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexecdeployoptions_deploy: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexecdeployoptions_deploy_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexecdeployoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexecdeployoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexecdeployoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexecdeployoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexectxnoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexectxnoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexectxnoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexectxnoptions_transaction: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getspeculativeexectxnoptions_transaction_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getspeculativeexectxnoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getstateroothashoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getstateroothashoptions_maybe_block_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_getstateroothashoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_getstateroothashoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_gettransactionoptions_finalized_approvals: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_gettransactionoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_gettransactionoptions_transaction_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_gettransactionoptions_transaction_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_gettransactionoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_hashstring_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_message_String: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_messages_block_index: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_messages_entity_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_messages_message: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_messages_topic_index: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_messages_topic_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_messages_topic_name_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_payment_source: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_publickeystring_PublicKey: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalancedetailsoptions_global_state_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalancedetailsoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalancedetailsoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalancedetailsoptions_purse_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalancedetailsoptions_purse_identifier_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalancedetailsoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalancedetailsoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalancedetailsoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalanceoptions_global_state_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalanceoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalanceoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalanceoptions_purse_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalanceoptions_purse_identifier_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalanceoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querybalanceoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querybalanceoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractdictoptions_dictionary_item_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractdictoptions_dictionary_item_params: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractdictoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractdictoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractdictoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractdictoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractkeyoptions_contract_key: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractkeyoptions_contract_key_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractkeyoptions_global_state_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractkeyoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractkeyoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractkeyoptions_path: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractkeyoptions_path_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractkeyoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_querycontractkeyoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_querycontractkeyoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_queryglobalstateoptions_global_state_identifier: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_queryglobalstateoptions_key: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_queryglobalstateoptions_key_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_queryglobalstateoptions_maybe_block_id_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_queryglobalstateoptions_node_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_queryglobalstateoptions_path: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_queryglobalstateoptions_path_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_queryglobalstateoptions_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_queryglobalstateoptions_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_queryglobalstateoptions_verbosity: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_subscription_eventHandlerFn: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_subscription_targetHash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_transactionprocessed_block_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_transactionprocessed_execution_result: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_transactionprocessed_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_transactionprocessed_initiator_addr: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_transactionprocessed_messages: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_transactionprocessed_timestamp: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_transactionprocessed_ttl: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_version2_consumed: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_version2_cost: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_version2_error_message: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_get_version2_initiator: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbg_get_version2_limit: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_getaccountoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getaccountresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getaddressableentityresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getauctioninfooptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getauctioninforesult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getbalanceoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getbalanceresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getblockoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getblockresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getblocktransfersoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getblocktransfersresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getchainspecresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getdeployoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getdeployresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getdictionaryitemoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getdictionaryitemresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getentityoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_geterainfooptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_geterainforesult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_geterasummaryoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_geterasummaryresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getnodestatusresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getpeersresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getspeculativeexecdeployoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getspeculativeexectxnoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getstateroothashoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getstateroothashresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_gettransactionoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_gettransactionresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_getvalidatorchangesresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_globalstateidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_hashaddr_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_hashstring_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_intounderlyingbytesource_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_intounderlyingsink_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_intounderlyingsource_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_key_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_listrpcsresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_message_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_messages_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_packagehash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_path_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_payment_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_paymentstrparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_peerentry_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_publickey_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_publickeystring_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_purseidentifier_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_putdeployresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_puttransactionresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querybalancedetailsoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querybalancedetailsresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querybalanceoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querybalanceresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querycontractdictoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_querycontractkeyoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_queryglobalstateoptions_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_queryglobalstateresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_sdk_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_sessionstrparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_set_body_transaction_processed: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_eventparseresult_body: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_eventparseresult_err: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_executionresult_Failure: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_executionresult_Success: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_failure_cost: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_failure_error_message: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getaccountoptions_account_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getaccountoptions_account_identifier_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getaccountoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getaccountoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getaccountoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getaccountoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getauctioninfooptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getauctioninfooptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getauctioninfooptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getauctioninfooptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getbalanceoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getbalanceoptions_purse_uref: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getbalanceoptions_purse_uref_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getbalanceoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getbalanceoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getbalanceoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getblockoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getblockoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getblockoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getblockoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getblocktransfersoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getblocktransfersoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getblocktransfersoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getblocktransfersoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdeployoptions_deploy_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdeployoptions_deploy_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getdeployoptions_finalized_approvals: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdeployoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getdeployoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdictionaryitemoptions_dictionary_item_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdictionaryitemoptions_dictionary_item_params: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdictionaryitemoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getdictionaryitemoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getdictionaryitemoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getdictionaryitemoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getentityoptions_entity_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getentityoptions_entity_identifier_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getentityoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getentityoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getentityoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getentityoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_geterainfooptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_geterainfooptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_geterainfooptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_geterainfooptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_geterasummaryoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_geterasummaryoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_geterasummaryoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_geterasummaryoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_deploy: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_deploy_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexecdeployoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_transaction: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_transaction_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getspeculativeexectxnoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getstateroothashoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getstateroothashoptions_maybe_block_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_getstateroothashoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_getstateroothashoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_gettransactionoptions_finalized_approvals: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_gettransactionoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_gettransactionoptions_transaction_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_gettransactionoptions_transaction_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_gettransactionoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_hashstring_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_message_String: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_messages_block_index: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_messages_entity_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_messages_message: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_messages_topic_index: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_messages_topic_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_messages_topic_name_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_payment_source: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_publickeystring_PublicKey: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalancedetailsoptions_global_state_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalancedetailsoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalancedetailsoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalancedetailsoptions_purse_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalancedetailsoptions_purse_identifier_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalancedetailsoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalancedetailsoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalancedetailsoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalanceoptions_global_state_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalanceoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalanceoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalanceoptions_purse_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalanceoptions_purse_identifier_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalanceoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querybalanceoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querybalanceoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractdictoptions_dictionary_item_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractdictoptions_dictionary_item_params: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractdictoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractdictoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractdictoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractdictoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractkeyoptions_contract_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractkeyoptions_contract_key_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractkeyoptions_global_state_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractkeyoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractkeyoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractkeyoptions_path: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractkeyoptions_path_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractkeyoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_querycontractkeyoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_querycontractkeyoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_queryglobalstateoptions_global_state_identifier: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_queryglobalstateoptions_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_queryglobalstateoptions_key_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_queryglobalstateoptions_maybe_block_id_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_queryglobalstateoptions_node_address: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_queryglobalstateoptions_path: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_queryglobalstateoptions_path_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_queryglobalstateoptions_state_root_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_queryglobalstateoptions_state_root_hash_as_string: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_queryglobalstateoptions_verbosity: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_subscription_eventHandlerFn: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_subscription_targetHash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_transactionprocessed_block_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_transactionprocessed_execution_result: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_transactionprocessed_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_transactionprocessed_initiator_addr: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_transactionprocessed_messages: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_transactionprocessed_timestamp: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_transactionprocessed_ttl: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_version2_consumed: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_version2_cost: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_version2_error_message: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_set_version2_initiator: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    __wbg_set_version2_limit: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbg_speculativeexecresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_speculativeexectxnresult_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_subscription_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transaction_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transactionbuilderparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transactionhash_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transactionprocessed_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transactionstrparams_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transferaddr_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_transfertarget_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_uref_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_urefaddr_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_version2_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbg_watcher_free: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbindgen_add_to_stack_pointer: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    __wbindgen_exn_store: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    __wbindgen_export_2: Table
    __wbindgen_free: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    __wbindgen_malloc: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    __wbindgen_realloc: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha81c364041382701: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcc758dd6ed9389ff: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accessrights_ADD: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_ADD_WRITE: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_NONE: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_READ: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_READ_ADD: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_READ_ADD_WRITE: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_READ_WRITE: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_WRITE: (() => number)

    Type declaration

      • (): number
      • Returns number

    accessrights_from_bits: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    accessrights_is_addable: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accessrights_is_none: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accessrights_is_readable: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accessrights_is_writeable: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accessrights_new: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    accountHashToBase64: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accounthash_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accounthash_fromPublicKey: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accounthash_fromUint8Array: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    accounthash_new_js_alias: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accounthash_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    accounthash_toHexString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    accounthash_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accountidentifier_fromAccountHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accountidentifier_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accountidentifier_fromPublicKey: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    accountidentifier_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    accountidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    addressableentityhash_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    addressableentityhash_fromString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    addressableentityhash_fromUint8Array: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    addressableentityhash_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    blockhash_fromDigest: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    blockhash_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    blockhash_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    blockhash_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    blockidentifier_fromHeight: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    blockidentifier_from_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    blockidentifier_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    blockidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    body_get_deploy_processed: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    body_get_transaction_processed: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    bytes_fromUint8Array: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    bytes_new: (() => number)

    Type declaration

      • (): number
      • Returns number

    contracthash_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    contracthash_fromString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    contracthash_fromUint8Array: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    contracthash_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    contractpackagehash_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    contractpackagehash_fromString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    contractpackagehash_fromUint8Array: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    contractpackagehash_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_TTL: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_account: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_addArg: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_addSignature: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_approvals: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_approvalsHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_args: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_byName: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_chainName: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_entryPointName: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_hasValidHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isByName: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isExpired: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isModuleBytes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isStandardPayment: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    deploy_isStoredContract: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isStoredContractPackage: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isTransfer: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_isValid: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_paymentAmount: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploy_sign: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    deploy_timestamp: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploy_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_validateDeploySize: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deploy_withAccount: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withChainName: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_withEntryPointName: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_withHash: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withModuleBytes: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withPackageHash: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withPayment: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withPaymentAndSession: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    deploy_withSecretKey: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    deploy_withSession: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    deploy_withStandardPayment: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_withTTL: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_withTimestamp: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    deploy_withTransfer: ((a, b, c, d, e, f, g, h, i) => void)

    Type declaration

      • (a, b, c, d, e, f, g, h, i): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number

        Returns void

    deployhash_fromDigest: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deployhash_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deployhash_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    deployhash_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_chain_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_gas_price_tolerance: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number

        Returns number

    deploystrparams_secret_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_session_account: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_setDefaultTTL: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    deploystrparams_setDefaultTimestamp: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    deploystrparams_set_chain_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_set_gas_price_tolerance: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_set_secret_key: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_set_session_account: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_set_timestamp: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_set_ttl: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    deploystrparams_timestamp: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    deploystrparams_ttl: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    dictionaryaddr_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    dictionaryitemidentifier_newFromAccountInfo: ((a, b, c, d, e, f, g) => void)

    Type declaration

      • (a, b, c, d, e, f, g): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns void

    dictionaryitemidentifier_newFromContractInfo: ((a, b, c, d, e, f, g) => void)

    Type declaration

      • (a, b, c, d, e, f, g): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns void

    dictionaryitemidentifier_newFromDictionaryKey: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    dictionaryitemidentifier_newFromSeedUref: ((a, b, c, d, e) => void)

    Type declaration

      • (a, b, c, d, e): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns void

    dictionaryitemidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    dictionaryitemstrparams_new: (() => number)

    Type declaration

      • (): number
      • Returns number

    dictionaryitemstrparams_setAccountNamedKey: ((a, b, c, d, e, f, g) => void)

    Type declaration

      • (a, b, c, d, e, f, g): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns void

    dictionaryitemstrparams_setContractNamedKey: ((a, b, c, d, e, f, g) => void)

    Type declaration

      • (a, b, c, d, e, f, g): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns void

    dictionaryitemstrparams_setDictionary: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    dictionaryitemstrparams_setUref: ((a, b, c, d, e) => void)

    Type declaration

      • (a, b, c, d, e): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns void

    dictionaryitemstrparams_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    digest__new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    digest_fromDigest: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    digest_fromString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    digest_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    digest_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    encodeLowerBlake2b: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    entityaddr_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    entityaddr_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    entityaddr_toHexString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    entityaddr_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    entityidentifier_fromAccountHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    entityidentifier_fromEntityAddr: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    entityidentifier_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    entityidentifier_fromPublicKey: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    entityidentifier_new_js_alias: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    entityidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    eraid_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    eraid_value: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    fromTransfer: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    generateSecretKey: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    generateSecretKey_secp256k1: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    getTimestamp: (() => number)

    Type declaration

      • (): number
      • Returns number

    getaccountresult_account: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getaccountresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getaccountresult_merkle_proof: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getaccountresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getaddressableentityresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getaddressableentityresult_entity_result: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getaddressableentityresult_merkle_proof: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getaddressableentityresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getauctioninforesult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getauctioninforesult_auction_state: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getauctioninforesult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getbalanceresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getbalanceresult_balance_value: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getbalanceresult_merkle_proof: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getbalanceresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblockresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblockresult_block: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblockresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblocktransfersresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblocktransfersresult_block_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblocktransfersresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getblocktransfersresult_transfers: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getchainspecresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getchainspecresult_chainspec_bytes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getchainspecresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdeployresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdeployresult_deploy: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdeployresult_execution_info: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdeployresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdictionaryitemresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdictionaryitemresult_dictionary_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getdictionaryitemresult_merkle_proof: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getdictionaryitemresult_stored_value: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getdictionaryitemresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterainforesult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterainforesult_era_summary: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterainforesult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterasummaryresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterasummaryresult_era_summary: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    geterasummaryresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_available_block_range: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_block_sync: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_build_version: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getnodestatusresult_chainspec_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getnodestatusresult_last_added_block_info: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_last_progress: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_next_upgrade: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_our_public_signing_key: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_peers: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_reactor_state: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_round_length: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_starting_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getnodestatusresult_uptime: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getpeersresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getpeersresult_peers: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getpeersresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getstateroothashresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getstateroothashresult_state_root_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getstateroothashresult_state_root_hash_as_string: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    getstateroothashresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getstateroothashresult_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    gettransactionresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    gettransactionresult_execution_info: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    gettransactionresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    gettransactionresult_transaction: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getvalidatorchangesresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getvalidatorchangesresult_changes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    getvalidatorchangesresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    globalstateidentifier_fromBlockHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    globalstateidentifier_fromBlockHeight: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    globalstateidentifier_fromStateRootHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    globalstateidentifier_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    globalstateidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    hashaddr_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    hashstring_Deploy: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    hashstring_Version1: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    hashstring_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    hexToString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    hexToUint8Array: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    intounderlyingbytesource_autoAllocateChunkSize: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    intounderlyingbytesource_cancel: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    intounderlyingbytesource_pull: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    intounderlyingbytesource_start: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    intounderlyingbytesource_type: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    intounderlyingsink_abort: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    intounderlyingsink_close: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    intounderlyingsink_write: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    intounderlyingsource_cancel: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    intounderlyingsource_pull: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    jsonPrettyPrint: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    key_asBalance: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_asDictionaryAddr: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromAccount: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromBalance: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromBid: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromChainspecRegistry: (() => number)

    Type declaration

      • (): number
      • Returns number

    key_fromChecksumRegistry: (() => number)

    Type declaration

      • (): number
      • Returns number

    key_fromDeployInfo: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromDictionaryAddr: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromDictionaryKey: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    key_fromEraInfo: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromEraSummary: (() => number)

    Type declaration

      • (): number
      • Returns number

    key_fromFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    key_fromHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromSystemEntityRegistry: (() => number)

    Type declaration

      • (): number
      • Returns number

    key_fromTransfer: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    key_fromURef: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromUnbond: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_fromWithdraw: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_intoAccount: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_intoHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_intoURef: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_isDictionaryKey: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_new: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    key_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    key_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_urefToHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    key_withdrawToUnbond: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    listrpcsresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    listrpcsresult_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    listrpcsresult_schema: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    listrpcsresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    makeDictionaryItemKey: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    memory: Memory
    motesToCSPR: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    packagehash_fromFormattedStr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    packagehash_fromString: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    packagehash_fromUint8Array: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    packagehash_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    path_fromArray: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    path_is_empty: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    path_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    path_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    path_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number
        • m: number
        • n: number
        • o: number
        • p: number
        • q: number
        • r: number
        • s: number

        Returns number

    paymentstrparams_payment_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_args_json: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_args_simple: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    paymentstrparams_payment_entry_point: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_package_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_package_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_path: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_payment_version: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_set_payment_amount: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_args_json: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_args_simple: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    paymentstrparams_set_payment_entry_point: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_package_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_package_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_path: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    paymentstrparams_set_payment_version: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    peerentry_address: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    peerentry_node_id: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    publicKeyFromSecretKey: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    publickey_fromUint8Array: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    publickey_new_js_alias: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    publickey_toAccountHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    publickey_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    publickey_toPurseUref: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    purseidentifier_fromAccountHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    purseidentifier_fromPublicKey: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    purseidentifier_fromURef: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    purseidentifier_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    putdeployresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    putdeployresult_deploy_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    putdeployresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    puttransactionresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    puttransactionresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    puttransactionresult_transaction_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_available_balance: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_holds: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_total_balance: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalancedetailsresult_total_balance_proof: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalanceresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalanceresult_balance: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    querybalanceresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    queryglobalstateresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    queryglobalstateresult_block_header: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    queryglobalstateresult_merkle_proof: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    queryglobalstateresult_stored_value: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    queryglobalstateresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    sdk_account_put_deploy: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_account_put_transaction: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_call_entrypoint: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_call_entrypoint_deploy: ((a, b, c, d, e, f, g) => number)

    Type declaration

      • (a, b, c, d, e, f, g): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns number

    sdk_chain_get_block: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_chain_get_block_transfers: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_chain_get_era_info_by_switch_block: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_chain_get_era_summary: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_chain_get_state_root_hash: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_deploy: ((a, b, c, d, e, f, g) => number)

    Type declaration

      • (a, b, c, d, e, f, g): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns number

    sdk_getNodeAddress: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    sdk_getVerbosity: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_account: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_account_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_auction_info: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_auction_info_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_balance: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_balance_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_block: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_block_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_block_transfers: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_block_transfers_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_chainspec: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_get_deploy: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_deploy_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_dictionary_item: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_dictionary_item_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_entity: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_entity_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_era_info: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_era_info_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_era_summary: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_era_summary_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_node_status: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_get_peers: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_get_state_root_hash: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_state_root_hash_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_transaction: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_transaction_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_get_validator_changes: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_info_get_chainspec: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_info_get_deploy: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_info_get_peers: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_info_get_status: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_info_get_transaction: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_info_get_validator_change: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_install: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_install_deploy: ((a, b, c, d, e, f, g) => number)

    Type declaration

      • (a, b, c, d, e, f, g): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns number

    sdk_list_rpcs: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_make_deploy: ((a, b, c, d, e) => void)

    Type declaration

      • (a, b, c, d, e): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns void

    sdk_make_transaction: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    sdk_make_transfer: ((a, b, c, d, e, f, g, h, i, j) => void)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number

        Returns void

    sdk_make_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j) => void)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number

        Returns void

    sdk_new: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    sdk_put_deploy: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_put_transaction: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_query_balance: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_balance_details: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_balance_details_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_balance_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_contract_dict: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_contract_dict_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_contract_key: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_contract_key_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_global_state: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_query_global_state_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_setNodeAddress: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    sdk_setVerbosity: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sdk_sign_deploy: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_sign_transaction: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    sdk_speculative_deploy: ((a, b, c, d, e, f, g, h, i, j) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number

        Returns number

    sdk_speculative_exec: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_speculative_exec_deploy: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_speculative_exec_deploy_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_speculative_exec_options: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_speculative_transaction: ((a, b, c, d, e, f, g, h, i) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number

        Returns number

    sdk_speculative_transfer: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number
        • m: number
        • n: number
        • o: number

        Returns number

    sdk_speculative_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number
        • m: number
        • n: number
        • o: number

        Returns number

    sdk_state_get_account_info: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_state_get_auction_info_js_alias: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_state_get_balance: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_state_get_dictionary_item: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_state_get_entity: ((a, b) => number)

    Type declaration

      • (a, b): number
      • Parameters

        • a: number
        • b: number

        Returns number

    sdk_transaction: ((a, b, c, d, e, f) => number)

    Type declaration

      • (a, b, c, d, e, f): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number

        Returns number

    sdk_transfer: ((a, b, c, d, e, f, g, h, i, j, k, l) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number

        Returns number

    sdk_transfer_transaction: ((a, b, c, d, e, f, g, h, i, j, k, l) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number

        Returns number

    sdk_waitDeploy: ((a, b, c, d, e, f, g) => number)

    Type declaration

      • (a, b, c, d, e, f, g): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns number

    sdk_waitTransaction: ((a, b, c, d, e, f, g) => number)

    Type declaration

      • (a, b, c, d, e, f, g): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number

        Returns number

    sdk_watchDeploy: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sdk_watchTransaction: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    sessionstrparams_is_session_transfer: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    sessionstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number
        • m: number
        • n: number
        • o: number
        • p: number
        • q: number
        • r: number
        • s: number

        Returns number

    sessionstrparams_session_args_json: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_args_simple: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    sessionstrparams_session_bytes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    sessionstrparams_session_entry_point: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_package_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_package_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_path: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_session_version: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_set_is_session_transfer: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_set_session_args_json: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_args_simple: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_set_session_bytes: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    sessionstrparams_set_session_entry_point: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_package_hash: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_package_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_path: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    sessionstrparams_set_session_version: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    speculativeexecresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexecresult_block_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexecresult_execution_result: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexecresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexectxnresult_api_version: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexectxnresult_block_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexectxnresult_execution_result: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    speculativeexectxnresult_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    subscription_new: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    transaction_account_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_addArg: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_addSignature: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transaction_approvals: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_approvalsHash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_authorization_keys: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_chain_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transaction_entry_point: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transaction_expired: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_expires: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_header: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_initiator_addr: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transaction_is_native: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_is_standard_payment: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_new: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_newSession: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transaction_newTransfer: ((a, b, c, d, e, f, g, h, i) => void)

    Type declaration

      • (a, b, c, d, e, f, g, h, i): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number

        Returns void

    transaction_session_args: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_sign: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    transaction_signers: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_size_estimate: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_timestamp: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transaction_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_ttl: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transaction_verify: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transaction_withAccountHash: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withBody: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withChainName: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transaction_withEntityHash: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withEntryPoint: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transaction_withPackageHash: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withPublicKey: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transaction_withSecretKey: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    transaction_withTTL: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transaction_withTimestamp: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transaction_withTransactionBytes: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transactionbuilderparams_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_delegation_rate: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_delegator: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_entity_alias: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_entity_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_entry_point: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_kind: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_maximum_delegation_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_maybe_entity_version: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_maybe_id: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_maybe_source: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_minimum_delegation_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_newAddBid: ((a, b, c, d, e, f) => number)

    Type declaration

      • (a, b, c, d, e, f): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number

        Returns number

    transactionbuilderparams_newDelegate: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transactionbuilderparams_newInvocableEntity: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transactionbuilderparams_newInvocableEntityAlias: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transactionbuilderparams_newPackage: ((a, b, c, d, e, f) => number)

    Type declaration

      • (a, b, c, d, e, f): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number

        Returns number

    transactionbuilderparams_newPackageAlias: ((a, b, c, d, e, f) => number)

    Type declaration

      • (a, b, c, d, e, f): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number

        Returns number

    transactionbuilderparams_newRedelegate: ((a, b, c, d, e) => number)

    Type declaration

      • (a, b, c, d, e): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number

        Returns number

    transactionbuilderparams_newSession: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_newTransfer: ((a, b, c, d, e, f) => number)

    Type declaration

      • (a, b, c, d, e, f): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number

        Returns number

    transactionbuilderparams_newUndelegate: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    transactionbuilderparams_newWithdrawBid: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    transactionbuilderparams_new_validator: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_package_alias: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_package_hash: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_public_key: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_set_amount: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionbuilderparams_set_delegation_rate: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_delegator: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_entity_alias: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionbuilderparams_set_entity_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_entry_point: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionbuilderparams_set_kind: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_maximum_delegation_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_maybe_entity_version: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_maybe_id: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_maybe_source: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_minimum_delegation_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_new_validator: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_package_alias: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionbuilderparams_set_package_hash: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_public_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_target: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_transaction_bytes: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_set_validator: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionbuilderparams_target: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_transaction_bytes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionbuilderparams_validator: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionhash_digest: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionhash_fromDigest: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionhash_fromRaw: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionhash_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionhash_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionhash_toString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_chain_name: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_gas_price_tolerance: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_initiator_addr: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_new: ((a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number
        • i: number
        • j: number
        • k: number
        • l: number
        • m: number
        • n: number
        • o: number
        • p: number
        • q: number
        • r: number
        • s: number
        • t: number
        • u: number
        • v: number
        • w: number

        Returns number

    transactionstrparams_new_with_defaults: ((a, b, c, d, e, f, g, h) => number)

    Type declaration

      • (a, b, c, d, e, f, g, h): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number
        • e: number
        • f: number
        • g: number
        • h: number

        Returns number

    transactionstrparams_payment_amount: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_pricing_mode: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_receipt: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_secret_key: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_session_args_json: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_session_args_simple: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionstrparams_setDefaultTTL: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    transactionstrparams_setDefaultTimestamp: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    transactionstrparams_set_chain_name: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_gas_price_tolerance: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_initiator_addr: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_payment_amount: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_pricing_mode: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_receipt: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_secret_key: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_session_args_json: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_session_args_simple: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_standard_payment: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_set_timestamp: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_set_ttl: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    transactionstrparams_standard_payment: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    transactionstrparams_timestamp: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transactionstrparams_ttl: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    transferaddr_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    uint8ArrayToBytes: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    uref_fromUint8Array: ((a, b, c) => number)

    Type declaration

      • (a, b, c): number
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns number

    uref_new: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    uref_toFormattedString: ((a, b) => void)

    Type declaration

      • (a, b): void
      • Parameters

        • a: number
        • b: number

        Returns void

    uref_toJson: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    urefaddr_new: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    wasm_bindgen__convert__closures__invoke2_mut__h5813a45f48301ae0: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    watcher_new: ((a, b, c, d) => number)

    Type declaration

      • (a, b, c, d): number
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns number

    watcher_start: ((a) => number)

    Type declaration

      • (a): number
      • Parameters

        • a: number

        Returns number

    watcher_stop: ((a) => void)

    Type declaration

      • (a): void
      • Parameters

        • a: number

        Returns void

    watcher_subscribe: ((a, b, c, d) => void)

    Type declaration

      • (a, b, c, d): void
      • Parameters

        • a: number
        • b: number
        • c: number
        • d: number

        Returns void

    watcher_unsubscribe: ((a, b, c) => void)

    Type declaration

      • (a, b, c): void
      • Parameters

        • a: number
        • b: number
        • c: number

        Returns void

    \ No newline at end of file diff --git a/condor/api-wasm/types/InitInput.html b/condor/api-wasm/types/InitInput.html index 8e2297d73..390de08f9 100644 --- a/condor/api-wasm/types/InitInput.html +++ b/condor/api-wasm/types/InitInput.html @@ -1 +1 @@ -InitInput | api-wasm

    Type alias InitInput

    InitInput: RequestInfo | URL | Response | BufferSource | WebAssembly.Module
    \ No newline at end of file +InitInput | api-wasm

    Type alias InitInput

    InitInput: RequestInfo | URL | Response | BufferSource | WebAssembly.Module
    \ No newline at end of file diff --git a/condor/api-wasm/types/SyncInitInput.html b/condor/api-wasm/types/SyncInitInput.html index ac7de296d..8f5fbf973 100644 --- a/condor/api-wasm/types/SyncInitInput.html +++ b/condor/api-wasm/types/SyncInitInput.html @@ -1 +1 @@ -SyncInitInput | api-wasm

    Type alias SyncInitInput

    SyncInitInput: BufferSource | WebAssembly.Module
    \ No newline at end of file +SyncInitInput | api-wasm

    Type alias SyncInitInput

    SyncInitInput: BufferSource | WebAssembly.Module
    \ No newline at end of file