diff --git a/condor/api-rust/casper_rust_wasm_sdk/helpers/fn.json_pretty_print.html b/condor/api-rust/casper_rust_wasm_sdk/helpers/fn.json_pretty_print.html index cb0f3df01..e003da703 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/helpers/fn.json_pretty_print.html +++ b/condor/api-rust/casper_rust_wasm_sdk/helpers/fn.json_pretty_print.html @@ -2,7 +2,7 @@ value: T, verbosity: Option<Verbosity>, ) -> Result<String, SdkError>
where - T: Serialize,
Expand description

Pretty prints a serializable value as a JSON string.

+ T: Serialize,
Expand description

Pretty prints a serializable value as a JSON string.

§Arguments

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 4f01d17ef..8ed2f1f2e 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 +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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for QueryGlobalStateResult

source§

impl VectorIntoWasmAbi for QueryGlobalStateResult

source§

impl WasmDescribe for QueryGlobalStateResult

source§

impl WasmDescribeVector for QueryGlobalStateResult

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 QueryGlobalStateResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for QueryGlobalStateResult

source§

impl VectorIntoWasmAbi for QueryGlobalStateResult

source§

impl WasmDescribe for QueryGlobalStateResult

source§

impl WasmDescribeVector for QueryGlobalStateResult

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 @@ -36,5 +36,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ 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 7ff4c83fa..e853a42aa 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/struct.SDK.html +++ b/condor/api-rust/casper_rust_wasm_sdk/struct.SDK.html @@ -771,8 +771,8 @@
§Arguments
§Returns

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

-
source§

impl SDK

Alias of sdk.query_global_state

-
source

pub async fn query_contract_key( +

source§

impl SDK

Alias of sdk.query_global_state

+
source

pub async fn query_contract_key( &self, entity_identifier: Option<EntityIdentifier>, entity_identifier_as_string: Option<String>, @@ -793,16 +793,16 @@

§Returns
) -> Result<(), String>
source

pub fn get_verbosity(&self, verbosity: Option<Verbosity>) -> Verbosity

source

pub fn set_verbosity( &mut self, verbosity: Option<Verbosity>, -) -> 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 +) -> 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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/types/access_rights/struct.AccessRights.html b/condor/api-rust/casper_rust_wasm_sdk/types/access_rights/struct.AccessRights.html index 2d16da7de..2fa8dcf14 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, JsError>

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, JsError>

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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 4cc37f5e4..b8b996a15 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 From<Vec<u8>> for AccountHash

source§

fn from(bytes: Vec<u8>) -> 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 +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 From<Vec<u8>> for AccountHash

source§

fn from(bytes: Vec<u8>) -> 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 +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 = RcRefMut<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 VectorIntoJsValue for 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 VectorIntoJsValue for 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 @@ -52,5 +52,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 580e00a11..ebea0b85c 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§

source§

impl AccountIdentifier

source

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

👎Deprecated: prefer ‘EntityIdentifier’
source§

impl AccountIdentifier

source

pub fn from_account_under_public_key(key: PublicKey) -> Self

👎Deprecated: prefer ‘EntityIdentifier’
source

pub fn from_account_under_account_hash(account_hash: AccountHash) -> Self

👎Deprecated: prefer ‘EntityIdentifier’

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 -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 +AccountIdentifier in casper_rust_wasm_sdk::types::account_identifier - Rust
pub struct AccountIdentifier(/* private fields */);

Implementations§

source§

impl AccountIdentifier

source

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

👎Deprecated: prefer ‘EntityIdentifier’
source§

impl AccountIdentifier

source

pub fn from_account_under_public_key(key: PublicKey) -> Self

👎Deprecated: prefer ‘EntityIdentifier’
source

pub fn from_account_under_account_hash(account_hash: AccountHash) -> Self

👎Deprecated: prefer ‘EntityIdentifier’

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 +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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -37,5 +37,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 4a884b420..573dc4ee0 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 */);

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 From<Vec<u8>> for DictionaryAddr

source§

fn from(bytes: Vec<u8>) -> 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 */);

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 From<Vec<u8>> for DictionaryAddr

source§

fn from(bytes: Vec<u8>) -> 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 b5177b176..5df5fd1d0 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 AddressableEntityHash

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 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 +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 AddressableEntityHash

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 +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 = RcRefMut<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 VectorIntoJsValue for 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§

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 VectorIntoJsValue for 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§

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 @@ -39,5 +39,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/addr/hash_addr/index.html b/condor/api-rust/casper_rust_wasm_sdk/types/addr/hash_addr/index.html index ce81dbca3..8543839fa 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/addr/hash_addr/index.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/addr/hash_addr/index.html @@ -1 +1 @@ -casper_rust_wasm_sdk::types::addr::hash_addr - Rust

Module casper_rust_wasm_sdk::types::addr::hash_addr

source ·

Structs§

\ No newline at end of file +casper_rust_wasm_sdk::types::addr::hash_addr - Rust

Module casper_rust_wasm_sdk::types::addr::hash_addr

source ·

Structs§

\ No newline at end of file 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 e71167f5a..50c0625c4 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§

source§

impl HashAddr

source

pub fn to_bytes(&self) -> Vec<u8>

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 AddressableEntityHash

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 From<Vec<u8>> for HashAddr

source§

fn from(bytes: Vec<u8>) -> 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 = RcRef<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 +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§

source§

impl HashAddr

source

pub fn to_bytes(&self) -> Vec<u8>

source

pub fn to_hex_string(&self) -> String

Trait Implementations§

source§

impl Display for HashAddr

source§

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

Formats the value using the given formatter. Read more
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 AddressableEntityHash

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 From<Vec<u8>> for HashAddr

source§

fn from(bytes: Vec<u8>) -> 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 = RcRef<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 = RcRef<HashAddr>

The type that holds the reference to Self for the duration of the +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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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.

@@ -26,7 +26,8 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<T> ReturnWasmAbi for T
where T: IntoWasmAbi,

§

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi
source§

fn return_abi(self) -> <T as ReturnWasmAbi>::Abi

Same as IntoWasmAbi::into_abi, except that it may throw and never -return in the case of Err.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for T
where +return in the case of Err.

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for T
where + T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

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

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

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

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where 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 509436501..5e6e74a62 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 */);

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<TransferAddr> for TransferAddr

source§

fn from(trasnfer_hash_addr: _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 */);

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<TransferAddr> for TransferAddr

source§

fn from(trasnfer_hash_addr: _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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 2db5609ad..a91d2a2d7 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 */);

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 From<Vec<u8>> for URefAddr

source§

fn from(bytes: Vec<u8>) -> 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 */);

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 From<Vec<u8>> for URefAddr

source§

fn from(bytes: Vec<u8>) -> 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 e4d18649b..b7c4ecfa9 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§

source§

impl AddressableEntityHash

source

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

source

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

source§

impl AddressableEntityHash

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: [u8; 32]) -> 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 From<EntityAddr> for AddressableEntityHash

source§

fn from(entity_addr: EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<HashAddr> for AddressableEntityHash

source§

fn from(hash_addr: HashAddr) -> 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 +AddressableEntityHash in casper_rust_wasm_sdk::types::addressable_entity_hash - Rust
pub struct AddressableEntityHash(/* private fields */);

Implementations§

source§

impl AddressableEntityHash

source

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

source

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

source§

impl AddressableEntityHash

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: [u8; 32]) -> 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 From<EntityAddr> for AddressableEntityHash

source§

fn from(entity_addr: EntityAddr) -> Self

Converts to this type from the input type.
source§

impl From<HashAddr> for AddressableEntityHash

source§

fn from(hash_addr: HashAddr) -> 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 +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 = RcRefMut<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 VectorIntoJsValue 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§

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 VectorIntoJsValue 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§

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 @@ -45,5 +45,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 bb246dd91..f9dad25a9 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(deploy_hash_hex_str: &str) -> Result<BlockHash, SdkError>

source

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

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(deploy_hash_hex_str: &str) -> Result<BlockHash, SdkError>

source

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

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 = RcRef<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 = RcRef<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 = RcRef<BlockHash>

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 BlockHash

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -37,5 +37,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 7de7d422f..ab25928cd 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) -> Self

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 +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) -> Self

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 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 = RcRef<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 +ABI boundary.
source§

impl LongRefFromWasmAbi for BlockIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 +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 = RcRefMut<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 VectorIntoJsValue for 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 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 @@ -36,5 +36,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 8e5c3b0f4..c23ebe9b7 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 @@ -1092,12 +1092,12 @@
§ExamplesASCII letters ‘A’ to ‘Z’ are mapped to ‘a’ to ‘z’, but non-ASCII letters are unchanged.

To lowercase the value in-place, use make_ascii_lowercase.

-

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 = RcRef<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 = RcRef<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 @@ -1110,7 +1110,7 @@
§ExamplesRead more

source§

impl RefFromWasmAbi for Bytes

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 76b70c721..916cd9389 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,18 +1,18 @@ -ContractHash in casper_rust_wasm_sdk::types::contract_hash - Rust
pub struct ContractHash(/* private fields */);

Implementations§

source§

impl ContractHash

source

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

source

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

source§

impl ContractHash

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<'de> Deserialize<'de> for ContractHash

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<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§

source§

impl ContractHash

source

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

source

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

source§

impl ContractHash

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<'de> Deserialize<'de> for ContractHash

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<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 Serialize for ContractHash

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 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 = RcRefMut<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 Serialize for ContractHash

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 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 VectorIntoJsValue for 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

source§

impl Copy 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 VectorIntoJsValue for 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

source§

impl Copy 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 @@ -39,5 +39,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 a71dfa836..6d9b18bb4 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,18 +1,18 @@ -ContractPackageHash in casper_rust_wasm_sdk::types::contract_package_hash - Rust
pub struct ContractPackageHash(/* private fields */);

Implementations§

source§

impl ContractPackageHash

source

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

source

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

source§

impl ContractPackageHash

Trait Implementations§

source§

impl Clone for ContractPackageHash

source§

fn clone(&self) -> ContractPackageHash

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 ContractPackageHash

source§

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

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

impl<'de> Deserialize<'de> for ContractPackageHash

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<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§

source§

impl ContractPackageHash

source

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

source

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

source§

impl ContractPackageHash

Trait Implementations§

source§

impl Clone for ContractPackageHash

source§

fn clone(&self) -> ContractPackageHash

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 ContractPackageHash

source§

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

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

impl<'de> Deserialize<'de> for ContractPackageHash

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<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 Serialize for ContractPackageHash

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 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 = RcRefMut<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 Serialize for ContractPackageHash

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 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 VectorIntoJsValue for ContractPackageHash

source§

impl VectorIntoWasmAbi for ContractPackageHash

source§

impl WasmDescribe for ContractPackageHash

source§

impl WasmDescribeVector for ContractPackageHash

source§

impl Copy 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 VectorIntoJsValue for ContractPackageHash

source§

impl VectorIntoWasmAbi for ContractPackageHash

source§

impl WasmDescribe for ContractPackageHash

source§

impl WasmDescribeVector for ContractPackageHash

source§

impl Copy 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> DynClone for T
where @@ -39,5 +39,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ 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 252b62503..563399f65 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 @@ -44,18 +44,18 @@ &mut self, new_value_arg: String, secret_key: Option<String>, -) -> Deploy
👎Deprecated: prefer Transaction type
source

pub fn to_json_string(&self) -> Result<String, SdkError>

👎Deprecated: prefer Transaction type
source

pub fn from_json_string(json_str: &str) -> Result<Deploy, SdkError>

👎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 +) -> Deploy
👎Deprecated: prefer Transaction type
source

pub fn to_json_string(&self) -> Result<String, SdkError>

👎Deprecated: prefer Transaction type
source

pub fn from_json_string(json_str: &str) -> Result<Deploy, SdkError>

👎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 = RcRef<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 +ABI boundary.
source§

impl LongRefFromWasmAbi for Deploy

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRef<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 = RcRef<Deploy>

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 Deploy

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -82,5 +82,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 3a56f36b4..edf152508 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, SdkError>

source

pub fn from_digest(digest: Digest) -> Result<DeployHash, SdkError>

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 +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, SdkError>

source

pub fn from_digest(digest: Digest) -> Result<DeployHash, SdkError>

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -37,5 +37,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 a46c1e29b..ffacc0c84 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 = RcRef<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 +ABI boundary.
source§

impl LongRefFromWasmAbi for ArgsSimple

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 ad45e55e5..4bc2ca5cb 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 @@ -6,15 +6,15 @@ 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 +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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for DeployStrParams

source§

impl VectorIntoWasmAbi for DeployStrParams

source§

impl WasmDescribe for DeployStrParams

source§

impl WasmDescribeVector for DeployStrParams

Auto Trait Implementations§

§

impl !Freeze for DeployStrParams

§

impl RefUnwindSafe for DeployStrParams

§

impl Send for DeployStrParams

§

impl Sync for DeployStrParams

§

impl Unpin for DeployStrParams

§

impl UnwindSafe for DeployStrParams

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.AccountNamedKey.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.AccountNamedKey.html index d403d2ac8..b59221f17 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.AccountNamedKey.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.AccountNamedKey.html @@ -1,6 +1,6 @@ -AccountNamedKey in casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params - Rust
pub struct AccountNamedKey { /* private fields */ }

Trait Implementations§

source§

impl Clone for AccountNamedKey

source§

fn clone(&self) -> AccountNamedKey

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 AccountNamedKey

source§

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

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

impl<'de> Deserialize<'de> for AccountNamedKey

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 Serialize for AccountNamedKey

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

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +AccountNamedKey in casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params - Rust
pub struct AccountNamedKey { /* private fields */ }

Trait Implementations§

source§

impl Clone for AccountNamedKey

source§

fn clone(&self) -> AccountNamedKey

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 AccountNamedKey

source§

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

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

impl<'de> Deserialize<'de> for AccountNamedKey

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 Serialize for AccountNamedKey

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

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 @@ -25,5 +25,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.ContractNamedKey.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.ContractNamedKey.html index b6c4c024b..b5379d775 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.ContractNamedKey.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.ContractNamedKey.html @@ -1,6 +1,6 @@ -ContractNamedKey in casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params - Rust
pub struct ContractNamedKey { /* private fields */ }

Trait Implementations§

source§

impl Clone for ContractNamedKey

source§

fn clone(&self) -> ContractNamedKey

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 ContractNamedKey

source§

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

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

impl<'de> Deserialize<'de> for ContractNamedKey

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 Serialize for ContractNamedKey

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

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +ContractNamedKey in casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params - Rust
pub struct ContractNamedKey { /* private fields */ }

Trait Implementations§

source§

impl Clone for ContractNamedKey

source§

fn clone(&self) -> ContractNamedKey

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 ContractNamedKey

source§

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

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

impl<'de> Deserialize<'de> for ContractNamedKey

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 Serialize for ContractNamedKey

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

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 @@ -25,5 +25,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 5b000e55b..bc2a0fae6 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 @@ -13,18 +13,18 @@ key: &str, 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

source

pub fn account_named_key(&self) -> Option<AccountNamedKey>

source

pub fn contract_named_key(&self) -> Option<ContractNamedKey>

source

pub fn entity_named_key(&self) -> Option<EntityNamedKey>

source

pub fn uref(&self) -> Option<URefVariant>

source

pub fn dictionary(&self) -> Option<DictionaryVariant>

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 +)
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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for DictionaryItemStrParams

source§

impl VectorIntoWasmAbi for DictionaryItemStrParams

source§

impl WasmDescribe for DictionaryItemStrParams

source§

impl WasmDescribeVector for DictionaryItemStrParams

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 DictionaryItemStrParams

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue 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 @@ -51,5 +51,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.DictionaryVariant.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.DictionaryVariant.html index 5e18eccdf..f4ca3fc7f 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.DictionaryVariant.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.DictionaryVariant.html @@ -1,6 +1,6 @@ -DictionaryVariant in casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params - Rust
pub struct DictionaryVariant { /* private fields */ }

Trait Implementations§

source§

impl Clone for DictionaryVariant

source§

fn clone(&self) -> DictionaryVariant

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 DictionaryVariant

source§

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

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

impl<'de> Deserialize<'de> for DictionaryVariant

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 Serialize for DictionaryVariant

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

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +DictionaryVariant in casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params - Rust
pub struct DictionaryVariant { /* private fields */ }

Trait Implementations§

source§

impl Clone for DictionaryVariant

source§

fn clone(&self) -> DictionaryVariant

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 DictionaryVariant

source§

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

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

impl<'de> Deserialize<'de> for DictionaryVariant

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 Serialize for DictionaryVariant

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

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 @@ -25,5 +25,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.EntityNamedKey.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.EntityNamedKey.html index 271c42f92..197ec1ba6 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.EntityNamedKey.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.EntityNamedKey.html @@ -1,6 +1,6 @@ -EntityNamedKey in casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params - Rust
pub struct EntityNamedKey { /* private fields */ }

Trait Implementations§

source§

impl Clone for EntityNamedKey

source§

fn clone(&self) -> EntityNamedKey

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 EntityNamedKey

source§

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

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

impl<'de> Deserialize<'de> for EntityNamedKey

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 Serialize for EntityNamedKey

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

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +EntityNamedKey in casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params - Rust
pub struct EntityNamedKey { /* private fields */ }

Trait Implementations§

source§

impl Clone for EntityNamedKey

source§

fn clone(&self) -> EntityNamedKey

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 EntityNamedKey

source§

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

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

impl<'de> Deserialize<'de> for EntityNamedKey

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 Serialize for EntityNamedKey

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

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 @@ -25,5 +25,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.URefVariant.html b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.URefVariant.html index a8050b7aa..f2dff7383 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.URefVariant.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/deploy_params/dictionary_item_str_params/struct.URefVariant.html @@ -1,6 +1,6 @@ -URefVariant in casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params - Rust
pub struct URefVariant { /* private fields */ }

Trait Implementations§

source§

impl Clone for URefVariant

source§

fn clone(&self) -> URefVariant

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 URefVariant

source§

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

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

impl<'de> Deserialize<'de> for URefVariant

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 Serialize for URefVariant

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

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +URefVariant in casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params - Rust
pub struct URefVariant { /* private fields */ }

Trait Implementations§

source§

impl Clone for URefVariant

source§

fn clone(&self) -> URefVariant

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 URefVariant

source§

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

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

impl<'de> Deserialize<'de> for URefVariant

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 Serialize for URefVariant

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

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 @@ -25,5 +25,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 c77177a7d..fd4604dd3 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 = RcRef<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 = RcRef<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 = RcRef<PaymentStrParams>

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 PaymentStrParams

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 e3a9c85c7..015927ba7 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 @@ -11,15 +11,15 @@ 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 +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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 +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 = RcRefMut<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 VectorIntoJsValue for SessionStrParams

source§

fn vector_into_jsvalue(vector: Box<[SessionStrParams]>) -> JsValue

source§

impl VectorIntoWasmAbi for SessionStrParams

§

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

source§

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

source§

impl WasmDescribe for SessionStrParams

source§

fn describe()

source§

impl WasmDescribeVector for SessionStrParams

source§

fn describe_vector()

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 294876aa2..678e17e8a 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 @@ -32,18 +32,18 @@ dictionary_item_key: &str, ) -> Result<DictionaryItemIdentifier, JsError>

source

pub fn new_from_dictionary_key_js_alias( dictionary_key: &str, -) -> Result<DictionaryItemIdentifier, JsError>

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(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 +) -> Result<DictionaryItemIdentifier, JsError>

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(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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for DictionaryItemIdentifier

source§

impl VectorIntoWasmAbi for DictionaryItemIdentifier

source§

impl WasmDescribe for DictionaryItemIdentifier

source§

impl WasmDescribeVector for DictionaryItemIdentifier

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 DictionaryItemIdentifier

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue 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 @@ -70,5 +70,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 e31b3afa9..3a99c5d39 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(digest_hex_str: &str) -> Result<Digest, SdkError>

source

pub fn value(&self) -> [u8; 32]

source

pub fn from_raw(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 Default for Digest

source§

fn default() -> Digest

Returns the “default value” for a type. 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<[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(digest_hex_str: &str) -> Result<Digest, SdkError>

source

pub fn value(&self) -> [u8; 32]

source

pub fn from_raw(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 Default for Digest

source§

fn default() -> Digest

Returns the “default value” for a type. 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<[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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 +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 = RcRefMut<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 TryFrom<&str> for Digest

§

type Error = SdkError

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

fn try_from(digest_hex_str: &str) -> Result<Self, Self::Error>

Performs the conversion.
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 VectorIntoJsValue for 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 TryFrom<&str> for Digest

§

type Error = SdkError

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

fn try_from(digest_hex_str: &str) -> Result<Self, Self::Error>

Performs the conversion.
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 VectorIntoJsValue for 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 @@ -45,5 +45,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 a73bd90fc..331d44907 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 = RcRef<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 = RcRef<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 = RcRef<EntityIdentifier>

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 EntityIdentifier

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -37,5 +37,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 49c30d62f..a9f70ef5e 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 ebe778fc8..dd4ee19f4 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(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 +) -> GlobalStateIdentifier

source

pub fn from_block_hash(block_hash: BlockHash) -> GlobalStateIdentifier

source

pub fn from_block_height(block_height: u64) -> GlobalStateIdentifier

source

pub fn from_state_root_hash(state_root_hash: Digest) -> GlobalStateIdentifier

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue 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 +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 = RcRefMut<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 VectorIntoJsValue for GlobalStateIdentifier

source§

impl VectorIntoWasmAbi for GlobalStateIdentifier

source§

impl WasmDescribe for GlobalStateIdentifier

source§

impl WasmDescribeVector for GlobalStateIdentifier

Auto Trait Implementations§

§

impl Freeze for GlobalStateIdentifier

§

impl RefUnwindSafe for GlobalStateIdentifier

§

impl Send for GlobalStateIdentifier

§

impl Sync for GlobalStateIdentifier

§

impl Unpin for GlobalStateIdentifier

§

impl UnwindSafe for GlobalStateIdentifier

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 @@ -38,5 +38,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 30a287b43..479fe71e1 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§

source§

impl Key

source

pub fn new(key: Key) -> Result<Key, JsError>

source

pub fn from_uref(key: URef) -> Self

source

pub fn from_deploy_info(key: DeployHash) -> Self

source

pub fn from_account(key: AccountHash) -> Self

source

pub fn from_hash(key: HashAddr) -> Self

source

pub fn from_transfer(key: Vec<u8>) -> TransferAddr

source

pub fn from_era_info(key: EraId) -> Self

source

pub fn from_balance(key: URefAddr) -> Self

source

pub fn from_bid(key: AccountHash) -> Self

source

pub fn from_withdraw(key: AccountHash) -> Self

source

pub fn from_dictionary_addr(key: DictionaryAddr) -> Self

source

pub fn as_dictionary(&self) -> Option<DictionaryAddr>

source

pub fn from_system_contract_registry() -> Self

source

pub fn from_era_summary() -> Self

source

pub fn from_unbond(key: AccountHash) -> Self

source

pub fn from_chainspec_registry() -> Self

source

pub fn from_checksum_registry() -> Self

source

pub fn to_formatted_string(&self) -> String

source

pub fn from_formatted_str_js_alias(formatted_str: &str) -> Result<Key, JsError>

source

pub fn from_dictionary_key(seed_uref: URef, dictionary_item_key: &[u8]) -> Self

source

pub fn is_dictionary_key(&self) -> bool

source

pub fn into_account(self) -> Option<AccountHash>

source

pub fn into_hash(self) -> Option<HashAddr>

source

pub fn as_balance(&self) -> Option<URefAddr>

source

pub fn into_uref(self) -> Option<URef>

source

pub fn uref_to_hash(&self) -> Option<Key>

source

pub fn withdraw_to_unbond(&self) -> Option<Key>

source§

impl Key

source

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

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 -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 +Key in casper_rust_wasm_sdk::types::key - Rust

Struct casper_rust_wasm_sdk::types::key::Key

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

Implementations§

source§

impl Key

source

pub fn new(key: Key) -> Result<Key, JsError>

source

pub fn from_uref(key: URef) -> Self

source

pub fn from_deploy_info(key: DeployHash) -> Self

source

pub fn from_account(key: AccountHash) -> Self

source

pub fn from_hash(key: HashAddr) -> Self

source

pub fn from_transfer(key: Vec<u8>) -> TransferAddr

source

pub fn from_era_info(key: EraId) -> Self

source

pub fn from_balance(key: URefAddr) -> Self

source

pub fn from_bid(key: AccountHash) -> Self

source

pub fn from_withdraw(key: AccountHash) -> Self

source

pub fn from_dictionary_addr(key: DictionaryAddr) -> Self

source

pub fn as_dictionary(&self) -> Option<DictionaryAddr>

source

pub fn from_system_contract_registry() -> Self

source

pub fn from_era_summary() -> Self

source

pub fn from_unbond(key: AccountHash) -> Self

source

pub fn from_chainspec_registry() -> Self

source

pub fn from_checksum_registry() -> Self

source

pub fn to_formatted_string(&self) -> String

source

pub fn from_formatted_str_js_alias(formatted_str: &str) -> Result<Key, JsError>

source

pub fn from_dictionary_key(seed_uref: URef, dictionary_item_key: &[u8]) -> Self

source

pub fn is_dictionary_key(&self) -> bool

source

pub fn into_account(self) -> Option<AccountHash>

source

pub fn into_hash(self) -> Option<HashAddr>

source

pub fn as_balance(&self) -> Option<URefAddr>

source

pub fn into_uref(self) -> Option<URef>

source

pub fn uref_to_hash(&self) -> Option<Key>

source

pub fn withdraw_to_unbond(&self) -> Option<Key>

source§

impl Key

source

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

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 +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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 +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 = RcRefMut<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 VectorIntoJsValue for 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 VectorIntoJsValue for 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 @@ -39,5 +39,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 ae462a6cc..9bd320286 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§

source§

impl PackageHash

source

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

source

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

source§

impl PackageHash

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 +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§

source§

impl PackageHash

source

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

source

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

source§

impl PackageHash

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 +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 = RcRefMut<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 VectorIntoJsValue for 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 VectorIntoJsValue for 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 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 @@ -39,5 +39,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 9cb23b1ac..5fbc8e553 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 +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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -37,5 +37,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 a2aa94810..9466152ca 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 +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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 = RcRefMut<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 VectorIntoJsValue for 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§

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 @@ -36,5 +36,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/pricing_mode/enum.PricingMode.html b/condor/api-rust/casper_rust_wasm_sdk/types/pricing_mode/enum.PricingMode.html index fdfedc00a..c312945d1 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/pricing_mode/enum.PricingMode.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/pricing_mode/enum.PricingMode.html @@ -3,14 +3,14 @@ Classic, Reserved, }

Variants§

§

Fixed

§

Classic

§

Reserved

Implementations§

source§

impl PricingMode

source

pub const FIXED: &'static str = "fixed"

source

pub const CLASSIC: &'static str = "classic"

source

pub const RESERVED: &'static str = "reserved"

Trait Implementations§

source§

impl Clone for PricingMode

source§

fn clone(&self) -> PricingMode

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 PricingMode

source§

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

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

impl Default for PricingMode

source§

fn default() -> PricingMode

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

impl From<PricingMode> for JsValue

source§

fn from(value: PricingMode) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for PricingMode

§

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 PricingMode

§

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 PricingMode

§

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 PricingMode

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 PricingMode

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 PricingMode

§

type Error = JsValue

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

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

Performs the conversion.
source§

impl VectorFromWasmAbi for PricingMode

§

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

source§

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

source§

impl VectorIntoJsValue for PricingMode

source§

impl VectorIntoWasmAbi for PricingMode

§

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

source§

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

source§

impl WasmDescribe for PricingMode

source§

impl WasmDescribeVector for PricingMode

source§

impl Copy for PricingMode

Auto Trait Implementations§

§

impl Freeze for PricingMode

§

impl RefUnwindSafe for PricingMode

§

impl Send for PricingMode

§

impl Sync for PricingMode

§

impl Unpin for PricingMode

§

impl UnwindSafe for PricingMode

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<Self, <PricingMode as TryFromJsValue>::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for PricingMode

§

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

source§

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

source§

impl VectorIntoJsValue for PricingMode

source§

fn vector_into_jsvalue(vector: Box<[PricingMode]>) -> JsValue

source§

impl VectorIntoWasmAbi for PricingMode

§

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

source§

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

source§

impl WasmDescribe for PricingMode

source§

fn describe()

source§

impl WasmDescribeVector for PricingMode

source§

fn describe_vector()

source§

impl Copy for PricingMode

Auto Trait Implementations§

§

impl Freeze for PricingMode

§

impl RefUnwindSafe for PricingMode

§

impl Send for PricingMode

§

impl Sync for PricingMode

§

impl Unpin for PricingMode

§

impl UnwindSafe for PricingMode

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 90c99cf86..3edc5d736 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

pub fn tag(&self) -> u8

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 +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

pub fn tag(&self) -> u8

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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 +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 = RcRefMut<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 VectorIntoJsValue for 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 VectorIntoJsValue for 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 @@ -53,5 +53,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 38acb592f..029168212 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 +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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 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 @@ -37,5 +37,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 b4163f026..21875be94 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 @@ -110,7 +110,7 @@ }

Variants§

§

CustomError

Fields

§context: &'static str
§error: String
§

SerializationError(Error)

§

FailedToParseKey

Fields

§context: &'static str
§

FailedToParsePublicKeyBytes

Fields

§context: &'static str
§error: Error
§

FailedToParsePublicKey

Fields

§context: String
§error: Error
§

FailedToParseSecretKey

Fields

§context: String
§error: ErrorExt
§

FailedToGenerateSecretKey

Fields

§context: String
§error: ErrorExt
§

FailedToParseAccountHash

Fields

§context: &'static str
§

FailedToParseContractHash

Fields

§context: &'static str
§

FailedToParseContractPackageHash

Fields

§context: &'static str
§

FailedToParsePackageHash

Fields

§context: &'static str
§

FailedToParseEntity

Fields

§context: &'static str
§

FailedToDecodeHex

Fields

§context: &'static str
§error: String
§

FailedToParseAccountHashLength

Fields

§context: &'static str
§

FailedToParseEntityAddrLength

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

§

FailedToParseTransferTarget

Failed to parse a transfer target

§

FailedToParseTransactionCategory

Failed to parse transaction category.

§

FailedToParseValidatorPublicKey

Failed to parse a validator public key.

-
§

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: CasperClientError) -> 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§

§

impl Freeze for SdkError

§

impl !RefUnwindSafe for SdkError

§

impl Send for SdkError

§

impl Sync for SdkError

§

impl Unpin for SdkError

§

impl !UnwindSafe for SdkError

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: CasperClientError) -> 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§

§

impl Freeze for SdkError

§

impl !RefUnwindSafe for SdkError

§

impl Send for SdkError

§

impl Sync for SdkError

§

impl Unpin for SdkError

§

impl !UnwindSafe for SdkError

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/struct.Transaction.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction/struct.Transaction.html index 24c4c6c64..c91ce4dd0 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 @@ -43,18 +43,18 @@ &mut self, new_value_arg: String, secret_key: Option<String>, -) -> Transaction
source

pub fn to_json_string(&self) -> Result<String, SdkError>

source

pub fn from_json_string(json_str: &str) -> Result<Deploy, SdkError>

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 +) -> Transaction
source

pub fn to_json_string(&self) -> Result<String, SdkError>

source

pub fn from_json_string(json_str: &str) -> Result<Deploy, SdkError>

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 = RcRef<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 +ABI boundary.
source§

impl LongRefFromWasmAbi for Transaction

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRef<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 = RcRef<Transaction>

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 Transaction

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -81,5 +81,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_category/enum.TransactionCategory.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_category/enum.TransactionCategory.html index f1f7f7f49..b7e0f8926 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/transaction_category/enum.TransactionCategory.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_category/enum.TransactionCategory.html @@ -5,11 +5,11 @@ Large = 3, Medium = 4, Small = 5, -}

Variants§

§

Mint = 0

§

Auction = 1

§

InstallUpgrade = 2

§

Large = 3

§

Medium = 4

§

Small = 5

Trait Implementations§

source§

impl Clone for TransactionCategory

source§

fn clone(&self) -> TransactionCategory

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 TransactionCategory

source§

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

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

impl Default for TransactionCategory

source§

fn default() -> TransactionCategory

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

impl<'de> Deserialize<'de> for TransactionCategory

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 TransactionCategory

source§

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

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

impl From<&str> for TransactionCategory

source§

fn from(s: &str) -> Self

Converts to this type from the input type.
source§

impl From<String> for TransactionCategory

source§

fn from(s: String) -> Self

Converts to this type from the input type.
source§

impl From<TransactionCategory> for JsValue

source§

fn from(value: TransactionCategory) -> Self

Converts to this type from the input type.
source§

impl From<TransactionCategory> for TransactionCategory

source§

fn from(transaction_category: _TransactionCategory) -> Self

Converts to this type from the input type.
source§

impl From<TransactionCategory> for TransactionCategory

source§

fn from(transaction_category: TransactionCategory) -> Self

Converts to this type from the input type.
source§

impl From<TransactionCategory> for u8

source§

fn from(transaction_category: TransactionCategory) -> Self

Converts to this type from the input type.
source§

impl From<u8> for TransactionCategory

source§

fn from(value: u8) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionCategory

§

type Abi = u32

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

Variants§

§

Mint = 0

§

Auction = 1

§

InstallUpgrade = 2

§

Large = 3

§

Medium = 4

§

Small = 5

Trait Implementations§

source§

impl Clone for TransactionCategory

source§

fn clone(&self) -> TransactionCategory

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 TransactionCategory

source§

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

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

impl Default for TransactionCategory

source§

fn default() -> TransactionCategory

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

impl<'de> Deserialize<'de> for TransactionCategory

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 TransactionCategory

source§

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

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

impl From<&str> for TransactionCategory

source§

fn from(s: &str) -> Self

Converts to this type from the input type.
source§

impl From<String> for TransactionCategory

source§

fn from(s: String) -> Self

Converts to this type from the input type.
source§

impl From<TransactionCategory> for JsValue

source§

fn from(value: TransactionCategory) -> Self

Converts to this type from the input type.
source§

impl From<TransactionCategory> for TransactionCategory

source§

fn from(transaction_category: _TransactionCategory) -> Self

Converts to this type from the input type.
source§

impl From<TransactionCategory> for TransactionCategory

source§

fn from(transaction_category: TransactionCategory) -> Self

Converts to this type from the input type.
source§

impl From<TransactionCategory> for u8

source§

fn from(transaction_category: TransactionCategory) -> Self

Converts to this type from the input type.
source§

impl From<u8> for TransactionCategory

source§

fn from(value: u8) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for TransactionCategory

§

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 TransactionCategory

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 TransactionCategory

§

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 TransactionCategory

§

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 TransactionCategory

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 @@ -21,10 +21,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 TransactionCategory

source§

fn partial_cmp(&self, other: &TransactionCategory) -> 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 Serialize for TransactionCategory

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 TransactionCategory

§

type Error = JsValue

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

fn try_from_js_value( +operator. Read more

source§

impl Serialize for TransactionCategory

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 TransactionCategory

§

type Error = JsValue

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

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

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionCategory

source§

impl VectorIntoJsValue for TransactionCategory

source§

impl VectorIntoWasmAbi for TransactionCategory

source§

impl WasmDescribe for TransactionCategory

source§

impl WasmDescribeVector for TransactionCategory

source§

impl Copy for TransactionCategory

source§

impl Eq for TransactionCategory

source§

impl StructuralPartialEq for TransactionCategory

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T

Performs the conversion.
source§

impl VectorFromWasmAbi for TransactionCategory

source§

impl VectorIntoJsValue for TransactionCategory

source§

impl VectorIntoWasmAbi for TransactionCategory

source§

impl WasmDescribe for TransactionCategory

source§

impl WasmDescribeVector for TransactionCategory

source§

impl Copy for TransactionCategory

source§

impl Eq for TransactionCategory

source§

impl StructuralPartialEq for TransactionCategory

Auto Trait Implementations§

§

impl Freeze for TransactionCategory

§

impl RefUnwindSafe for TransactionCategory

§

impl Send for TransactionCategory

§

impl Sync for TransactionCategory

§

impl Unpin for TransactionCategory

§

impl UnwindSafe for TransactionCategory

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 @@ -58,5 +58,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 c3aa19d69..0751e2ac1 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§

source§

impl TransactionHash

source

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

source

pub fn from_raw(bytes: &[u8]) -> Result<Self, SdkError>

source

pub fn digest(&self) -> Result<Digest, SdkError>

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 +TransactionHash in casper_rust_wasm_sdk::types::transaction_hash - Rust
pub struct TransactionHash(/* private fields */);

Implementations§

source§

impl TransactionHash

source

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

source

pub fn from_raw(bytes: &[u8]) -> Result<Self, SdkError>

source

pub fn digest(&self) -> Result<Digest, SdkError>

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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -37,5 +37,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 a9b994177..8e926fc40 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 VectorIntoJsValue for 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 VectorIntoJsValue for 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 dc1fcb1f4..1335cc82b 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 VectorIntoJsValue 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 VectorIntoJsValue 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 d2a5742ca..54ccab0a7 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 @@ -45,16 +45,16 @@ ) -> 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)

source

pub fn transaction_category(&self) -> Option<TransactionCategory>

source

pub fn set_transaction_category( &mut self, transaction_category: TransactionCategory, -)

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 +)

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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for TransactionBuilderParams

source§

impl VectorIntoWasmAbi for TransactionBuilderParams

source§

impl WasmDescribe for TransactionBuilderParams

source§

impl WasmDescribeVector for TransactionBuilderParams

Auto Trait Implementations§

§

impl Freeze for TransactionBuilderParams

§

impl RefUnwindSafe for TransactionBuilderParams

§

impl Send for TransactionBuilderParams

§

impl Sync for TransactionBuilderParams

§

impl Unpin for TransactionBuilderParams

§

impl UnwindSafe for TransactionBuilderParams

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 = RcRefMut<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

§

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

source§

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

source§

impl VectorIntoJsValue for TransactionBuilderParams

source§

fn vector_into_jsvalue(vector: Box<[TransactionBuilderParams]>) -> JsValue

source§

impl VectorIntoWasmAbi for TransactionBuilderParams

§

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

source§

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

source§

impl WasmDescribe for TransactionBuilderParams

source§

fn describe()

source§

impl WasmDescribeVector for TransactionBuilderParams

source§

fn describe_vector()

Auto Trait Implementations§

§

impl Freeze for TransactionBuilderParams

§

impl RefUnwindSafe for TransactionBuilderParams

§

impl Send for TransactionBuilderParams

§

impl Sync for TransactionBuilderParams

§

impl Unpin for TransactionBuilderParams

§

impl UnwindSafe for TransactionBuilderParams

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 18a365769..8b5d472fd 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 @@ -3,16 +3,16 @@ public_key: Option<PublicKey>, account_hash: Option<AccountHash>, uref: Option<URef>, -) -> Self

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 +) -> Self

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 = RcRef<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 = RcRef<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 = RcRef<TransferTarget>

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 TransferTarget

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for TransferTarget

source§

impl VectorIntoWasmAbi for TransferTarget

source§

impl WasmDescribe for TransferTarget

source§

impl WasmDescribeVector for TransferTarget

Auto Trait Implementations§

§

impl Freeze for TransferTarget

§

impl RefUnwindSafe for TransferTarget

§

impl Send for TransferTarget

§

impl Sync for TransferTarget

§

impl Unpin for TransferTarget

§

impl UnwindSafe for TransferTarget

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/struct.TransactionStrParams.html b/condor/api-rust/casper_rust_wasm_sdk/types/transaction_params/transaction_str_params/struct.TransactionStrParams.html index d91988ff9..e0766c70e 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 @@ -16,16 +16,16 @@ 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<PricingMode>

source

pub fn set_pricing_mode(&self, pricing_mode: PricingMode)

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 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<PricingMode>

source

pub fn set_pricing_mode(&self, pricing_mode: PricingMode)

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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue 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 = RcRefMut<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 VectorIntoJsValue for TransactionStrParams

source§

impl VectorIntoWasmAbi for TransactionStrParams

source§

impl WasmDescribe for TransactionStrParams

source§

impl WasmDescribeVector for TransactionStrParams

Auto Trait Implementations§

§

impl !Freeze for TransactionStrParams

§

impl RefUnwindSafe for TransactionStrParams

§

impl Send for TransactionStrParams

§

impl Sync for TransactionStrParams

§

impl Unpin for TransactionStrParams

§

impl UnwindSafe for TransactionStrParams

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 662c86b9c..2be4f5040 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<Self, SdkError>

source

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

source§

impl URef

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 +

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 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 = RcRef<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 = RcRef<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 @@ -17,8 +17,8 @@ operator. Read more

source§

impl RefFromWasmAbi for URef

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -51,5 +51,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 af21ba69f..d5c973a41 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 @@ -2,19 +2,19 @@ Low = 0, 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 -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 +}

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 +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 deserialized as None, and otherwise it will be passed to FromWasmAbi.
source§

impl OptionIntoWasmAbi for Verbosity

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 Verbosity

source§

fn eq(&self, other: &Verbosity) -> 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 Serialize for Verbosity

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 Verbosity

§

type Error = JsValue

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

fn try_from_js_value( +sufficient, and should not be overridden without very good reason.

source§

impl Serialize for Verbosity

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 Verbosity

§

type Error = JsValue

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

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

Performs the conversion.
source§

impl VectorFromWasmAbi for Verbosity

§

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

source§

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

source§

impl VectorIntoJsValue for Verbosity

source§

impl VectorIntoWasmAbi for Verbosity

§

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

source§

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

source§

impl WasmDescribe for Verbosity

source§

impl WasmDescribeVector for Verbosity

source§

impl Copy for Verbosity

source§

impl StructuralPartialEq for Verbosity

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<Self, <Verbosity as TryFromJsValue>::Error>

Performs the conversion.
source§

impl VectorFromWasmAbi for Verbosity

§

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

source§

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

source§

impl VectorIntoJsValue for Verbosity

source§

impl VectorIntoWasmAbi for Verbosity

§

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

source§

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

source§

impl WasmDescribe for Verbosity

source§

impl WasmDescribeVector for Verbosity

source§

impl Copy for Verbosity

source§

impl StructuralPartialEq for Verbosity

Auto Trait Implementations§

§

impl Freeze for Verbosity

§

impl RefUnwindSafe for Verbosity

§

impl Send for Verbosity

§

impl Sync for Verbosity

§

impl Unpin for Verbosity

§

impl UnwindSafe for Verbosity

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 @@ -41,5 +41,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/condor/api-rust/casper_rust_wasm_sdk/types/wallet/signature_response/struct.SignatureResponse.html b/condor/api-rust/casper_rust_wasm_sdk/types/wallet/signature_response/struct.SignatureResponse.html index 75b4d6eb8..3332d5604 100644 --- a/condor/api-rust/casper_rust_wasm_sdk/types/wallet/signature_response/struct.SignatureResponse.html +++ b/condor/api-rust/casper_rust_wasm_sdk/types/wallet/signature_response/struct.SignatureResponse.html @@ -1,15 +1,15 @@ -SignatureResponse in casper_rust_wasm_sdk::types::wallet::signature_response - Rust
pub struct SignatureResponse { /* private fields */ }

Implementations§

Trait Implementations§

source§

impl Debug for SignatureResponse

source§

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

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

impl<'de> Deserialize<'de> for SignatureResponse

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<SignatureResponse> for JsValue

source§

fn from(value: SignatureResponse) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for SignatureResponse

§

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 SignatureResponse

§

type Abi = u32

The wasm ABI type that this converts into when crossing the ABI +SignatureResponse in casper_rust_wasm_sdk::types::wallet::signature_response - Rust
pub struct SignatureResponse { /* private fields */ }

Implementations§

Trait Implementations§

source§

impl Debug for SignatureResponse

source§

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

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

impl<'de> Deserialize<'de> for SignatureResponse

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<SignatureResponse> for JsValue

source§

fn from(value: SignatureResponse) -> Self

Converts to this type from the input type.
source§

impl FromWasmAbi for SignatureResponse

§

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 SignatureResponse

§

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 SignatureResponse

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRef<SignatureResponse>

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 SignatureResponse

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 SignatureResponse

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRef<SignatureResponse>

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 SignatureResponse

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 SignatureResponse

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 SignatureResponse

§

type Abi = u32

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

type Anchor = RcRef<SignatureResponse>

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 SignatureResponse

§

type Abi = u32

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

type Anchor = RcRef<SignatureResponse>

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 SignatureResponse

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<SignatureResponse>

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 SignatureResponse

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 SignatureResponse

§

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 SignatureResponse

§

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

source§

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

source§

impl VectorIntoJsValue for SignatureResponse

source§

impl VectorIntoWasmAbi for SignatureResponse

source§

impl WasmDescribe for SignatureResponse

source§

impl WasmDescribeVector for SignatureResponse

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 SignatureResponse

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<SignatureResponse>

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 SignatureResponse

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 SignatureResponse

§

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 SignatureResponse

§

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

source§

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

source§

impl VectorIntoJsValue for SignatureResponse

source§

impl VectorIntoWasmAbi for SignatureResponse

source§

impl WasmDescribe for SignatureResponse

source§

impl WasmDescribeVector for SignatureResponse

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.

@@ -34,5 +34,5 @@ V: MultiLane<T>,
§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 0a91a329f..6e7557b0e 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 @@ -1,18 +1,18 @@ Body in casper_rust_wasm_sdk::watcher - Rust

Struct casper_rust_wasm_sdk::watcher::Body

source ·
pub struct Body {
     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 +

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -39,5 +39,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 7dab46b80..bf9bedc11 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 @@ -2,18 +2,18 @@ pub err: Option<String>, 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 +

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for EventParseResult

source§

impl VectorIntoWasmAbi for EventParseResult

source§

impl WasmDescribe for EventParseResult

source§

impl WasmDescribeVector for EventParseResult

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 EventParseResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for 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 @@ -40,5 +40,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 e7bd5044b..5a345c2c1 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 @@ -4,18 +4,18 @@ }
Expand description

Represents the result of an execution, either Success or Failure.

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 +

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 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 = RcRef<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 = RcRef<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 = RcRef<ExecutionResult>

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 ExecutionResult

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 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 @@ -42,5 +42,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 2ba6c65aa..9be277e75 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 @@ -2,18 +2,18 @@ pub cost: String, 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 -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 +

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 +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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -40,5 +40,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 0a72b3321..97116354d 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 +}

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 = RcRefMut<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 VectorIntoJsValue for 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§

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 @@ -39,5 +39,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 db49360cf..d8c78ee3d 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 @@ -1,17 +1,17 @@ Message in casper_rust_wasm_sdk::watcher - Rust

Struct casper_rust_wasm_sdk::watcher::Message

source ·
pub struct Message {
     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 +}

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 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 @@ -38,5 +38,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 453ba7123..53bfa3635 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 @@ -5,18 +5,18 @@ pub topic_name_hash: String, 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 +}

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 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 = RcRef<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 +ABI boundary.
source§

impl LongRefFromWasmAbi for Messages

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRef<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 FromWasmAbi.
source§

impl OptionIntoWasmAbi for Messages

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 Messages

§

type Abi = u32

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

type Anchor = RcRef<Messages>

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 Messages

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 = RcRefMut<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 VectorIntoJsValue for 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§

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 @@ -43,5 +43,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 4b3881dc7..25dd62d00 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 +}

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 Payment

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for 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§

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 @@ -38,5 +38,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 0b9d27fec..752d646f3 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 +}

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for PublicKeyString

source§

impl VectorIntoWasmAbi for PublicKeyString

source§

impl WasmDescribe for PublicKeyString

source§

impl WasmDescribeVector for PublicKeyString

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 PublicKeyString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for PublicKeyString

source§

impl VectorIntoWasmAbi for PublicKeyString

source§

impl WasmDescribe for PublicKeyString

source§

impl WasmDescribeVector for PublicKeyString

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 @@ -38,5 +38,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 ee5eb0fa2..662e53204 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 @@ -8,18 +8,18 @@ pub messages: Vec<Messages>, }
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 +
§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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for TransactionProcessed

source§

impl VectorIntoWasmAbi for TransactionProcessed

source§

impl WasmDescribe for TransactionProcessed

source§

impl WasmDescribeVector for TransactionProcessed

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 TransactionProcessed

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for TransactionProcessed

source§

impl VectorIntoWasmAbi for TransactionProcessed

source§

impl WasmDescribe for TransactionProcessed

source§

impl WasmDescribeVector for TransactionProcessed

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 @@ -46,5 +46,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 0527c4915..2f5fc4c66 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 @@ -5,18 +5,18 @@ pub consumed: String, 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 +

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 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 = RcRef<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 = RcRef<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 = RcRef<Version2>

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 Version2

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 Version2

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for 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 @@ -43,5 +43,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 cc19a3ded..ffd99af41 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 @@ -39,15 +39,15 @@
§Arguments§Returns

Result indicating success or an error message.

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 +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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for Watcher

source§

fn vector_into_jsvalue(vector: Box<[Watcher]>) -> JsValue

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§

fn describe()

source§

impl WasmDescribeVector for Watcher

source§

fn describe_vector()

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 ce9837f56..c6594400c 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 @@ -1,18 +1,18 @@ Body in casper_rust_wasm_sdk::watcher::watcher - Rust

Struct casper_rust_wasm_sdk::watcher::watcher::Body

source ·
pub struct Body {
     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 +

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -39,5 +39,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 1e76fd83b..30c618345 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 @@ -2,18 +2,18 @@ pub err: Option<String>, 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 +

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for EventParseResult

source§

impl VectorIntoWasmAbi for EventParseResult

source§

impl WasmDescribe for EventParseResult

source§

impl WasmDescribeVector for EventParseResult

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 EventParseResult

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for 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 @@ -40,5 +40,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 537cf9b62..7f21cff0a 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 @@ -4,18 +4,18 @@ }
Expand description

Represents the result of an execution, either Success or Failure.

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 +

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 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 = RcRef<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 = RcRef<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 = RcRef<ExecutionResult>

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 ExecutionResult

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 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 @@ -42,5 +42,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 e95d69dd4..12adbe6d0 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 @@ -2,18 +2,18 @@ pub cost: String, 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 -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 +

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 +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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 = RcRefMut<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 VectorIntoJsValue for 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 @@ -40,5 +40,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 c0f0ae77b..439b54d35 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 +}

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 = RcRefMut<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 VectorIntoJsValue for 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§

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 @@ -39,5 +39,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 6a2c2b2bc..55efc2c86 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 @@ -1,17 +1,17 @@ Message in casper_rust_wasm_sdk::watcher::watcher - Rust

Struct casper_rust_wasm_sdk::watcher::watcher::Message

source ·
pub struct Message {
     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 +}

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for 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 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 @@ -38,5 +38,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 df5d36347..0143bb695 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 @@ -5,18 +5,18 @@ pub topic_name_hash: String, 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 +}

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 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 = RcRef<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 +ABI boundary.
source§

impl LongRefFromWasmAbi for Messages

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRef<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 FromWasmAbi.
source§

impl OptionIntoWasmAbi for Messages

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 Messages

§

type Abi = u32

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

type Anchor = RcRef<Messages>

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 Messages

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 = RcRefMut<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 VectorIntoJsValue for 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§

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 @@ -43,5 +43,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 557628b57..d526ed88b 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 +}

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 Payment

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for 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§

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 @@ -38,5 +38,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 d479aaca6..561b5c775 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 +}

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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for PublicKeyString

source§

impl VectorIntoWasmAbi for PublicKeyString

source§

impl WasmDescribe for PublicKeyString

source§

impl WasmDescribeVector for PublicKeyString

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 PublicKeyString

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for PublicKeyString

source§

impl VectorIntoWasmAbi for PublicKeyString

source§

impl WasmDescribe for PublicKeyString

source§

impl WasmDescribeVector for PublicKeyString

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 @@ -38,5 +38,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 5964900e7..bd9e73095 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 @@ -8,18 +8,18 @@ pub messages: Vec<Messages>, }
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 +
§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 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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for TransactionProcessed

source§

impl VectorIntoWasmAbi for TransactionProcessed

source§

impl WasmDescribe for TransactionProcessed

source§

impl WasmDescribeVector for TransactionProcessed

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 TransactionProcessed

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for TransactionProcessed

source§

impl VectorIntoWasmAbi for TransactionProcessed

source§

impl WasmDescribe for TransactionProcessed

source§

impl WasmDescribeVector for TransactionProcessed

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 @@ -46,5 +46,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 b22132ae3..2330b36aa 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 @@ -5,18 +5,18 @@ pub consumed: String, 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 +

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 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 = RcRef<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 = RcRef<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 = RcRef<Version2>

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 Version2

§

type Abi = u32

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

type Anchor = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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§

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 Version2

§

type Abi = u32

Same as RefFromWasmAbi::Abi
§

type Anchor = RcRefMut<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 VectorIntoJsValue for 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 @@ -43,5 +43,5 @@ V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where - T: for<'de> Deserialize<'de>,

\ No newline at end of file +[WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file 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 3446068a8..9d6f73bd6 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 @@ -39,15 +39,15 @@
§Arguments§Returns

Result indicating success or an error message.

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 +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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRef<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 = RcRefMut<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 VectorIntoJsValue for 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 = RcRefMut<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 VectorIntoJsValue for Watcher

source§

fn vector_into_jsvalue(vector: Box<[Watcher]>) -> JsValue

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§

fn describe()

source§

impl WasmDescribeVector for Watcher

source§

fn describe_vector()

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 ced6289e7..70abb121b 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":"FNNCNCNCNCNNNNNNNNNNNNNNNNNNNNNNNCCNCNNNNNNNNNNNNNNNNCNCNNNNNNCNNNNCNNNCNCNCNCNCNCNNNNNCNNNNNNNNCHHSHHHHHHHHHHHHHHHHHCCCCCCCCCCCCCCCCCCCCCCCCGPPNNNNNNNNNNNNNGPPNNNNNNNNNNNNNPGPGFFFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNOOONNOOOOONNOOONNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCFNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFKNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNMNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNTPTPGTPNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCPPPPPPPPPPFGPFGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCFFFFFFFFFFFFFFNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNOONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONOOONNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","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","vector_into_jsvalue","vzip","wait_deploy","wait_transaction","watch_deploy","watch_transaction","watcher","error","log","BLAKE2B_DIGEST_LENGTH","cl_value_to_json","get_base64_key_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","vector_into_jsvalue","vector_into_jsvalue","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","pricing_mode","public_key","purse_identifier","sdk_error","transaction","transaction_category","transaction_hash","transaction_params","uref","verbosity","wallet","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","vector_into_jsvalue","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","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","vector_into_jsvalue","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","from_formatted_str","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","vector_into_jsvalue","vzip","dictionary_addr","entity_addr","hash_addr","transfer_addr","uref_addr","DictionaryAddr","borrow","borrow_mut","describe","describe_vector","from","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","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","vector_into_jsvalue","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","value","vector_from_abi","vector_into_abi","vector_into_jsvalue","vzip","write_bytes","HashAddr","borrow","borrow_mut","describe","describe_vector","from","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","none","ref_from_abi","ref_mut_from_abi","return_abi","to_bytes","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vector_into_jsvalue","vzip","TransferAddr","borrow","borrow_mut","describe","describe_vector","from","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","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","vector_into_jsvalue","vzip","URefAddr","borrow","borrow_mut","describe","describe_vector","from","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","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","vector_into_jsvalue","vzip","AddressableEntityHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","from","from","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","vzip","ContractHash","__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","vector_into_jsvalue","vzip","write_bytes","ContractPackageHash","__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","vector_into_jsvalue","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","from_json_string","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","vzip","AccountNamedKey","ContractNamedKey","DictionaryItemStrParams","DictionaryVariant","EntityNamedKey","URefVariant","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_named_key","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","contract_named_key","default","describe","describe_vector","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dictionary","dictionary_item_str_params_to_casper_client","entity_named_key","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_abi","into","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","serialize","set_account_named_key","set_contract_named_key","set_dictionary","set_entity_named_key","set_uref","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from_js_value","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","uref","vector_from_abi","vector_into_abi","vector_into_jsvalue","vzip","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","vector_into_jsvalue","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","vector_into_jsvalue","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_account_info_js_alias","new_from_contract_info","new_from_contract_info_js_alias","new_from_dictionary_key","new_from_dictionary_key_js_alias","new_from_entity_info","new_from_entity_info_js_alias","new_from_seed_uref","new_from_seed_uref_js_alias","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","vector_into_jsvalue","vzip","Digest","ToDigest","__clone_box","as_ref","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","deserialize","encode_hex","encode_hex_upper","fmt","fmt","from","from","from","from_abi","from_bytes","from_raw","into","into_abi","is_empty","is_empty","is_none","long_ref_from_abi","new","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","try_from_js_value","try_into","type_id","value","vector_from_abi","vector_into_abi","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","vzip","CLASSIC","Classic","FIXED","Fixed","PricingMode","RESERVED","Reserved","__clone_box","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","fmt","from","from_abi","into","into_abi","is_none","none","return_abi","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vector_into_jsvalue","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","tag","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","vector_into_jsvalue","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","vector_into_jsvalue","vzip","ConflictingArguments","Core","CustomError","FailedToDecodeHex","FailedToGenerateSecretKey","FailedToParseAccountHash","FailedToParseAccountHashLength","FailedToParseAddressableEntityHash","FailedToParseBool","FailedToParseContractHash","FailedToParseContractPackageHash","FailedToParseDec","FailedToParseDigest","FailedToParseEntity","FailedToParseEntityAddrLength","FailedToParseInt","FailedToParseJsonArgs","FailedToParseKey","FailedToParsePackageAddr","FailedToParsePackageHash","FailedToParsePublicKey","FailedToParsePublicKeyBytes","FailedToParseSecretKey","FailedToParseStateIdentifier","FailedToParseTimeDiff","FailedToParseTimestamp","FailedToParseTransactionCategory","FailedToParseTransferTarget","FailedToParseURef","FailedToParseUint","FailedToParseValidatorPublicKey","InvalidArgument","InvalidCLValue","JsonArgs","SdkError","SerializationError","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","context","context","context","context","context","context","context","error","error","error","error","error","error","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","from_json_string","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","vector_into_jsvalue","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","Auction","InstallUpgrade","Large","Medium","Mint","Small","TransactionCategory","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","default","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","from_abi","hash","into","into_abi","is_none","none","partial_cmp","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vector_into_jsvalue","vzip","TransactionHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","digest","fmt","fmt","from","from","from_abi","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","vector_into_jsvalue","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","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_transaction_category","set_validator","target","to_owned","to_owned","to_owned","to_owned","transaction_builder_params_to_casper_client","transaction_bytes","transaction_category","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","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","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","vector_into_jsvalue","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","from_formatted_str","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","vector_into_jsvalue","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","vector_into_jsvalue","vzip","signature_response","SignatureResponse","borrow","borrow_mut","describe","describe_vector","deserialize","fmt","from","from_abi","get_signature","get_signature_hex","into","into_abi","is_cancelled","is_none","long_ref_from_abi","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vector_into_jsvalue","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","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","version1","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"casper_rust_wasm_sdk"],[97,"casper_rust_wasm_sdk::debug"],[99,"casper_rust_wasm_sdk::helpers"],[117,"casper_rust_wasm_sdk::rpcs"],[141,"casper_rust_wasm_sdk::rpcs::get_balance"],[157,"casper_rust_wasm_sdk::rpcs::get_dictionary_item"],[173,"casper_rust_wasm_sdk::rpcs::query_global_state"],[294,"casper_rust_wasm_sdk::types"],[327,"casper_rust_wasm_sdk::types::access_rights"],[367,"casper_rust_wasm_sdk::types::account_hash"],[419,"casper_rust_wasm_sdk::types::account_identifier"],[457,"casper_rust_wasm_sdk::types::addr"],[462,"casper_rust_wasm_sdk::types::addr::dictionary_addr"],[487,"casper_rust_wasm_sdk::types::addr::entity_addr"],[527,"casper_rust_wasm_sdk::types::addr::hash_addr"],[553,"casper_rust_wasm_sdk::types::addr::transfer_addr"],[578,"casper_rust_wasm_sdk::types::addr::uref_addr"],[603,"casper_rust_wasm_sdk::types::addressable_entity_hash"],[650,"casper_rust_wasm_sdk::types::block_hash"],[686,"casper_rust_wasm_sdk::types::block_identifier"],[736,"casper_rust_wasm_sdk::types::cl"],[737,"casper_rust_wasm_sdk::types::cl::bytes"],[784,"casper_rust_wasm_sdk::types::contract_hash"],[824,"casper_rust_wasm_sdk::types::contract_package_hash"],[864,"casper_rust_wasm_sdk::types::deploy"],[933,"casper_rust_wasm_sdk::types::deploy_hash"],[969,"casper_rust_wasm_sdk::types::deploy_params"],[974,"casper_rust_wasm_sdk::types::deploy_params::args_simple"],[1007,"casper_rust_wasm_sdk::types::deploy_params::deploy_str_params"],[1052,"casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params"],[1175,"casper_rust_wasm_sdk::types::deploy_params::payment_str_params"],[1226,"casper_rust_wasm_sdk::types::deploy_params::session_str_params"],[1280,"casper_rust_wasm_sdk::types::dictionary_item_identifier"],[1321,"casper_rust_wasm_sdk::types::digest"],[1372,"casper_rust_wasm_sdk::types::entity_identifier"],[1413,"casper_rust_wasm_sdk::types::era_id"],[1452,"casper_rust_wasm_sdk::types::global_state_identifier"],[1487,"casper_rust_wasm_sdk::types::key"],[1548,"casper_rust_wasm_sdk::types::package_hash"],[1588,"casper_rust_wasm_sdk::types::path"],[1625,"casper_rust_wasm_sdk::types::peer_entry"],[1658,"casper_rust_wasm_sdk::types::pricing_mode"],[1690,"casper_rust_wasm_sdk::types::public_key"],[1741,"casper_rust_wasm_sdk::types::purse_identifier"],[1780,"casper_rust_wasm_sdk::types::sdk_error"],[1833,"casper_rust_wasm_sdk::types::sdk_error::SdkError"],[1881,"casper_rust_wasm_sdk::types::transaction"],[1950,"casper_rust_wasm_sdk::types::transaction_category"],[1998,"casper_rust_wasm_sdk::types::transaction_hash"],[2034,"casper_rust_wasm_sdk::types::transaction_params"],[2036,"casper_rust_wasm_sdk::types::transaction_params::transaction_builder_params"],[2211,"casper_rust_wasm_sdk::types::transaction_params::transaction_str_params"],[2269,"casper_rust_wasm_sdk::types::uref"],[2313,"casper_rust_wasm_sdk::types::verbosity"],[2348,"casper_rust_wasm_sdk::types::wallet"],[2349,"casper_rust_wasm_sdk::types::wallet::signature_response"],[2378,"casper_rust_wasm_sdk::watcher"],[2424,"casper_rust_wasm_sdk::watcher::watcher"],[2868,"casper_rust_wasm_sdk::sdk"],[2869,"alloc::string"],[2870,"core::option"],[2871,"casper_client::rpcs::v2_0_0::put_transaction"],[2872,"casper_client::json_rpc::success_response"],[2873,"core::result"],[2874,"casper_client::rpcs::v1_4_5::put_deploy"],[2875,"casper_client::rpcs::v1_6_0::get_account"],[2876,"casper_client::rpcs::v1_4_5::get_auction_info"],[2877,"casper_rust_wasm_sdk::sdk::rpcs::get_balance"],[2878,"casper_client::rpcs::v1_4_5::get_balance"],[2879,"casper_client::rpcs::v2_0_0::get_block"],[2880,"casper_client::rpcs::v1_4_5::get_block_transfers"],[2881,"casper_client::rpcs::v1_5_0::get_chainspec"],[2882,"casper_client::error"],[2883,"casper_client::rpcs::v2_0_0::get_deploy"],[2884,"casper_rust_wasm_sdk::sdk::rpcs::get_dictionary_item"],[2885,"casper_client::rpcs::v1_4_5::get_dictionary_item"],[2886,"casper_client::rpcs::v2_0_0::get_entity"],[2887,"casper_client::rpcs::v1_4_5::get_era_info"],[2888,"casper_client::rpcs::v1_5_0::get_era_summary"],[2889,"casper_client::rpcs::v2_0_0::get_node_status"],[2890,"casper_client::rpcs::v1_4_5::get_peers"],[2891,"casper_client::rpcs::v1_4_5::get_state_root_hash"],[2892,"casper_client::rpcs::v2_0_0::get_transaction"],[2893,"casper_client::rpcs::v1_4_5::get_validator_changes"],[2894,"casper_client::rpcs::v1_4_5::list_rpcs"],[2895,"casper_client::rpcs::v1_5_0::query_balance"],[2896,"casper_client::rpcs::v2_0_0::query_balance_details"],[2897,"casper_rust_wasm_sdk::sdk::rpcs::query_global_state"],[2898,"casper_client::rpcs::v1_4_5::query_global_state"],[2899,"casper_client::rpcs::v2_0_0::speculative_exec"],[2900,"casper_client::rpcs::v2_0_0::speculative_exec_transaction"],[2901,"wasm_bindgen"],[2902,"core::any"],[2903,"alloc::boxed"],[2904,"casper_rust_wasm_sdk::sdk::watcher::watcher"],[2905,"casper_types::cl_value"],[2906,"serde_json::value"],[2907,"alloc::vec"],[2908,"serde::ser"],[2909,"casper_types::bytesrepr"],[2910,"casper_types::timestamp"],[2911,"casper_types::crypto::asymmetric_key"],[2912,"dyn_clone::sealed"],[2913,"core::fmt"],[2914,"serde::de"],[2915,"casper_types::access_rights::private"],[2916,"core::cmp"],[2917,"casper_types::account::account_hash"],[2918,"casper_types::key"],[2919,"casper_types::addressable_entity"],[2920,"casper_types::transfer::transfer_v1::transfer_v1_addr"],[2921,"casper_types::uref"],[2922,"casper_types::block::block_hash"],[2923,"casper_client::rpcs::common"],[2924,"casper_types::cl_type"],[2925,"core::iter::traits::collect"],[2926,"casper_types::bytesrepr::bytes"],[2927,"js_sys"],[2928,"core::hash"],[2929,"casper_types::contracts"],[2930,"casper_types::package"],[2931,"casper_types::transaction::approval"],[2932,"casper_types::transaction::runtime_args"],[2933,"casper_types::transaction::approvals_hash"],[2934,"casper_types::transaction::deploy"],[2935,"casper_types::transaction::deploy::deploy_hash"],[2936,"casper_client::cli::deploy_str_params"],[2937,"casper_client::cli::dictionary_item_str_params"],[2938,"casper_client::cli::payment_str_params"],[2939,"casper_client::cli::session_str_params"],[2940,"casper_client::rpcs::v2_0_0::get_dictionary_item"],[2941,"casper_types::digest"],[2942,"casper_types::era_id"],[2943,"casper_client::rpcs::v2_0_0::query_balance"],[2944,"casper_client::cli::json_args::error"],[2945,"serde_json::error"],[2946,"casper_client::cli::error"],[2947,"core::error"],[2948,"casper_types::transaction::transaction_v1"],[2949,"casper_types::transaction"],[2950,"casper_types::transaction::transaction_header"],[2951,"casper_types::transaction::transaction_v1::transaction_v1_category"],[2952,"casper_types::transaction::transaction_hash"],[2953,"casper_client::cli::transaction_builder_params"],[2954,"casper_client::cli::transaction_str_params"],[2955,"casper_client::verbosity"],[2956,"core::ops::function"],[2957,"core::marker"],[2958,"casper_rust_wasm_sdk::sdk::contract"],[2959,"casper_rust_wasm_sdk::sdk::deploy"],[2960,"casper_rust_wasm_sdk::sdk::transaction"],[2961,"casper_rust_wasm_sdk::js::externs"],[2962,"casper_rust_wasm_sdk::sdk::rpcs"],[2963,"casper_rust_wasm_sdk::sdk::watcher"]],"i":[0,3,3,0,3,0,3,0,3,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,3,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,0,3,3,3,3,3,3,0,3,3,3,3,0,3,3,3,0,3,0,3,0,3,0,3,0,3,0,3,3,3,3,3,0,3,3,3,3,3,3,3,3,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,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,82,0,55,0,0,0,0,82,55,81,58,82,55,81,58,82,55,57,81,58,82,55,57,81,58,82,55,81,58,82,55,58,81,58,81,58,81,58,81,58,82,55,57,81,81,58,82,55,57,81,58,58,81,58,82,55,57,81,58,81,58,58,57,58,81,58,57,58,57,58,57,81,58,58,57,58,81,58,81,58,81,58,81,58,58,57,58,81,58,82,55,81,58,82,55,57,81,58,81,58,82,55,57,81,58,82,55,57,81,58,81,58,81,58,58,57,81,58,82,55,57,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,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,85,0,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,0,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,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,96,0,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,0,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,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,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,106,106,106,106,106,106,106,106,106,106,0,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,0,20,0,20,113,20,113,20,113,20,113,20,113,20,113,113,113,113,20,113,113,20,113,113,113,113,20,113,113,113,113,113,113,113,113,113,113,20,113,20,113,113,20,113,20,113,113,113,113,20,0,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,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,107,107,107,107,107,0,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,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,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,0,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,0,0,0,0,0,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,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,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0,0,0,0,0,135,136,137,138,139,134,134,135,136,137,138,139,134,135,136,137,138,139,134,135,136,137,138,139,134,135,136,137,138,139,134,134,134,134,134,135,136,137,138,139,134,134,0,134,135,136,137,138,139,134,135,136,137,138,139,134,134,135,136,137,138,139,134,134,134,134,134,134,134,134,134,135,136,137,138,139,134,134,134,134,134,134,135,136,137,138,139,134,135,136,137,138,139,134,134,135,136,137,138,139,134,135,136,137,138,139,134,134,134,134,134,135,136,137,138,139,134,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,0,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,0,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,0,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,0,0,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,25,112,112,112,112,112,112,112,112,112,112,112,25,112,112,112,112,112,112,112,112,112,112,112,112,112,112,0,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,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,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,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,153,153,153,153,153,153,153,153,0,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,0,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,158,158,158,158,0,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,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,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,195,219,196,197,198,199,200,201,202,203,204,205,206,207,210,211,212,213,214,215,216,217,218,219,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,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,49,49,169,169,169,169,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,0,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,0,0,172,174,174,174,174,174,174,172,174,174,0,0,174,0,0,172,174,174,172,173,4,174,4,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,4,174,4,4,172,173,4,174,172,173,4,174,4,4,4,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,4,173,4,4,4,4,4,4,173,4,4,4,4,4,4,4,4,4,4,4,4,172,173,4,174,4,4,4,173,4,173,4,172,173,4,174,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,172,173,4,174,0,4,4,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,4,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,5,5,5,5,5,5,5,5,5,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,50,50,50,50,50,50,16,16,16,0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,0,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,189,66,183,182,183,189,66,182,183,181,190,185,186,190,183,190,183,189,190,187,184,188,185,181,190,189,189,189,191,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,67,181,182,183,184,185,186,187,188,189,190,191,66,190,189,66,180,67,181,182,183,184,185,186,187,188,189,190,191,66,180,67,181,182,183,184,185,186,187,188,189,190,191,66,180,180,67,181,182,183,184,185,186,187,188,189,190,191,66,180,67,181,182,183,184,185,186,187,188,189,190,191,66,183,182,183,180,181,182,183,184,185,186,187,188,189,190,191,66,186,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,182,183,184,185,186,187,188,189,190,191,66,189,66,182,183,181,190,185,180,181,182,183,184,185,186,186,187,188,189,190,191,66,180,67,181,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,191,191,186,190,183,190,180,67,181,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,183,67,182,183,184,185,186,187,188,189,190,191,66,189,190,180,67,181,67,182,183,184,185,186,187,188,189,190,191,66,187,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,182,183,184,185,186,187,188,189,190,191,66,184,67,67,188,67,185,181,190,180,67,181,182,183,184,185,186,187,188,189,190,191,66,186,186,189,189,189,191,180,67,181,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,180,67,181,182,183,184,185,186,187,188,189,190,191,66,190,180,67,181,182,183,184,185,186,187,188,189,190,191,66,67,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,186,180,67,181,182,183,184,185,186,187,188,189,190,191,66],"f":"`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}`{{{b{f}}hj{n{l}}}{{Af{{Ab{A`}}Ad}}}}`{{{b{f}}AhAjAl{n{l}}}{{Af{{Ab{An}}Ad}}}}`{{}f}`{{{b{f}}AhAjAl{n{B`}}{n{l}}}{{Af{{Ab{An}}Ad}}}}{{}Bb}0{cc{}}{Bdf}{{{b{f}}{n{Bf}}{n{l}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Bj}}Ad}}}}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Bl}}Ad}}}}{{{b{f}}cBn{n{B`}}{n{l}}}{{Af{{Ab{C`}}Ad}}}Cb}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Cd}}Ad}}}}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Cf}}Ad}}}}{{{b{f}}{n{B`}}{n{l}}}{{Af{{Ab{Ch}}Cj}}}}{{{b{f}}Cl{n{Cn}}{n{B`}}{n{l}}}{{Af{{Ab{D`}}Cj}}}}{{{b{f}}cDb{n{B`}}{n{l}}}{{Af{{Ab{Dd}}Ad}}}Cb}{{{b{f}}{n{Df}}{n{l}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Dh}}Ad}}}}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Dj}}Ad}}}}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Dl}}Ad}}}}{{{b{f}}{n{l}}}l}{{{b{f}}{n{B`}}{n{l}}}{{Af{{Ab{Dn}}Cj}}}}{{{b{f}}{n{B`}}{n{l}}}{{Af{{Ab{E`}}Cj}}}}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Eb}}Ad}}}}{{{b{f}}Ed{n{Cn}}{n{B`}}{n{l}}}{{Af{{Ab{Ef}}Cj}}}}{{{b{f}}{n{B`}}{n{l}}}{{Af{{Ab{Eh}}Cj}}}}{{{b{f}}{n{B`}}}B`}``{{{b{f}}jEj{n{l}}}{{Af{{Ab{A`}}Ad}}}}`{{{b{f}}AhAj{b{El}}{n{l}}}{{Af{{Ab{An}}Ad}}}}{ce{}{}}{fBd}{{{b{c}}}Cn{}}{{{b{f}}{n{B`}}{n{l}}}{{Af{{Ab{En}}Cj}}}}3{{{b{f}}AhAjAl}{{Af{F`Ad}}}}{{{b{f}}hj}{{Af{FbAd}}}}{{{b{f}}{b{El}}{b{El}}{n{l}}AhAl}{{Af{F`Ad}}}}{{{b{f}}{n{Fd}}{b{El}}{b{El}}j{n{l}}}{{Af{FbAd}}}}{{{n{l}}{n{B`}}}f}{{}c{}}{{{b{f}}F`{n{B`}}{n{l}}}{{Af{{Ab{An}}Cj}}}}{{{b{f}}Fb{n{B`}}{n{l}}}{{Af{{Ab{A`}}Cj}}}}{{{b{f}}{n{Ff}}{n{l}}{n{Fh}}{n{l}}{n{l}}{n{B`}}{n{l}}}{{Af{{Ab{Fj}}Ad}}}}{{{b{f}}{n{Ff}}{n{l}}{n{Fh}}{n{l}}{n{l}}{n{B`}}{n{l}}}{{Af{{Ab{Fl}}Ad}}}}`{{{b{f}}cDb{n{B`}}{n{l}}}{{Af{{Ab{Dd}}Ad}}}Cb}`{{{b{f}}{n{Df}}{n{l}}Fn{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{G`}}Ad}}}}{{{b{f}}Gb}{{Af{{Ab{G`}}Ad}}}}{{{b{f}}{n{Gd}}}{{Af{GbAd}}}}{ce{}{}}0{c{}{}}`{{{b{df}}{n{l}}}{{Af{Bbl}}}}{{{b{df}}{n{B`}}}{{Af{Bbl}}}}{{{b{f}}F`{b{El}}}F`}{{{b{f}}Fb{b{El}}}Fb}`{{{b{f}}AhAjAl{n{B`}}{n{l}}}{{Af{{Ab{Gf}}Ad}}}}{{{b{f}}Fb{n{B`}}{n{l}}}{{Af{{Ab{Gh}}Ad}}}}{{{b{f}}F`{n{B`}}{n{l}}}{{Af{{Ab{Gf}}Ad}}}}`{{{b{f}}hj{n{B`}}{n{l}}}{{Af{{Ab{Gh}}Ad}}}}`{{{b{f}}{b{El}}{b{El}}{n{l}}AhAl{n{B`}}{n{l}}}{{Af{{Ab{Gf}}Ad}}}}`{{{b{f}}{n{Fd}}{b{El}}{b{El}}j{n{l}}{n{B`}}{n{l}}}{{Af{{Ab{Gh}}Ad}}}}`{{{b{f}}hj{n{B`}}{n{l}}}{{Af{{Ab{A`}}Ad}}}}`{{{b{f}}{b{El}}{b{El}}{n{l}}AhAl{n{B`}}{n{l}}}{{Af{{Ab{An}}Ad}}}}`{{{b{f}}{n{Fd}}{b{El}}{b{El}}j{n{l}}{n{B`}}{n{l}}}{{Af{{Ab{A`}}Ad}}}}{c{{Af{e}}}{}{}}{Gj{{Af{fc}}}{}}1{{{b{c}}}Gl{}}`{c{{H`{{Gn{f}}}}}{}}{{{H`{{Gn{f}}}}}c{}}{{{H`{{Gn{f}}}}}Gj}{ce{}{}}{{{b{f}}{b{El}}{b{El}}{n{Hb}}}{{Af{Hdl}}}}0{{{b{f}}{b{El}}{n{Hb}}}Hf}0`{{{b{El}}}Bb}0`{{{b{Hh}}}{{n{Hj}}}}{{{b{El}}}{{Af{lAd}}}}{{{b{El}}}l}{{{n{l}}}l}{{{n{Hb}}}Hb}{{{n{{b{El}}}}}l}3{{{b{El}}}{{Hn{Hl}}}}{{c{n{B`}}}{{Af{lAd}}}I`}{{Ib{b{c}}}lId}7{{{b{El}}}{{Af{IfAd}}}}{{{b{El}}}{{Af{IhAd}}}}9{{{b{El}}}{{Af{IjAd}}}}{{}{{Af{IjAd}}}}0```````````````````````````{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Bn}}}Bn}{{{b{c}}{b{de}}}Bb{}{}}{{{b{Bn}}{b{dIn}}}J`}{cc{}}{ce{}{}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}0{{{b{c}}}Gl{}}3```:98{{{b{Db}}}Db}7{{{b{Db}}{b{dIn}}}J`}6543325`````````<<<<;;;;;:::::{{{b{Jb}}}Jb}{{{b{Gd}}}Gd}{{{b{Jd}}}Jd}{{{b{Fn}}}Fn}<<<<{{}Gd}{{}Bb}000{c{{Af{Jb}}}Jf}{c{{Af{Gd}}}Jf}{{{b{Jb}}{b{dIn}}}J`}{{{b{Gd}}{b{dIn}}}J`}{{{b{Jd}}{b{dIn}}}J`}{{{b{Fn}}{b{dIn}}}J`}{{{b{Gb}}{b{dIn}}}J`}{cc{}}{G`Jb}1111{BdJb}{BdGd}`{ce{}{}}0000{JbBd}{GdBd}{{{b{c}}}Cn{}}0```33`````{{}c{}}0```4444{c{}{}}0{{{b{Jb}}c}AfJh}{{{b{Gd}}c}AfJh}```{{{b{c}}}e{}{}}000{c{{Af{e}}}{}{}}0000{Gj{{Af{Jbc}}}{}}{Gj{{Af{Gdc}}}{}}22222{{{b{c}}}Gl{}}0000{c{{H`{{Gn{Jb}}}}}{}}{c{{H`{{Gn{Gd}}}}}{}}{{{H`{{Gn{Jb}}}}}c{}}{{{H`{{Gn{Gd}}}}}c{}}{{{H`{{Gn{Jb}}}}}Gj}{{{H`{{Gn{Gd}}}}}Gj}``{ce{}{}}0000``````````````````````````````````{{}Hl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Jj}{{}Bb}0{{{b{Jj}}{b{dIn}}}J`}{cc{}}{JlJj}{BdJj}{{CnCnCn}Jj}:{JjBd}{{{b{Jj}}}Cn}0{{{b{c}}}Cn{}}11={Hl{{Af{JjJn}}}}={{}c{}}>>>>??{c{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Jjc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Jj}}}}}{}}{{{H`{{Gn{Jj}}}}}c{}}{{{H`{{Gn{Jj}}}}}Gj}{ce{}{}}{{}Hl}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{K`}}}K`}{{{b{c}}{b{de}}}Bb{}{}}{{{b{K`}}{b{K`}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{}Bb}0{c{{Af{K`}}}Jf}{{{b{K`}}{b{K`}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{K`}}{b{dIn}}}J`}{DfK`}{cc{}}{{{Hn{Hl}}}K`}{KdK`}{FhK`}{BfK`}{BdK`}{{{b{{Gn{Hl}}}}}{{Af{{Kf{K`{b{{Gn{Hl}}}}}}Kh}}}}5{{{b{El}}}{{Af{K`Ad}}}}{KjK`}{ce{}{}}{K`Bd}{{{b{c}}}Cn{}}24{{}c{}}{{{b{K`}}{b{K`}}}{{n{Kb}}}}44{c{}{}}{{{b{K`}}c}AfJh}{{{b{K`}}}Kl}{{{b{K`}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{K`}}}l}0{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{K`c}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{K`}}}}}{}}{{{H`{{Gn{K`}}}}}c{}}{{{H`{{Gn{K`}}}}}Gj}{ce{}{}}{{{b{K`}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Bf}}}Bf}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Bf}}}Jf}{{{b{Bf}}{b{dIn}}}J`}0{KjBf}{cc{}}{K`Bf}{KnBf}{BdBf}24{{{b{El}}}{{Af{BfAd}}}}?{BfBd}{{{b{c}}}Cn{}}{ce{}{}}{{}c{}}11{c{}{}}{{{b{Bf}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Bfc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Bf}}}}}{}}{{{H`{{Gn{Bf}}}}}c{}}{{{H`{{Gn{Bf}}}}}Gj};``````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Bb}0{cc{}}{{{Hn{Hl}}}L`}{LbL`}{BdL`}{ce{}{}}{L`Bd}{{{b{c}}}Cn{}}2{{}c{}}33{c{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{L`c}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{L`}}}}}{}}{{{H`{{Gn{L`}}}}}c{}}{{{H`{{Gn{L`}}}}}Gj}:`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ld}}}Ld}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Ld}}}Jf}{{{b{Ld}}{b{dIn}}}J`}{DfLd}{cc{}}{LfLd}{BdLd}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Ld{b{{Gn{Hl}}}}}}Kh}}}}{{{b{El}}}{{Af{LdAd}}}}{ce{}{}}{LdBd}{{{b{c}}}Cn{}}2{{}c{}}33{c{}{}}{{{b{Ld}}c}AfJh}{{{b{Ld}}}Kl}{{{b{Ld}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Ld}}}l}0{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ldc}}}{}}1{{{b{c}}}Gl{}}{{{b{Ld}}}Lh}{c{{H`{{Gn{Ld}}}}}{}}{{{H`{{Gn{Ld}}}}}c{}}{{{H`{{Gn{Ld}}}}}Gj}{ce{}{}}{{{b{Ld}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Bb}0{cc{}}{LjLh}{{{Hn{Hl}}}Lh}{BdLh}8{LhBd}{{{b{c}}}Cn{}}:{{}c{}};;{c{}{}}{{{b{Lh}}}{{Hn{Hl}}}}{c{{Af{e}}}{}{}}{Gj{{Af{Lhc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Lh}}}}}{}}{{{H`{{Gn{Lh}}}}}c{}}{{{H`{{Gn{Lh}}}}}Gj}{ce{}{}}`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Bb}0{{{Hn{Hl}}}Ll}{cc{}}{LnLl}{BdLl}7{LlBd}{{{b{c}}}Cn{}}9{{}c{}}::{c{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Llc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Ll}}}}}{}}{{{H`{{Gn{Ll}}}}}c{}}{{{H`{{Gn{Ll}}}}}Gj}{ce{}{}}`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Bb}0{{{Hn{Hl}}}M`}{MbM`}{cc{}}{BdM`}7{M`Bd}{{{b{c}}}Cn{}}9{{}c{}}::{c{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{M`c}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{M`}}}}}{}}{{{H`{{Gn{M`}}}}}c{}}{{{H`{{Gn{M`}}}}}Gj}{ce{}{}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Md}}}Md}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Md}}}Jf}{{{b{Md}}{b{Md}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{Md}}{b{dIn}}}J`}{MfMd}{LdMd}{{{Mh{Hl}}}Md}{MjMd}{LhMd}{cc{}}{BdMd}{{{Hn{Hl}}}Md}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Md{b{{Gn{Hl}}}}}}Kh}}}}{{{b{El}}}{{Af{MdAd}}}}{ce{}{}}{MdBd}{{{b{c}}}Cn{}}23{{}c{}}33{c{}{}}{{{b{Md}}c}AfJh}{{{b{Md}}}Kl}{{{b{Md}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Md}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Mdc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Md}}}}}{}}{{{H`{{Gn{Md}}}}}c{}}{{{H`{{Gn{Md}}}}}Gj}?{{{b{Md}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ml}}}Ml}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Ml}}}Jf}{{{b{Ml}}{b{dIn}}}J`}0{MnMl}{cc{}}{N`Ml}{BdMl}{N`{{Af{MlAd}}}}{ce{}{}}{MlBd}{{{b{c}}}Cn{}}2{{{b{El}}}{{Af{MlAd}}}}{{}c{}}44{c{}{}}{{{b{Ml}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Mlc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Ml}}}}}{}}{{{H`{{Gn{Ml}}}}}c{}}{{{H`{{Gn{Ml}}}}}Gj}>````{{{b{c}}Il}Bb{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{Nb}}}Nb}{{{b{Bh}}}Bh}{{{b{c}}{b{de}}}Bb{}{}}0{{}Bb}0{c{{Af{Nb}}}Jf}{{{b{Nb}}{b{dIn}}}J`}{{{b{Bh}}{b{dIn}}}J`}{NdNb}{cc{}}0{BdNb}{MlNb}{HbNb}{ce{}{}}0{NbBd}{{{b{c}}}Cn{}}2{NbNb}{{}c{}}44{c{}{}}{{{b{Nb}}c}AfJh}{{{b{c}}}e{}{}}0{c{{Af{e}}}{}{}}0{Gj{{Af{Nbc}}}{}}11{{{b{c}}}Gl{}}0{c{{H`{{Gn{Nb}}}}}{}}{{{H`{{Gn{Nb}}}}}c{}}{{{H`{{Gn{Nb}}}}}Gj}==``{{{b{c}}Il}Bb{}}{{{b{Ej}}}{{b{{Gn{Hl}}}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Nf}{{{b{Ej}}}Ej}{{{b{c}}{b{de}}}Bb{}{}}{{{b{Ej}}{b{Ej}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{}Ej}{{{b{Ej}}}{{b{c}}}{}}{{}Bb}0{{{b{c}}}e{}{{Nj{Nh}}}}0{{{b{Ej}}{b{Ej}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{Ej}}{b{dIn}}}J`}{{{Hn{Hl}}}Ej}{cc{}}{NlEj}{{{b{{Gn{Hl}}}}}Ej}{BdEj}{NnEj}{{{b{Ej}}{b{dc}}}BbO`}{ce{}{}}{EjBd}{{{b{c}}}Cn{}}2{{}Ej}{{}c{}}{{{b{Ej}}{b{Ej}}}{{n{Kb}}}}55{c{}{}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ejc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Ej}}}}}{}}{{{H`{{Gn{Ej}}}}}c{}}{{{H`{{Gn{Ej}}}}}Gj}=`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Mf}}}Mf}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Mf}}}Jf}{{{b{Mf}}{b{dIn}}}J`}{ObMf}{cc{}}{MjMf}{BdMf}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Mf{b{{Gn{Hl}}}}}}Kh}}}}{{{Hn{Hl}}}Mf}{{{b{El}}}{{Af{MfAd}}}}{ce{}{}}{MfBd}{{{b{c}}}Cn{}}23{{}c{}}33{c{}{}}{{{b{Mf}}c}AfJh}{{{b{Mf}}}Kl}{{{b{Mf}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Mf}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Mfc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Mf}}}}}{}}{{{H`{{Gn{Mf}}}}}c{}}{{{H`{{Gn{Mf}}}}}Gj}?{{{b{Mf}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Od}}}Od}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Od}}}Jf}{{{b{Od}}{b{dIn}}}J`}{OfOd}{cc{}}{OhOd}{BdOd}{{{Hn{Hl}}}Od}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Od{b{{Gn{Hl}}}}}}Kh}}}}{{{b{El}}}{{Af{OdAd}}}}{ce{}{}}{OdBd}{{{b{c}}}Cn{}}23{{}c{}}33{c{}{}}{{{b{Od}}c}AfJh}{{{b{Od}}}Kl}{{{b{Od}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Od}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Odc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Od}}}}}{}}{{{H`{{Gn{Od}}}}}c{}}{{{H`{{Gn{Od}}}}}Gj}?{{{b{Od}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{F`}}}l}{{{b{dF`}}l{n{l}}}F`}{{{b{F`}}{b{El}}{b{El}}}F`}{{{b{F`}}}{{Hn{Oj}}}}{{{b{F`}}}Ol}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{F`}}}{{n{l}}}}7{{{b{F`}}}F`}{{{b{c}}{b{de}}}Bb{}{}}{{{b{F`}}}{{Af{OnKh}}}}{{}Bb}0{c{{Af{F`}}}Jf}<{{{b{F`}}}Cn}{{{b{F`}}{b{dIn}}}J`}{A@`F`}{cc{}}{BdF`}{{{b{El}}}{{Af{F`Ad}}}}5{{{b{F`}}}Cl}{ce{}{}}{F`Bd}88{{{b{c}}}Cn{}}{{{b{F`}}Hl}Cn}::::3{{}c{}}{{{b{F`}}Hl}l}55{c{}{}}{{{b{F`}}c}AfJh}{{{b{dF`}}{b{El}}}F`}{{{b{F`}}}l}{{{b{F`}}}{{Af{lAd}}}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{F`c}}}{}}14{{{b{c}}}Gl{}}{{{b{F`}}}Cn}{c{{H`{{Gn{F`}}}}}{}}{{{H`{{Gn{F`}}}}}c{}}{{{H`{{Gn{F`}}}}}Gj}{ce{}{}}{{{b{F`}}Kj{n{l}}}F`}{{{b{F`}}{b{El}}{n{l}}}F`}0{{{b{F`}}Mf{n{l}}}F`}{{{b{F`}}Ej{n{l}}}F`}{{{b{F`}}Od{n{l}}}F`}{{AhAjAl}{{Af{F`l}}}}{{{b{F`}}{n{l}}}F`}55{{{b{El}}{b{El}}{n{l}}AhAl}{{Af{F`l}}}}6`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Cl}}}Cl}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Cl}}}Jf}{{{b{Cl}}{b{dIn}}}J`}0{N`Cl}{cc{}}{A@bCl}{BdCl}{N`{{Af{ClAd}}}}{ce{}{}}{ClBd}{{{b{c}}}Cn{}}2{{{b{El}}}{{Af{ClAd}}}}{{}c{}}44{c{}{}}{{{b{Cl}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Clc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Cl}}}}}{}}{{{H`{{Gn{Cl}}}}}c{}}{{{H`{{Gn{Cl}}}}}Gj}>``````{{{b{c}}Il}Bb{}}{{{b{A@d}}}{{b{{Gn{l}}}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{A@d}}}A@d}{{{b{c}}{b{de}}}Bb{}{}}{{}A@d}{{}Bb}0{{{b{A@d}}{b{dIn}}}J`}{cc{}}{{{Hn{l}}}A@d}{BdA@d}{cA@d{{A@h{}{{A@f{Gj}}}}}}{ce{}{}}{A@dBd}{{{b{c}}}Cn{}}2{GjA@d}{{}c{}}44{c{}{}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{A@dc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{A@d}}}}}{}}{{{H`{{Gn{A@d}}}}}c{}}{{{H`{{Gn{A@d}}}}}Gj}<`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ah}}}{{n{l}}}}{{{b{Ah}}}Ah}{{{b{c}}{b{de}}}Bb{}{}}{{}Ah}{{{b{Ah}}}A@j}{{}Bb}0{{{b{Ah}}{b{dIn}}}J`}{cc{}}{BdAh}8{ce{}{}}{AhBd}{{{b{c}}}Cn{}}2{{{b{El}}{b{El}}{n{l}}{n{l}}{n{l}}{n{l}}}Ah}{{}c{}}44{c{}{}}>>{{{b{Ah}}{b{El}}}Bb}{{{b{Ah}}}Bb}0{{{b{Ah}}l}Bb}22{{{b{Ah}}{n{l}}}Bb}0{{{b{Ah}}}{{n{l}}}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ahc}}}{}}13{{{b{c}}}Gl{}}{c{{H`{{Gn{Ah}}}}}{}}{{{H`{{Gn{Ah}}}}}c{}}{{{H`{{Gn{Ah}}}}}Gj}{ce{}{}}``````{{{b{c}}Il}Bb{}}00000{{{b{A@l}}}{{n{A@n}}}}{{{b{c}}}{{b{e}}}{}{}}00000{{{b{dc}}}{{b{de}}}{}{}}00000{{{b{A@n}}}A@n}{{{b{AA`}}}AA`}{{{b{AAb}}}AAb}{{{b{AAd}}}AAd}{{{b{AAf}}}AAf}{{{b{A@l}}}A@l}{{{b{c}}{b{de}}}Bb{}{}}00000{{{b{A@l}}}{{n{AA`}}}}{{}A@l}{{}Bb}0{c{{Af{A@n}}}Jf}{c{{Af{AA`}}}Jf}{c{{Af{AAb}}}Jf}{c{{Af{AAd}}}Jf}{c{{Af{AAf}}}Jf}{c{{Af{A@l}}}Jf}{{{b{A@l}}}{{n{AAf}}}}{{{b{A@l}}}AAh}{{{b{A@l}}}{{n{AAb}}}}{{{b{A@n}}{b{dIn}}}J`}{{{b{AA`}}{b{dIn}}}J`}{{{b{AAb}}{b{dIn}}}J`}{{{b{AAd}}{b{dIn}}}J`}{{{b{AAf}}{b{dIn}}}J`}{{{b{A@l}}{b{dIn}}}J`}{cc{}}00000{BdA@l}{ce{}{}}00000{A@lBd}{{{b{c}}}Cn{}}2{{}A@l}{{}c{}}44{c{}{}}{{{b{A@n}}c}AfJh}{{{b{AA`}}c}AfJh}{{{b{AAb}}c}AfJh}{{{b{AAd}}c}AfJh}{{{b{AAf}}c}AfJh}{{{b{A@l}}c}AfJh}{{{b{dA@l}}{b{El}}{b{El}}{b{El}}}Bb}0{{{b{dA@l}}{b{El}}}Bb}1{{{b{dA@l}}{b{El}}{b{El}}}Bb}{{{b{c}}}e{}{}}00000{c{{Af{e}}}{}{}}00000{Gj{{Af{A@lc}}}{}}111111{{{b{c}}}Gl{}}00000{{{b{A@l}}}{{n{AAd}}}}{c{{H`{{Gn{A@l}}}}}{}}{{{H`{{Gn{A@l}}}}}c{}}{{{H`{{Gn{A@l}}}}}Gj}{ce{}{}}00000`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Al}}}Al}{{{b{c}}{b{de}}}Bb{}{}}{{}Al}{{}Bb}0{{{b{Al}}{b{dIn}}}J`}{cc{}}{BdAl}:{AlBd}{{{b{c}}}Cn{}}<{{{n{l}}{n{l}}{n{l}}{n{l}}{n{l}}{n{l}}{n{AAj}}{n{l}}{n{l}}{n{l}}}Al}{{}c{}}{{{b{Al}}}{{n{l}}}}0{{{b{Al}}}{{n{AAj}}}}111111{{{b{Al}}}AAl}2{ce{}{}}0{c{}{}}{{{b{Al}}{b{El}}}Bb}0{{{b{Al}}AAj}Bb}1111111{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Alc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Al}}}}}{}}{{{H`{{Gn{Al}}}}}c{}}{{{H`{{Gn{Al}}}}}Gj}:`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Aj}}}Aj}{{{b{c}}{b{de}}}Bb{}{}}{{}Aj}{{}Bb}0{{{b{Aj}}{b{dIn}}}J`}{cc{}}{BdAj}{ce{}{}}{AjBd}{{{b{c}}}Cn{}}{{{b{Aj}}}{{n{Cn}}}}3{{{n{l}}{n{l}}{n{l}}{n{l}}{n{l}}{n{Ej}}{n{AAj}}{n{l}}{n{l}}{n{l}}{n{Cn}}}Aj}{{}c{}}55{c{}{}}{{{b{Aj}}}{{n{l}}}}{{{b{Aj}}}{{n{A@d}}}}{{{b{Aj}}}{{n{Ej}}}}222222{{{b{Aj}}}AAn}3{{{b{Aj}}Cn}Bb}{{{b{dAj}}{Hn{l}}}Bb}{{{b{Aj}}{b{El}}}Bb}{{{b{dAj}}AAj}Bb}{{{b{Aj}}Ej}Bb}2222222{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ajc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Aj}}}}}{}}{{{H`{{Gn{Aj}}}}}c{}}{{{H`{{Gn{Aj}}}}}Gj}{ce{}{}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AB`}}}AB`}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{AB`}}}Jf}{{{b{AB`}}{b{dIn}}}J`}{ABbAB`}{cc{}}{BdAB`};{AB`Bd}{{{b{c}}}Cn{}}={{{b{El}}{b{El}}{b{El}}}{{Af{AB`Ad}}}}{{{b{El}}{b{El}}{b{El}}}{{Af{AB`Jn}}}}10{{{b{El}}}{{Af{AB`Ad}}}}{{{b{El}}}{{Af{AB`Jn}}}}32{{{b{El}}{b{El}}}{{Af{AB`Ad}}}}{{{b{El}}{b{El}}}{{Af{AB`Jn}}}}{{}c{}}{ce{}{}}0{c{}{}}{{{b{AB`}}c}AfJh}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{AB`c}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{AB`}}}}}{}}{{{H`{{Gn{AB`}}}}}c{}}{{{H`{{Gn{AB`}}}}}Gj}9``{{{b{c}}Il}Bb{}}{{{b{N`}}}{{b{{Gn{Hl}}}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{N`}}}N`}{{{b{c}}{b{de}}}Bb{}{}}{{}N`}{{}Bb}0{c{{Af{N`}}}Jf}{{{b{c}}}e{}{{Nj{Nh}}}}0{{{b{N`}}{b{dIn}}}{{Af{BbABd}}}}{{{b{N`}}{b{dIn}}}J`}{ABfN`}{{{Mh{Hl}}}N`}{cc{}}{BdN`}{{{b{{Gn{Hl}}}}}{{Af{{Kf{N`{b{{Gn{Hl}}}}}}Kh}}}}{{{Hn{Hl}}}{{Af{N`Ad}}}}{ce{}{}}{N`Bd}{{{b{Cb}}}Cn}{{{b{N`}}}Cn}{{{b{c}}}Cn{}}4{{{b{El}}}{{Af{N`Ad}}}}{{}c{}}66{c{}{}}{{{b{N`}}c}AfJh}{{{b{N`}}}Kl}{{{b{N`}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Cb}}}N`}{{{b{N`}}}N`}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{{{b{El}}}{{Af{N`c}}}{}}{c{{Af{e}}}{}{}}{Gj{{Af{N`c}}}{}}1{{{b{c}}}Gl{}}{{{b{N`}}}{{Mh{Hl}}}}{c{{H`{{Gn{N`}}}}}{}}{{{H`{{Gn{N`}}}}}c{}}{{{H`{{Gn{N`}}}}}Gj}{ce{}{}}{{{b{N`}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Df}}}Df}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Df}}}Jf}{{{b{Df}}{b{dIn}}}J`}0{K`Df}{LdDf}{KjDf}{cc{}}{ABhDf}{BdDf}543{{{b{El}}}{{Af{DfAd}}}}{ce{}{}}{DfBd}{{{b{c}}}Cn{}}23{{}c{}}33{c{}{}}{{{b{Df}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Dfc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Df}}}}}{}}{{{H`{{Gn{Df}}}}}c{}}{{{H`{{Gn{Df}}}}}Gj}=`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ABj}}}ABj}{{{b{c}}{b{de}}}Bb{}{}}{{{b{ABj}}{b{ABj}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{}ABj}{{}Bb}0{{{b{ABj}}{b{ABj}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{ABj}}{b{dIn}}}J`}{ABlABj}{cc{}}{BdABj}{ce{}{}}{ABjBd}{{{b{c}}}Cn{}}2{HbABj}{{}c{}}{{{b{ABj}}{b{ABj}}}{{n{Kb}}}}55{c{}{}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{ABjc}}}{}}1{{{b{c}}}Gl{}}{{{b{ABj}}}Hb}{c{{H`{{Gn{ABj}}}}}{}}{{{H`{{Gn{ABj}}}}}c{}}{{{H`{{Gn{ABj}}}}}Gj}>`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ff}}}Ff}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Ff}}}Jf}{{{b{Ff}}{b{dIn}}}J`}{ABnFf}{cc{}}{BdFf}{MlFf}{HbFf}{N`Ff}{ce{}{}}{FfBd}{{{b{c}}}Cn{}}2{FfFf}{{}c{}}44{c{}{}}{{{b{Ff}}c}AfJh}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ffc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Ff}}}}}{}}{{{H`{{Gn{Ff}}}}}c{}}{{{H`{{Gn{Ff}}}}}Gj}=`{{{b{c}}Il}Bb{}}{{{b{Ib}}}{{n{M`}}}}{{{b{Ib}}}{{n{L`}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ib}}}Ib}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Ib}}}Jf}{{{b{Ib}}{b{dIn}}}J`}{AC`Ib}{cc{}}{BdIb}{K`Ib}{M`Ib}1{{}Ib}0{ClIb}{L`Ib}{{Fd{b{{Gn{Hl}}}}}Ib}{ABjIb}4{{{b{El}}}{{Af{IbAd}}}}{{{b{El}}}{{Af{IbJn}}}}{LhIb}7{{{Hn{Hl}}}Ll}:{FdIb};{ce{}{}}{IbBd}{Ib{{n{K`}}}}{Ib{{n{Lh}}}}{Ib{{n{Fd}}}}{{{b{Ib}}}Cn}{{{b{c}}}Cn{}}6{Ib{{Af{IbJn}}}}{{}c{}}88{c{}{}}{{{b{Ib}}c}AfJh}{{{b{Ib}}}Kl}{{{b{Ib}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Ib}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ibc}}}{}}1{{{b{c}}}Gl{}}{{{b{Ib}}}{{n{Ib}}}}{c{{H`{{Gn{Ib}}}}}{}}{{{H`{{Gn{Ib}}}}}c{}}{{{H`{{Gn{Ib}}}}}Gj}{ce{}{}}4`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ACb}}}ACb}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{ACb}}}Jf}{{{b{ACb}}{b{dIn}}}J`}{OfACb}{ACdACb}{cc{}}{BdACb}{{{b{{Gn{Hl}}}}}{{Af{{Kf{ACb{b{{Gn{Hl}}}}}}Kh}}}}{{{Hn{Hl}}}ACb}{{{b{El}}}{{Af{ACbAd}}}}?{ACbBd}{{{b{c}}}Cn{}}{ce{}{}}3{{}c{}}11{c{}{}}{{{b{ACb}}c}AfJh}{{{b{ACb}}}Kl}{{{b{ACb}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{ACb}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{ACbc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{ACb}}}}}{}}{{{H`{{Gn{ACb}}}}}c{}}{{{H`{{Gn{ACb}}}}}Gj}={{{b{ACb}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ACf}}}ACf}{{{b{c}}{b{de}}}Bb{}{}}{{}ACf}{{}Bb}0{c{{Af{ACf}}}Jf}{{{b{ACf}}{b{dIn}}}J`}0{{{Hn{l}}}ACf}{cc{}}{lACf}{BdACf}{ce{}{}}{ACfBd}{{{b{ACf}}}Cn}{{{b{c}}}Cn{}}3{GjACf}{{}c{}}55{c{}{}}{{{b{ACf}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{ACfc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{ACf}}}}}{}}{{{H`{{Gn{ACf}}}}}c{}}{{{H`{{Gn{ACf}}}}}Gj}?`{{{b{c}}Il}Bb{}}{{{b{ACh}}}l}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ACh}}}ACh}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{ACh}}}Jf}{{{b{ACh}}{b{dIn}}}J`}{ACjACh}{cc{}}{BdACh}{ce{}{}}{AChBd}{{{b{c}}}Cn{}}2={{}c{}}33{c{}{}}{{{b{ACh}}c}AfJh}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{AChc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{ACh}}}}}{}}{{{H`{{Gn{ACh}}}}}c{}}{{{H`{{Gn{ACh}}}}}Gj}<```````{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ACl}}}ACl}{{{b{c}}{b{de}}}Bb{}{}}{{}ACl}{{}Bb}0{{{b{ACl}}{b{dIn}}}J`}{cc{}}{BdACl}{ce{}{}}{AClBd}{{{b{Bd}}}Cn}{{}c{}}{c{}{}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{ACl}}}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{ACl}}}}}{}}{{{H`{{Gn{ACl}}}}}c{}}{{{H`{{Gn{ACl}}}}}Gj};`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Kj}}}Kj}{{{b{c}}{b{de}}}Bb{}{}}{{{b{Kj}}{b{Kj}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{}Bb}0{c{{Af{Kj}}}Jf}{{{b{Kj}}{b{Kj}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{Kj}}{b{dIn}}}J`}0{ACnKj}{BfKj}{cc{}}{DfKj}{FhKj}{BdKj}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Kj{b{{Gn{Hl}}}}}}Kh}}}}{ce{}{}}{KjBd}{{{b{c}}}Cn{}}2{{{b{El}}}{{Af{KjAd}}}}{{}c{}}{{{b{Kj}}{b{Kj}}}{{n{Kb}}}}55{c{}{}}{{{b{Kj}}c}AfJh}{{{b{Kj}}}Kl}{{{b{Kj}}}Hl}{{{b{Kj}}}K`}{{{b{Kj}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{c}}}e{}{}}{{{b{Kj}}}Fd}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Kjc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Kj}}}}}{}}{{{H`{{Gn{Kj}}}}}c{}}{{{H`{{Gn{Kj}}}}}Gj}{ce{}{}}{{{b{Kj}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Fh}}}Fh}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Fh}}}Jf}{{{b{Fh}}{b{dIn}}}J`}0{cc{}}{KjFh}{K`Fh}{FdFh}{AD`Fh}{BdFh}342?{FhBd}{{{b{c}}}Cn{}}{ce{}{}}{{}c{}}11{c{}{}}{{{b{Fh}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Fhc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Fh}}}}}{}}{{{H`{{Gn{Fh}}}}}c{}}{{{H`{{Gn{Fh}}}}}Gj};````````````````````````````````````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ad}}{b{dIn}}}J`}0{ADbAd}{ADdAd}{CjAd}{ADfAd}{cc{}}{ADhAd}{ce{}{}}{{{b{Ad}}}{{n{{b{ADj}}}}}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}0{{{b{c}}}Gl{}}4`````````````````````````````````````````````````{{{b{c}}Il}Bb{}}{{{b{Fb}}}K`}{{{b{dFb}}l{n{l}}}Fb}{{{b{Fb}}{b{El}}{b{El}}}Fb}{{{b{Fb}}}{{Hn{Oj}}}}{{{b{Fb}}}{{Hn{K`}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Fb}}}l}{{{b{Fb}}}Fb}{{{b{c}}{b{de}}}Bb{}{}}{{{b{Fb}}}{{Af{OnKh}}}}{{}Bb}0{c{{Af{Fb}}}Jf}5{{{b{Fb}}}Cn}{{{b{Fb}}}If}{{{b{Fb}}{b{dIn}}}J`}{ADlFb}{ADnFb}{A@`Fb}{cc{}}{BdFb}{{{b{El}}}{{Af{A@`Ad}}}}{{{b{Fb}}}Ed}{{{b{Fb}}}AE`}{{{b{Fb}}}l}{ce{}{}}{FbBd}={{{b{c}}}Cn{}}>2{{hj}{{Af{Fbl}}}}{{{n{Fd}}{b{El}}{b{El}}j{n{l}}}{{Af{Fbl}}}}{{}c{}}55{c{}{}}{{{b{Fb}}c}AfJh}{{{b{Fb}}}Ol}{{{b{dFb}}{b{El}}}Fb}{{{b{Fb}}}{{Hn{K`}}}}{{{b{Fb}}}Kl}<{{{b{Fb}}}{{Af{lAd}}}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Fbc}}}{}}1{{{b{Fb}}}l}{{{b{c}}}Gl{}}{c{{H`{{Gn{Fb}}}}}{}}{{{H`{{Gn{Fb}}}}}c{}}{{{H`{{Gn{Fb}}}}}Gj}{{{b{Fb}}}Cn}{ce{}{}}{{{b{Fb}}K`{n{l}}}Fb}{{{b{Fb}}{b{El}}{n{l}}}Fb}{{{b{Fb}}Md{n{l}}}Fb}1{{{b{Fb}}ACb{n{l}}}Fb}{{{b{Fb}}Kj{n{l}}}Fb}{{{b{Fb}}{n{l}}}Fb}4{{{b{Fb}}Ej{n{l}}}Fb}5```````{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AEb}}}AEb}{{{b{c}}{b{de}}}Bb{}{}}{{{b{AEb}}{b{AEb}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{}AEb}{{}Bb}0{c{{Af{AEb}}}Jf}{{{b{AEb}}{b{AEb}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{AEb}}{b{dIn}}}J`}0{{{b{El}}}AEb}{HlAEb}{cc{}}{AEdAEb}{lAEb}{BdAEb}{{{b{AEb}}{b{dc}}}BbO`}{ce{}{}}{AEbBd}{{{b{Bd}}}Cn}{{}c{}}{{{b{AEb}}{b{AEb}}}{{n{Kb}}}}{c{}{}}{{{b{AEb}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{AEb}}}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{AEb}}}}}{}}{{{H`{{Gn{AEb}}}}}c{}}{{{H`{{Gn{AEb}}}}}Gj}>`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ed}}}Ed}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Ed}}}Jf}{{{b{Ed}}}{{Af{N`Ad}}}}{{{b{Ed}}{b{dIn}}}J`}0{cc{}}{AEfEd}{BdEd}{{{b{{Gn{Hl}}}}}{{Af{EdAd}}}}{ce{}{}}{EdBd}{{{b{c}}}Cn{}}2{{{b{El}}}{{Af{EdAd}}}}{{}c{}}44{c{}{}}{{{b{Ed}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Edc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Ed}}}}}{}}{{{H`{{Gn{Ed}}}}}c{}}{{{H`{{Gn{Ed}}}}}Gj}>````````````````````{{{b{c}}Il}Bb{}}000{{{b{h}}}{{n{l}}}}{{{b{c}}}{{b{e}}}{}{}}000{{{b{dc}}}{{b{de}}}{}{}}000{{{b{AEh}}}AEh}{{{b{AEj}}}AEj}{{{b{h}}}h}{{{b{AEl}}}AEl}{{{b{c}}{b{de}}}Bb{}{}}000{{}h}{{}AEl}{{{b{h}}}{{n{Hl}}}}{{{b{h}}}{{n{Kj}}}}{{}Bb}0000000<{{{b{h}}}{{n{Md}}}}={{{b{AEh}}{b{dIn}}}J`}{{{b{AEj}}{b{dIn}}}J`}{{{b{h}}{b{dIn}}}J`}{{{b{AEl}}{b{dIn}}}J`}{cc{}}000{BdAEh}{BdAEj}{Bdh}{BdAEl}{ce{}{}}000{AEhBd}{AEjBd}{hBd}{AElBd}{{{b{Bd}}}Cn}{{{b{c}}}Cn{}}01{{{b{h}}}AEl}77{{{b{h}}}{{n{Hb}}}}{{{b{h}}}{{n{Bd}}}}1{{{b{h}}}{{n{Fd}}}}2{{AEh{n{Kj}}{n{K`}}{n{Fd}}}AEj}{{KjHl{b{El}}HbHb}h}{{KjKj{b{El}}}h}{{Md{b{El}}}h}{{{b{El}}{b{El}}}h}{{ACb{b{El}}{n{l}}}h}{{{b{El}}{b{El}}{n{l}}}h}{{KjKjKj{b{El}}}h}{{{n{Ej}}{n{AEb}}}h}{{{n{Fd}}AEj{b{El}}{n{Hb}}}h}7{{{b{h}}}{{n{Kj}}}}{{Kj{b{El}}}h}{{}c{}}000{{{b{h}}}{{n{l}}}}{{{b{h}}}{{n{ACb}}}}4{ce{}{}}000{c{}{}}000{{{b{dh}}{b{El}}}Bb}{{{b{dh}}Hl}Bb}{{{b{dh}}Kj}Bb}2{{{b{dh}}Md}Bb}3{{{b{dh}}AEl}Bb}{{{b{dh}}Hb}Bb}{{{b{dh}}Bd}Bb}1{{{b{dh}}Fd}Bb}257{{{b{dh}}ACb}Bb}6{{{b{dh}}AEj}Bb}{{{b{dh}}Ej}Bb}{{{b{dh}}AEb}Bb}9{{{b{h}}}{{n{AEj}}}}{{{b{c}}}e{}{}}000{{{b{h}}}AEn}{{{b{h}}}{{n{Ej}}}}{{{b{h}}}{{n{AEb}}}}{c{{Af{e}}}{}{}}000{Gj{{Af{AEh}}}}{Gj{{Af{AEjc}}}{}}{Gj{{Af{hc}}}{}}{Gj{{Af{AEl}}}}4444{{{b{c}}}Gl{}}000{{{b{h}}}{{n{Kj}}}}{c{{H`{{Gn{AEh}}}}}{}}{c{{H`{{Gn{AEj}}}}}{}}{c{{H`{{Gn{h}}}}}{}}{c{{H`{{Gn{AEl}}}}}{}}{{{H`{{Gn{AEh}}}}}c{}}{{{H`{{Gn{AEj}}}}}c{}}{{{H`{{Gn{h}}}}}c{}}{{{H`{{Gn{AEl}}}}}c{}}{{{H`{{Gn{AEh}}}}}Gj}{{{H`{{Gn{AEj}}}}}Gj}{{{H`{{Gn{h}}}}}Gj}{{{H`{{Gn{AEl}}}}}Gj}{ce{}{}}000`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{j}}}{{n{l}}}}{{{b{j}}}j}{{{b{c}}{b{de}}}Bb{}{}}{{}j}{{}Bb}0{{{b{j}}{b{dIn}}}J`}{cc{}}{Bdj}77;{jBd}{{{b{c}}}Cn{}}={{{b{El}}{n{l}}{n{l}}{n{l}}{n{l}}{n{{Hn{l}}}}{n{l}}{n{ACl}}{n{l}}{n{l}}{n{l}}{n{Cn}}}j}{{{b{El}}{n{l}}{n{l}}{n{l}}}j}{{}c{}}<{{{b{j}}}{{n{ACl}}}}={ce{}{}}0{c{}{}}??{{{b{j}}}{{n{A@d}}}}{{{b{j}}{b{El}}}Bb}{{{b{j}}}Bb}0111{{{b{j}}ACl}Bb}222{{{b{dj}}{Hn{l}}}Bb}{{{b{j}}Cn}Bb}{{{b{j}}{n{l}}}Bb}0{{{b{j}}}{{n{Cn}}}}{{{b{j}}}{{n{l}}}}{{{b{c}}}e{}{}}{{{b{j}}}AF`}{c{{Af{e}}}{}{}}{Gj{{Af{jc}}}{}}14{{{b{c}}}Gl{}}{c{{H`{{Gn{j}}}}}{}}{{{H`{{Gn{j}}}}}c{}}{{{H`{{Gn{j}}}}}Gj}{ce{}{}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Fd}}}Fd}{{{b{c}}{b{de}}}Bb{}{}}{{{b{Fd}}{b{Fd}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{{b{Fd}}}{{b{c}}}{}}{{}Bb}0{c{{Af{Fd}}}Jf}{{{b{Fd}}{b{Fd}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{Fd}}{b{dIn}}}J`}{FhFd}{AFbFd}{cc{}}{BdFd}{{{Hn{Hl}}Hl}Fd}{{{b{El}}}{{Af{FdAd}}}}{ce{}{}}{FdBd}{{{b{c}}}Cn{}}2{{{b{El}}Hl}{{Af{FdAd}}}}{{}c{}}{{{b{Fd}}{b{Fd}}}{{n{Kb}}}}55{c{}{}}{{{b{Fd}}c}AfJh}{{{b{Fd}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Fdc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Fd}}}}}{}}{{{H`{{Gn{Fd}}}}}c{}}{{{H`{{Gn{Fd}}}}}Gj}?````{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{B`}}}B`}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{B`}}}Jf}{{{b{B`}}{b{B`}}}Cn}{{{b{B`}}{b{dIn}}}J`}{cc{}}{lB`}{HbB`}{{{b{El}}}B`}{AFdB`}{BdB`}{ce{}{}}{B`Bd}{{{b{Bd}}}Cn}{{}c{}}{c{}{}}{{{b{B`}}c}AfJh}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{B`}}}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{B`}}}}}{}}{{{H`{{Gn{B`}}}}}c{}}{{{H`{{Gn{B`}}}}}Gj}<``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Bb}0{c{{Af{AFf}}}Jf}{{{b{AFf}}{b{dIn}}}J`}{cc{}}{BdAFf}{{{b{AFf}}}{{Hn{Hl}}}}{{{b{AFf}}}l}{ce{}{}}{AFfBd}{{{b{AFf}}}Cn}{{{b{c}}}Cn{}}3{{}c{}}44{c{}{}}{{{b{AFf}}c}AfJh}{c{{Af{e}}}{}{}}{Gj{{Af{AFfc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{AFf}}}}}{}}{{{H`{{Gn{AFf}}}}}c{}}{{{H`{{Gn{AFf}}}}}Gj}<````````````````````````````````````````````````````````````{{{b{c}}Il}Bb{}}0000000000000```{{{b{c}}}{{b{e}}}{}{}}0000000000000{{{b{dc}}}{{b{de}}}{}{}}0000000000000{{{b{AFh}}Hd}Bb}{{{b{AFh}}}AFh}{{{b{Hf}}}Hf}{{{b{AFj}}}AFj}{{{b{AFl}}}AFl}{{{b{AFn}}}AFn}{{{b{AG`}}}AG`}{{{b{AGb}}}AGb}{{{b{AGd}}}AGd}{{{b{AGf}}}AGf}{{{b{AGh}}}AGh}{{{b{AGj}}}AGj}{{{b{AGl}}}AGl}{{{b{AGn}}}AGn}{{{b{Hd}}}Hd}{{{b{c}}{b{de}}}Bb{}{}}0000000000000```{{}AFh}{{}AFj}{{}AFl}{{}AFn}{{}AG`}{{}AGb}{{}AGd}{{}AGf}{{}AGh}{{}AGj}{{}AGl}{{}AGn}{{}Hd}{{{b{AGd}}}l}{{}Bb}00000000000000000000000{c{{Af{AFl}}}Jf}{c{{Af{AFn}}}Jf}{c{{Af{AG`}}}Jf}{c{{Af{AGb}}}Jf}{c{{Af{AGd}}}Jf}{c{{Af{AGf}}}Jf}{c{{Af{AGh}}}Jf}{c{{Af{AGj}}}Jf}{c{{Af{AGl}}}Jf}{c{{Af{AGn}}}Jf}{c{{Af{Hd}}}Jf}```````{{{b{AFh}}{b{dIn}}}J`}{{{b{AFj}}{b{dIn}}}J`}{{{b{AFl}}{b{dIn}}}J`}{{{b{AFn}}{b{dIn}}}J`}{{{b{AG`}}{b{dIn}}}J`}{{{b{AGb}}{b{dIn}}}J`}{{{b{AGd}}{b{dIn}}}J`}0{{{b{AGf}}{b{dIn}}}J`}{{{b{AGh}}{b{dIn}}}J`}{{{b{AGj}}{b{dIn}}}J`}{{{b{AGl}}{b{dIn}}}J`}{{{b{AGn}}{b{dIn}}}J`}{{{b{Hd}}{b{dIn}}}J`}{cc{}}0000000000000{BdHf}{BdAFl}{BdAFn}{BdAG`}{BdAGb}{BdAGd}{BdAGf}{BdAGh}{BdAGj}{BdAGl}{BdAGn}{BdHd}{{{b{AGn}}}{{n{AGl}}}}0````{ce{}{}}0000000000000{HfBd}{AFlBd}{AFnBd}{AG`Bd}{AGbBd}{AGdBd}{AGfBd}{AGhBd}{AGjBd}{AGlBd}{AGnBd}{HdBd}{{{b{c}}}Cn{}}00000000000`============``{cAFh{{AH`{Hd}}AHbAHd}}{{l{n{Hb}}}Hf}{{lAFh}AFj}{{}c{}}00000000000`{ce{}{}}00000000000000000000000{c{}{}}00000000000{{{b{AFl}}c}AfJh}{{{b{AFn}}c}AfJh}{{{b{AG`}}c}AfJh}{{{b{AGb}}c}AfJh}{{{b{AGd}}c}AfJh}{{{b{AGf}}c}AfJh}{{{b{AGh}}c}AfJh}{{{b{AGj}}c}AfJh}{{{b{AGl}}c}AfJh}{{{b{AGn}}c}AfJh}{{{b{Hd}}c}AfJh}`{{{b{Hf}}}{{n{{Hn{Hd}}}}}}{{{b{Hf}}}Bb}`{{{b{dHf}}{Hn{AFj}}}{{Af{Bbl}}}}```{{{b{c}}}e{}{}}0000000000000{{{b{c}}}l{}}{{{b{AGd}}}l}````{c{{Af{e}}}{}{}}0000000000000{Gj{{Af{Hfc}}}{}}{Gj{{Af{AFlc}}}{}}{Gj{{Af{AFnc}}}{}}{Gj{{Af{AG`c}}}{}}{Gj{{Af{AGbc}}}{}}{Gj{{Af{AGdc}}}{}}{Gj{{Af{AGfc}}}{}}{Gj{{Af{AGhc}}}{}}{Gj{{Af{AGjc}}}{}}{Gj{{Af{AGlc}}}{}}{Gj{{Af{AGnc}}}{}}{Gj{{Af{Hdc}}}{}}<<<<<<<<<<<<<<`{{{b{c}}}Gl{}}0000000000000{{{b{dHf}}l}Bb}{c{{H`{{Gn{Hf}}}}}{}}{c{{H`{{Gn{AFl}}}}}{}}{c{{H`{{Gn{AFn}}}}}{}}{c{{H`{{Gn{AG`}}}}}{}}{c{{H`{{Gn{AGb}}}}}{}}{c{{H`{{Gn{AGd}}}}}{}}{c{{H`{{Gn{AGf}}}}}{}}{c{{H`{{Gn{AGh}}}}}{}}{c{{H`{{Gn{AGj}}}}}{}}{c{{H`{{Gn{AGl}}}}}{}}{c{{H`{{Gn{AGn}}}}}{}}{c{{H`{{Gn{Hd}}}}}{}}{{{H`{{Gn{Hf}}}}}c{}}{{{H`{{Gn{AFl}}}}}c{}}{{{H`{{Gn{AFn}}}}}c{}}{{{H`{{Gn{AG`}}}}}c{}}{{{H`{{Gn{AGb}}}}}c{}}{{{H`{{Gn{AGd}}}}}c{}}{{{H`{{Gn{AGf}}}}}c{}}{{{H`{{Gn{AGh}}}}}c{}}{{{H`{{Gn{AGj}}}}}c{}}{{{H`{{Gn{AGl}}}}}c{}}{{{H`{{Gn{AGn}}}}}c{}}{{{H`{{Gn{Hd}}}}}c{}}{{{H`{{Gn{Hf}}}}}Gj}{{{H`{{Gn{AFl}}}}}Gj}{{{H`{{Gn{AFn}}}}}Gj}{{{H`{{Gn{AG`}}}}}Gj}{{{H`{{Gn{AGb}}}}}Gj}{{{H`{{Gn{AGd}}}}}Gj}{{{H`{{Gn{AGf}}}}}Gj}{{{H`{{Gn{AGh}}}}}Gj}{{{H`{{Gn{AGj}}}}}Gj}{{{H`{{Gn{AGl}}}}}Gj}{{{H`{{Gn{AGn}}}}}Gj}{{{H`{{Gn{Hd}}}}}Gj}{{{b{AGd}}}l}{ce{}{}}0000000000000","D":"B@h","p":[[1,"reference"],[0,"mut"],[5,"SDK",0,2868],[5,"TransactionBuilderParams",2036],[5,"TransactionStrParams",2211],[5,"String",2869],[6,"Option",2870],[5,"PutTransactionResult",2871],[5,"SuccessResponse",2872],[6,"SdkError",1780],[6,"Result",2873],[5,"DeployStrParams",1007],[5,"SessionStrParams",1226],[5,"PaymentStrParams",1175],[5,"PutDeployResult",2874],[6,"Verbosity",2313],[1,"unit"],[1,"u32"],[5,"AccountIdentifier",419],[6,"BlockIdentifierInput",686],[5,"GetAccountResult",2875],[5,"GetAuctionInfoResult",2876],[6,"GetBalanceInput",141,2877],[5,"GetBalanceResult",2878],[10,"ToDigest",1321],[5,"GetBlockResult",2879],[5,"GetBlockTransfersResult",2880],[5,"GetChainspecResult",2881],[6,"Error",2882],[5,"DeployHash",933],[1,"bool"],[5,"GetDeployResult",2883],[6,"DictionaryItemInput",157,2884],[5,"GetDictionaryItemResult",2885],[5,"EntityIdentifier",1372],[5,"GetAddressableEntityResult",2886],[5,"GetEraInfoResult",2887],[5,"GetEraSummaryResult",2888],[5,"GetNodeStatusResult",2889],[5,"GetPeersResult",2890],[5,"GetStateRootHashResult",2891],[5,"TransactionHash",1998],[5,"GetTransactionResult",2892],[5,"GetValidatorChangesResult",2893],[5,"Bytes",737],[1,"str"],[5,"ListRpcsResult",2894],[5,"Deploy",864],[5,"Transaction",1881],[5,"URef",2269],[5,"GlobalStateIdentifier",1452],[5,"PurseIdentifier",1741],[5,"QueryBalanceResult",2895],[5,"QueryBalanceDetailsResult",2896],[6,"PathIdentifierInput",173,2897],[5,"QueryGlobalStateResult",2898],[5,"QueryGlobalStateParams",173,2897],[5,"QueryGlobalStateOptions",173,2897],[5,"SpeculativeExecResult",2899],[5,"SpeculativeExecTxnResult",2900],[5,"JsValue",2901],[5,"TypeId",2902],[1,"slice"],[5,"Box",2903],[1,"u64"],[5,"EventParseResult",2424,2904],[5,"Watcher",2424,2904],[5,"CLValue",2905],[6,"Value",2906],[1,"u8"],[5,"Vec",2907],[10,"Serialize",2908],[5,"Key",1487],[10,"ToBytes",2909],[5,"Timestamp",2910],[5,"TimeDiff",2910],[6,"SecretKey",2911],[5,"Private",2912],[5,"Formatter",2913],[8,"Result",2913],[5,"QueryGlobalStateResult",173,2897],[6,"KeyIdentifierInput",173,2897],[10,"Deserializer",2914],[10,"Serializer",2908],[5,"AccessRights",327],[5,"AccessRights",2915],[5,"JsError",2901],[5,"AccountHash",367],[6,"Ordering",2916],[5,"AccountHash",2917],[1,"tuple"],[6,"Error",2909],[5,"PublicKey",1690],[1,"usize"],[6,"AccountIdentifier",2875],[5,"DictionaryAddr",462],[8,"DictionaryAddr",2918],[5,"EntityAddr",487],[6,"EntityAddr",2919],[5,"HashAddr",527],[8,"HashAddr",2918],[5,"TransferAddr",553],[5,"TransferAddr",2920],[5,"URefAddr",578],[8,"URefAddr",2921],[5,"AddressableEntityHash",603],[5,"ContractHash",784],[1,"array"],[5,"AddressableEntityHash",2919],[5,"BlockHash",650],[5,"BlockHash",2922],[5,"Digest",1321],[5,"BlockIdentifier",686],[6,"BlockIdentifier",2923],[6,"CLType",2924],[1,"char"],[10,"FromIterator",2925],[5,"Bytes",2926],[5,"Uint8Array",2927],[10,"Hasher",2928],[5,"ContractHash",2929],[5,"ContractPackageHash",824],[5,"PackageHash",2930],[5,"ContractPackageHash",2929],[5,"Approval",2931],[5,"RuntimeArgs",2932],[5,"ApprovalsHash",2933],[5,"Deploy",2934],[5,"DeployHash",2935],[5,"ArgsSimple",974],[17,"Item"],[10,"IntoIterator",2925],[5,"DeployStrParams",2936],[5,"DictionaryItemStrParams",1052],[5,"AccountNamedKey",1052],[5,"ContractNamedKey",1052],[5,"EntityNamedKey",1052],[5,"URefVariant",1052],[5,"DictionaryVariant",1052],[6,"DictionaryItemStrParams",2937],[5,"Array",2927],[5,"PaymentStrParams",2938],[5,"SessionStrParams",2939],[5,"DictionaryItemIdentifier",1280],[6,"DictionaryItemIdentifier",2940],[5,"Error",2913],[5,"Digest",2941],[6,"EntityIdentifier",2886],[5,"EraId",1413],[5,"EraId",2942],[6,"GlobalStateIdentifier",2923],[6,"Key",2918],[5,"PackageHash",1548],[8,"PackageAddr",2918],[5,"Path",1588],[5,"PeerEntry",1625],[5,"PeerEntry",2890],[6,"PricingMode",1658],[6,"PublicKey",2911],[6,"PurseIdentifier",2943],[5,"Error",2944],[6,"CLValueError",2905],[5,"Error",2945],[6,"CliError",2946],[10,"Error",2947],[5,"TransactionV1",2948],[6,"Transaction",2949],[6,"TransactionHeader",2950],[6,"TransactionCategory",1950],[6,"TransactionCategory",2951],[6,"TransactionHash",2952],[6,"TransferTargetKind",2036],[5,"TransferTarget",2036],[6,"TransactionKind",2036],[6,"TransactionBuilderParams",2953],[5,"TransactionStrParams",2954],[5,"URef",2921],[6,"Verbosity",2955],[5,"SignatureResponse",2349],[5,"EventHandlerFn",2424,2904],[5,"Subscription",2424,2904],[5,"Failure",2424,2904],[5,"Version2",2424,2904],[5,"Payment",2424,2904],[5,"ExecutionResult",2424,2904],[5,"HashString",2424,2904],[5,"PublicKeyString",2424,2904],[5,"Message",2424,2904],[5,"Messages",2424,2904],[5,"TransactionProcessed",2424,2904],[5,"Body",2424,2904],[10,"Fn",2956],[10,"Send",2957],[10,"Sync",2957],[15,"ConflictingArguments",1833],[15,"CustomError",1833],[15,"FailedToParseKey",1833],[15,"FailedToParsePublicKeyBytes",1833],[15,"FailedToParsePublicKey",1833],[15,"FailedToParseSecretKey",1833],[15,"FailedToGenerateSecretKey",1833],[15,"FailedToParseAccountHash",1833],[15,"FailedToParseContractHash",1833],[15,"FailedToParseContractPackageHash",1833],[15,"FailedToParsePackageHash",1833],[15,"FailedToParseEntity",1833],[15,"FailedToDecodeHex",1833],[15,"FailedToParseAccountHashLength",1833],[15,"FailedToParseEntityAddrLength",1833],[15,"FailedToParseURef",1833],[15,"FailedToParseInt",1833],[15,"FailedToParseTimeDiff",1833],[15,"FailedToParseTimestamp",1833],[15,"FailedToParseUint",1833],[15,"FailedToParseDigest",1833],[15,"FailedToParseAddressableEntityHash",1833],[15,"FailedToParseBool",1833],[15,"FailedToParseDec",1833],[15,"InvalidArgument",1833]],"r":[[0,2868],[3,2958],[5,2958],[9,2959],[34,2958],[36,2958],[53,2958],[55,2958],[62,2868],[67,2959],[71,2960],[73,2959],[75,2960],[77,2960],[79,2959],[81,2960],[96,2868],[97,2961],[98,2961],[117,2962],[118,2962],[119,2962],[120,2962],[121,2962],[122,2962],[123,2962],[124,2962],[125,2962],[126,2962],[127,2962],[128,2962],[129,2962],[130,2962],[131,2962],[132,2962],[133,2962],[134,2962],[135,2962],[136,2962],[137,2962],[138,2962],[139,2962],[140,2962],[141,2877],[157,2884],[174,2897],[176,2897],[177,2897],[178,2897],[179,2897],[2378,2904],[2379,2904],[2380,2904],[2381,2904],[2382,2904],[2383,2904],[2384,2904],[2385,2904],[2386,2904],[2387,2904],[2388,2904],[2389,2904],[2390,2904],[2391,2904],[2423,2963],[2424,2904],[2425,2904],[2426,2904],[2427,2904],[2428,2904],[2429,2904],[2430,2904],[2431,2904],[2432,2904],[2433,2904],[2434,2904],[2435,2904],[2436,2904],[2437,2904]],"b":[[343,"impl-AccessRights"],[344,"impl-OptionFromWasmAbi-for-AccessRights"],[349,"impl-AccessRights"],[350,"impl-OptionIntoWasmAbi-for-AccessRights"],[383,"impl-From%3CEntityIdentifier%3E-for-AccountHash"],[385,"impl-From%3CVec%3Cu8%3E%3E-for-AccountHash"],[386,"impl-From%3CAccountHash%3E-for-AccountHash"],[387,"impl-From%3CPurseIdentifier%3E-for-AccountHash"],[388,"impl-From%3CAccountIdentifier%3E-for-AccountHash"],[390,"impl-FromBytes-for-AccountHash"],[391,"impl-AccountHash"],[428,"impl-Display-for-AccountIdentifier"],[429,"impl-Debug-for-AccountIdentifier"],[430,"impl-From%3CPublicKey%3E-for-AccountIdentifier"],[432,"impl-From%3CAccountHash%3E-for-AccountIdentifier"],[433,"impl-From%3CAccountIdentifier%3E-for-AccountIdentifier"],[468,"impl-From%3CVec%3Cu8%3E%3E-for-DictionaryAddr"],[469,"impl-From%3C%5Bu8;+casper_types::::key::DictionaryAddr::%7Bconstant%230%7D%5D%3E-for-DictionaryAddr"],[497,"impl-From%3CEntityIdentifier%3E-for-EntityAddr"],[499,"impl-From%3CEntityAddr%3E-for-EntityAddr"],[533,"impl-From%3C%5Bu8;+casper_types::::key::HashAddr::%7Bconstant%230%7D%5D%3E-for-HashAddr"],[534,"impl-From%3CVec%3Cu8%3E%3E-for-HashAddr"],[558,"impl-From%3CVec%3Cu8%3E%3E-for-TransferAddr"],[560,"impl-From%3CTransferAddr%3E-for-TransferAddr"],[583,"impl-From%3CVec%3Cu8%3E%3E-for-URefAddr"],[584,"impl-From%3C%5Bu8;+casper_types::::uref::URefAddr::%7Bconstant%230%7D%5D%3E-for-URefAddr"],[617,"impl-From%3CContractHash%3E-for-AddressableEntityHash"],[618,"impl-From%3CEntityAddr%3E-for-AddressableEntityHash"],[619,"impl-From%3C%5Bu8;+32%5D%3E-for-AddressableEntityHash"],[620,"impl-From%3CAddressableEntityHash%3E-for-AddressableEntityHash"],[621,"impl-From%3CHashAddr%3E-for-AddressableEntityHash"],[624,"impl-AddressableEntityHash"],[625,"impl-FromBytes-for-AddressableEntityHash"],[659,"impl-Display-for-BlockHash"],[660,"impl-Debug-for-BlockHash"],[661,"impl-From%3CBlockHash%3E-for-BlockHash"],[663,"impl-From%3CDigest%3E-for-BlockHash"],[758,"impl-From%3CVec%3Cu8%3E%3E-for-Bytes"],[760,"impl-From%3CBytes%3E-for-Bytes"],[761,"impl-From%3C%26%5Bu8%5D%3E-for-Bytes"],[794,"impl-From%3CContractHash%3E-for-ContractHash"],[796,"impl-From%3CAddressableEntityHash%3E-for-ContractHash"],[798,"impl-FromBytes-for-ContractHash"],[799,"impl-ContractHash"],[834,"impl-From%3CPackageHash%3E-for-ContractPackageHash"],[836,"impl-From%3CContractPackageHash%3E-for-ContractPackageHash"],[838,"impl-ContractPackageHash"],[839,"impl-FromBytes-for-ContractPackageHash"],[942,"impl-Debug-for-DeployHash"],[943,"impl-Display-for-DeployHash"],[944,"impl-From%3CDigest%3E-for-DeployHash"],[946,"impl-From%3CDeployHash%3E-for-DeployHash"],[1335,"impl-Display-for-Digest"],[1336,"impl-Debug-for-Digest"],[1337,"impl-From%3CDigest%3E-for-Digest"],[1338,"impl-From%3C%5Bu8;+_Digest::LENGTH%5D%3E-for-Digest"],[1381,"impl-Debug-for-EntityIdentifier"],[1382,"impl-Display-for-EntityIdentifier"],[1383,"impl-From%3CAccountHash%3E-for-EntityIdentifier"],[1384,"impl-From%3CEntityAddr%3E-for-EntityIdentifier"],[1385,"impl-From%3CPublicKey%3E-for-EntityIdentifier"],[1387,"impl-From%3CEntityIdentifier%3E-for-EntityIdentifier"],[1558,"impl-From%3CPackageHash%3E-for-PackageHash"],[1559,"impl-From%3C%5Bu8;+casper_types::::key::PackageAddr::%7Bconstant%230%7D%5D%3E-for-PackageHash"],[1562,"impl-FromBytes-for-PackageHash"],[1563,"impl-PackageHash"],[1598,"impl-Debug-for-Path"],[1599,"impl-Display-for-Path"],[1600,"impl-From%3CVec%3CString%3E%3E-for-Path"],[1602,"impl-From%3CString%3E-for-Path"],[1705,"impl-Display-for-PublicKey"],[1706,"impl-Debug-for-PublicKey"],[1707,"impl-From%3CPublicKey%3E-for-PublicKey"],[1708,"impl-From%3CAccountIdentifier%3E-for-PublicKey"],[1710,"impl-From%3CEntityIdentifier%3E-for-PublicKey"],[1711,"impl-From%3CPurseIdentifier%3E-for-PublicKey"],[1750,"impl-Debug-for-PurseIdentifier"],[1751,"impl-Display-for-PurseIdentifier"],[1753,"impl-From%3CPublicKey%3E-for-PurseIdentifier"],[1754,"impl-From%3CAccountHash%3E-for-PurseIdentifier"],[1755,"impl-From%3CURef%3E-for-PurseIdentifier"],[1756,"impl-From%3CPurseIdentifier%3E-for-PurseIdentifier"],[1818,"impl-Debug-for-SdkError"],[1819,"impl-Display-for-SdkError"],[1820,"impl-From%3CJsonArgsError%3E-for-SdkError"],[1821,"impl-From%3CCLValueError%3E-for-SdkError"],[1822,"impl-From%3CError%3E-for-SdkError"],[1823,"impl-From%3CError%3E-for-SdkError"],[1825,"impl-From%3CCliError%3E-for-SdkError"],[1901,"impl-From%3CTransactionV1%3E-for-Transaction"],[1902,"impl-From%3CTransaction%3E-for-Transaction"],[1903,"impl-From%3CDeploy%3E-for-Transaction"],[1972,"impl-Display-for-TransactionCategory"],[1973,"impl-Debug-for-TransactionCategory"],[1974,"impl-From%3C%26str%3E-for-TransactionCategory"],[1975,"impl-From%3Cu8%3E-for-TransactionCategory"],[1977,"impl-From%3CTransactionCategory%3E-for-TransactionCategory"],[1978,"impl-From%3CString%3E-for-TransactionCategory"],[2008,"impl-Display-for-TransactionHash"],[2009,"impl-Debug-for-TransactionHash"],[2286,"impl-From%3CPurseIdentifier%3E-for-URef"],[2287,"impl-From%3CURef%3E-for-URef"],[2328,"impl-From%3CString%3E-for-Verbosity"],[2329,"impl-From%3Cu64%3E-for-Verbosity"],[2330,"impl-From%3C%26str%3E-for-Verbosity"],[2331,"impl-From%3CVerbosity%3E-for-Verbosity"],[2577,"impl-Debug-for-HashString"],[2578,"impl-Display-for-HashString"]],"c":"OjAAAAEAAAAAADcAEAAAAAcAEAAWABkAJgAsAC4AQgBFAEcASwBRAF0AXwC0AbUBtgFjA2QDZQNmA2cDagNrA24DcgNzA3gDeQN6A30DfgOAA4EDggODA4QDhwOMA40DjgOTA5UDmgObA5wDnQOeA58DoAOhA6IDowOkA6UDNAo=","e":"OzAAAAEAADAKhwAAAAQABgAAAAgAAgAMAAEADwAAABkAAAAbAAAAIQACACUAAAAoAAEAKwAAADAAAQA2AAAAOAAAADwABQBEAAAASAAAAEoAAABMAAAATgAAAFAAAABSAAAAVAAIAGEAAABkAAAAdgAXAI8ABwCZAA0AqQAFALAAAAC0ACQA2gAAAN8AAgDnAGkAUgECAFYBKgCCAQgAjAEjALEBBQC4ARsA1QECANkBGQD0AQMA+QEbABYCAgAaAhUAMQIBADQCFQBLAgAATQIhAHACAwB1AiEAmAICAJwCJgDFAgIAygItAPkCBAD/AhwAHQMEACMDIABFAwQASwMqAHcDAwB8AzUAswMCALcDIgDbAwIA3wMcAP0DAQAABFQAWwQAAGIEPwCjBAAApQQvANYEAADYBDMADQUAAA8FLAA9BQIAQQUpAGwFBQBzBSMAmAUAAJoFHQC5BQMAvgUeAN4FEgDyBSYAGgYDAB8GIgBDBgEARgYfAGcGAABpBiEAjAYAAI4GHwCvBgMAtAYkANoGBwDjBisAEQcBABQHDAAiBwAAJAdMAHIHBAB4B0AAugcDAL8HGwDcBwIA4AdOADMIAwA7CHMAsAgCALQIPADyCAIA9gghABkJBAAfCRUANgkCADoJEABQCQQAWQkJAGYJCQByCQYAfgkEAIcJLAC2CR0A1QkzAA0KDAAoChEASAomAHIKPACxCgAAtQpLAAILMgA="}]\ +["casper_rust_wasm_sdk",{"t":"FNNCNCNCNCNNNNNNNNNNNNNNNNNNNNNNNCCNCNNNNNNNNNNNNNNNNCNCNNNNNNCNNNNCNNNCNCNCNCNCNCNNNNNCNNNNNNNNCHHSHHHHHHHHHHHHHHHHHCCCCCCCCCCCCCCCCCCCCCCCCGPPNNNNNNNNNNNNNGPPNNNNNNNNNNNNNPGPGFFFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNOOONNOOOOONNOOONNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCFNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFKNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNMNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNTPTPGTPNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCPPPPPPPPPPFGPFGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCFFFFFFFFFFFFFFNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNOONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNONOOONNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","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","vector_into_jsvalue","vzip","wait_deploy","wait_transaction","watch_deploy","watch_transaction","watcher","error","log","BLAKE2B_DIGEST_LENGTH","cl_value_to_json","get_base64_key_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","vector_into_jsvalue","vector_into_jsvalue","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","pricing_mode","public_key","purse_identifier","sdk_error","transaction","transaction_category","transaction_hash","transaction_params","uref","verbosity","wallet","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","vector_into_jsvalue","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","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","vector_into_jsvalue","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","from_formatted_str","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","vector_into_jsvalue","vzip","dictionary_addr","entity_addr","hash_addr","transfer_addr","uref_addr","DictionaryAddr","borrow","borrow_mut","describe","describe_vector","from","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","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","vector_into_jsvalue","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","value","vector_from_abi","vector_into_abi","vector_into_jsvalue","vzip","write_bytes","HashAddr","borrow","borrow_mut","describe","describe_vector","fmt","from","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","none","ref_from_abi","ref_mut_from_abi","return_abi","to_bytes","to_hex_string","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vector_into_jsvalue","vzip","TransferAddr","borrow","borrow_mut","describe","describe_vector","from","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","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","vector_into_jsvalue","vzip","URefAddr","borrow","borrow_mut","describe","describe_vector","from","from","from","from_abi","into","into_abi","is_none","long_ref_from_abi","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","vector_into_jsvalue","vzip","AddressableEntityHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","from","from","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","vzip","ContractHash","__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","vector_into_jsvalue","vzip","write_bytes","ContractPackageHash","__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","vector_into_jsvalue","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","from_json_string","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","vzip","AccountNamedKey","ContractNamedKey","DictionaryItemStrParams","DictionaryVariant","EntityNamedKey","URefVariant","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","account_named_key","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","contract_named_key","default","describe","describe_vector","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dictionary","dictionary_item_str_params_to_casper_client","entity_named_key","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_abi","into","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","serialize","set_account_named_key","set_contract_named_key","set_dictionary","set_entity_named_key","set_uref","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from_js_value","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","uref","vector_from_abi","vector_into_abi","vector_into_jsvalue","vzip","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","vector_into_jsvalue","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","vector_into_jsvalue","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_account_info_js_alias","new_from_contract_info","new_from_contract_info_js_alias","new_from_dictionary_key","new_from_dictionary_key_js_alias","new_from_entity_info","new_from_entity_info_js_alias","new_from_seed_uref","new_from_seed_uref_js_alias","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","vector_into_jsvalue","vzip","Digest","ToDigest","__clone_box","as_ref","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","deserialize","encode_hex","encode_hex_upper","fmt","fmt","from","from","from","from_abi","from_bytes","from_raw","into","into_abi","is_empty","is_empty","is_none","long_ref_from_abi","new","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","try_from_js_value","try_into","type_id","value","vector_from_abi","vector_into_abi","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","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","vector_into_jsvalue","vzip","CLASSIC","Classic","FIXED","Fixed","PricingMode","RESERVED","Reserved","__clone_box","borrow","borrow_mut","clone","clone_into","default","describe","describe_vector","fmt","from","from_abi","into","into_abi","is_none","none","return_abi","to_owned","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vector_into_jsvalue","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","tag","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","vector_into_jsvalue","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","vector_into_jsvalue","vzip","ConflictingArguments","Core","CustomError","FailedToDecodeHex","FailedToGenerateSecretKey","FailedToParseAccountHash","FailedToParseAccountHashLength","FailedToParseAddressableEntityHash","FailedToParseBool","FailedToParseContractHash","FailedToParseContractPackageHash","FailedToParseDec","FailedToParseDigest","FailedToParseEntity","FailedToParseEntityAddrLength","FailedToParseInt","FailedToParseJsonArgs","FailedToParseKey","FailedToParsePackageAddr","FailedToParsePackageHash","FailedToParsePublicKey","FailedToParsePublicKeyBytes","FailedToParseSecretKey","FailedToParseStateIdentifier","FailedToParseTimeDiff","FailedToParseTimestamp","FailedToParseTransactionCategory","FailedToParseTransferTarget","FailedToParseURef","FailedToParseUint","FailedToParseValidatorPublicKey","InvalidArgument","InvalidCLValue","JsonArgs","SdkError","SerializationError","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","context","context","context","context","context","context","context","error","error","error","error","error","error","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","from_json_string","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","vector_into_jsvalue","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","Auction","InstallUpgrade","Large","Medium","Mint","Small","TransactionCategory","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","default","describe","describe_vector","deserialize","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","from_abi","hash","into","into_abi","is_none","none","partial_cmp","return_abi","serialize","to_owned","to_string","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vector_into_jsvalue","vzip","TransactionHash","__clone_box","borrow","borrow_mut","clone","clone_into","describe","describe_vector","deserialize","digest","fmt","fmt","from","from","from_abi","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","vector_into_jsvalue","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","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_transaction_category","set_validator","target","to_owned","to_owned","to_owned","to_owned","transaction_builder_params_to_casper_client","transaction_bytes","transaction_category","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","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","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","vector_into_jsvalue","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","from_formatted_str","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","vector_into_jsvalue","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","vector_into_jsvalue","vzip","signature_response","SignatureResponse","borrow","borrow_mut","describe","describe_vector","deserialize","fmt","from","from_abi","get_signature","get_signature_hex","into","into_abi","is_cancelled","is_none","long_ref_from_abi","none","ref_from_abi","ref_mut_from_abi","return_abi","serialize","try_from","try_from_js_value","try_into","type_id","vector_from_abi","vector_into_abi","vector_into_jsvalue","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","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","vector_into_jsvalue","version1","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"casper_rust_wasm_sdk"],[97,"casper_rust_wasm_sdk::debug"],[99,"casper_rust_wasm_sdk::helpers"],[117,"casper_rust_wasm_sdk::rpcs"],[141,"casper_rust_wasm_sdk::rpcs::get_balance"],[157,"casper_rust_wasm_sdk::rpcs::get_dictionary_item"],[173,"casper_rust_wasm_sdk::rpcs::query_global_state"],[294,"casper_rust_wasm_sdk::types"],[327,"casper_rust_wasm_sdk::types::access_rights"],[367,"casper_rust_wasm_sdk::types::account_hash"],[419,"casper_rust_wasm_sdk::types::account_identifier"],[457,"casper_rust_wasm_sdk::types::addr"],[462,"casper_rust_wasm_sdk::types::addr::dictionary_addr"],[487,"casper_rust_wasm_sdk::types::addr::entity_addr"],[527,"casper_rust_wasm_sdk::types::addr::hash_addr"],[556,"casper_rust_wasm_sdk::types::addr::transfer_addr"],[581,"casper_rust_wasm_sdk::types::addr::uref_addr"],[606,"casper_rust_wasm_sdk::types::addressable_entity_hash"],[653,"casper_rust_wasm_sdk::types::block_hash"],[689,"casper_rust_wasm_sdk::types::block_identifier"],[739,"casper_rust_wasm_sdk::types::cl"],[740,"casper_rust_wasm_sdk::types::cl::bytes"],[787,"casper_rust_wasm_sdk::types::contract_hash"],[827,"casper_rust_wasm_sdk::types::contract_package_hash"],[867,"casper_rust_wasm_sdk::types::deploy"],[936,"casper_rust_wasm_sdk::types::deploy_hash"],[972,"casper_rust_wasm_sdk::types::deploy_params"],[977,"casper_rust_wasm_sdk::types::deploy_params::args_simple"],[1010,"casper_rust_wasm_sdk::types::deploy_params::deploy_str_params"],[1055,"casper_rust_wasm_sdk::types::deploy_params::dictionary_item_str_params"],[1178,"casper_rust_wasm_sdk::types::deploy_params::payment_str_params"],[1229,"casper_rust_wasm_sdk::types::deploy_params::session_str_params"],[1283,"casper_rust_wasm_sdk::types::dictionary_item_identifier"],[1324,"casper_rust_wasm_sdk::types::digest"],[1375,"casper_rust_wasm_sdk::types::entity_identifier"],[1416,"casper_rust_wasm_sdk::types::era_id"],[1455,"casper_rust_wasm_sdk::types::global_state_identifier"],[1490,"casper_rust_wasm_sdk::types::key"],[1551,"casper_rust_wasm_sdk::types::package_hash"],[1591,"casper_rust_wasm_sdk::types::path"],[1628,"casper_rust_wasm_sdk::types::peer_entry"],[1661,"casper_rust_wasm_sdk::types::pricing_mode"],[1693,"casper_rust_wasm_sdk::types::public_key"],[1744,"casper_rust_wasm_sdk::types::purse_identifier"],[1783,"casper_rust_wasm_sdk::types::sdk_error"],[1836,"casper_rust_wasm_sdk::types::sdk_error::SdkError"],[1884,"casper_rust_wasm_sdk::types::transaction"],[1953,"casper_rust_wasm_sdk::types::transaction_category"],[2001,"casper_rust_wasm_sdk::types::transaction_hash"],[2037,"casper_rust_wasm_sdk::types::transaction_params"],[2039,"casper_rust_wasm_sdk::types::transaction_params::transaction_builder_params"],[2214,"casper_rust_wasm_sdk::types::transaction_params::transaction_str_params"],[2272,"casper_rust_wasm_sdk::types::uref"],[2316,"casper_rust_wasm_sdk::types::verbosity"],[2351,"casper_rust_wasm_sdk::types::wallet"],[2352,"casper_rust_wasm_sdk::types::wallet::signature_response"],[2381,"casper_rust_wasm_sdk::watcher"],[2427,"casper_rust_wasm_sdk::watcher::watcher"],[2871,"casper_rust_wasm_sdk::sdk"],[2872,"alloc::string"],[2873,"core::option"],[2874,"casper_client::rpcs::v2_0_0::put_transaction"],[2875,"casper_client::json_rpc::success_response"],[2876,"core::result"],[2877,"casper_client::rpcs::v1_4_5::put_deploy"],[2878,"casper_client::rpcs::v1_6_0::get_account"],[2879,"casper_client::rpcs::v1_4_5::get_auction_info"],[2880,"casper_rust_wasm_sdk::sdk::rpcs::get_balance"],[2881,"casper_client::rpcs::v1_4_5::get_balance"],[2882,"casper_client::rpcs::v2_0_0::get_block"],[2883,"casper_client::rpcs::v1_4_5::get_block_transfers"],[2884,"casper_client::rpcs::v1_5_0::get_chainspec"],[2885,"casper_client::error"],[2886,"casper_client::rpcs::v2_0_0::get_deploy"],[2887,"casper_rust_wasm_sdk::sdk::rpcs::get_dictionary_item"],[2888,"casper_client::rpcs::v1_4_5::get_dictionary_item"],[2889,"casper_client::rpcs::v2_0_0::get_entity"],[2890,"casper_client::rpcs::v1_4_5::get_era_info"],[2891,"casper_client::rpcs::v1_5_0::get_era_summary"],[2892,"casper_client::rpcs::v2_0_0::get_node_status"],[2893,"casper_client::rpcs::v1_4_5::get_peers"],[2894,"casper_client::rpcs::v1_4_5::get_state_root_hash"],[2895,"casper_client::rpcs::v2_0_0::get_transaction"],[2896,"casper_client::rpcs::v1_4_5::get_validator_changes"],[2897,"casper_client::rpcs::v1_4_5::list_rpcs"],[2898,"casper_client::rpcs::v1_5_0::query_balance"],[2899,"casper_client::rpcs::v2_0_0::query_balance_details"],[2900,"casper_rust_wasm_sdk::sdk::rpcs::query_global_state"],[2901,"casper_client::rpcs::v1_4_5::query_global_state"],[2902,"casper_client::rpcs::v2_0_0::speculative_exec"],[2903,"casper_client::rpcs::v2_0_0::speculative_exec_transaction"],[2904,"wasm_bindgen"],[2905,"core::any"],[2906,"alloc::boxed"],[2907,"casper_rust_wasm_sdk::sdk::watcher::watcher"],[2908,"casper_types::cl_value"],[2909,"serde_json::value"],[2910,"alloc::vec"],[2911,"serde::ser"],[2912,"casper_types::bytesrepr"],[2913,"casper_types::timestamp"],[2914,"casper_types::crypto::asymmetric_key"],[2915,"dyn_clone::sealed"],[2916,"core::fmt"],[2917,"serde::de"],[2918,"casper_types::access_rights::private"],[2919,"core::cmp"],[2920,"casper_types::account::account_hash"],[2921,"casper_types::key"],[2922,"casper_types::addressable_entity"],[2923,"casper_types::transfer::transfer_v1::transfer_v1_addr"],[2924,"casper_types::uref"],[2925,"casper_types::block::block_hash"],[2926,"casper_client::rpcs::common"],[2927,"casper_types::cl_type"],[2928,"core::iter::traits::collect"],[2929,"casper_types::bytesrepr::bytes"],[2930,"js_sys"],[2931,"core::hash"],[2932,"casper_types::contracts"],[2933,"casper_types::package"],[2934,"casper_types::transaction::approval"],[2935,"casper_types::transaction::runtime_args"],[2936,"casper_types::transaction::approvals_hash"],[2937,"casper_types::transaction::deploy"],[2938,"casper_types::transaction::deploy::deploy_hash"],[2939,"casper_client::cli::deploy_str_params"],[2940,"casper_client::cli::dictionary_item_str_params"],[2941,"casper_client::cli::payment_str_params"],[2942,"casper_client::cli::session_str_params"],[2943,"casper_client::rpcs::v2_0_0::get_dictionary_item"],[2944,"casper_types::digest"],[2945,"casper_types::era_id"],[2946,"casper_client::rpcs::v2_0_0::query_balance"],[2947,"serde_json::error"],[2948,"casper_client::cli::json_args::error"],[2949,"casper_client::cli::error"],[2950,"core::error"],[2951,"casper_types::transaction"],[2952,"casper_types::transaction::transaction_v1"],[2953,"casper_types::transaction::transaction_header"],[2954,"casper_types::transaction::transaction_v1::transaction_v1_category"],[2955,"casper_types::transaction::transaction_hash"],[2956,"casper_client::cli::transaction_builder_params"],[2957,"casper_client::cli::transaction_str_params"],[2958,"casper_client::verbosity"],[2959,"core::ops::function"],[2960,"core::marker"],[2961,"casper_rust_wasm_sdk::sdk::contract"],[2962,"casper_rust_wasm_sdk::sdk::deploy"],[2963,"casper_rust_wasm_sdk::sdk::transaction"],[2964,"casper_rust_wasm_sdk::js::externs"],[2965,"casper_rust_wasm_sdk::sdk::rpcs"],[2966,"casper_rust_wasm_sdk::sdk::watcher"]],"i":[0,3,3,0,3,0,3,0,3,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,3,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,0,3,3,3,3,3,3,0,3,3,3,3,0,3,3,3,0,3,0,3,0,3,0,3,0,3,0,3,3,3,3,3,0,3,3,3,3,3,3,3,3,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,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,82,0,55,0,0,0,0,82,55,81,58,82,55,81,58,82,55,57,81,58,82,55,57,81,58,82,55,81,58,82,55,58,81,58,81,58,81,58,81,58,82,55,57,81,81,58,82,55,57,81,58,58,81,58,82,55,57,81,58,81,58,58,57,58,81,58,57,58,57,58,57,81,58,58,57,58,81,58,81,58,81,58,81,58,58,57,58,81,58,82,55,81,58,82,55,57,81,58,81,58,82,55,57,81,58,82,55,57,81,58,81,58,81,58,58,57,81,58,82,55,57,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,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,85,0,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,0,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,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,96,0,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,0,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,103,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,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,106,106,106,106,106,106,106,106,106,106,0,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,0,20,0,20,113,20,113,20,113,20,113,20,113,20,113,113,113,113,20,113,113,20,113,113,113,113,20,113,113,113,113,113,113,113,113,113,113,20,113,20,113,113,20,113,20,113,113,113,113,20,0,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,0,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,0,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,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,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,0,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,0,0,0,0,0,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,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,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0,0,0,0,0,135,136,137,138,139,134,134,135,136,137,138,139,134,135,136,137,138,139,134,135,136,137,138,139,134,135,136,137,138,139,134,134,134,134,134,135,136,137,138,139,134,134,0,134,135,136,137,138,139,134,135,136,137,138,139,134,134,135,136,137,138,139,134,134,134,134,134,134,134,134,134,135,136,137,138,139,134,134,134,134,134,134,135,136,137,138,139,134,135,136,137,138,139,134,134,135,136,137,138,139,134,135,136,137,138,139,134,134,134,134,134,135,136,137,138,139,134,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,0,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,0,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,0,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,0,0,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,25,111,111,111,111,111,111,111,111,111,111,111,25,111,111,111,111,111,111,111,111,111,111,111,111,111,111,0,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,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,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,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,153,153,153,153,153,153,153,153,0,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,0,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,158,158,158,158,0,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,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,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,195,219,196,197,198,199,200,201,202,203,204,205,206,207,210,211,212,213,214,215,216,217,218,219,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,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,49,49,169,169,169,169,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,0,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,0,0,172,174,174,174,174,174,174,172,174,174,0,0,174,0,0,172,174,174,172,173,4,174,4,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,4,174,4,4,172,173,4,174,172,173,4,174,4,4,4,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,4,173,4,4,4,4,4,4,173,4,4,4,4,4,4,4,4,4,4,4,4,172,173,4,174,4,4,4,173,4,173,4,172,173,4,174,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,172,173,4,174,0,4,4,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,4,172,173,4,174,172,173,4,174,172,173,4,174,172,173,4,174,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,5,5,5,5,5,5,5,5,5,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,50,50,50,50,50,50,16,16,16,0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,0,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,189,66,183,182,183,189,66,182,183,181,190,185,186,190,183,190,183,189,190,187,184,188,185,181,190,189,189,189,191,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,67,181,182,183,184,185,186,187,188,189,190,191,66,190,189,66,180,67,181,182,183,184,185,186,187,188,189,190,191,66,180,67,181,182,183,184,185,186,187,188,189,190,191,66,180,180,67,181,182,183,184,185,186,187,188,189,190,191,66,180,67,181,182,183,184,185,186,187,188,189,190,191,66,183,182,183,180,181,182,183,184,185,186,187,188,189,190,191,66,186,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,182,183,184,185,186,187,188,189,190,191,66,189,66,182,183,181,190,185,180,181,182,183,184,185,186,186,187,188,189,190,191,66,180,67,181,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,191,191,186,190,183,190,180,67,181,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,183,67,182,183,184,185,186,187,188,189,190,191,66,189,190,180,67,181,67,182,183,184,185,186,187,188,189,190,191,66,187,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,182,183,184,185,186,187,188,189,190,191,66,184,67,67,188,67,185,181,190,180,67,181,182,183,184,185,186,187,188,189,190,191,66,186,186,189,189,189,191,180,67,181,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,180,67,181,182,183,184,185,186,187,188,189,190,191,66,190,180,67,181,182,183,184,185,186,187,188,189,190,191,66,67,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,67,182,183,184,185,186,187,188,189,190,191,66,186,180,67,181,182,183,184,185,186,187,188,189,190,191,66],"f":"`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}`{{{b{f}}hj{n{l}}}{{Af{{Ab{A`}}Ad}}}}`{{{b{f}}AhAjAl{n{l}}}{{Af{{Ab{An}}Ad}}}}`{{}f}`{{{b{f}}AhAjAl{n{B`}}{n{l}}}{{Af{{Ab{An}}Ad}}}}{{}Bb}0{cc{}}{Bdf}{{{b{f}}{n{Bf}}{n{l}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Bj}}Ad}}}}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Bl}}Ad}}}}{{{b{f}}cBn{n{B`}}{n{l}}}{{Af{{Ab{C`}}Ad}}}Cb}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Cd}}Ad}}}}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Cf}}Ad}}}}{{{b{f}}{n{B`}}{n{l}}}{{Af{{Ab{Ch}}Cj}}}}{{{b{f}}Cl{n{Cn}}{n{B`}}{n{l}}}{{Af{{Ab{D`}}Cj}}}}{{{b{f}}cDb{n{B`}}{n{l}}}{{Af{{Ab{Dd}}Ad}}}Cb}{{{b{f}}{n{Df}}{n{l}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Dh}}Ad}}}}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Dj}}Ad}}}}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Dl}}Ad}}}}{{{b{f}}{n{l}}}l}{{{b{f}}{n{B`}}{n{l}}}{{Af{{Ab{Dn}}Cj}}}}{{{b{f}}{n{B`}}{n{l}}}{{Af{{Ab{E`}}Cj}}}}{{{b{f}}{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{Eb}}Ad}}}}{{{b{f}}Ed{n{Cn}}{n{B`}}{n{l}}}{{Af{{Ab{Ef}}Cj}}}}{{{b{f}}{n{B`}}{n{l}}}{{Af{{Ab{Eh}}Cj}}}}{{{b{f}}{n{B`}}}B`}``{{{b{f}}jEj{n{l}}}{{Af{{Ab{A`}}Ad}}}}`{{{b{f}}AhAj{b{El}}{n{l}}}{{Af{{Ab{An}}Ad}}}}{ce{}{}}{fBd}{{{b{c}}}Cn{}}{{{b{f}}{n{B`}}{n{l}}}{{Af{{Ab{En}}Cj}}}}3{{{b{f}}AhAjAl}{{Af{F`Ad}}}}{{{b{f}}hj}{{Af{FbAd}}}}{{{b{f}}{b{El}}{b{El}}{n{l}}AhAl}{{Af{F`Ad}}}}{{{b{f}}{n{Fd}}{b{El}}{b{El}}j{n{l}}}{{Af{FbAd}}}}{{{n{l}}{n{B`}}}f}{{}c{}}{{{b{f}}F`{n{B`}}{n{l}}}{{Af{{Ab{An}}Cj}}}}{{{b{f}}Fb{n{B`}}{n{l}}}{{Af{{Ab{A`}}Cj}}}}{{{b{f}}{n{Ff}}{n{l}}{n{Fh}}{n{l}}{n{l}}{n{B`}}{n{l}}}{{Af{{Ab{Fj}}Ad}}}}{{{b{f}}{n{Ff}}{n{l}}{n{Fh}}{n{l}}{n{l}}{n{B`}}{n{l}}}{{Af{{Ab{Fl}}Ad}}}}`{{{b{f}}cDb{n{B`}}{n{l}}}{{Af{{Ab{Dd}}Ad}}}Cb}`{{{b{f}}{n{Df}}{n{l}}Fn{n{Bh}}{n{B`}}{n{l}}}{{Af{{Ab{G`}}Ad}}}}{{{b{f}}Gb}{{Af{{Ab{G`}}Ad}}}}{{{b{f}}{n{Gd}}}{{Af{GbAd}}}}{ce{}{}}0{c{}{}}`{{{b{df}}{n{l}}}{{Af{Bbl}}}}{{{b{df}}{n{B`}}}{{Af{Bbl}}}}{{{b{f}}F`{b{El}}}F`}{{{b{f}}Fb{b{El}}}Fb}`{{{b{f}}AhAjAl{n{B`}}{n{l}}}{{Af{{Ab{Gf}}Ad}}}}{{{b{f}}Fb{n{B`}}{n{l}}}{{Af{{Ab{Gh}}Ad}}}}{{{b{f}}F`{n{B`}}{n{l}}}{{Af{{Ab{Gf}}Ad}}}}`{{{b{f}}hj{n{B`}}{n{l}}}{{Af{{Ab{Gh}}Ad}}}}`{{{b{f}}{b{El}}{b{El}}{n{l}}AhAl{n{B`}}{n{l}}}{{Af{{Ab{Gf}}Ad}}}}`{{{b{f}}{n{Fd}}{b{El}}{b{El}}j{n{l}}{n{B`}}{n{l}}}{{Af{{Ab{Gh}}Ad}}}}`{{{b{f}}hj{n{B`}}{n{l}}}{{Af{{Ab{A`}}Ad}}}}`{{{b{f}}{b{El}}{b{El}}{n{l}}AhAl{n{B`}}{n{l}}}{{Af{{Ab{An}}Ad}}}}`{{{b{f}}{n{Fd}}{b{El}}{b{El}}j{n{l}}{n{B`}}{n{l}}}{{Af{{Ab{A`}}Ad}}}}{c{{Af{e}}}{}{}}{Gj{{Af{fc}}}{}}1{{{b{c}}}Gl{}}`{c{{H`{{Gn{f}}}}}{}}{{{H`{{Gn{f}}}}}c{}}{{{H`{{Gn{f}}}}}Gj}{ce{}{}}{{{b{f}}{b{El}}{b{El}}{n{Hb}}}{{Af{Hdl}}}}0{{{b{f}}{b{El}}{n{Hb}}}Hf}0`{{{b{El}}}Bb}0`{{{b{Hh}}}{{n{Hj}}}}{{{b{El}}}{{Af{lAd}}}}{{{b{El}}}l}{{{n{l}}}l}{{{n{Hb}}}Hb}{{{n{{b{El}}}}}l}3{{{b{El}}}{{Hn{Hl}}}}{{c{n{B`}}}{{Af{lAd}}}I`}{{Ib{b{c}}}lId}7{{{b{El}}}{{Af{IfAd}}}}{{{b{El}}}{{Af{IhAd}}}}9{{{b{El}}}{{Af{IjAd}}}}{{}{{Af{IjAd}}}}0```````````````````````````{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Bn}}}Bn}{{{b{c}}{b{de}}}Bb{}{}}{{{b{Bn}}{b{dIn}}}J`}{cc{}}{ce{}{}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}0{{{b{c}}}Gl{}}3```:98{{{b{Db}}}Db}7{{{b{Db}}{b{dIn}}}J`}6543325`````````<<<<;;;;;:::::{{{b{Jb}}}Jb}{{{b{Gd}}}Gd}{{{b{Jd}}}Jd}{{{b{Fn}}}Fn}<<<<{{}Gd}{{}Bb}000{c{{Af{Jb}}}Jf}{c{{Af{Gd}}}Jf}{{{b{Jb}}{b{dIn}}}J`}{{{b{Gd}}{b{dIn}}}J`}{{{b{Jd}}{b{dIn}}}J`}{{{b{Fn}}{b{dIn}}}J`}{{{b{Gb}}{b{dIn}}}J`}{G`Jb}{cc{}}0000{BdJb}{BdGd}`{ce{}{}}0000{JbBd}{GdBd}{{{b{c}}}Cn{}}0```33`````{{}c{}}0```4444{c{}{}}0{{{b{Jb}}c}AfJh}{{{b{Gd}}c}AfJh}```{{{b{c}}}e{}{}}000{c{{Af{e}}}{}{}}0000{Gj{{Af{Jbc}}}{}}{Gj{{Af{Gdc}}}{}}22222{{{b{c}}}Gl{}}0000{c{{H`{{Gn{Jb}}}}}{}}{c{{H`{{Gn{Gd}}}}}{}}{{{H`{{Gn{Jb}}}}}c{}}{{{H`{{Gn{Gd}}}}}c{}}{{{H`{{Gn{Jb}}}}}Gj}{{{H`{{Gn{Gd}}}}}Gj}``{ce{}{}}0000``````````````````````````````````{{}Hl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Jj}{{}Bb}0{{{b{Jj}}{b{dIn}}}J`}{JlJj}{cc{}}{BdJj}{{CnCnCn}Jj}:{JjBd}{{{b{Jj}}}Cn}{{{b{c}}}Cn{}}111={Hl{{Af{JjJn}}}}{{}c{}}>>>>>??{c{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Jjc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Jj}}}}}{}}{{{H`{{Gn{Jj}}}}}c{}}{{{H`{{Gn{Jj}}}}}Gj}{ce{}{}}{{}Hl}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{K`}}}K`}{{{b{c}}{b{de}}}Bb{}{}}{{{b{K`}}{b{K`}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{}Bb}0{c{{Af{K`}}}Jf}{{{b{K`}}{b{K`}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{K`}}{b{dIn}}}J`}{DfK`}{{{Hn{Hl}}}K`}{FhK`}{KdK`}{BfK`}{cc{}}{BdK`}{{{b{{Gn{Hl}}}}}{{Af{{Kf{K`{b{{Gn{Hl}}}}}}Kh}}}}6{{{b{El}}}{{Af{K`Ad}}}}{KjK`}{ce{}{}}{K`Bd}{{{b{c}}}Cn{}}24{{}c{}}{{{b{K`}}{b{K`}}}{{n{Kb}}}}44{c{}{}}{{{b{K`}}c}AfJh}{{{b{K`}}}Kl}{{{b{K`}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{K`}}}l}0{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{K`c}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{K`}}}}}{}}{{{H`{{Gn{K`}}}}}c{}}{{{H`{{Gn{K`}}}}}Gj}{ce{}{}}{{{b{K`}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Bf}}}Bf}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Bf}}}Jf}{{{b{Bf}}{b{dIn}}}J`}0{KnBf}{cc{}}{K`Bf}{KjBf}{BdBf}21{{{b{El}}}{{Af{BfAd}}}}?{BfBd}{{{b{c}}}Cn{}}{ce{}{}}{{}c{}}11{c{}{}}{{{b{Bf}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Bfc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Bf}}}}}{}}{{{H`{{Gn{Bf}}}}}c{}}{{{H`{{Gn{Bf}}}}}Gj};``````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Bb}0{cc{}}{{{Hn{Hl}}}L`}{LbL`}{BdL`}{ce{}{}}{L`Bd}{{{b{c}}}Cn{}}2{{}c{}}33{c{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{L`c}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{L`}}}}}{}}{{{H`{{Gn{L`}}}}}c{}}{{{H`{{Gn{L`}}}}}Gj}:`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ld}}}Ld}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Ld}}}Jf}{{{b{Ld}}{b{dIn}}}J`}{DfLd}{cc{}}{LfLd}{BdLd}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Ld{b{{Gn{Hl}}}}}}Kh}}}}{{{b{El}}}{{Af{LdAd}}}}{ce{}{}}{LdBd}{{{b{c}}}Cn{}}2{{}c{}}33{c{}{}}{{{b{Ld}}c}AfJh}{{{b{Ld}}}Kl}{{{b{Ld}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Ld}}}l}0{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ldc}}}{}}1{{{b{c}}}Gl{}}{{{b{Ld}}}Lh}{c{{H`{{Gn{Ld}}}}}{}}{{{H`{{Gn{Ld}}}}}c{}}{{{H`{{Gn{Ld}}}}}Gj}{ce{}{}}{{{b{Ld}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Bb}0{{{b{Lh}}{b{dIn}}}J`}{cc{}}{{{Hn{Hl}}}Lh}{LjLh}{BdLh}9{LhBd}{{{b{c}}}Cn{}};{{}c{}}<<{c{}{}}{{{b{Lh}}}{{Hn{Hl}}}}{{{b{Lh}}}l}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Lhc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Lh}}}}}{}}{{{H`{{Gn{Lh}}}}}c{}}{{{H`{{Gn{Lh}}}}}Gj}{ce{}{}}`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Bb}0{LlLn}{{{Hn{Hl}}}Ln}{cc{}}{BdLn}7{LnBd}{{{b{c}}}Cn{}}9{{}c{}}::{c{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Lnc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Ln}}}}}{}}{{{H`{{Gn{Ln}}}}}c{}}{{{H`{{Gn{Ln}}}}}Gj}{ce{}{}}`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Bb}0{{{Hn{Hl}}}M`}{MbM`}{cc{}}{BdM`}7{M`Bd}{{{b{c}}}Cn{}}9{{}c{}}::{c{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{M`c}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{M`}}}}}{}}{{{H`{{Gn{M`}}}}}c{}}{{{H`{{Gn{M`}}}}}Gj}{ce{}{}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Md}}}Md}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Md}}}Jf}{{{b{Md}}{b{Md}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{Md}}{b{dIn}}}J`}{{{Mf{Hl}}}Md}{cc{}}{MhMd}{MjMd}{LhMd}{LdMd}{BdMd}{{{Hn{Hl}}}Md}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Md{b{{Gn{Hl}}}}}}Kh}}}}{{{b{El}}}{{Af{MdAd}}}}{ce{}{}}{MdBd}{{{b{c}}}Cn{}}23{{}c{}}33{c{}{}}{{{b{Md}}c}AfJh}{{{b{Md}}}Kl}{{{b{Md}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Md}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Mdc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Md}}}}}{}}{{{H`{{Gn{Md}}}}}c{}}{{{H`{{Gn{Md}}}}}Gj}?{{{b{Md}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ml}}}Ml}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Ml}}}Jf}{{{b{Ml}}{b{dIn}}}J`}0{MnMl}{N`Ml}{cc{}}{BdMl}{Mn{{Af{MlAd}}}}{ce{}{}}{MlBd}{{{b{c}}}Cn{}}2{{{b{El}}}{{Af{MlAd}}}}{{}c{}}44{c{}{}}{{{b{Ml}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Mlc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Ml}}}}}{}}{{{H`{{Gn{Ml}}}}}c{}}{{{H`{{Gn{Ml}}}}}Gj}>````{{{b{c}}Il}Bb{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{Nb}}}Nb}{{{b{Bh}}}Bh}{{{b{c}}{b{de}}}Bb{}{}}0{{}Bb}0{c{{Af{Nb}}}Jf}{{{b{Nb}}{b{dIn}}}J`}{{{b{Bh}}{b{dIn}}}J`}{cc{}}{NdNb}1{BdNb}{MlNb}{HbNb}{ce{}{}}0{NbBd}{{{b{c}}}Cn{}}2{NbNb}{{}c{}}44{c{}{}}{{{b{Nb}}c}AfJh}{{{b{c}}}e{}{}}0{c{{Af{e}}}{}{}}0{Gj{{Af{Nbc}}}{}}11{{{b{c}}}Gl{}}0{c{{H`{{Gn{Nb}}}}}{}}{{{H`{{Gn{Nb}}}}}c{}}{{{H`{{Gn{Nb}}}}}Gj}==``{{{b{c}}Il}Bb{}}{{{b{Ej}}}{{b{{Gn{Hl}}}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Nf}{{{b{Ej}}}Ej}{{{b{c}}{b{de}}}Bb{}{}}{{{b{Ej}}{b{Ej}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{}Ej}{{{b{Ej}}}{{b{c}}}{}}{{}Bb}0{{{b{c}}}e{}{{Nj{Nh}}}}0{{{b{Ej}}{b{Ej}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{Ej}}{b{dIn}}}J`}{{{b{{Gn{Hl}}}}}Ej}{NlEj}{cc{}}{{{Hn{Hl}}}Ej}{BdEj}{NnEj}{{{b{Ej}}{b{dc}}}BbO`}{ce{}{}}{EjBd}{{{b{c}}}Cn{}}2{{}Ej}{{}c{}}{{{b{Ej}}{b{Ej}}}{{n{Kb}}}}55{c{}{}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ejc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Ej}}}}}{}}{{{H`{{Gn{Ej}}}}}c{}}{{{H`{{Gn{Ej}}}}}Gj}=`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Mh}}}Mh}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Mh}}}Jf}{{{b{Mh}}{b{dIn}}}J`}{MjMh}{cc{}}{ObMh}{BdMh}{{{Hn{Hl}}}Mh}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Mh{b{{Gn{Hl}}}}}}Kh}}}}{{{b{El}}}{{Af{MhAd}}}}{ce{}{}}{MhBd}{{{b{c}}}Cn{}}23{{}c{}}33{c{}{}}{{{b{Mh}}c}AfJh}{{{b{Mh}}}Kl}{{{b{Mh}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Mh}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Mhc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Mh}}}}}{}}{{{H`{{Gn{Mh}}}}}c{}}{{{H`{{Gn{Mh}}}}}Gj}?{{{b{Mh}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Od}}}Od}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Od}}}Jf}{{{b{Od}}{b{dIn}}}J`}{cc{}}{OfOd}{OhOd}{BdOd}{{{Hn{Hl}}}Od}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Od{b{{Gn{Hl}}}}}}Kh}}}}{{{b{El}}}{{Af{OdAd}}}}{ce{}{}}{OdBd}{{{b{c}}}Cn{}}23{{}c{}}33{c{}{}}{{{b{Od}}c}AfJh}{{{b{Od}}}Kl}{{{b{Od}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Od}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Odc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Od}}}}}{}}{{{H`{{Gn{Od}}}}}c{}}{{{H`{{Gn{Od}}}}}Gj}?{{{b{Od}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{F`}}}l}{{{b{dF`}}l{n{l}}}F`}{{{b{F`}}{b{El}}{b{El}}}F`}{{{b{F`}}}{{Hn{Oj}}}}{{{b{F`}}}Ol}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{F`}}}{{n{l}}}}7{{{b{F`}}}F`}{{{b{c}}{b{de}}}Bb{}{}}{{{b{F`}}}{{Af{OnKh}}}}{{}Bb}0{c{{Af{F`}}}Jf}<{{{b{F`}}}Cn}{{{b{F`}}{b{dIn}}}J`}{cc{}}{A@`F`}{BdF`}{{{b{El}}}{{Af{F`Ad}}}}5{{{b{F`}}}Cl}{ce{}{}}{F`Bd}88{{{b{c}}}Cn{}}{{{b{F`}}Hl}Cn}::::3{{}c{}}{{{b{F`}}Hl}l}55{c{}{}}{{{b{F`}}c}AfJh}{{{b{dF`}}{b{El}}}F`}{{{b{F`}}}l}{{{b{F`}}}{{Af{lAd}}}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{F`c}}}{}}14{{{b{c}}}Gl{}}{{{b{F`}}}Cn}{c{{H`{{Gn{F`}}}}}{}}{{{H`{{Gn{F`}}}}}c{}}{{{H`{{Gn{F`}}}}}Gj}{ce{}{}}{{{b{F`}}Kj{n{l}}}F`}{{{b{F`}}{b{El}}{n{l}}}F`}0{{{b{F`}}Mh{n{l}}}F`}{{{b{F`}}Ej{n{l}}}F`}{{{b{F`}}Od{n{l}}}F`}{{AhAjAl}{{Af{F`l}}}}{{{b{F`}}{n{l}}}F`}55{{{b{El}}{b{El}}{n{l}}AhAl}{{Af{F`l}}}}6`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Cl}}}Cl}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Cl}}}Jf}{{{b{Cl}}{b{dIn}}}J`}0{MnCl}{A@bCl}{cc{}}{BdCl}{Mn{{Af{ClAd}}}}{ce{}{}}{ClBd}{{{b{c}}}Cn{}}2{{{b{El}}}{{Af{ClAd}}}}{{}c{}}44{c{}{}}{{{b{Cl}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Clc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Cl}}}}}{}}{{{H`{{Gn{Cl}}}}}c{}}{{{H`{{Gn{Cl}}}}}Gj}>``````{{{b{c}}Il}Bb{}}{{{b{A@d}}}{{b{{Gn{l}}}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{A@d}}}A@d}{{{b{c}}{b{de}}}Bb{}{}}{{}A@d}{{}Bb}0{{{b{A@d}}{b{dIn}}}J`}{cc{}}{{{Hn{l}}}A@d}{BdA@d}{cA@d{{A@h{}{{A@f{Gj}}}}}}{ce{}{}}{A@dBd}{{{b{c}}}Cn{}}2{GjA@d}{{}c{}}44{c{}{}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{A@dc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{A@d}}}}}{}}{{{H`{{Gn{A@d}}}}}c{}}{{{H`{{Gn{A@d}}}}}Gj}<`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ah}}}{{n{l}}}}{{{b{Ah}}}Ah}{{{b{c}}{b{de}}}Bb{}{}}{{}Ah}{{{b{Ah}}}A@j}{{}Bb}0{{{b{Ah}}{b{dIn}}}J`}{cc{}}{BdAh}8{ce{}{}}{AhBd}{{{b{c}}}Cn{}}2{{{b{El}}{b{El}}{n{l}}{n{l}}{n{l}}{n{l}}}Ah}{{}c{}}44{c{}{}}>>{{{b{Ah}}{b{El}}}Bb}{{{b{Ah}}}Bb}0{{{b{Ah}}l}Bb}22{{{b{Ah}}{n{l}}}Bb}0{{{b{Ah}}}{{n{l}}}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ahc}}}{}}13{{{b{c}}}Gl{}}{c{{H`{{Gn{Ah}}}}}{}}{{{H`{{Gn{Ah}}}}}c{}}{{{H`{{Gn{Ah}}}}}Gj}{ce{}{}}``````{{{b{c}}Il}Bb{}}00000{{{b{A@l}}}{{n{A@n}}}}{{{b{c}}}{{b{e}}}{}{}}00000{{{b{dc}}}{{b{de}}}{}{}}00000{{{b{A@n}}}A@n}{{{b{AA`}}}AA`}{{{b{AAb}}}AAb}{{{b{AAd}}}AAd}{{{b{AAf}}}AAf}{{{b{A@l}}}A@l}{{{b{c}}{b{de}}}Bb{}{}}00000{{{b{A@l}}}{{n{AA`}}}}{{}A@l}{{}Bb}0{c{{Af{A@n}}}Jf}{c{{Af{AA`}}}Jf}{c{{Af{AAb}}}Jf}{c{{Af{AAd}}}Jf}{c{{Af{AAf}}}Jf}{c{{Af{A@l}}}Jf}{{{b{A@l}}}{{n{AAf}}}}{{{b{A@l}}}AAh}{{{b{A@l}}}{{n{AAb}}}}{{{b{A@n}}{b{dIn}}}J`}{{{b{AA`}}{b{dIn}}}J`}{{{b{AAb}}{b{dIn}}}J`}{{{b{AAd}}{b{dIn}}}J`}{{{b{AAf}}{b{dIn}}}J`}{{{b{A@l}}{b{dIn}}}J`}{cc{}}00000{BdA@l}{ce{}{}}00000{A@lBd}{{{b{c}}}Cn{}}2{{}A@l}{{}c{}}44{c{}{}}{{{b{A@n}}c}AfJh}{{{b{AA`}}c}AfJh}{{{b{AAb}}c}AfJh}{{{b{AAd}}c}AfJh}{{{b{AAf}}c}AfJh}{{{b{A@l}}c}AfJh}{{{b{dA@l}}{b{El}}{b{El}}{b{El}}}Bb}0{{{b{dA@l}}{b{El}}}Bb}1{{{b{dA@l}}{b{El}}{b{El}}}Bb}{{{b{c}}}e{}{}}00000{c{{Af{e}}}{}{}}00000{Gj{{Af{A@lc}}}{}}111111{{{b{c}}}Gl{}}00000{{{b{A@l}}}{{n{AAd}}}}{c{{H`{{Gn{A@l}}}}}{}}{{{H`{{Gn{A@l}}}}}c{}}{{{H`{{Gn{A@l}}}}}Gj}{ce{}{}}00000`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Al}}}Al}{{{b{c}}{b{de}}}Bb{}{}}{{}Al}{{}Bb}0{{{b{Al}}{b{dIn}}}J`}{cc{}}{BdAl}:{AlBd}{{{b{c}}}Cn{}}<{{{n{l}}{n{l}}{n{l}}{n{l}}{n{l}}{n{l}}{n{AAj}}{n{l}}{n{l}}{n{l}}}Al}{{}c{}}{{{b{Al}}}{{n{l}}}}0{{{b{Al}}}{{n{AAj}}}}111111{{{b{Al}}}AAl}2{ce{}{}}0{c{}{}}{{{b{Al}}{b{El}}}Bb}0{{{b{Al}}AAj}Bb}1111111{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Alc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Al}}}}}{}}{{{H`{{Gn{Al}}}}}c{}}{{{H`{{Gn{Al}}}}}Gj}:`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Aj}}}Aj}{{{b{c}}{b{de}}}Bb{}{}}{{}Aj}{{}Bb}0{{{b{Aj}}{b{dIn}}}J`}{cc{}}{BdAj}{ce{}{}}{AjBd}{{{b{c}}}Cn{}}{{{b{Aj}}}{{n{Cn}}}}3{{{n{l}}{n{l}}{n{l}}{n{l}}{n{l}}{n{Ej}}{n{AAj}}{n{l}}{n{l}}{n{l}}{n{Cn}}}Aj}{{}c{}}55{c{}{}}{{{b{Aj}}}{{n{l}}}}{{{b{Aj}}}{{n{A@d}}}}{{{b{Aj}}}{{n{Ej}}}}222222{{{b{Aj}}}AAn}3{{{b{Aj}}Cn}Bb}{{{b{dAj}}{Hn{l}}}Bb}{{{b{Aj}}{b{El}}}Bb}{{{b{dAj}}AAj}Bb}{{{b{Aj}}Ej}Bb}2222222{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ajc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Aj}}}}}{}}{{{H`{{Gn{Aj}}}}}c{}}{{{H`{{Gn{Aj}}}}}Gj}{ce{}{}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AB`}}}AB`}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{AB`}}}Jf}{{{b{AB`}}{b{dIn}}}J`}{cc{}}{ABbAB`}{BdAB`};{AB`Bd}{{{b{c}}}Cn{}}={{{b{El}}{b{El}}{b{El}}}{{Af{AB`Ad}}}}{{{b{El}}{b{El}}{b{El}}}{{Af{AB`Jn}}}}10{{{b{El}}}{{Af{AB`Ad}}}}{{{b{El}}}{{Af{AB`Jn}}}}32{{{b{El}}{b{El}}}{{Af{AB`Ad}}}}{{{b{El}}{b{El}}}{{Af{AB`Jn}}}}{{}c{}}{ce{}{}}0{c{}{}}{{{b{AB`}}c}AfJh}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{AB`c}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{AB`}}}}}{}}{{{H`{{Gn{AB`}}}}}c{}}{{{H`{{Gn{AB`}}}}}Gj}9``{{{b{c}}Il}Bb{}}{{{b{Mn}}}{{b{{Gn{Hl}}}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Mn}}}Mn}{{{b{c}}{b{de}}}Bb{}{}}{{}Mn}{{}Bb}0{c{{Af{Mn}}}Jf}{{{b{c}}}e{}{{Nj{Nh}}}}0{{{b{Mn}}{b{dIn}}}J`}{{{b{Mn}}{b{dIn}}}{{Af{BbABd}}}}{ABfMn}{cc{}}{{{Mf{Hl}}}Mn}{BdMn}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Mn{b{{Gn{Hl}}}}}}Kh}}}}{{{Hn{Hl}}}{{Af{MnAd}}}}{ce{}{}}{MnBd}{{{b{Cb}}}Cn}{{{b{Mn}}}Cn}{{{b{c}}}Cn{}}4{{{b{El}}}{{Af{MnAd}}}}{{}c{}}66{c{}{}}{{{b{Mn}}c}AfJh}{{{b{Mn}}}Kl}{{{b{Mn}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Cb}}}Mn}{{{b{Mn}}}Mn}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{{{b{El}}}{{Af{Mnc}}}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Mnc}}}{}}1{{{b{c}}}Gl{}}{{{b{Mn}}}{{Mf{Hl}}}}{c{{H`{{Gn{Mn}}}}}{}}{{{H`{{Gn{Mn}}}}}c{}}{{{H`{{Gn{Mn}}}}}Gj}{ce{}{}}{{{b{Mn}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Df}}}Df}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Df}}}Jf}{{{b{Df}}{b{dIn}}}J`}0{ABhDf}{K`Df}{LdDf}{KjDf}{cc{}}{BdDf}432{{{b{El}}}{{Af{DfAd}}}}{ce{}{}}{DfBd}{{{b{c}}}Cn{}}23{{}c{}}33{c{}{}}{{{b{Df}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Dfc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Df}}}}}{}}{{{H`{{Gn{Df}}}}}c{}}{{{H`{{Gn{Df}}}}}Gj}=`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ABj}}}ABj}{{{b{c}}{b{de}}}Bb{}{}}{{{b{ABj}}{b{ABj}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{}ABj}{{}Bb}0{{{b{ABj}}{b{ABj}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{ABj}}{b{dIn}}}J`}{cc{}}{ABlABj}{BdABj}{ce{}{}}{ABjBd}{{{b{c}}}Cn{}}2{HbABj}{{}c{}}{{{b{ABj}}{b{ABj}}}{{n{Kb}}}}55{c{}{}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{ABjc}}}{}}1{{{b{c}}}Gl{}}{{{b{ABj}}}Hb}{c{{H`{{Gn{ABj}}}}}{}}{{{H`{{Gn{ABj}}}}}c{}}{{{H`{{Gn{ABj}}}}}Gj}>`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ff}}}Ff}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Ff}}}Jf}{{{b{Ff}}{b{dIn}}}J`}{ABnFf}{cc{}}{BdFf}{MlFf}{HbFf}{MnFf}{ce{}{}}{FfBd}{{{b{c}}}Cn{}}2{FfFf}{{}c{}}44{c{}{}}{{{b{Ff}}c}AfJh}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ffc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Ff}}}}}{}}{{{H`{{Gn{Ff}}}}}c{}}{{{H`{{Gn{Ff}}}}}Gj}=`{{{b{c}}Il}Bb{}}{{{b{Ib}}}{{n{M`}}}}{{{b{Ib}}}{{n{L`}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ib}}}Ib}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Ib}}}Jf}{{{b{Ib}}{b{dIn}}}J`}{cc{}}{AC`Ib}{BdIb}{K`Ib}{M`Ib}1{{}Ib}0{ClIb}{L`Ib}{{Fd{b{{Gn{Hl}}}}}Ib}{ABjIb}4{{{b{El}}}{{Af{IbAd}}}}{{{b{El}}}{{Af{IbJn}}}}{LhIb}7{{{Hn{Hl}}}Ln}:{FdIb};{ce{}{}}{IbBd}{Ib{{n{K`}}}}{Ib{{n{Lh}}}}{Ib{{n{Fd}}}}{{{b{Ib}}}Cn}{{{b{c}}}Cn{}}6{Ib{{Af{IbJn}}}}{{}c{}}88{c{}{}}{{{b{Ib}}c}AfJh}{{{b{Ib}}}Kl}{{{b{Ib}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{Ib}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Ibc}}}{}}1{{{b{c}}}Gl{}}{{{b{Ib}}}{{n{Ib}}}}{c{{H`{{Gn{Ib}}}}}{}}{{{H`{{Gn{Ib}}}}}c{}}{{{H`{{Gn{Ib}}}}}Gj}{ce{}{}}4`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ACb}}}ACb}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{ACb}}}Jf}{{{b{ACb}}{b{dIn}}}J`}{cc{}}{ACdACb}{OhACb}{BdACb}{{{b{{Gn{Hl}}}}}{{Af{{Kf{ACb{b{{Gn{Hl}}}}}}Kh}}}}{{{Hn{Hl}}}ACb}{{{b{El}}}{{Af{ACbAd}}}}?{ACbBd}{{{b{c}}}Cn{}}{ce{}{}}3{{}c{}}11{c{}{}}{{{b{ACb}}c}AfJh}{{{b{ACb}}}Kl}{{{b{ACb}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{ACb}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{ACbc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{ACb}}}}}{}}{{{H`{{Gn{ACb}}}}}c{}}{{{H`{{Gn{ACb}}}}}Gj}={{{b{ACb}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ACf}}}ACf}{{{b{c}}{b{de}}}Bb{}{}}{{}ACf}{{}Bb}0{c{{Af{ACf}}}Jf}{{{b{ACf}}{b{dIn}}}J`}0{{{Hn{l}}}ACf}{lACf}{cc{}}{BdACf}{ce{}{}}{ACfBd}{{{b{ACf}}}Cn}{{{b{c}}}Cn{}}3{GjACf}{{}c{}}55{c{}{}}{{{b{ACf}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{ACfc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{ACf}}}}}{}}{{{H`{{Gn{ACf}}}}}c{}}{{{H`{{Gn{ACf}}}}}Gj}?`{{{b{c}}Il}Bb{}}{{{b{ACh}}}l}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ACh}}}ACh}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{ACh}}}Jf}{{{b{ACh}}{b{dIn}}}J`}{ACjACh}{cc{}}{BdACh}{ce{}{}}{AChBd}{{{b{c}}}Cn{}}2={{}c{}}33{c{}{}}{{{b{ACh}}c}AfJh}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{AChc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{ACh}}}}}{}}{{{H`{{Gn{ACh}}}}}c{}}{{{H`{{Gn{ACh}}}}}Gj}<```````{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ACl}}}ACl}{{{b{c}}{b{de}}}Bb{}{}}{{}ACl}{{}Bb}0{{{b{ACl}}{b{dIn}}}J`}{cc{}}{BdACl}{ce{}{}}{AClBd}{{{b{Bd}}}Cn}{{}c{}}{c{}{}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{ACl}}}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{ACl}}}}}{}}{{{H`{{Gn{ACl}}}}}c{}}{{{H`{{Gn{ACl}}}}}Gj};`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Kj}}}Kj}{{{b{c}}{b{de}}}Bb{}{}}{{{b{Kj}}{b{Kj}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{}Bb}0{c{{Af{Kj}}}Jf}{{{b{Kj}}{b{Kj}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{Kj}}{b{dIn}}}J`}0{DfKj}{BfKj}{FhKj}{cc{}}{ACnKj}{BdKj}{{{b{{Gn{Hl}}}}}{{Af{{Kf{Kj{b{{Gn{Hl}}}}}}Kh}}}}{ce{}{}}{KjBd}{{{b{c}}}Cn{}}2{{{b{El}}}{{Af{KjAd}}}}{{}c{}}{{{b{Kj}}{b{Kj}}}{{n{Kb}}}}55{c{}{}}{{{b{Kj}}c}AfJh}{{{b{Kj}}}Kl}{{{b{Kj}}}Hl}{{{b{Kj}}}K`}{{{b{Kj}}}{{Af{{Hn{Hl}}Kh}}}}{{{b{c}}}e{}{}}{{{b{Kj}}}Fd}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Kjc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Kj}}}}}{}}{{{H`{{Gn{Kj}}}}}c{}}{{{H`{{Gn{Kj}}}}}Gj}{ce{}{}}{{{b{Kj}}{b{d{Hn{Hl}}}}}{{Af{BbKh}}}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Fh}}}Fh}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Fh}}}Jf}{{{b{Fh}}{b{dIn}}}J`}0{K`Fh}{cc{}}{KjFh}{FdFh}{AD`Fh}{BdFh}532?{FhBd}{{{b{c}}}Cn{}}{ce{}{}}{{}c{}}11{c{}{}}{{{b{Fh}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Fhc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Fh}}}}}{}}{{{H`{{Gn{Fh}}}}}c{}}{{{H`{{Gn{Fh}}}}}Gj};````````````````````````````````````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ad}}{b{dIn}}}J`}0{ADbAd}{ADdAd}{cc{}}{CjAd}{ADfAd}{ADhAd}{ce{}{}}{{{b{Ad}}}{{n{{b{ADj}}}}}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}0{{{b{c}}}Gl{}}4`````````````````````````````````````````````````{{{b{c}}Il}Bb{}}{{{b{Fb}}}K`}{{{b{dFb}}l{n{l}}}Fb}{{{b{Fb}}{b{El}}{b{El}}}Fb}{{{b{Fb}}}{{Hn{Oj}}}}{{{b{Fb}}}{{Hn{K`}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Fb}}}l}{{{b{Fb}}}Fb}{{{b{c}}{b{de}}}Bb{}{}}{{{b{Fb}}}{{Af{OnKh}}}}{{}Bb}0{c{{Af{Fb}}}Jf}5{{{b{Fb}}}Cn}{{{b{Fb}}}If}{{{b{Fb}}{b{dIn}}}J`}{ADlFb}{ADnFb}{cc{}}{A@`Fb}{BdFb}{{{b{El}}}{{Af{A@`Ad}}}}{{{b{Fb}}}Ed}{{{b{Fb}}}AE`}{{{b{Fb}}}l}{ce{}{}}{FbBd}={{{b{c}}}Cn{}}>2{{hj}{{Af{Fbl}}}}{{{n{Fd}}{b{El}}{b{El}}j{n{l}}}{{Af{Fbl}}}}{{}c{}}55{c{}{}}{{{b{Fb}}c}AfJh}{{{b{Fb}}}Ol}{{{b{dFb}}{b{El}}}Fb}{{{b{Fb}}}{{Hn{K`}}}}{{{b{Fb}}}Kl}<{{{b{Fb}}}{{Af{lAd}}}}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Fbc}}}{}}1{{{b{Fb}}}l}{{{b{c}}}Gl{}}{c{{H`{{Gn{Fb}}}}}{}}{{{H`{{Gn{Fb}}}}}c{}}{{{H`{{Gn{Fb}}}}}Gj}{{{b{Fb}}}Cn}{ce{}{}}{{{b{Fb}}K`{n{l}}}Fb}{{{b{Fb}}{b{El}}{n{l}}}Fb}{{{b{Fb}}Md{n{l}}}Fb}1{{{b{Fb}}ACb{n{l}}}Fb}{{{b{Fb}}Kj{n{l}}}Fb}{{{b{Fb}}{n{l}}}Fb}4{{{b{Fb}}Ej{n{l}}}Fb}5```````{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AEb}}}AEb}{{{b{c}}{b{de}}}Bb{}{}}{{{b{AEb}}{b{AEb}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{}AEb}{{}Bb}0{c{{Af{AEb}}}Jf}{{{b{AEb}}{b{AEb}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{AEb}}{b{dIn}}}J`}0{lAEb}{AEdAEb}{cc{}}{{{b{El}}}AEb}{HlAEb}{BdAEb}{{{b{AEb}}{b{dc}}}BbO`}{ce{}{}}{AEbBd}{{{b{Bd}}}Cn}{{}c{}}{{{b{AEb}}{b{AEb}}}{{n{Kb}}}}{c{}{}}{{{b{AEb}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{AEb}}}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{AEb}}}}}{}}{{{H`{{Gn{AEb}}}}}c{}}{{{H`{{Gn{AEb}}}}}Gj}>`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ed}}}Ed}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{Ed}}}Jf}{{{b{Ed}}}{{Af{MnAd}}}}{{{b{Ed}}{b{dIn}}}J`}0{AEfEd}{cc{}}{BdEd}{{{b{{Gn{Hl}}}}}{{Af{EdAd}}}}{ce{}{}}{EdBd}{{{b{c}}}Cn{}}2{{{b{El}}}{{Af{EdAd}}}}{{}c{}}44{c{}{}}{{{b{Ed}}c}AfJh}{{{b{c}}}e{}{}}{{{b{c}}}l{}}{c{{Af{e}}}{}{}}{Gj{{Af{Edc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Ed}}}}}{}}{{{H`{{Gn{Ed}}}}}c{}}{{{H`{{Gn{Ed}}}}}Gj}>````````````````````{{{b{c}}Il}Bb{}}000{{{b{h}}}{{n{l}}}}{{{b{c}}}{{b{e}}}{}{}}000{{{b{dc}}}{{b{de}}}{}{}}000{{{b{AEh}}}AEh}{{{b{AEj}}}AEj}{{{b{h}}}h}{{{b{AEl}}}AEl}{{{b{c}}{b{de}}}Bb{}{}}000{{}h}{{}AEl}{{{b{h}}}{{n{Hl}}}}{{{b{h}}}{{n{Kj}}}}{{}Bb}0000000<{{{b{h}}}{{n{Md}}}}={{{b{AEh}}{b{dIn}}}J`}{{{b{AEj}}{b{dIn}}}J`}{{{b{h}}{b{dIn}}}J`}{{{b{AEl}}{b{dIn}}}J`}{cc{}}000{BdAEh}{BdAEj}{Bdh}{BdAEl}{ce{}{}}000{AEhBd}{AEjBd}{hBd}{AElBd}{{{b{Bd}}}Cn}{{{b{c}}}Cn{}}01{{{b{h}}}AEl}77{{{b{h}}}{{n{Hb}}}}{{{b{h}}}{{n{Bd}}}}1{{{b{h}}}{{n{Fd}}}}2{{AEh{n{Kj}}{n{K`}}{n{Fd}}}AEj}{{KjHl{b{El}}HbHb}h}{{KjKj{b{El}}}h}{{Md{b{El}}}h}{{{b{El}}{b{El}}}h}{{ACb{b{El}}{n{l}}}h}{{{b{El}}{b{El}}{n{l}}}h}{{KjKjKj{b{El}}}h}{{{n{Ej}}{n{AEb}}}h}{{{n{Fd}}AEj{b{El}}{n{Hb}}}h}7{{{b{h}}}{{n{Kj}}}}{{Kj{b{El}}}h}{{}c{}}000{{{b{h}}}{{n{l}}}}{{{b{h}}}{{n{ACb}}}}4{ce{}{}}000{c{}{}}000{{{b{dh}}{b{El}}}Bb}{{{b{dh}}Hl}Bb}{{{b{dh}}Kj}Bb}2{{{b{dh}}Md}Bb}3{{{b{dh}}AEl}Bb}{{{b{dh}}Hb}Bb}{{{b{dh}}Bd}Bb}1{{{b{dh}}Fd}Bb}257{{{b{dh}}ACb}Bb}6{{{b{dh}}AEj}Bb}{{{b{dh}}Ej}Bb}{{{b{dh}}AEb}Bb}9{{{b{h}}}{{n{AEj}}}}{{{b{c}}}e{}{}}000{{{b{h}}}AEn}{{{b{h}}}{{n{Ej}}}}{{{b{h}}}{{n{AEb}}}}{c{{Af{e}}}{}{}}000{Gj{{Af{AEh}}}}{Gj{{Af{AEjc}}}{}}{Gj{{Af{hc}}}{}}{Gj{{Af{AEl}}}}4444{{{b{c}}}Gl{}}000{{{b{h}}}{{n{Kj}}}}{c{{H`{{Gn{AEh}}}}}{}}{c{{H`{{Gn{AEj}}}}}{}}{c{{H`{{Gn{h}}}}}{}}{c{{H`{{Gn{AEl}}}}}{}}{{{H`{{Gn{AEh}}}}}c{}}{{{H`{{Gn{AEj}}}}}c{}}{{{H`{{Gn{h}}}}}c{}}{{{H`{{Gn{AEl}}}}}c{}}{{{H`{{Gn{AEh}}}}}Gj}{{{H`{{Gn{AEj}}}}}Gj}{{{H`{{Gn{h}}}}}Gj}{{{H`{{Gn{AEl}}}}}Gj}{ce{}{}}000`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{j}}}{{n{l}}}}{{{b{j}}}j}{{{b{c}}{b{de}}}Bb{}{}}{{}j}{{}Bb}0{{{b{j}}{b{dIn}}}J`}{cc{}}{Bdj}77;{jBd}{{{b{c}}}Cn{}}={{{b{El}}{n{l}}{n{l}}{n{l}}{n{l}}{n{{Hn{l}}}}{n{l}}{n{ACl}}{n{l}}{n{l}}{n{l}}{n{Cn}}}j}{{{b{El}}{n{l}}{n{l}}{n{l}}}j}{{}c{}}<{{{b{j}}}{{n{ACl}}}}={ce{}{}}0{c{}{}}??{{{b{j}}}{{n{A@d}}}}{{{b{j}}{b{El}}}Bb}{{{b{j}}}Bb}0111{{{b{j}}ACl}Bb}222{{{b{dj}}{Hn{l}}}Bb}{{{b{j}}Cn}Bb}{{{b{j}}{n{l}}}Bb}0{{{b{j}}}{{n{Cn}}}}{{{b{j}}}{{n{l}}}}{{{b{c}}}e{}{}}{{{b{j}}}AF`}{c{{Af{e}}}{}{}}{Gj{{Af{jc}}}{}}14{{{b{c}}}Gl{}}{c{{H`{{Gn{j}}}}}{}}{{{H`{{Gn{j}}}}}c{}}{{{H`{{Gn{j}}}}}Gj}{ce{}{}}`{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Fd}}}Fd}{{{b{c}}{b{de}}}Bb{}{}}{{{b{Fd}}{b{Fd}}}Kb}{{{b{c}}{b{e}}}Kb{}{}}{{{b{Fd}}}{{b{c}}}{}}{{}Bb}0{c{{Af{Fd}}}Jf}{{{b{Fd}}{b{Fd}}}Cn}{{{b{c}}{b{e}}}Cn{}{}}00{{{b{Fd}}{b{dIn}}}J`}{FhFd}{AFbFd}{cc{}}{BdFd}{{{Hn{Hl}}Hl}Fd}{{{b{El}}}{{Af{FdAd}}}}{ce{}{}}{FdBd}{{{b{c}}}Cn{}}2{{{b{El}}Hl}{{Af{FdAd}}}}{{}c{}}{{{b{Fd}}{b{Fd}}}{{n{Kb}}}}55{c{}{}}{{{b{Fd}}c}AfJh}{{{b{Fd}}}l}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{Fdc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{Fd}}}}}{}}{{{H`{{Gn{Fd}}}}}c{}}{{{H`{{Gn{Fd}}}}}Gj}?````{{{b{c}}Il}Bb{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{B`}}}B`}{{{b{c}}{b{de}}}Bb{}{}}{{}Bb}0{c{{Af{B`}}}Jf}{{{b{B`}}{b{B`}}}Cn}{{{b{B`}}{b{dIn}}}J`}{AFdB`}{HbB`}{lB`}{{{b{El}}}B`}{cc{}}{BdB`}{ce{}{}}{B`Bd}{{{b{Bd}}}Cn}{{}c{}}{c{}{}}{{{b{B`}}c}AfJh}{{{b{c}}}e{}{}}{c{{Af{e}}}{}{}}{Gj{{Af{B`}}}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{B`}}}}}{}}{{{H`{{Gn{B`}}}}}c{}}{{{H`{{Gn{B`}}}}}Gj}<``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{}Bb}0{c{{Af{AFf}}}Jf}{{{b{AFf}}{b{dIn}}}J`}{cc{}}{BdAFf}{{{b{AFf}}}{{Hn{Hl}}}}{{{b{AFf}}}l}{ce{}{}}{AFfBd}{{{b{AFf}}}Cn}{{{b{c}}}Cn{}}3{{}c{}}44{c{}{}}{{{b{AFf}}c}AfJh}{c{{Af{e}}}{}{}}{Gj{{Af{AFfc}}}{}}1{{{b{c}}}Gl{}}{c{{H`{{Gn{AFf}}}}}{}}{{{H`{{Gn{AFf}}}}}c{}}{{{H`{{Gn{AFf}}}}}Gj}<````````````````````````````````````````````````````````````{{{b{c}}Il}Bb{}}0000000000000```{{{b{c}}}{{b{e}}}{}{}}0000000000000{{{b{dc}}}{{b{de}}}{}{}}0000000000000{{{b{AFh}}Hd}Bb}{{{b{AFh}}}AFh}{{{b{Hf}}}Hf}{{{b{AFj}}}AFj}{{{b{AFl}}}AFl}{{{b{AFn}}}AFn}{{{b{AG`}}}AG`}{{{b{AGb}}}AGb}{{{b{AGd}}}AGd}{{{b{AGf}}}AGf}{{{b{AGh}}}AGh}{{{b{AGj}}}AGj}{{{b{AGl}}}AGl}{{{b{AGn}}}AGn}{{{b{Hd}}}Hd}{{{b{c}}{b{de}}}Bb{}{}}0000000000000```{{}AFh}{{}AFj}{{}AFl}{{}AFn}{{}AG`}{{}AGb}{{}AGd}{{}AGf}{{}AGh}{{}AGj}{{}AGl}{{}AGn}{{}Hd}{{{b{AGd}}}l}{{}Bb}00000000000000000000000{c{{Af{AFl}}}Jf}{c{{Af{AFn}}}Jf}{c{{Af{AG`}}}Jf}{c{{Af{AGb}}}Jf}{c{{Af{AGd}}}Jf}{c{{Af{AGf}}}Jf}{c{{Af{AGh}}}Jf}{c{{Af{AGj}}}Jf}{c{{Af{AGl}}}Jf}{c{{Af{AGn}}}Jf}{c{{Af{Hd}}}Jf}```````{{{b{AFh}}{b{dIn}}}J`}{{{b{AFj}}{b{dIn}}}J`}{{{b{AFl}}{b{dIn}}}J`}{{{b{AFn}}{b{dIn}}}J`}{{{b{AG`}}{b{dIn}}}J`}{{{b{AGb}}{b{dIn}}}J`}{{{b{AGd}}{b{dIn}}}J`}0{{{b{AGf}}{b{dIn}}}J`}{{{b{AGh}}{b{dIn}}}J`}{{{b{AGj}}{b{dIn}}}J`}{{{b{AGl}}{b{dIn}}}J`}{{{b{AGn}}{b{dIn}}}J`}{{{b{Hd}}{b{dIn}}}J`}{cc{}}0000000000000{BdHf}{BdAFl}{BdAFn}{BdAG`}{BdAGb}{BdAGd}{BdAGf}{BdAGh}{BdAGj}{BdAGl}{BdAGn}{BdHd}{{{b{AGn}}}{{n{AGl}}}}0````{ce{}{}}0000000000000{HfBd}{AFlBd}{AFnBd}{AG`Bd}{AGbBd}{AGdBd}{AGfBd}{AGhBd}{AGjBd}{AGlBd}{AGnBd}{HdBd}{{{b{c}}}Cn{}}00000000000`============``{cAFh{{AH`{Hd}}AHbAHd}}{{l{n{Hb}}}Hf}{{lAFh}AFj}{{}c{}}00000000000`{ce{}{}}00000000000000000000000{c{}{}}00000000000{{{b{AFl}}c}AfJh}{{{b{AFn}}c}AfJh}{{{b{AG`}}c}AfJh}{{{b{AGb}}c}AfJh}{{{b{AGd}}c}AfJh}{{{b{AGf}}c}AfJh}{{{b{AGh}}c}AfJh}{{{b{AGj}}c}AfJh}{{{b{AGl}}c}AfJh}{{{b{AGn}}c}AfJh}{{{b{Hd}}c}AfJh}`{{{b{Hf}}}{{n{{Hn{Hd}}}}}}{{{b{Hf}}}Bb}`{{{b{dHf}}{Hn{AFj}}}{{Af{Bbl}}}}```{{{b{c}}}e{}{}}0000000000000{{{b{c}}}l{}}{{{b{AGd}}}l}````{c{{Af{e}}}{}{}}0000000000000{Gj{{Af{Hfc}}}{}}{Gj{{Af{AFlc}}}{}}{Gj{{Af{AFnc}}}{}}{Gj{{Af{AG`c}}}{}}{Gj{{Af{AGbc}}}{}}{Gj{{Af{AGdc}}}{}}{Gj{{Af{AGfc}}}{}}{Gj{{Af{AGhc}}}{}}{Gj{{Af{AGjc}}}{}}{Gj{{Af{AGlc}}}{}}{Gj{{Af{AGnc}}}{}}{Gj{{Af{Hdc}}}{}}<<<<<<<<<<<<<<`{{{b{c}}}Gl{}}0000000000000{{{b{dHf}}l}Bb}{c{{H`{{Gn{Hf}}}}}{}}{c{{H`{{Gn{AFl}}}}}{}}{c{{H`{{Gn{AFn}}}}}{}}{c{{H`{{Gn{AG`}}}}}{}}{c{{H`{{Gn{AGb}}}}}{}}{c{{H`{{Gn{AGd}}}}}{}}{c{{H`{{Gn{AGf}}}}}{}}{c{{H`{{Gn{AGh}}}}}{}}{c{{H`{{Gn{AGj}}}}}{}}{c{{H`{{Gn{AGl}}}}}{}}{c{{H`{{Gn{AGn}}}}}{}}{c{{H`{{Gn{Hd}}}}}{}}{{{H`{{Gn{Hf}}}}}c{}}{{{H`{{Gn{AFl}}}}}c{}}{{{H`{{Gn{AFn}}}}}c{}}{{{H`{{Gn{AG`}}}}}c{}}{{{H`{{Gn{AGb}}}}}c{}}{{{H`{{Gn{AGd}}}}}c{}}{{{H`{{Gn{AGf}}}}}c{}}{{{H`{{Gn{AGh}}}}}c{}}{{{H`{{Gn{AGj}}}}}c{}}{{{H`{{Gn{AGl}}}}}c{}}{{{H`{{Gn{AGn}}}}}c{}}{{{H`{{Gn{Hd}}}}}c{}}{{{H`{{Gn{Hf}}}}}Gj}{{{H`{{Gn{AFl}}}}}Gj}{{{H`{{Gn{AFn}}}}}Gj}{{{H`{{Gn{AG`}}}}}Gj}{{{H`{{Gn{AGb}}}}}Gj}{{{H`{{Gn{AGd}}}}}Gj}{{{H`{{Gn{AGf}}}}}Gj}{{{H`{{Gn{AGh}}}}}Gj}{{{H`{{Gn{AGj}}}}}Gj}{{{H`{{Gn{AGl}}}}}Gj}{{{H`{{Gn{AGn}}}}}Gj}{{{H`{{Gn{Hd}}}}}Gj}{{{b{AGd}}}l}{ce{}{}}0000000000000","D":"B@h","p":[[1,"reference"],[0,"mut"],[5,"SDK",0,2871],[5,"TransactionBuilderParams",2039],[5,"TransactionStrParams",2214],[5,"String",2872],[6,"Option",2873],[5,"PutTransactionResult",2874],[5,"SuccessResponse",2875],[6,"SdkError",1783],[6,"Result",2876],[5,"DeployStrParams",1010],[5,"SessionStrParams",1229],[5,"PaymentStrParams",1178],[5,"PutDeployResult",2877],[6,"Verbosity",2316],[1,"unit"],[1,"u32"],[5,"AccountIdentifier",419],[6,"BlockIdentifierInput",689],[5,"GetAccountResult",2878],[5,"GetAuctionInfoResult",2879],[6,"GetBalanceInput",141,2880],[5,"GetBalanceResult",2881],[10,"ToDigest",1324],[5,"GetBlockResult",2882],[5,"GetBlockTransfersResult",2883],[5,"GetChainspecResult",2884],[6,"Error",2885],[5,"DeployHash",936],[1,"bool"],[5,"GetDeployResult",2886],[6,"DictionaryItemInput",157,2887],[5,"GetDictionaryItemResult",2888],[5,"EntityIdentifier",1375],[5,"GetAddressableEntityResult",2889],[5,"GetEraInfoResult",2890],[5,"GetEraSummaryResult",2891],[5,"GetNodeStatusResult",2892],[5,"GetPeersResult",2893],[5,"GetStateRootHashResult",2894],[5,"TransactionHash",2001],[5,"GetTransactionResult",2895],[5,"GetValidatorChangesResult",2896],[5,"Bytes",740],[1,"str"],[5,"ListRpcsResult",2897],[5,"Deploy",867],[5,"Transaction",1884],[5,"URef",2272],[5,"GlobalStateIdentifier",1455],[5,"PurseIdentifier",1744],[5,"QueryBalanceResult",2898],[5,"QueryBalanceDetailsResult",2899],[6,"PathIdentifierInput",173,2900],[5,"QueryGlobalStateResult",2901],[5,"QueryGlobalStateParams",173,2900],[5,"QueryGlobalStateOptions",173,2900],[5,"SpeculativeExecResult",2902],[5,"SpeculativeExecTxnResult",2903],[5,"JsValue",2904],[5,"TypeId",2905],[1,"slice"],[5,"Box",2906],[1,"u64"],[5,"EventParseResult",2427,2907],[5,"Watcher",2427,2907],[5,"CLValue",2908],[6,"Value",2909],[1,"u8"],[5,"Vec",2910],[10,"Serialize",2911],[5,"Key",1490],[10,"ToBytes",2912],[5,"Timestamp",2913],[5,"TimeDiff",2913],[6,"SecretKey",2914],[5,"Private",2915],[5,"Formatter",2916],[8,"Result",2916],[5,"QueryGlobalStateResult",173,2900],[6,"KeyIdentifierInput",173,2900],[10,"Deserializer",2917],[10,"Serializer",2911],[5,"AccessRights",327],[5,"AccessRights",2918],[5,"JsError",2904],[5,"AccountHash",367],[6,"Ordering",2919],[5,"AccountHash",2920],[1,"tuple"],[6,"Error",2912],[5,"PublicKey",1693],[1,"usize"],[6,"AccountIdentifier",2878],[5,"DictionaryAddr",462],[8,"DictionaryAddr",2921],[5,"EntityAddr",487],[6,"EntityAddr",2922],[5,"HashAddr",527],[8,"HashAddr",2921],[5,"TransferAddr",2923],[5,"TransferAddr",556],[5,"URefAddr",581],[8,"URefAddr",2924],[5,"AddressableEntityHash",606],[1,"array"],[5,"ContractHash",787],[5,"AddressableEntityHash",2922],[5,"BlockHash",653],[5,"Digest",1324],[5,"BlockHash",2925],[5,"BlockIdentifier",689],[6,"BlockIdentifier",2926],[6,"CLType",2927],[1,"char"],[10,"FromIterator",2928],[5,"Bytes",2929],[5,"Uint8Array",2930],[10,"Hasher",2931],[5,"ContractHash",2932],[5,"ContractPackageHash",827],[5,"ContractPackageHash",2932],[5,"PackageHash",2933],[5,"Approval",2934],[5,"RuntimeArgs",2935],[5,"ApprovalsHash",2936],[5,"Deploy",2937],[5,"DeployHash",2938],[5,"ArgsSimple",977],[17,"Item"],[10,"IntoIterator",2928],[5,"DeployStrParams",2939],[5,"DictionaryItemStrParams",1055],[5,"AccountNamedKey",1055],[5,"ContractNamedKey",1055],[5,"EntityNamedKey",1055],[5,"URefVariant",1055],[5,"DictionaryVariant",1055],[6,"DictionaryItemStrParams",2940],[5,"Array",2930],[5,"PaymentStrParams",2941],[5,"SessionStrParams",2942],[5,"DictionaryItemIdentifier",1283],[6,"DictionaryItemIdentifier",2943],[5,"Error",2916],[5,"Digest",2944],[6,"EntityIdentifier",2889],[5,"EraId",1416],[5,"EraId",2945],[6,"GlobalStateIdentifier",2926],[6,"Key",2921],[5,"PackageHash",1551],[8,"PackageAddr",2921],[5,"Path",1591],[5,"PeerEntry",1628],[5,"PeerEntry",2893],[6,"PricingMode",1661],[6,"PublicKey",2914],[6,"PurseIdentifier",2946],[5,"Error",2947],[5,"Error",2948],[6,"CLValueError",2908],[6,"CliError",2949],[10,"Error",2950],[6,"Transaction",2951],[5,"TransactionV1",2952],[6,"TransactionHeader",2953],[6,"TransactionCategory",1953],[6,"TransactionCategory",2954],[6,"TransactionHash",2955],[6,"TransferTargetKind",2039],[5,"TransferTarget",2039],[6,"TransactionKind",2039],[6,"TransactionBuilderParams",2956],[5,"TransactionStrParams",2957],[5,"URef",2924],[6,"Verbosity",2958],[5,"SignatureResponse",2352],[5,"EventHandlerFn",2427,2907],[5,"Subscription",2427,2907],[5,"Failure",2427,2907],[5,"Version2",2427,2907],[5,"Payment",2427,2907],[5,"ExecutionResult",2427,2907],[5,"HashString",2427,2907],[5,"PublicKeyString",2427,2907],[5,"Message",2427,2907],[5,"Messages",2427,2907],[5,"TransactionProcessed",2427,2907],[5,"Body",2427,2907],[10,"Fn",2959],[10,"Send",2960],[10,"Sync",2960],[15,"ConflictingArguments",1836],[15,"CustomError",1836],[15,"FailedToParseKey",1836],[15,"FailedToParsePublicKeyBytes",1836],[15,"FailedToParsePublicKey",1836],[15,"FailedToParseSecretKey",1836],[15,"FailedToGenerateSecretKey",1836],[15,"FailedToParseAccountHash",1836],[15,"FailedToParseContractHash",1836],[15,"FailedToParseContractPackageHash",1836],[15,"FailedToParsePackageHash",1836],[15,"FailedToParseEntity",1836],[15,"FailedToDecodeHex",1836],[15,"FailedToParseAccountHashLength",1836],[15,"FailedToParseEntityAddrLength",1836],[15,"FailedToParseURef",1836],[15,"FailedToParseInt",1836],[15,"FailedToParseTimeDiff",1836],[15,"FailedToParseTimestamp",1836],[15,"FailedToParseUint",1836],[15,"FailedToParseDigest",1836],[15,"FailedToParseAddressableEntityHash",1836],[15,"FailedToParseBool",1836],[15,"FailedToParseDec",1836],[15,"InvalidArgument",1836]],"r":[[0,2871],[3,2961],[5,2961],[9,2962],[34,2961],[36,2961],[53,2961],[55,2961],[62,2871],[67,2962],[71,2963],[73,2962],[75,2963],[77,2963],[79,2962],[81,2963],[96,2871],[97,2964],[98,2964],[117,2965],[118,2965],[119,2965],[120,2965],[121,2965],[122,2965],[123,2965],[124,2965],[125,2965],[126,2965],[127,2965],[128,2965],[129,2965],[130,2965],[131,2965],[132,2965],[133,2965],[134,2965],[135,2965],[136,2965],[137,2965],[138,2965],[139,2965],[140,2965],[141,2880],[157,2887],[174,2900],[176,2900],[177,2900],[178,2900],[179,2900],[2381,2907],[2382,2907],[2383,2907],[2384,2907],[2385,2907],[2386,2907],[2387,2907],[2388,2907],[2389,2907],[2390,2907],[2391,2907],[2392,2907],[2393,2907],[2394,2907],[2426,2966],[2427,2907],[2428,2907],[2429,2907],[2430,2907],[2431,2907],[2432,2907],[2433,2907],[2434,2907],[2435,2907],[2436,2907],[2437,2907],[2438,2907],[2439,2907],[2440,2907]],"b":[[343,"impl-OptionFromWasmAbi-for-AccessRights"],[344,"impl-AccessRights"],[349,"impl-OptionIntoWasmAbi-for-AccessRights"],[350,"impl-AccessRights"],[383,"impl-From%3CEntityIdentifier%3E-for-AccountHash"],[384,"impl-From%3CVec%3Cu8%3E%3E-for-AccountHash"],[385,"impl-From%3CPurseIdentifier%3E-for-AccountHash"],[386,"impl-From%3CAccountHash%3E-for-AccountHash"],[387,"impl-From%3CAccountIdentifier%3E-for-AccountHash"],[390,"impl-FromBytes-for-AccountHash"],[391,"impl-AccountHash"],[428,"impl-Display-for-AccountIdentifier"],[429,"impl-Debug-for-AccountIdentifier"],[430,"impl-From%3CAccountIdentifier%3E-for-AccountIdentifier"],[432,"impl-From%3CAccountHash%3E-for-AccountIdentifier"],[433,"impl-From%3CPublicKey%3E-for-AccountIdentifier"],[468,"impl-From%3CVec%3Cu8%3E%3E-for-DictionaryAddr"],[469,"impl-From%3C%5Bu8;+casper_types::::key::DictionaryAddr::%7Bconstant%230%7D%5D%3E-for-DictionaryAddr"],[497,"impl-From%3CEntityIdentifier%3E-for-EntityAddr"],[499,"impl-From%3CEntityAddr%3E-for-EntityAddr"],[534,"impl-From%3CVec%3Cu8%3E%3E-for-HashAddr"],[535,"impl-From%3C%5Bu8;+casper_types::::key::HashAddr::%7Bconstant%230%7D%5D%3E-for-HashAddr"],[561,"impl-From%3CTransferAddr%3E-for-TransferAddr"],[562,"impl-From%3CVec%3Cu8%3E%3E-for-TransferAddr"],[586,"impl-From%3CVec%3Cu8%3E%3E-for-URefAddr"],[587,"impl-From%3C%5Bu8;+casper_types::::uref::URefAddr::%7Bconstant%230%7D%5D%3E-for-URefAddr"],[620,"impl-From%3C%5Bu8;+32%5D%3E-for-AddressableEntityHash"],[622,"impl-From%3CContractHash%3E-for-AddressableEntityHash"],[623,"impl-From%3CAddressableEntityHash%3E-for-AddressableEntityHash"],[624,"impl-From%3CHashAddr%3E-for-AddressableEntityHash"],[625,"impl-From%3CEntityAddr%3E-for-AddressableEntityHash"],[627,"impl-AddressableEntityHash"],[628,"impl-FromBytes-for-AddressableEntityHash"],[662,"impl-Display-for-BlockHash"],[663,"impl-Debug-for-BlockHash"],[664,"impl-From%3CDigest%3E-for-BlockHash"],[665,"impl-From%3CBlockHash%3E-for-BlockHash"],[761,"impl-From%3C%26%5Bu8%5D%3E-for-Bytes"],[762,"impl-From%3CBytes%3E-for-Bytes"],[764,"impl-From%3CVec%3Cu8%3E%3E-for-Bytes"],[797,"impl-From%3CAddressableEntityHash%3E-for-ContractHash"],[799,"impl-From%3CContractHash%3E-for-ContractHash"],[801,"impl-ContractHash"],[802,"impl-FromBytes-for-ContractHash"],[838,"impl-From%3CContractPackageHash%3E-for-ContractPackageHash"],[839,"impl-From%3CPackageHash%3E-for-ContractPackageHash"],[841,"impl-ContractPackageHash"],[842,"impl-FromBytes-for-ContractPackageHash"],[945,"impl-Display-for-DeployHash"],[946,"impl-Debug-for-DeployHash"],[947,"impl-From%3CDigest%3E-for-DeployHash"],[948,"impl-From%3CDeployHash%3E-for-DeployHash"],[1338,"impl-Debug-for-Digest"],[1339,"impl-Display-for-Digest"],[1340,"impl-From%3CDigest%3E-for-Digest"],[1342,"impl-From%3C%5Bu8;+_Digest::LENGTH%5D%3E-for-Digest"],[1384,"impl-Debug-for-EntityIdentifier"],[1385,"impl-Display-for-EntityIdentifier"],[1386,"impl-From%3CEntityIdentifier%3E-for-EntityIdentifier"],[1387,"impl-From%3CAccountHash%3E-for-EntityIdentifier"],[1388,"impl-From%3CEntityAddr%3E-for-EntityIdentifier"],[1389,"impl-From%3CPublicKey%3E-for-EntityIdentifier"],[1562,"impl-From%3C%5Bu8;+casper_types::::key::PackageAddr::%7Bconstant%230%7D%5D%3E-for-PackageHash"],[1563,"impl-From%3CPackageHash%3E-for-PackageHash"],[1565,"impl-FromBytes-for-PackageHash"],[1566,"impl-PackageHash"],[1601,"impl-Display-for-Path"],[1602,"impl-Debug-for-Path"],[1603,"impl-From%3CVec%3CString%3E%3E-for-Path"],[1604,"impl-From%3CString%3E-for-Path"],[1708,"impl-Debug-for-PublicKey"],[1709,"impl-Display-for-PublicKey"],[1710,"impl-From%3CEntityIdentifier%3E-for-PublicKey"],[1711,"impl-From%3CAccountIdentifier%3E-for-PublicKey"],[1712,"impl-From%3CPurseIdentifier%3E-for-PublicKey"],[1714,"impl-From%3CPublicKey%3E-for-PublicKey"],[1753,"impl-Debug-for-PurseIdentifier"],[1754,"impl-Display-for-PurseIdentifier"],[1755,"impl-From%3CAccountHash%3E-for-PurseIdentifier"],[1757,"impl-From%3CPublicKey%3E-for-PurseIdentifier"],[1758,"impl-From%3CURef%3E-for-PurseIdentifier"],[1759,"impl-From%3CPurseIdentifier%3E-for-PurseIdentifier"],[1821,"impl-Debug-for-SdkError"],[1822,"impl-Display-for-SdkError"],[1823,"impl-From%3CError%3E-for-SdkError"],[1824,"impl-From%3CJsonArgsError%3E-for-SdkError"],[1826,"impl-From%3CError%3E-for-SdkError"],[1827,"impl-From%3CCLValueError%3E-for-SdkError"],[1828,"impl-From%3CCliError%3E-for-SdkError"],[1904,"impl-From%3CTransaction%3E-for-Transaction"],[1905,"impl-From%3CTransactionV1%3E-for-Transaction"],[1907,"impl-From%3CDeploy%3E-for-Transaction"],[1975,"impl-Debug-for-TransactionCategory"],[1976,"impl-Display-for-TransactionCategory"],[1977,"impl-From%3CString%3E-for-TransactionCategory"],[1978,"impl-From%3CTransactionCategory%3E-for-TransactionCategory"],[1980,"impl-From%3C%26str%3E-for-TransactionCategory"],[1981,"impl-From%3Cu8%3E-for-TransactionCategory"],[2011,"impl-Display-for-TransactionHash"],[2012,"impl-Debug-for-TransactionHash"],[2289,"impl-From%3CPurseIdentifier%3E-for-URef"],[2290,"impl-From%3CURef%3E-for-URef"],[2330,"impl-From%3CVerbosity%3E-for-Verbosity"],[2331,"impl-From%3Cu64%3E-for-Verbosity"],[2332,"impl-From%3CString%3E-for-Verbosity"],[2333,"impl-From%3C%26str%3E-for-Verbosity"],[2580,"impl-Display-for-HashString"],[2581,"impl-Debug-for-HashString"]],"c":"OjAAAAEAAAAAADcAEAAAAAcAEAAWABkAJgAsAC4AQgBFAEcASwBRAF0AXwC0AbUBtgFmA2cDaANpA2oDbQNuA3EDdQN2A3sDfAN9A4ADgQODA4QDhQOGA4cDigOPA5ADkQOWA5gDnQOeA58DoAOhA6IDowOkA6UDpgOnA6gDNwo=","e":"OzAAAAEAADMKhwAAAAQABgAAAAgAAgAMAAEADwAAABkAAAAbAAAAIQACACUAAAAoAAEAKwAAADAAAQA2AAAAOAAAADwABQBEAAAASAAAAEoAAABMAAAATgAAAFAAAABSAAAAVAAIAGEAAABkAAAAdgAXAI8ABwCZAA0AqQAFALAAAAC0ACUA3wACAOcAagBTAQEAVgEuAIYBBACMASMAsQEFALgBGwDVAQIA2QEZAPQBAwD5ARwAFwICABsCGAA1AgAANwIVAE4CAABQAh0AbwIHAHgCIgCcAgEAnwIlAMYCAADIAgIAzQIuAP0CAwACAxwAIAMEACYDHwBHAwUATgMpAHkDBAB/AzYAtwMBALoDIgDeAwIA4gMcAAAEAQADBFQAXgQAAGUEPwCmBAAAqAQvANkEAADbBDIADwUBABIFKwA/BQMARAUqAHAFBAB2BSIAmgUBAJ0FHQC8BQMAwQUdAOAFEwD1BSQAGwYFACIGIwBHBgAASQYfAGoGAABsBiEAjwYAAJEGIACzBgIAtwYlAN4GBgDmBisAFAcBABcHCgAjBwIAJwdLAHQHBQB7B0AAvQcDAMIHHADgBwEA4wdOADYIAwA+CHMAswgCALcIPAD1CAIA+QglACAJAAAiCRUAOQkCAD0JEABTCQQAXAkJAGkJCQB1CQYAgQkEAIoJLAC5CR0A2AkzABAKDAArChEASwomAHUKPAC0CgAAuApLAAULMgA="}]\ ]')); 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/contract/query_contract_key.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/contract/query_contract_key.rs.html index 4a760c6a9..c43ee6599 100644 --- a/condor/api-rust/src/casper_rust_wasm_sdk/sdk/contract/query_contract_key.rs.html +++ b/condor/api-rust/src/casper_rust_wasm_sdk/sdk/contract/query_contract_key.rs.html @@ -416,7 +416,6 @@ 416 417 418 -419
#[cfg(target_arch = "wasm32")]
 use crate::types::block_identifier::BlockIdentifier;
 #[cfg(target_arch = "wasm32")]
@@ -548,9 +547,8 @@
                         error: "Path is empty".to_string(),
                     });
                 }
-                // Assuming `Path` can be converted to a string (for example, by joining segments)
-                path_struct.to_string() // Customize based on how `Path` should be converted
-            }
+                path_struct.to_string()
+            }
             PathIdentifierInput::String(ref path_string) => {
                 if path_string.is_empty() {
                     return Err(SdkError::InvalidArgument {
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/types/addr/entity_addr.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/types/addr/entity_addr.rs.html
index e23ed0f59..5fc79cc46 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/types/addr/entity_addr.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/types/addr/entity_addr.rs.html
@@ -144,7 +144,7 @@
 
     #[wasm_bindgen(js_name = "toHexString")]
     pub fn to_hex_string(&self) -> String {
-        self.0.to_string()
+        self.value().to_hex_string()
     }
 
     #[cfg(target_arch = "wasm32")]
diff --git a/condor/api-rust/src/casper_rust_wasm_sdk/types/addr/hash_addr.rs.html b/condor/api-rust/src/casper_rust_wasm_sdk/types/addr/hash_addr.rs.html
index 8f6759bab..523a31ac6 100644
--- a/condor/api-rust/src/casper_rust_wasm_sdk/types/addr/hash_addr.rs.html
+++ b/condor/api-rust/src/casper_rust_wasm_sdk/types/addr/hash_addr.rs.html
@@ -49,7 +49,25 @@
 49
 50
 51
+52
+53
+54
+55
+56
+57
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
 

use casper_types::{HashAddr as _HashAddr, KEY_HASH_LENGTH};
+use core::fmt::{Display, Formatter};
 use wasm_bindgen::prelude::*;
 
 #[wasm_bindgen]
@@ -73,12 +91,28 @@
     pub fn to_bytes_js_alias(&self) -> Vec<u8> {
         self.to_bytes()
     }
+
+    #[cfg(target_arch = "wasm32")]
+    #[wasm_bindgen(js_name = "toHexString")]
+    pub fn to_hex_string_js_alias(&self) -> String {
+        self.to_string()
+    }
 }
 
 impl HashAddr {
     pub fn to_bytes(&self) -> Vec<u8> {
         self.0.to_vec()
     }
+
+    pub fn to_hex_string(&self) -> String {
+        self.to_string()
+    }
+}
+
+impl Display for HashAddr {
+    fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result {
+        write!(f, "{}", base16::encode_lower(&self.0))
+    }
 }
 
 impl From<Vec<u8>> for HashAddr {
diff --git a/condor/api-rust/trait.impl/core/fmt/trait.Display.js b/condor/api-rust/trait.impl/core/fmt/trait.Display.js
index eb347e182..fd8d16bb3 100644
--- a/condor/api-rust/trait.impl/core/fmt/trait.Display.js
+++ b/condor/api-rust/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
 (function() {var implementors = {
-"casper_rust_wasm_sdk":[["impl Display for SdkError"],["impl Display for TransactionCategory"],["impl Display for AccountIdentifier"],["impl Display for BlockHash"],["impl Display for DeployHash"],["impl Display for Digest"],["impl Display for EntityIdentifier"],["impl Display for Path"],["impl Display for PublicKey"],["impl Display for PurseIdentifier"],["impl Display for TransactionHash"],["impl Display for HashString"]]
+"casper_rust_wasm_sdk":[["impl Display for SdkError"],["impl Display for TransactionCategory"],["impl Display for AccountIdentifier"],["impl Display for HashAddr"],["impl Display for BlockHash"],["impl Display for DeployHash"],["impl Display for Digest"],["impl Display for EntityIdentifier"],["impl Display for Path"],["impl Display for PublicKey"],["impl Display for PurseIdentifier"],["impl Display for TransactionHash"],["impl Display for HashString"]]
 };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/condor/api-rust/trait.impl/serde/de/trait.Deserialize.js b/condor/api-rust/trait.impl/serde/de/trait.Deserialize.js
index be4df0423..b225b6576 100644
--- a/condor/api-rust/trait.impl/serde/de/trait.Deserialize.js
+++ b/condor/api-rust/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
 (function() {var implementors = {
-"casper_rust_wasm_sdk":[["impl<'de> Deserialize<'de> for TransactionCategory"],["impl<'de> Deserialize<'de> for Verbosity"],["impl<'de> Deserialize<'de> for QueryGlobalStateOptions"],["impl<'de> Deserialize<'de> for QueryGlobalStateResult"],["impl<'de> Deserialize<'de> for AccountHash"],["impl<'de> Deserialize<'de> for AccountIdentifier"],["impl<'de> Deserialize<'de> for EntityAddr"],["impl<'de> Deserialize<'de> for AddressableEntityHash"],["impl<'de> Deserialize<'de> for BlockHash"],["impl<'de> Deserialize<'de> for BlockIdentifier"],["impl<'de> Deserialize<'de> for ContractHash"],["impl<'de> Deserialize<'de> for ContractPackageHash"],["impl<'de> Deserialize<'de> for Deploy"],["impl<'de> Deserialize<'de> for DeployHash"],["impl<'de> Deserialize<'de> for AccountNamedKey"],["impl<'de> Deserialize<'de> for ContractNamedKey"],["impl<'de> Deserialize<'de> for DictionaryItemStrParams"],["impl<'de> Deserialize<'de> for DictionaryVariant"],["impl<'de> Deserialize<'de> for EntityNamedKey"],["impl<'de> Deserialize<'de> for URefVariant"],["impl<'de> Deserialize<'de> for DictionaryItemIdentifier"],["impl<'de> Deserialize<'de> for Digest"],["impl<'de> Deserialize<'de> for EntityIdentifier"],["impl<'de> Deserialize<'de> for GlobalStateIdentifier"],["impl<'de> Deserialize<'de> for Key"],["impl<'de> Deserialize<'de> for PackageHash"],["impl<'de> Deserialize<'de> for Path"],["impl<'de> Deserialize<'de> for PeerEntry"],["impl<'de> Deserialize<'de> for PublicKey"],["impl<'de> Deserialize<'de> for PurseIdentifier"],["impl<'de> Deserialize<'de> for Transaction"],["impl<'de> Deserialize<'de> for TransactionHash"],["impl<'de> Deserialize<'de> for URef"],["impl<'de> Deserialize<'de> for SignatureResponse"],["impl<'de> Deserialize<'de> for Body"],["impl<'de> Deserialize<'de> for EventParseResult"],["impl<'de> Deserialize<'de> for ExecutionResult"],["impl<'de> Deserialize<'de> for Failure"],["impl<'de> Deserialize<'de> for HashString"],["impl<'de> Deserialize<'de> for Message"],["impl<'de> Deserialize<'de> for Messages"],["impl<'de> Deserialize<'de> for Payment"],["impl<'de> Deserialize<'de> for PublicKeyString"],["impl<'de> Deserialize<'de> for TransactionProcessed"],["impl<'de> Deserialize<'de> for Version2"]]
+"casper_rust_wasm_sdk":[["impl<'de> Deserialize<'de> for TransactionCategory"],["impl<'de> Deserialize<'de> for Verbosity"],["impl<'de> Deserialize<'de> for QueryGlobalStateOptions"],["impl<'de> Deserialize<'de> for QueryGlobalStateResult"],["impl<'de> Deserialize<'de> for AccountHash"],["impl<'de> Deserialize<'de> for AccountIdentifier"],["impl<'de> Deserialize<'de> for EntityAddr"],["impl<'de> Deserialize<'de> for AddressableEntityHash"],["impl<'de> Deserialize<'de> for BlockHash"],["impl<'de> Deserialize<'de> for BlockIdentifier"],["impl<'de> Deserialize<'de> for ContractHash"],["impl<'de> Deserialize<'de> for ContractPackageHash"],["impl<'de> Deserialize<'de> for Deploy"],["impl<'de> Deserialize<'de> for DeployHash"],["impl<'de> Deserialize<'de> for AccountNamedKey"],["impl<'de> Deserialize<'de> for ContractNamedKey"],["impl<'de> Deserialize<'de> for DictionaryItemStrParams"],["impl<'de> Deserialize<'de> for DictionaryVariant"],["impl<'de> Deserialize<'de> for EntityNamedKey"],["impl<'de> Deserialize<'de> for URefVariant"],["impl<'de> Deserialize<'de> for DictionaryItemIdentifier"],["impl<'de> Deserialize<'de> for Digest"],["impl<'de> Deserialize<'de> for EntityIdentifier"],["impl<'de> Deserialize<'de> for GlobalStateIdentifier"],["impl<'de> Deserialize<'de> for Key"],["impl<'de> Deserialize<'de> for PackageHash"],["impl<'de> Deserialize<'de> for Path"],["impl<'de> Deserialize<'de> for PeerEntry"],["impl<'de> Deserialize<'de> for PublicKey"],["impl<'de> Deserialize<'de> for PurseIdentifier"],["impl<'de> Deserialize<'de> for Transaction"],["impl<'de> Deserialize<'de> for TransactionHash"],["impl<'de> Deserialize<'de> for URef"],["impl<'de> Deserialize<'de> for SignatureResponse"],["impl<'de> Deserialize<'de> for Body"],["impl<'de> Deserialize<'de> for EventParseResult"],["impl<'de> Deserialize<'de> for ExecutionResult"],["impl<'de> Deserialize<'de> for Failure"],["impl<'de> Deserialize<'de> for HashString"],["impl<'de> Deserialize<'de> for Message"],["impl<'de> Deserialize<'de> for Messages"],["impl<'de> Deserialize<'de> for Payment"],["impl<'de> Deserialize<'de> for PublicKeyString"],["impl<'de> Deserialize<'de> for TransactionProcessed"],["impl<'de> Deserialize<'de> for Version2"]]
 };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/condor/api-rust/trait.impl/serde/ser/trait.Serialize.js b/condor/api-rust/trait.impl/serde/ser/trait.Serialize.js
index ef967fa5f..f03188f7b 100644
--- a/condor/api-rust/trait.impl/serde/ser/trait.Serialize.js
+++ b/condor/api-rust/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
 (function() {var implementors = {
-"casper_rust_wasm_sdk":[["impl Serialize for TransactionCategory"],["impl Serialize for Verbosity"],["impl Serialize for QueryGlobalStateOptions"],["impl Serialize for QueryGlobalStateResult"],["impl Serialize for AccountHash"],["impl Serialize for AccountIdentifier"],["impl Serialize for EntityAddr"],["impl Serialize for AddressableEntityHash"],["impl Serialize for BlockHash"],["impl Serialize for BlockIdentifier"],["impl Serialize for ContractHash"],["impl Serialize for ContractPackageHash"],["impl Serialize for Deploy"],["impl Serialize for DeployHash"],["impl Serialize for AccountNamedKey"],["impl Serialize for ContractNamedKey"],["impl Serialize for DictionaryItemStrParams"],["impl Serialize for DictionaryVariant"],["impl Serialize for EntityNamedKey"],["impl Serialize for URefVariant"],["impl Serialize for DictionaryItemIdentifier"],["impl Serialize for Digest"],["impl Serialize for EntityIdentifier"],["impl Serialize for GlobalStateIdentifier"],["impl Serialize for Key"],["impl Serialize for PackageHash"],["impl Serialize for Path"],["impl Serialize for PeerEntry"],["impl Serialize for PublicKey"],["impl Serialize for PurseIdentifier"],["impl Serialize for Transaction"],["impl Serialize for TransactionHash"],["impl Serialize for URef"],["impl Serialize for SignatureResponse"],["impl Serialize for Body"],["impl Serialize for EventParseResult"],["impl Serialize for ExecutionResult"],["impl Serialize for Failure"],["impl Serialize for HashString"],["impl Serialize for Message"],["impl Serialize for Messages"],["impl Serialize for Payment"],["impl Serialize for PublicKeyString"],["impl Serialize for TransactionProcessed"],["impl Serialize for Version2"]]
+"casper_rust_wasm_sdk":[["impl Serialize for TransactionCategory"],["impl Serialize for Verbosity"],["impl Serialize for QueryGlobalStateOptions"],["impl Serialize for QueryGlobalStateResult"],["impl Serialize for AccountHash"],["impl Serialize for AccountIdentifier"],["impl Serialize for EntityAddr"],["impl Serialize for AddressableEntityHash"],["impl Serialize for BlockHash"],["impl Serialize for BlockIdentifier"],["impl Serialize for ContractHash"],["impl Serialize for ContractPackageHash"],["impl Serialize for Deploy"],["impl Serialize for DeployHash"],["impl Serialize for AccountNamedKey"],["impl Serialize for ContractNamedKey"],["impl Serialize for DictionaryItemStrParams"],["impl Serialize for DictionaryVariant"],["impl Serialize for EntityNamedKey"],["impl Serialize for URefVariant"],["impl Serialize for DictionaryItemIdentifier"],["impl Serialize for Digest"],["impl Serialize for EntityIdentifier"],["impl Serialize for GlobalStateIdentifier"],["impl Serialize for Key"],["impl Serialize for PackageHash"],["impl Serialize for Path"],["impl Serialize for PeerEntry"],["impl Serialize for PublicKey"],["impl Serialize for PurseIdentifier"],["impl Serialize for Transaction"],["impl Serialize for TransactionHash"],["impl Serialize for URef"],["impl Serialize for SignatureResponse"],["impl Serialize for Body"],["impl Serialize for EventParseResult"],["impl Serialize for ExecutionResult"],["impl Serialize for Failure"],["impl Serialize for HashString"],["impl Serialize for Message"],["impl Serialize for Messages"],["impl Serialize for Payment"],["impl Serialize for PublicKeyString"],["impl Serialize for TransactionProcessed"],["impl Serialize for Version2"]]
 };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/condor/api-wasm/assets/main.js b/condor/api-wasm/assets/main.js
index 35728810f..21a5d74d2 100644
--- a/condor/api-wasm/assets/main.js
+++ b/condor/api-wasm/assets/main.js
@@ -3,7 +3,7 @@ window.translations={"copy":"Copy","copied":"Copied!","normally_hidden":"This me
 "use strict";(()=>{var Pe=Object.create;var ie=Object.defineProperty;var Oe=Object.getOwnPropertyDescriptor;var _e=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,Me=Object.prototype.hasOwnProperty;var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of _e(e))!Me.call(t,i)&&i!==n&&ie(t,i,{get:()=>e[i],enumerable:!(r=Oe(e,i))||r.enumerable});return t};var Ae=(t,e,n)=>(n=t!=null?Pe(Re(t)):{},De(e||!t||!t.__esModule?ie(n,"default",{value:t,enumerable:!0}):n,t));var ue=Fe((ae,le)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index.
 `,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),p;m in s.node.edges?p=s.node.edges[m]:(p=new t.TokenSet,s.node.edges[m]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ae=="object"?le.exports=n():e.lunr=n()}(this,function(){return t})})()});var se=[];function G(t,e){se.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}createComponents(e){se.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!Ve(e)){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r,document.querySelector(".col-sidebar").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(!n)return;let r=n.offsetParent==null,i=n;for(;i!==document.body;)i instanceof HTMLDetailsElement&&(i.open=!0),i=i.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let s=document.createElement("p");s.classList.add("warning"),s.textContent=window.translations.normally_hidden,n.prepend(s)}r&&e.scrollIntoView()}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent=window.translations.copied,e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent=window.translations.copy},100)},1e3)})})}};function Ve(t){let e=t.getBoundingClientRect(),n=Math.max(document.documentElement.clientHeight,window.innerHeight);return!(e.bottom<0||e.top-n>=0)}var oe=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var pe=Ae(ue());async function ce(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=pe.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{ce(e,t)}),ce(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");i.addEventListener("mouseup",()=>{te(t)}),r.addEventListener("focus",()=>t.classList.add("has-focus")),He(t,i,r,e)}function He(t,e,n,r){n.addEventListener("input",oe(()=>{Ne(t,e,n,r)},200)),n.addEventListener("keydown",i=>{i.key=="Enter"?Be(e,t):i.key=="ArrowUp"?(de(e,n,-1),i.preventDefault()):i.key==="ArrowDown"&&(de(e,n,1),i.preventDefault())}),document.body.addEventListener("keypress",i=>{i.altKey||i.ctrlKey||i.metaKey||!n.matches(":focus")&&i.key==="/"&&(i.preventDefault(),n.focus())}),document.body.addEventListener("keyup",i=>{t.classList.contains("has-focus")&&(i.key==="Escape"||!e.matches(":focus-within")&&!n.matches(":focus"))&&(n.blur(),te(t))})}function te(t){t.classList.remove("has-focus")}function Ne(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=he(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=`
                 ${he(l.parent,i)}.${d}`);let m=document.createElement("li");m.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,m.append(p),p.addEventListener("focus",()=>{e.querySelector(".current")?.classList.remove("current"),m.classList.add("current")}),e.appendChild(m)}}function de(t,e,n){let r=t.querySelector(".current");if(!r)r=t.querySelector(n==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let i=r;if(n===1)do i=i.nextElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);else do i=i.previousElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);i?(r.classList.remove("current"),i.classList.add("current")):n===-1&&(r.classList.remove("current"),e.focus())}}function Be(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),te(e)}}function he(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ee(t.substring(s,o)),`${ee(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ee(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function ee(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",ye="mousemove",N="mouseup",J={x:0,y:0},me=!1,ne=!1,qe=!1,D=!1,ve=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(ve?"is-mobile":"not-mobile");ve&&"ontouchstart"in document.documentElement&&(qe=!0,F="touchstart",ye="touchmove",N="touchend");document.addEventListener(F,t=>{ne=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(ye,t=>{if(ne&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(N,()=>{ne=!1});document.addEventListener("click",t=>{me&&(t.preventDefault(),t.stopImmediatePropagation(),me=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var re;try{re=localStorage}catch{re={getItem(){return null},setItem(){}}}var Q=re;var ge=document.head.appendChild(document.createElement("style"));ge.dataset.for="filters";var Y=class extends I{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ge.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
-`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function Ee(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,xe(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),xe(t.value)})}function xe(t){document.documentElement.dataset.theme=t}var K;function we(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Le),Le())}async function Le(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();K=t.dataset.base,K.endsWith("/")||(K+="/"),t.innerHTML="";for(let s of i)Se(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Se(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='',be(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)Se(u,l,i)}else be(t,r,t.class)}function be(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=K+t.path,n&&(r.className=n),location.pathname===r.pathname&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Te=document.getElementById("tsd-theme");Te&&Ee(Te);var $e=new U;Object.defineProperty(window,"app",{value:$e});fe();we();})();
+`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function Ee(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,xe(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),xe(t.value)})}function xe(t){document.documentElement.dataset.theme=t}var K;function we(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Le),Le())}async function Le(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();K=t.dataset.base,K.endsWith("/")||(K+="/"),t.innerHTML="";for(let s of i)Se(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Se(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='',be(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)Se(u,l,i)}else be(t,r,t.class)}function be(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=K+t.path,n&&(r.className=n),location.pathname===r.pathname&&!r.href.includes("#")&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Te=document.getElementById("tsd-theme");Te&&Ee(Te);var $e=new U;Object.defineProperty(window,"app",{value:$e});fe();we();})();
 /*! Bundled license information:
 
 lunr/lunr.js:
diff --git a/condor/api-wasm/assets/search.js b/condor/api-wasm/assets/search.js
index 1f3f6f87a..43b3f9470 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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Io9a6lHLbk6T9ZQ8aqlHrdKjFnnUUo9adnOarKfkUUs9apUetcijlnrUspvTZD0lj1rqUav0qEUetdSjlt2cJuspedRSj1qlRy3yqKUetfzmNFlPyaOWetQqPWqRRy31qHU9KulHLfKopR61So9a5FFLPWpdj0r6UYs8aqlHrdKjFnnUUo9a16OSftQij1rqUav0qEUetdSj1vWopB+1yKOWetQqPWqRRy31qHU9KulHLfKopR61So9a5FFLPWpdj0r6UYs8aqlHrdKjFnnUUo9a16OSftQij1rqUav0qEUetdSj1vWopB+1yKOWetQqPWqRRy31qHU9KulHLfKopR61So9a5FFLPWpdj0r6UYs8aqlHrdKjFnnUUo9a16OSftQij1rqUav0qEUetdSj1vWopB+1yKOWetQqPWqRRy31qHU9KulHLfKopR61So9a5FFLPWpdj0r6UYs8aqlHrdKjFnnUUo9a16OSftQij1rqUav0qEUetdSj1vWopB+1yKOWetQqPWqRRy31qHU9KulHLfKopR61So9a5FFLPWpdj0r6UYs8aqlHrdKjFnnUUo9a16OSftQij1rqUav0qEUetdSj1vWopB+1yKOWetQqPWqRRy31qHU9KulHLfKopR61So9a5FFLPWpdj0r6UYs8aqlHrdKjFnnUUo9a16OSftQij1rqUav0qEUetdSj1vWopB+1yKOWetQqPWqRRy31qHU9KulHLfKopR61So9a5FFLPWpdj0r6UYs8aqlHrdKjFnnUUo9a16OSftQij1rqUav0qEUetdSj1vWopB+1yKOWetQqPWqRRy31qHU9KulHLfKopR61So9a5FFLPWpdj0r6UYs8aqlHrdKjFnnUUo9a16OSftQij1rqUav0qEUetdSj1vWopB+1yKOWetQqPWqRRy31qHU9KulHLfKopR61So9a5FFLPWpdj0r6UYs8aqlHrdKjFnnUUo/a16OSftQmj9rqUbv0qE0etdWj9vWopB+1yaO2etQuPWqTR231qH09KulHbfKorR61S4/a5FFbPWpfj0r6UZs8aqtH7dKjNnnUVo/a16OSftQmj9rqUbv0qE0etdWj9vWopB+1yaO2etQuPWqTR231qH09KulHbfKorR61S4/a5FFbPWpfj0r6UZs8aqtH7dKjNnnUVo/a16OSftQmj9rqUbv0qE0etdWj9vWopB+1yaO2etQuPWqTR231qH09KulHbfKorR61S4/a5FFbPWpfj0r6UZs8aqtH7dKjNnnUVo/a16OSftQmj9rqUbv0qE0etdWj9vWopB+1yaO2etQuPWqTR231qH09KulHbfKorR61S4/a5FFbPWpfj0r6UZs8aqtH7dKjNnnUVo/aB5faT1KQ2gRSW0FqlyC1CaS2gtQ+utR+kobUJpHaKlK7FKlNIrVVpPbhpfaTVKQ2kdRWktolSW0iqa0ktY8vtZ+kI7XJpLaa1C5NapNJbTWpfYCp/SQlqU0otRWldolSm1BqK0rteGFNVlVSqa0qtUuV2qRSW1VqxwtrsqwSS21lqV2y1CaW2spSO15Yk3WVXGqrS+3SpTa51FaX2vHCmiysBFNbYWqXMLUJprbC1O4vrMnKSjK1VaZ2KVObZGqrTO1+w5pUpTbR1Faa2iVNbaKprTS1+w1r0pXaZFNbbWqXNrXJprba1O43rElZahNObcWpXeLUJpzailO737AmbalNOrVVp3apU5t0aqtO7XHDmtSlNvHUVp7aJU9t4qmtPLXHC2uyspJPbfWpXfrUJp/a6lN7vLAmKysB1Vag2iVQbQKqrUC1xwtrsrKSUG0Vql0K1Sah2ipUe7ywJisrEdVWotolUW0iqq1EtecLa7KyklFtNapdGtUmo9pqVHvesCalqU1ItRWpdolUm5BqK1LtecOatKY2KdVWpdqlUm1Sqq1KtecNa1Kb2sRUW5lql0y1iam2MtWeN6xJb2qTU211ql061San2upUe92wJsWpTVC1Fap2CVWboGorVO31wpqsrCRVW6Vql1K1Saq2StVeL6zJykpUtZWqdklVm6hqK1Xt9cKarKxkVVutapdWtcmqtlrVXi+sycpKWLUVq3aJVZuwaitW7f3CmqyspFVbtWqXWrVJq7Zq1d43rEl9ahNXbeWqXXLVJq7aylV737Am/alNXrXVq3bpVZu8aqtX7X3DmhSoNoHVVrDaJVhtAqutYLX3DWvSoNokVlvFapditUmstoiV/fzcsHKF6g3/O8nfF38nKcL6Rj9zNJ3jhRVX1jf8mcR0kiKsb/Qzh+scL6y4sr7hzyShkxRhfaOfObrO8cKKK+sb/kwydJIirG/0M8fUOV5YcWV9w59Jlk5ShPWNfubQsLYXVlxZ37BO0jSslVu90c8cGtZ2w8pFqjf8mUTDWsHVG/3MoWFtN6zcpHrDn0k0rJVcvdHPHBrWdsPKVao3/JlEw1rR1Rv9zKFhbTes3KV6w59JNKyVXb3RzxwaVrth5TLVG9ZJTMNa4dUb/cyhYbUX1mRlBb36++LvJGVYQa/+vvg7xwtrsrICX/198XeSMqzAV39f/J3jhTVZWcGv/r74O0kZVvCrvy/+zvHCmqysAFh/X/ydpAwrANbfF98c/sKarKwgWH9f/J2kDCsI1t8Xf+e4YeVK1Rv+TKJhrQTrjX7m0LA+weJO1Rv+TKJhrQTrjX7m0LA+weJS1Rv+TKJhrQTrjX7m0LA+weJW1Rv+TKJhrQTrjX7m0LA+weJa1RvWSULDWgnWG/3MoWF9gsW9qjf8mUTDWgnWG/3MoWF9gsXFqjf8mUTDWgnWG/3MoWF9gsXNqjf8mUTDWgnWG/3MoWF9gsXVqjf8mUTDWgnWG/3MoWF9gsXdqjesk3QNayVYb/Qzh4b1CRaXq97wZxINayVYb/Qzh4b1CRa3q97wZxINayVYb/Qzh4b1CRbXq97wZxINayVYb/Qzh4b1CRb3q97wZxINayVYb/Qzh4b1CRYXrN6wTjI0rJVgvdHPHBrWJ1jcsHrDn0k0rJVgvdHPHBrWJ1hcsXrDn0k0rJVgvdHPHBrWJ1jcsXrDn0k0rJVgvdHPHBrWJ1hcsnrDn0k0rJVgvdHPHBrWJ1jcsnrDOsnUsFaC9UY/c2hYn2BxzeoNfybRsFaC9UY/c2hYn2Bxz+oNfybRsFaC9UY/c2hYn2Bx0eoNfybRsFaC9UY/c2hYn2Bx0+oNfybRsFaC9UY/c2hYn2Bx1eoN6yRLw1oJ1hv9zKFhfYLFXas3/JlEw1oJ1hv9zKFhfYLFZas3/JlEw1oJ1hv9zKFhfYLFbas3/JlEw1oJ1hv9zKFhfYLFdas3/JlEw1oJ1hv9zKFhfYLFfas3rJNsDWslWG/0M4eG9QkWF67e8GcSDWslWG/0M4eG9QkWN67e8GcSDWslWG/0M4eG9QkWV67e8GcSDWslWG/0M4eG9QkWd67e8GcSDWslWG/0M4eEtT3B4tLVG5ZJmgpWKwWrkWA1Faz2BItbV2/4M4npJFVYGwlWU8FqT7C4dvWGP5OETlKFtZFgNRWs9gSLe1dv+DPJ0EmqsDYSrKaC1Z5gcfHqDX8mWTpJFdZGgtVUsNoTLG5evWGdRAWrlYLVSLCaClZ7gsXVqzf8mUTDWgpWI8FqKljtCRZ3r97wZxINaylYjQSrqWC1J1hcvnrDn0k0rKVgNRKspoLVnmBx++oNfybRsJaC1UiwmgpWe4LF9as3rJOoYLVSsBoJVlPBak+wuH/1hj+TaFhLwWokWE0Fqz3B4gLWG/5MomEtBauRYDUVrPYEixtYb/gziYa1FKxGgtVUsNoTLK5gveHPJBrWUrAaCVZTwWpPsLiD9YZ1EhWsVgpWI8FqKljtClbjDtYb/kyiYS0Fq5FgNRWsdgWrcQfrDX8m0bCWgtVIsJoKVruC1biD9YY/k2hYS8FqJFhNBatdwWrcwXrDn0k0rKVgNRKspoLVrmA17mC9YZ1EBauVgtVIsJoKVosX1mRlJcFqKlitFKxGgtVUsFq8sCYrKwlWU8FqpWA1EqymgtXihTVZWUmwmgpWKwWrkWA1FawWL6zJykqC1VSwWilYjQSrqWC1/sKarKwkWE0Fq5WC1UiwmgpWu4LVuIP1hj+TaFhLwWokWE0Fq13BatzBesOfSTSspWA1EqymgtWuYDXuYL3hzyQa1lKwGglWU8FqV7Aad7De8GcSDWspWI0Eq6lgtStYjTtYb1gnUcFqpWA1EqymgtXGC2uyspJgNRWsVgpWI8FqKlhtvLAmKysJVlPBaqVgNRKspoLVxgtrsrKSYDUVrFYKViPBaipYbbywJisrCVZTwWqlYDUSrKaC1eYLa7KykmA1FaxWClYjwWoqWO0KVuMO1hv+TKJhLQWrkWA1Fax2BatxB+sNfybRsJaC1UiwmgpWu4LVuIP1hj+TaFhLwWokWE0Fq13BatzBesOfSTSspWA1EqymgtWuYDXuYL1hnUQFq5WC1UiwmgpWWy+sycpKgtVUsFopWI0Eq6lgtfXCmqysJFhNBauVgtVIsJoKVlsvrMnKSoLVVLBaKViNBKupYLX1wpqsrCRYTQWrlYLVSLCaClbbL6zJykqC1VSwWilYjQSrqWC1K1iNO1hv+DOJhrUUrEaC1VSw2hWsxh2sN/yZRMNaClYjwWoqWO0KVuMO1hv+TKJhLQWrkWA1Fax2BatxB+sNfybRsJaC1UiwmgqWXcFqSQfLSLBMBctKwTISLFPBsp8XVl5ZjQTLVLCsFCwjwTIVLPt5YeWV1UiwTAXLSsEyEixTwbKfF1ZeWY0Ey1SwrBQsI8EyFSz7eWHlldVIsEwFy0rBMhIsU8Gy9sLKK6uRYJkKlpWCZSRYpoJlV7Ba0sEyEixTwbJSsIwEy1Sw7ApWSzpYRoJlKlhWCpaRYJkKll3BakkHy0iwTAXLSsEyEixTwbIrWC3pYBkJlqlgWSlYRoJlKlh2BaslHSwjwTIVLCsFy0iwTAXL7IU1WVlJsEwFy0rBMhIsU8Eye2FNVlYSLFPBslKwjATLVLDMXliTlZUEy1SwrBQsI8EyFSyzF9ZkZSXBMhUsKwXLSLBMBcv8hTVZWUmwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwbInWEkHy0iwTAXLSsEyEixTwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfInWEkHy0mwXAXLS8FyEixXwfIrWJZ0sJwEy1WwvBQsJ8FyFSy/gmVJB8tJsFwFy0vBchIsV8HyK1iWdLCcBMtVsLwULCfBchUsv4JlSQfLSbBcBctLwXISLFfB8itYlnSwnATLVbC8FCwnwXIVLI8X1mRlJcFyFSwvBctJsFwFy+OFNVlZSbBcBctLwXISLFfB8nhhTVZWEixXwfJSsJwEy1WwPF5Yk5WVBMtVsLwULCfBchUs7y+sycpKguUqWF4KlpNguQqWX8GypIPlJFiuguWlYDkJlqtg+RUsSzpYToLlKlheCpaTYLkKll/BsqSD5SRYroLlpWA5CZarYPkVLEs6WE6C5SpYXgqWk2C5CpZfwbKkg+UkWK6C5aVgOQmWq2D5eGFNVlYSLFfB8lKwnATLVbB8vLAmKysJlqtgeSlYToLlKlg+XliTlZUEy1WwvBQsJ8FyFSwfL6zJykqC5SpYXgqWk2C5CpbPF9ZkZSXBchUsLwXLSbBcBcuvYFnSwXISLFfB8lKwnATLVbD8CpYlHSwnwXIVLC8Fy0mwXAXLr2BZ0sFyEixXwfJSsJwEy1Ww/AqWJR0sJ8FyFSwvBctJsFwFy69gWdLBchIsV8HyUrCcBMtVsHy9sCYrKwmWq2B5KVhOguUqWL5eWJOVlQTLVbC8FCwnwXIVLF8vrMnKSoLlKlheCpaTYLkKlq8X1mRlJcFyFSwvBctJsFwFy/cLa7KykmC5CpaXguUkWK6C5VewLOlgOQmWq2B5KVhOguUqWH4Fy5IOlpNguQqWl4LlJFiuguVXsCzpYDkJlqtgeSlYToLlKlh+BcuSDpaTYLkKlpeC5SRYroIVV7As6WAFCVaoYEUpWEGCFSpY8fPCyitrkGCFClaUghUkWKGCFT8vrLyyBglWqGBFKVhBghUqWPHzwsora5BghQpWlIIVJFihghU/L6y8sgYJVqhgRSlYQYIVKljRXlh5ZQ0SrFDBilKwggQrVLDiCpYlHawgwQoVrCgFK0iwQgUrrmBZ0sEKEqxQwYpSsIIEK1Sw4gqWJR2sIMEKFawoBStIsEIFK65gWdLBChKsUMGKUrCCBCtUsOIKliUdrCDBChWsKAUrSLBCBSvshTVZWUmwQgUrSsEKEqxQwQp7YU1WVhKsUMGKUrCCBCtUsMJeWJOVlQQrVLCiFKwgwQoVrLAX1mRlJcEKFawoBStIsEIFK/yFNVlZSbBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiidYSQcrSLBCBStKwQoSrFDBiqNRP/+ZP/+d03UGSqryVZR8FcRXoXwVl6/4pyC7CrWrKO0qyK5C7SqOQ1nyU1BGFa6ihKsguAqFqzgI5clPQQFVtYpSrYLUKlSt4ghUJD8FpVPJKkqyCiKrULKKw089+SkonepVUXpVkFeFelUcexr8UxBWhWJVlFgVhFWhWBUHnmbyU1A6VaqilKogqQqVqjjqtJKfgtKpTBUlUwUxVShTxSGnnfwUlE41qiiNKsioQo0q3k1XyY9B8VShilKogoQqVKjidaz4xyCfCvWpKH0qyKdCfSqeTyVt3iCfCvWpKH0qyKdCfSqeTyVt3iCfCvWpKH0qyKdCfSqeTyVt3iCfCvWpKH0qyKdCfSqeTyVt3iCfCvWpKH0qyKdCfao/n0ravJ18qqtP9dKnOvlUV5/qz6eSNm8nn+rqU730qU4+1dWn+vOppM3byae6+lQvfaqTT3X1qf58KmnzdvKprj7VS5/q5FNdfao/n0ravJ18qqtP9dKnOvlUV5/qz6eSNm8nn+rqU730qU4+1dWn+vOppM3byae6+lQvfaqTT3X1qf58KmnzdvKprj7VS5/q5FNdfao/n0ravJ18qqtP9dKnOvlUV5/qz6eSNm8nn+rqU730qU4+1dWn+vOppM3byae6+lQvfaqTT3X1qf58KmnzdvKprj7VS5/q5FNdfao/n0ravJ18qqtP9dKnOvlUV5/qz6eSNm8nn+rqU730qU4+1dWn+vOppM3byae6+lQvfaqTT3X1qf58KmnzdvKprj7VS5/q5FNdfao/n0ravJ18qqtP9dKnOvlUV5/qz6eSNm8nn+rqU730qU4+1dWn+vOppM3byae6+lQvfaqTT3X1qf58KmnzdvKpPy/+TlKGlXyqq0/151NJm7eTT3X1qV76VCef6upT/flU0ubt5FNdfaqXPtXJp7r6VH8+lbR5O/lUV5/qpU918qmuPtWfTyVt3k4+1f+/uXNLcmPX0fVc/LweRGTy1jM4Y+joUMildFnHVVK1pLKXd8ee+4mUkigACbJAeXXEedre9hIgJZi8/B8ASj7lm3zKa3zKSz7lFz5Vqeb1Gp/ykk/5Jp/yGp/ykk/5hU9Vqnm9xqe85FO+yae8xqe85FN+4VOVal6v8Skv+ZRv8imv8Skv+ZRf+FSlmtdrfMpLPuWbfMprfMpLPuXvfGqoVPN6jU95yad8k095jU95yaf8nU8NlWper/EpL/mUb/Ipr/EpL/mUv/OpoVLN6zU+5SWf8k0+5TU+5SWf8nc+NVSqeb3Gp7zkU77Jp7zGp7zkU/7Op4ZKNa/X+JSXfMo3+ZTX+JSXfMqHZbBWZlaNT3nJp3yTT3mNT3nJp3xYBmtlZtUQlZeIyjcRldcQlZeIysdlsFZmVo1SeUmpfJNSeY1SeUmpfFwGa2Vm1UCVl6DKN0GV10CVl6DKx2WwVmZWjVV5yap8k1V5jVV5yar8vcJqqFTzeg1XeYmrfBNXeQ1XeYmr/L3CaqhU83qNWHlJrHyTWHmNWHlJrPy9wmqoVPN6DVp5Ca18E1p5DVp5Ca38vcJqqFTzeo1becmtfJNbeY1becmt/L3CaqhU83oNXXmJrnwTXXkNXXmJrnxaBmtlZtXolZf0yjfpldfolZf0yqdlsFZmVo1fecmvfJNfeY1fecmvfF4Ga2Vm1QiWlwTLNwmW1wiWlwTL52WwVmZWjWB5SbB8k2B5jWB5SbB8XgZrZWbVCJaXBMs3CZbXCJaXBMvfCdZQqeb1GsHykmD5JsHyGsHykmD5O8EaKtW8XiNYXhIs3yRYXiNYXhKscCdYQ6WaN2gEK0iCFZoEK2gEK0iCFe4Ea6hU8waNYAVJsEKTYAWNYAVJsMKdYA2Vat6gEawgCVZoEqygEawgCVbYLINVn1mDRrCCJFihSbCCRrCCJFhhswxWfWYNGsEKkmCFJsEKGsEKkmAFtwxWfWYNGsEKkmCFJsEKGsEKkmAFtwxWfWYNGsEKkmCFJsEKGsEKkmAFtwxWfWYNGsEKkmCFJsEKGsEKkmCFO8EaKtW8QSNYQRKs0CRYQSNYQRKscCdYQ6WaN2gEK0iCFZoEK2gEK0iCFe4Ea6hU8waNYAVJsEKTYAWNYAVJsMKdYA2Vat6gEawgCVZoEqygEawgCVa4E6yhUs0bNIIVJMEKTYIVNIIVJMEKsAzWysyqEawgCVZoEqygEawgCVaAZbBWZlaNYAVJsEKTYAWNYAVJsMKwDNbKzKoRrCAJVmgSrKARrCAJVhiWwVqZWTWCFSTBCk2CFTSCFSTBCsMyWCszq0awgiRYoUmwgkawgiRY4U6whko1b9AIVpAEKzQJVtAIVpAEK9wJ1lCp5g0awQqSYIUmwQoawQqSYIU7wRoq1bxBI1hBEqzQJFhBI1hBEqxwJ1hDpZo3aAQrSIIVmgQraAQrSIIV7gRrqFTzBo1gBUmwQpNgBY1gBUmwwrgM1srMqhGsIAlWaBKsoBGsIAlWGJfBWplZNYIVJMEKTYIVNIIVJMEKfhmslZlVI1hBEqzQJFhBI1hBEqzgl8FamVk1ghUkwQpNghU0ghUkwQp+GayVmVUjWEESrNAkWEEjWEESrLAQrEo1b9AIVpAEKzQJVtAIVpAEKywEq1LNGzSCFSTBCk2CFTSCFSTBCgvBqlTzBo1gBUmwQpNgBY1gBUmwwkKwKtW8QSNYQRKs0CRYQSNYQRKssBCsSjVv0AhWkAQrNAlW0AhWkAQrLASrUs0bNIIVJMEKTYIVNIIVJMEKC8GqVPMGjWAFSbBCk2AFjWAFSbDCQrAq1bxBI1hBEqzQJFhBI1hBEqywEKxKNW/QCFaQBCs0CVbQCFaQBCssBKtSzRs0ghUkwQpNghU0ghUkwQoLwapU8waNYAVJsEKTYAWNYAVJsMJCsCrVvEEjWEESrNAkWEEjWEESrLAQrEo1b9AIVpAEKzQJVtAIVpAEKywEq1LNGzSCFSTBCk2CFTSCFSTBCgvBqlTzBo1gBUmwQpNgBY1gBUmwwkKwKtW8QSNYQRKs0CRYQSNYQRKssBCsSjVv0AhWkAQrNAlW0AhWkAQrLASrUs0bNIIVJMEKTYIVNIIVJMEKC8Gq1GAFjWAFSbBCk2AFjWAFSbDCQrAqNVhBI1hBEqzQJFhBI1hBEqywEKxKDVbQCFaQBCs0CVbQCFaQBCssBKtSgxU0ghUkwQpNghU0ghUkwYoLwarUYEWNYEVJsGKTYEWNYEVJsOJCsCo1WFEjWFESrNgkWFEjWFESrLgQrEoNVtQIVpQEKzYJVtQIVpQEKy4Eq1KDFTWCFSXBik2CFTWCFSXBigvBqtRgRY1gRUmwYpNgRY1gRUmw4kKwKjVYUSNYURKs2CRYUSNYURKsuBCsSg1W1AhWlAQrNglW1AhWlAQrLgSrUoMVNYIVJcGKTYIVNYIVJcGKC8Gq1GBFjWBFSbBik2BFjWBFSbDiQrAqNVhRI1hREqzYJFhRI1hREqy4EKxKDVbUCFaUBCs2CVbUCFaUBCsuBKtSgxU1ghUlwYpNghU1ghUlwYoLwarUYEWNYEVJsGKTYEWNYEVJsOJCsCo1WFEjWFESrNgkWFEjWFESrLgQrEoNVtQIVpQEKzYJVtQIVpQEKy4Eq1KDFTWCFSXBik2CFTWCFSXBigvBqtRgRY1gRUmwYpNgRY1gRUmw4kKwKjVYUSNYURKs2CRYUSNYURKsuBCsSg1W1AhWlAQrNglW1AhWlAQrLgSrUoMVNYIVJcGKTYIVNYIVJcGKC8Gq1GBFjWBFSbBik2BFjWBFSbDiQrAqNVhRI1hREqzYJFhRI1hREqy4EKxKDVbUCFaUBCs2CVbUCFaUBCsuBKtSgxU1ghUlwYpNghU1ghUlwYoLwarUYEWNYEVJsGKTYEWNYEVJsOJCsCo1WFEjWFESrNgkWFEjWFESrLgQrEoNVtQIVpQEKzYJVtQIVpQEKy4Eq1KDFTWCFSXBik2CFTWCFSXBineCNVZqsKJGsKIkWLFJsKJGsKIkWPFOsMZKDVbUCFaUBCs2CVbUCFaUBCveCdZYqcGKGsGKkmDFJsGKGsGKkmDFO8EaKzVYUSNYURKs2CRYUSNYURKseCdYY6UGK2oEK0qCFZsEK2oEK0qCFcMyWCszq0awoiRYsUmwokawoiRYMSyDtTKzagQrSoIVmwQragQrSoIV4zJYKzOrRrCiJFixSbCiRrCiJFgxLoO1MrNqBCtKghWbBCtqBCtKghXjMlgrM6tGsKIkWLFJsKJGsKIkWPFOsMZKDVbUCFaUBCs2CVbUCFaUBCveCdZYqcGKGsGKkmDFJsGKGsGKkmDFO8EaKzVYUSNYURKs2CRYUSNYURKseCdYY6UGK2oEK0qCFZsEK2oEK0qCFe8Ea6zUYEWNYEVJsGKTYEWNYEVJsGJaBmtlZtUIVpQEKzYJVtQIVpQEK6ZlsFZmVo1gRUmwYpNgRY1gRUmwYl4Ga2Vm1QhWlAQrNglW1AhWlAQr5mWwVmZWjWBFSbBik2BFjWBFSbBiXgZrZWbVCFaUBCs2CVbUCFaUBCveCdZYqcGKGsGKkmDFJsGKGsGKkmDFO8EaKzVYUSNYURKs2CRYUSNYURKsdCdYY6UGK2kEK0mClZoEK2kEK0mCle4Ea6zUYCWNYCVJsFKTYCWNYCVJsNKdYI2VGqykEawkCVZqEqykEawkCVbaLINVn1mTRrCSJFipSbCSRrCSJFhpswxWfWZNGsFKkmClJsFKGsFKkmAltwxWfWZNGsFKkmClJsFKGsFKkmAltwxWfWZNGsFKkmClJsFKGsFKkmAltwxWfWZNGsFKkmClJsFKGsFKkmClO8EaKzVYSSNYSRKs1CRYSSNYSRKsdCdYY6UGK2kEK0mClZoEK2kEK0mCle4Ea6zUYCWNYCVJsFKTYCWNYCVJsNKdYI2VGqykEawkCVZqEqykEawkCVa6E6yxUoOVNIKVJMFKTYKVNIKVJMFKsAzWysyqEawkCVZqEqykEawkCVaCZbBWZlaNYCVJsFKTYCWNYCVJsNKwDNbKzKoRrCQJVmoSrKQRrCQJVhqWwVqZWTWClSTBSk2ClTSClSTBSsMyWCszq0awkiRYqUmwkkawkiRY6U6wxkoNVtIIVpIEKzUJVtIIVpIEK90J1lipwUoawUqSYKUmwUoawUqSYKU7wRorNVhJI1hJEqzUJFhJI1hJEqx0J1hjpQYraQQrSYKVmgQraQQrSYKV7gRrrNRgJY1gJUmwUpNgJY1gJUmw0rgM1srMqhGsJAlWahKspBGsJAlWGpfBWplZNYKVJMFKTYKVNIKVJMFKfhmslZlVI1hJEqzUJFhJI1hJEqzkl8FamVk1gpUkwUpNgpU0gpUkwUp+GayVmVUjWEkSrNQkWEkjWEkSrLQQrEoNVtIIVpIEKzUJVtIIVpIEKy0Eq1KDlTSClSTBSk2ClTSClSTBSgvBqtRgJY1gJUmwUpNgJY1gJUmw0kKwKjVYSSNYSRKs1CRYSSNYSRKstBCsSg1W0ghWkgQrNQlW0ghWkgQrLQSrUoOVNIKVJMFKTYKVNIKVJMFKC8Gq1GAljWAlSbBSk2AljWAlSbDSQrAqNVhJI1hJEqzUJFhJI1hJEqy0EKxKDVbSCFaSBCs1CVbSCFaSBCstBKtSg5U0gpUkwUpNgpU0gpUkwUoLwarUYCWNYCVJsFKTYCWNYCVJsNJCsCo1WEkjWEkSrNQkWEkjWEkSrLQQrEoNVtIIVpIEKzUJVtIIVpIEKy0Eq1KDlTSClSTBSk2ClTSClSTBSgvBqtRgJY1gJUmwUpNgJY1gJUmw0kKwKjVYSSNYSRKs1CRYSSNYSRKstBCsSg1W0ghWkgQrNQlW0ghWkgQrLQSrUoOVNIKVJMFKTYKVNIKVJMFKC8Gq1GAljWAlSbBSk2AljWAlSbDSQrAqNVhJI1hJEqzUJFhJI1hJEqy0EKxKDVbSCFaSBCs1CVbSCFaSBCstBKtSg5U0gpUkwUpNgpU0gpUkwcoLwarUYGWNYGVJsHKTYGWNYGVJsPJCsCo1WFkjWFkSrNwkWFkjWFkSrLwQrEoNVtYIVpYEKzcJVtYIVpYEKy8Eq1KDlTWClSXByk2ClTWClSXBygvBqtRgZY1gZUmwcpNgZY1gZUmw8kKwKjVYWSNYWRKs3CRYWSNYWRKsvBCsSg1W1ghWlgQrNwlW1ghWlgQrLwSrUoOVNYKVJcHKTYKVNYKVJcHKC8Gq1GBljWBlSbByk2BljWBlSbDyQrAqNVhZI1hZEqzcJFhZI1hZEqy8EKxKDVbWCFaWBCs3CVbWCFaWBCsvBKtSg5U1gpUlwcpNgpU1gpUlwcoLwarUYGWNYGVJsHKTYGWNYGVJsPJCsCo1WFkjWFkSrNwkWFkjWFkSrLwQrEoNVtYIVpYEKzcJVtYIVpYEKy8Eq1KDlTWClSXByk2ClTWClSXBygvBqtRgZY1gZUmwcpNgZY1gZUmw8kKwKjVYWSNYWRKs3CRYWSNYWRKsvBCsSg1W1ghWlgQrNwlW1ghWlgQrLwSrUoOVNYKVJcHKTYKVNYKVJcHKC8Gq1GBljWBlSbByk2BljWBlSbDyQrAqNVhZI1hZEqzcJFhZI1hZEqy8EKxKDVbWCFaWBCs3CVbWCFaWBCsvBKtSg5U1gpUlwco3HOXGSv1U1hBWlggr33BU/ddog1USrHzDUW6s1E9lDWFlibDyDUdVv4hGsLIkWPmGo9xYqZ/KGsLKEmHlG46qfxFtsEqClW84yo2V+qmsIawsEVa+4aj6F9EGqyRY+YajnK/UT2UNYWWJsPINR9W/iDZYJcHKNxzlfKV+KmsIK0uElX1zsGoEK0uClW84yvlK/VTWEFaWCCvfEZav1D5lDWGVv/yvv74cjj+n83Xa/5/jfvr7y3/8539+2W6vv9+mL3/9z5ft4f6X86+8efvyH//zJafhy3/8z7//+pKTL3+I5Q95+UN25Q/lP87lP87lP87Lf+w2G4d/GvBPHv8U8U/4CYefcPgJh59w+AmHnwD8BOAnAD8B+AnATwz4iQE/MeAnBvzEgJ8Y8RMjfmLET4z4iRE/4fETHj/h8RMeP+HxEwE/EfATAT8R8BMBPxHxExE/EfETET8R8RMJP5HwEwk/kfATCT+R8RMZP5HxExk/gTF3GHOHMXcYc4cxdxhzhzF3GHOHMXcYc4cxdxhzhzF3GHOHMXcYc4cxdxhzhzF3GHOHMXcYc4cxdxhzhzF3GHOHMXcYc4cxdxhzhzF3GHOHMXcYc4cxdxhzhzF3GHOHMXcYc4cxdxhzhzF3GHOHMXcYc4cxdxhzhzF3GHOHMQeMOWDMAWMOGHPAmAPGHDDmgDEHjDlgzAFjDhhzwJgDxhww5oAxB4w5YMwBYw4Yc8CYA8YcMOaAMQeMOWDMAWMOGHPAmAPGHDDmgDEHjDlgzAFjDhhzwJgDxhww5oAxB4w5YMwBYw4Yc8CYA8YcMOaAMQeMOWDMB4z5gDEfMOYDxnzAmA8Y8wFjPmDMB4z5gDEfMOYDxnzAmA8Y8wFjPmDMB4z5gDEfMOYDxnzAmA8Y8wFjPmDMB4z5gDEfMOYDxnzAmA8Y8wFjPmDMB4z5gDEfMOYDxnzAmA8Y8wFjPmDMB4z5gDEfMOYDxnzAmA8Y8wFjPmDMB4z5gDEfMeYjxnzEmI8Y8xFjPmLMR4z5iDEfMeYjxnzEmI8Y8xFjPmLMR4z5iDEfMeYjxnzEmI8Y8xFjPmLMR4z5iDEfMeYjxnzEmI8Y8xFjPmLMR4z5iDEfMeYjxnzEmI8Y8xFjPmLMR4z5iDEfMeYjxnzEmI8Y8xFjPmLMR4z5iDEfMeYjxtxjzD3G3GPMPcbcY8w9xtxjzD3G3GPMPcbcY8w9xtxjzD3G3GPMPcbcY8w9xtxjzD3G3GPMPcbcY8w9xtxjzD3G3GPMPcbcY8w9xtxjzD3G3GPMPcbcY8w9xtxjzD3G3GPMPcbcY8w9xtxjzD3G3GPMPcbcY8w9xtxjzD3GPGDMA8Y8YMwDxjxgzAPGPGDMA8Y8YMwDxjxgzAPGPGDMA8Y8YMwDxjxgzAPGPGDMA8Y8YMwDxjxgzAPGPGDMA8Y8YMwDxjxgzAPGPGDMA8Y8YMwDxjxgzAPGPGDMA8Y8YMwDxjxgzAPGPGDMA8Y8YMwDxjxgzAPGPGDMA8Y8YswjxjxizCPGPGLMI8Y8YswjxjxizCPGPGLMI8Y8YswjxjxizCPGPGLMI8Y8YswjxjxizCPGPGLMI8Y8YswjxjxizCPGPGLMI8Y8YswjxjxizCPGPGLMI8Y8YswjxjxizCPGPGLMI8Y8YswjxjxizCPGPGLMI8Y8YswjxjxhzBPGPGHME8Y8YcwTxjxhzBPGPGHME8Y8YcwTxjxhzBPGPGHME8Y8YcwTxjxhzBPGPGHME8Y8YcwTxjxhzBPGPGHME8Y8YcwTxjxhzBPGPGHME8Y8YcwTxjxhzBPGPGHME8Y8YcwTxjxhzBPGPGHME8Y8YcwTxjxhzBPGPGPMM8Y8Y8wzxjxjzDPGPGPMM8Y8Y8wzxjxjzDPGPGPMM8Y8Y8wzxjxjzDPGPGPMM8Y8Y8wzxjxjzDPGPGPMM8Y8Y8wzxjxjzDPGPGPMM8Y8Y8wzxjxjzDPGPGPMM8Y8Y8wzxjxjzFF/cyjAOVTgHEpwDjU4hyKcQxXOoQznUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9ThAHU4QB0OUIcD1OEAdThAHQ5QhwPU4QB1OEAdDlCHA9Th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";
\ No newline at end of file
+window.searchData = "data:application/octet-stream;base64,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HrXUo5bdnCb7KXnUUo9apUct8qilHrWuRyU9rUUetdSjVulRizxqqUet61FJT2uRRy31qFV61CKPWupR63pU0tNa5FFLPWqVHrXIo5Z61LoelfS0FnnUUo9apUct8qilHrWuRyU9rUUetdSjVulRizxqqUet61FJT2uRRy31qFV61CKPWupR63pU0tNa5FFLPWqVHrXIo5Z61LoelfS0FnnUUo9apUct8qilHrWuRyU9rUUetdSjVulRizxqqUet61FJT2uRRy31qFV61CKPWupR63pU0tNa5FFLPWqVHrXIo5Z61LoelfS0FnnUUo9apUct8qilHrWuRyU9rUUetdSjVulRizxqqUet61FJT2uRRy31qFV61CKPWupR63pU0tNa5FFLPWqVHrXIo5Z61LoelfS0FnnUUo9apUct8qilHrWuRyU9rUUetdSjVulRizxqqUet61FJT2uRRy31qFV61CKPWupR63pU0tNa5FFLPWqVHrXIo5Z61LoelfS0FnnUUo9apUct8qilHrWuRyU9rUUetdSjVulRizxqqUet61FJT2uRRy31qFV61CKPWupR63pU0tNa5FFLPWqVHrXIo5Z61LoelfS0FnnUUo9apUct8qilHrWuRyU9rUUetdSjVulRizxqqUet61FJT2uRRy31qFV61CKPWupR63pU0tNa5FFLPWqVHrXIo5Z61LoelfS0FnnUUo9apUct8qilHrWuRyU9rUUetdSjVulRizxqqUet61FJT2uRRy31qFV61CKPWupR63pU0tNa5FFLPWqVHrXIo5Z61LoelfSjFnnUUo9apUct8qilHrWuRyX9qEUetdSjVulRizxqqUet61FJP2qRRy31qFV61CKPWupR6+DSz3/mz3/ncp1AKVWN2qVGbdKorRq1Dy01/FNssqitFrVLi9pkUVstah9YsuRPAQndKlG7lKhNErVVovZhJU/+FJDPrQ61S4fa5FBbHWofVIrkTwHp3KpQu1SoTQq1VaH2IaWe/CkgnVsNapcGtcmgthrUPqA0+E9BArVVoHYpUJsEaqtA7fvGqORPQelUf9qlP23yp63+tG8fKvlTUDpVn3apT5v0aas+7atPyZ+C0qn2tEt72mRPW+1pH0hqvHluoqet9LRLetpET1vpaR9HasnuSfK0VZ52KU+b5GmrPO0rT0nTdpM8bZWnXcrT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DgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4HCAOB4jDAeJwgDgcIA4HiMMB4nCAOBwgDgeIwwHicIA4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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 c5aa802fe..556c86609 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/AccountHash.html b/condor/api-wasm/classes/AccountHash.html index ba42f228b..e6993343d 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/AccountIdentifier.html b/condor/api-wasm/classes/AccountIdentifier.html index a7782a974..fd594f8e1 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/AddressableEntityHash.html b/condor/api-wasm/classes/AddressableEntityHash.html index bdb1166d5..76c204224 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/ArgsSimple.html b/condor/api-wasm/classes/ArgsSimple.html index 9e08a4ac8..5fdf61e73 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/BlockHash.html b/condor/api-wasm/classes/BlockHash.html index 10c69c019..50298501c 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/BlockIdentifier.html b/condor/api-wasm/classes/BlockIdentifier.html index 982867bab..5df7ff6aa 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/Body.html b/condor/api-wasm/classes/Body.html index d2e39aa43..e2f6c3a1f 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

+

Constructors

Properties

get_deploy_processed: TransactionProcessed
get_transaction_processed: TransactionProcessed
transaction_processed?: TransactionProcessed

Methods

diff --git a/condor/api-wasm/classes/Bytes.html b/condor/api-wasm/classes/Bytes.html index 8d60643d8..1676f71c6 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/CasperWallet.html b/condor/api-wasm/classes/CasperWallet.html index 22d345fba..2f9ec69a6 100644 --- a/condor/api-wasm/classes/CasperWallet.html +++ b/condor/api-wasm/classes/CasperWallet.html @@ -1,4 +1,4 @@ -CasperWallet | api-wasm

Class CasperWallet

Constructors

constructor +CasperWallet | api-wasm

Class CasperWallet

Constructors

Methods

  • Signs a deploy with the provided or active public key.

    +

Constructors

Methods

  • Signs a deploy with the provided or active public key.

    This function requests a connection to the wallet, retrieves the public key (either provided or active), serializes the deploy, signs it, and returns the signed deploy.

    @@ -32,7 +32,7 @@
  • The signing operation fails.
  • The signing is cancelled by the user.
-

Parameters

  • deploy: Deploy
  • Optionalpublic_key: string

Returns Promise<Deploy>

  • Alias for the sign_message function, specifically for signing deploy hashes.

    +

    Parameters

    • deploy: Deploy
    • Optionalpublic_key: string

    Returns Promise<Deploy>

  • Alias for the sign_message function, specifically for signing deploy hashes.

    This function calls sign_message to sign the provided deploy hash with the given or active public key.

    Arguments

      @@ -43,7 +43,7 @@
    • Ok(String) - The signature string.
    • Err(JsError) - An error if the signing process fails.
    -

    Parameters

    • deploy_hash: string
    • Optionalpublic_key: string

    Returns Promise<string>

  • Signs a message with the provided or active public key.

    +

    Parameters

    • deploy_hash: string
    • Optionalpublic_key: string

    Returns Promise<string>

  • Signs a message with the provided or active public key.

    This function requests a connection to the wallet, retrieves the public key (either provided or active), signs the message, and returns the signature.

    Arguments

      @@ -62,7 +62,7 @@
    • The signing operation fails.
    • The signing is cancelled by the user.
    -

    Parameters

    • message: string
    • Optionalpublic_key: string

    Returns Promise<string>

  • Alias for the sign_message function, specifically for signing transaction hashes.

    +

    Parameters

    • message: string
    • Optionalpublic_key: string

    Returns Promise<string>

  • Alias for the sign_message function, specifically for signing transaction hashes.

    This function calls sign_message to sign the provided transaction hash with the given or active public key.

    Arguments

      @@ -73,4 +73,4 @@
    • Ok(String) - The signature string.
    • Err(JsError) - An error if the signing process fails.
    -

    Parameters

    • transaction_hash: string
    • Optionalpublic_key: string

    Returns Promise<string>

+

Parameters

  • transaction_hash: string
  • Optionalpublic_key: string

Returns Promise<string>

diff --git a/condor/api-wasm/classes/ContractHash.html b/condor/api-wasm/classes/ContractHash.html index 4546d8f9e..0619fbec7 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/ContractPackageHash.html b/condor/api-wasm/classes/ContractPackageHash.html index e0f20a06f..dc1aae016 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/Deploy.html b/condor/api-wasm/classes/Deploy.html index 7cb871f4c..bf1d4b8b7 100644 --- a/condor/api-wasm/classes/Deploy.html +++ b/condor/api-wasm/classes/Deploy.html @@ -1,4 +1,4 @@ -Deploy | api-wasm

Class Deploy

Constructors

constructor +Deploy | api-wasm

Class Deploy

Constructors

Properties

Methods

Constructors

Properties

Methods

+

Constructors

Properties

Methods

diff --git a/condor/api-wasm/classes/DeployHash.html b/condor/api-wasm/classes/DeployHash.html index 9a62ed1dc..96e25c1a1 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/DeployStrParams.html b/condor/api-wasm/classes/DeployStrParams.html index d2cb4dfea..983cfa33a 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
    • Optionalsecret_key: string
    • Optionaltimestamp: string
    • Optionalttl: string
    • Optionalgas_price_tolerance: string

    Returns DeployStrParams

Properties

chain_name: string
gas_price_tolerance: string
secret_key: string
session_account: string
timestamp?: string
ttl?: string

Methods

+

Constructors

  • Parameters

    • chain_name: string
    • session_account: string
    • Optionalsecret_key: string
    • Optionaltimestamp: string
    • Optionalttl: string
    • Optionalgas_price_tolerance: string

    Returns DeployStrParams

Properties

chain_name: string
gas_price_tolerance: string
secret_key: string
session_account: string
timestamp?: string
ttl?: string

Methods

diff --git a/condor/api-wasm/classes/DictionaryAddr.html b/condor/api-wasm/classes/DictionaryAddr.html index c0275a2d6..4e86ba3de 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/DictionaryItemIdentifier.html b/condor/api-wasm/classes/DictionaryItemIdentifier.html index 819c09ad5..d181c4c70 100644 --- a/condor/api-wasm/classes/DictionaryItemIdentifier.html +++ b/condor/api-wasm/classes/DictionaryItemIdentifier.html @@ -1,4 +1,4 @@ -DictionaryItemIdentifier | api-wasm

Class DictionaryItemIdentifier

Constructors

constructor +DictionaryItemIdentifier | api-wasm

Class DictionaryItemIdentifier

Constructors

Methods

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/DictionaryItemStrParams.html b/condor/api-wasm/classes/DictionaryItemStrParams.html index 733ff3dcb..fc176bc79 100644 --- a/condor/api-wasm/classes/DictionaryItemStrParams.html +++ b/condor/api-wasm/classes/DictionaryItemStrParams.html @@ -1,4 +1,4 @@ -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

    • key: string
    • dictionary_name: string
    • dictionary_item_key: string

    Returns void

  • Parameters

    • seed_uref: string
    • dictionary_item_key: string

    Returns void

+

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

    • key: string
    • dictionary_name: string
    • dictionary_item_key: string

    Returns void

  • Parameters

    • seed_uref: string
    • dictionary_item_key: string

    Returns void

diff --git a/condor/api-wasm/classes/Digest.html b/condor/api-wasm/classes/Digest.html index 6062b3159..03568ec9f 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/EntityAddr.html b/condor/api-wasm/classes/EntityAddr.html index f70604cae..d7b88921b 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/EntityIdentifier.html b/condor/api-wasm/classes/EntityIdentifier.html index b25a283cd..d14d04665 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/EraId.html b/condor/api-wasm/classes/EraId.html index 65986fcad..6aa9866cf 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/EventParseResult.html b/condor/api-wasm/classes/EventParseResult.html index e2a7cf919..e6ce4b73e 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

+

Constructors

Properties

body?: Body
err?: string

Methods

diff --git a/condor/api-wasm/classes/ExecutionResult.html b/condor/api-wasm/classes/ExecutionResult.html index 185a6aedc..b40c6eac9 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

+
Success?: Version2

Optional Success information.

+

Methods

diff --git a/condor/api-wasm/classes/Failure.html b/condor/api-wasm/classes/Failure.html index b44dd6076..75fbd9450 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

+

Constructors

Properties

cost: string
error_message: string

Methods

diff --git a/condor/api-wasm/classes/GetAccountResult.html b/condor/api-wasm/classes/GetAccountResult.html index 8dc762c8f..d46517d6f 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

+

Constructors

Properties

account: any
api_version: any
merkle_proof: string

Methods

diff --git a/condor/api-wasm/classes/GetAddressableEntityResult.html b/condor/api-wasm/classes/GetAddressableEntityResult.html index 76f2fe192..479ae80c8 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

+

Constructors

Properties

api_version: any
entity_result: any
merkle_proof: string

Methods

diff --git a/condor/api-wasm/classes/GetAuctionInfoResult.html b/condor/api-wasm/classes/GetAuctionInfoResult.html index 2ed4075bc..8a4caf01b 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

+
auction_state: any

Gets the auction state as a JsValue.

+

Methods

diff --git a/condor/api-wasm/classes/GetBalanceResult.html b/condor/api-wasm/classes/GetBalanceResult.html index 9506d558e..52dc75b4e 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

+
balance_value: any

Gets the balance value as a JsValue.

+
merkle_proof: string

Gets the Merkle proof as a string.

+

Methods

diff --git a/condor/api-wasm/classes/GetBlockResult.html b/condor/api-wasm/classes/GetBlockResult.html index 8fcf655ef..18cb47e38 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

+
block: any

Gets the block information as a JsValue.

+

Methods

diff --git a/condor/api-wasm/classes/GetBlockTransfersResult.html b/condor/api-wasm/classes/GetBlockTransfersResult.html index 5983299fa..39db0e23f 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

+
block_hash: BlockHash

Gets the block hash as an Option.

+
transfers: any

Gets the transfers as a JsValue.

+

Methods

diff --git a/condor/api-wasm/classes/GetChainspecResult.html b/condor/api-wasm/classes/GetChainspecResult.html index 4b97a8f1d..47b693442 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

+
chainspec_bytes: any

Gets the chainspec bytes as a JsValue.

+

Methods

diff --git a/condor/api-wasm/classes/GetDeployResult.html b/condor/api-wasm/classes/GetDeployResult.html index b40f9079f..0e4815f6d 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

+
deploy: Deploy

Gets the deploy information.

+
execution_info: any

Gets the execution info as a JavaScript value.

+

Methods

diff --git a/condor/api-wasm/classes/GetDictionaryItemResult.html b/condor/api-wasm/classes/GetDictionaryItemResult.html index cda0f1110..3b7e610a5 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

+
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

diff --git a/condor/api-wasm/classes/GetEraInfoResult.html b/condor/api-wasm/classes/GetEraInfoResult.html index f96e9aae3..1409972ac 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

+

Constructors

Properties

api_version: any
era_summary: any

Methods

diff --git a/condor/api-wasm/classes/GetEraSummaryResult.html b/condor/api-wasm/classes/GetEraSummaryResult.html index a9299280e..f62c374d8 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

+
era_summary: any

Gets the era summary as a JsValue.

+

Methods

diff --git a/condor/api-wasm/classes/GetNodeStatusResult.html b/condor/api-wasm/classes/GetNodeStatusResult.html index 28aa650c3..78a006a72 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

+
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

diff --git a/condor/api-wasm/classes/GetPeersResult.html b/condor/api-wasm/classes/GetPeersResult.html index 117fc3434..038274378 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

+
peers: any

Gets the peers as a JSON value.

+

Methods

diff --git a/condor/api-wasm/classes/GetStateRootHashResult.html b/condor/api-wasm/classes/GetStateRootHashResult.html index 56f3013e6..a0141db6b 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

+
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

diff --git a/condor/api-wasm/classes/GetTransactionResult.html b/condor/api-wasm/classes/GetTransactionResult.html index cd36ef789..16a6b14c4 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

+
execution_info: any

Gets the execution info as a JavaScript value.

+
transaction: Transaction

Gets the transaction information.

+

Methods

diff --git a/condor/api-wasm/classes/GetValidatorChangesResult.html b/condor/api-wasm/classes/GetValidatorChangesResult.html index 5a37d4efc..c92fb8272 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

+
changes: any

Gets the validator changes as a JsValue.

+

Methods

diff --git a/condor/api-wasm/classes/GlobalStateIdentifier.html b/condor/api-wasm/classes/GlobalStateIdentifier.html index e880b6710..bc92e0984 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/HashAddr.html b/condor/api-wasm/classes/HashAddr.html index a5a0ddf4b..da1028658 100644 --- a/condor/api-wasm/classes/HashAddr.html +++ b/condor/api-wasm/classes/HashAddr.html @@ -1,4 +1,5 @@ -HashAddr | api-wasm

Class HashAddr

Constructors

constructor +HashAddr | api-wasm

Class HashAddr

Constructors

Methods

Constructors

Methods

+toHexString +

Constructors

Methods

diff --git a/condor/api-wasm/classes/HashString.html b/condor/api-wasm/classes/HashString.html index 6dfc135db..4bba340c1 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

+

Constructors

Properties

Deploy: string
Version1: string
hash: string

Methods

diff --git a/condor/api-wasm/classes/IntoUnderlyingByteSource.html b/condor/api-wasm/classes/IntoUnderlyingByteSource.html index 67a6f4c19..0db397bd7 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

+

Constructors

Properties

autoAllocateChunkSize: number
type: string

Methods

diff --git a/condor/api-wasm/classes/IntoUnderlyingSink.html b/condor/api-wasm/classes/IntoUnderlyingSink.html index bd6f8c333..c43b1a0a8 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/IntoUnderlyingSource.html b/condor/api-wasm/classes/IntoUnderlyingSource.html index 8b028dfe6..a91f897bb 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/Key.html b/condor/api-wasm/classes/Key.html index 979451eca..ec925abd1 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/ListRpcsResult.html b/condor/api-wasm/classes/ListRpcsResult.html index af22060d4..63c1f7a3b 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

+
name: string

Gets the name of the RPC.

+
schema: any

Gets the schema of the RPC as a JsValue.

+

Methods

diff --git a/condor/api-wasm/classes/Message.html b/condor/api-wasm/classes/Message.html index 724ddfbd1..689555398 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

+

Constructors

Properties

String: string

Methods

diff --git a/condor/api-wasm/classes/Messages.html b/condor/api-wasm/classes/Messages.html index 33f747e06..e2bf9e704 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

+

Constructors

Properties

block_index: bigint
entity_hash: string
message: Message
topic_index: number
topic_name: string
topic_name_hash: string

Methods

diff --git a/condor/api-wasm/classes/PackageHash.html b/condor/api-wasm/classes/PackageHash.html index 70633c3c8..2a9927ae4 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/Path.html b/condor/api-wasm/classes/Path.html index 1e2cd6816..9163ff43a 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/Payment.html b/condor/api-wasm/classes/Payment.html index 8abb76c99..e379d7a28 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

+

Constructors

Properties

source: string

Methods

diff --git a/condor/api-wasm/classes/PaymentStrParams.html b/condor/api-wasm/classes/PaymentStrParams.html index 72d8c8d8d..4c8e0a13e 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

    • Optionalpayment_amount: string
    • Optionalpayment_hash: string
    • Optionalpayment_name: string
    • Optionalpayment_package_hash: string
    • Optionalpayment_package_name: string
    • Optionalpayment_path: string
    • Optionalpayment_args_simple: any[]
    • Optionalpayment_args_json: string
    • Optionalpayment_version: string
    • Optionalpayment_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

+

Constructors

  • Parameters

    • Optionalpayment_amount: string
    • Optionalpayment_hash: string
    • Optionalpayment_name: string
    • Optionalpayment_package_hash: string
    • Optionalpayment_package_name: string
    • Optionalpayment_path: string
    • Optionalpayment_args_simple: any[]
    • Optionalpayment_args_json: string
    • Optionalpayment_version: string
    • Optionalpayment_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

diff --git a/condor/api-wasm/classes/PeerEntry.html b/condor/api-wasm/classes/PeerEntry.html index 6b9200208..f3a62474a 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

+

Constructors

Properties

address: string
node_id: string

Methods

diff --git a/condor/api-wasm/classes/PublicKey.html b/condor/api-wasm/classes/PublicKey.html index 6e8242aee..db8a1d7c6 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/PublicKeyString.html b/condor/api-wasm/classes/PublicKeyString.html index 0f4be44e8..b1ee73e6d 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

+

Constructors

Properties

PublicKey: string

Methods

diff --git a/condor/api-wasm/classes/PurseIdentifier.html b/condor/api-wasm/classes/PurseIdentifier.html index d859bbfc6..138ec7095 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

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/PutDeployResult.html b/condor/api-wasm/classes/PutDeployResult.html index 7cb062c41..05acaf4ed 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

+
deploy_hash: DeployHash

Gets the deploy hash associated with this result.

+

Methods

diff --git a/condor/api-wasm/classes/PutTransactionResult.html b/condor/api-wasm/classes/PutTransactionResult.html index 50e3686ef..e05493457 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

+
transaction_hash: TransactionHash

Gets the transaction hash associated with this result.

+

Methods

diff --git a/condor/api-wasm/classes/QueryBalanceDetailsResult.html b/condor/api-wasm/classes/QueryBalanceDetailsResult.html index ad8cd6c63..ee2227103 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

+
available_balance: any
holds: any
total_balance: any
total_balance_proof: any

Methods

diff --git a/condor/api-wasm/classes/QueryBalanceResult.html b/condor/api-wasm/classes/QueryBalanceResult.html index feca3e99e..3814217cd 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

+
balance: any

Gets the balance as a JsValue.

+

Methods

diff --git a/condor/api-wasm/classes/QueryGlobalStateResult.html b/condor/api-wasm/classes/QueryGlobalStateResult.html index c2fc63772..8966c692f 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

+
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

diff --git a/condor/api-wasm/classes/SDK.html b/condor/api-wasm/classes/SDK.html index 4f2ad5b33..559135cb1 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

    • transaction_params - Transaction parameters.
    • builder_params - Transaction Builder parameters.
    • @@ -99,7 +99,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 call.

    -

    Parameters

    Returns Promise<PutTransactionResult>

  • 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>

  • JavaScript Alias for the get_block.

    Arguments

    • options - An optional GetBlockOptions struct containing retrieval options.

    Returns

    A Result containing either a GetBlockResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<GetBlockResult>

  • Retrieves state root hash information using the provided options (alias for get_state_root_hash).

    Arguments

    • options - An optional GetStateRootHashOptions struct containing retrieval options.

    Returns

    A Result containing either a GetStateRootHashResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<GetStateRootHashResult>

  • JavaScript function for deploying with deserialized parameters.

    Arguments

    • deploy_params - Deploy parameters.
    • session_params - Session parameters.
    • @@ -129,7 +129,7 @@
    • node_address - An optional node address.

    Returns

    A result containing PutDeployResult or a JsError.

    -

    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: @@ -148,79 +148,79 @@
      @param {getAccountOptions | undefined} [options]
      @returns {Promise<GetAccountResult
      -

    Parameters

    Returns Promise<GetAccountResult>

  • Retrieves auction information using the provided options.

    Arguments

    • options - An optional GetAuctionInfoOptions struct containing retrieval options.

    Returns

    A Result containing either a GetAuctionInfoResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<GetAuctionInfoResult>

  • Parses auction info options from a JsValue.

    Arguments

    • options - A JsValue containing auction info options to be parsed.

    Returns

    Result containing parsed auction info options as a GetAuctionInfoOptions struct, or a JsError if deserialization fails.

    -

    Parameters

    • options: any

    Returns getAuctionInfoOptions

  • Retrieves balance information using the provided options.

    Arguments

    • options - An optional GetBalanceOptions struct containing retrieval options.

    Returns

    A Result containing either a GetBalanceResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<GetBalanceResult>

  • Retrieves block information using the provided options.

    Arguments

    • options - An optional GetBlockOptions struct containing retrieval options.

    Returns

    A Result containing either a GetBlockResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<GetBlockResult>

  • Retrieves block transfers information using the provided options.

    Arguments

    • options - An optional GetBlockTransfersOptions struct containing retrieval options.

    Returns

    A Result containing either a GetBlockTransfersResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<GetBlockTransfersResult>

  • Asynchronously retrieves the chainspec.

    Arguments

    • verbosity - An optional Verbosity parameter.
    • node_address - An optional node address as a string.

    Returns

    A Result containing either a GetChainspecResult or a JsError in case of an error.

    -

    Parameters

    • Optionalverbosity: Verbosity
    • Optionalnode_address: string

    Returns Promise<GetChainspecResult>

  • Retrieves dictionary item information using the provided options.

    Arguments

    • options - An optional GetDictionaryItemOptions struct containing retrieval options.

    Returns

    A Result containing either a GetDictionaryItemResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<GetDictionaryItemResult>

  • 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: @@ -239,63 +239,63 @@
      @param {getEntityOptions | undefined} [options]
      @returns {Promise<GetAddressableEntityResult
      -

    Parameters

    Returns Promise<GetAddressableEntityResult>

  • Retrieves era summary information using the provided options.

    Arguments

    • options - An optional GetEraSummaryOptions struct containing retrieval options.

    Returns

    A Result containing either a GetEraSummaryResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<GetEraSummaryResult>

  • 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

    • Optionalverbosity: Verbosity
    • Optionalnode_address: string

    Returns Promise<GetNodeStatusResult>

  • Retrieves peers asynchronously.

    Arguments

    • verbosity - Optional verbosity level.
    • node_address - Optional node address.

    Returns

    A Result containing GetPeersResult or a JsError if an error occurs.

    -

    Parameters

    • Optionalverbosity: Verbosity
    • Optionalnode_address: string

    Returns Promise<GetPeersResult>

  • Retrieves state root hash information using the provided options.

    Arguments

    • options - An optional GetStateRootHashOptions struct containing retrieval options.

    Returns

    A Result containing either a GetStateRootHashResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<GetStateRootHashResult>

  • 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

    • Optionalverbosity: Verbosity
    • Optionalnode_address: string

    Returns Promise<GetValidatorChangesResult>

  • Installs a smart contract with the specified parameters and returns the result.

    Arguments

    .

    • transaction_params - Transaction parameters.
    • @@ -304,7 +304,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.
    • @@ -313,27 +313,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

    • Optionalverbosity: Verbosity
    • Optionalnode_address: string

    Returns Promise<ListRpcsResult>

  • JS function for make_deploy.

    Arguments

    • deploy_params - The deploy parameters.
    • session_params - The session parameters.
    • 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.

    Arguments

    • amount - The transfer amount.
    • target_account - The target account.
    • @@ -342,7 +342,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.
    • @@ -351,7 +351,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.
    • @@ -359,7 +359,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.
    • @@ -367,56 +367,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>

  • Retrieves balance information using the provided options.

    Arguments

    • options - An optional QueryBalanceOptions struct containing retrieval options.

    Returns

    A Result containing either a QueryBalanceResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<QueryBalanceResult>

  • Retrieves global state information using the provided options.

    Arguments

    • options - An optional QueryGlobalStateOptions struct containing retrieval options.

    Returns

    A Result containing either a QueryGlobalStateResult or a JsError in case of an error.

    Errors

    Returns a JsError if there is an error during the retrieval process.

    -

    Parameters

    Returns Promise<QueryGlobalStateResult>

  • JS function for sign_deploy.

    Arguments

    • deploy - The deploy to sign.
    • secret_key - The secret key for signing.

    Returns

    The signed Deploy.

    -

    Parameters

    • deploy: Deploy
    • secret_key: string

    Returns Deploy

  • JS function for sign_transaction.

    Arguments

    • transaction - The transaction to sign.
    • secret_key - The secret key for signing.

    Returns

    The signed Transaction.

    -

    Parameters

    Returns Transaction

  • This function allows executing a deploy speculatively.

    Arguments

    • deploy_params - Deployment parameters for the deploy.
    • session_params - Session parameters for the deploy.
    • @@ -425,17 +425,17 @@
    • 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.
    • @@ -443,7 +443,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.
    • @@ -454,7 +454,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.
    • @@ -465,13 +465,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
    • Optionalmaybe_id: string
    • Optionalverbosity: Verbosity
    • Optionalnode_address: string

    Returns Promise<SpeculativeExecTxnResult>

  • JS function for transferring funds.

    Arguments

    • amount - The amount to transfer.
    • target_account - The target account.
    • @@ -490,7 +490,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.
    • @@ -501,7 +501,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
    • Optionalmaybe_id: string
    • Optionalverbosity: Verbosity
    • Optionalnode_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
    • Optionalmaybe_id: string
    • Optionalverbosity: Verbosity
    • Optionalnode_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.
    • @@ -509,24 +509,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
    • Optionaltimeout_duration: number

    Returns Promise<Promise<any>>

  • Waits for a deploy event to be processed asynchronously (JavaScript-friendly).

    +

    Parameters

    • events_url: string
    • deploy_hash: string
    • Optionaltimeout_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
    • Optionaltimeout_duration: number

    Returns Promise<Promise<any>>

  • Creates a new Watcher instance to watch deploys (JavaScript-friendly). +

    Parameters

    • events_url: string
    • target_hash: string
    • Optionaltimeout_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
    • Optionaltimeout_duration: number

    Returns Watcher

  • Creates a new Watcher instance to watch deploys (JavaScript-friendly).

    +

    Parameters

    • events_url: string
    • Optionaltimeout_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
    • Optionaltimeout_duration: number

    Returns Watcher

+

Parameters

  • events_url: string
  • Optionaltimeout_duration: number

Returns Watcher

diff --git a/condor/api-wasm/classes/SessionStrParams.html b/condor/api-wasm/classes/SessionStrParams.html index 7d844dec2..11a13d5ea 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

    • Optionalsession_hash: string
    • Optionalsession_name: string
    • Optionalsession_package_hash: string
    • Optionalsession_package_name: string
    • Optionalsession_path: string
    • Optionalsession_bytes: Bytes
    • Optionalsession_args_simple: any[]
    • Optionalsession_args_json: string
    • Optionalsession_version: string
    • Optionalsession_entry_point: string
    • Optionalis_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

+

Constructors

  • Parameters

    • Optionalsession_hash: string
    • Optionalsession_name: string
    • Optionalsession_package_hash: string
    • Optionalsession_package_name: string
    • Optionalsession_path: string
    • Optionalsession_bytes: Bytes
    • Optionalsession_args_simple: any[]
    • Optionalsession_args_json: string
    • Optionalsession_version: string
    • Optionalsession_entry_point: string
    • Optionalis_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

diff --git a/condor/api-wasm/classes/SignatureResponse.html b/condor/api-wasm/classes/SignatureResponse.html index 690d936e7..e4eedaa4f 100644 --- a/condor/api-wasm/classes/SignatureResponse.html +++ b/condor/api-wasm/classes/SignatureResponse.html @@ -1,6 +1,6 @@ -SignatureResponse | api-wasm

Class SignatureResponse

Constructors

constructor +SignatureResponse | api-wasm

Class SignatureResponse

Constructors

Methods

+

Constructors

Methods

diff --git a/condor/api-wasm/classes/SpeculativeExecResult.html b/condor/api-wasm/classes/SpeculativeExecResult.html index f26461fb3..b077b5707 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

+
block_hash: BlockHash

Get the block hash.

+
execution_result: any

Get the execution result.

+

Methods

diff --git a/condor/api-wasm/classes/SpeculativeExecTxnResult.html b/condor/api-wasm/classes/SpeculativeExecTxnResult.html index 773e3cb4e..2640d4ff1 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

+
block_hash: BlockHash

Get the block hash.

+
execution_result: any

Get the execution result.

+

Methods

diff --git a/condor/api-wasm/classes/Subscription.html b/condor/api-wasm/classes/Subscription.html index 407051646..3617bc709 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

    +

    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

    diff --git a/condor/api-wasm/classes/Transaction.html b/condor/api-wasm/classes/Transaction.html index 9a7ed278e..193371a41 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

    +

    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

    diff --git a/condor/api-wasm/classes/TransactionBuilderParams.html b/condor/api-wasm/classes/TransactionBuilderParams.html index 4f89051ec..af9c2fea6 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
    transaction_category: TransactionCategory
    validator: PublicKey

    Methods

    +

    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
    transaction_category: TransactionCategory
    validator: PublicKey

    Methods

    diff --git a/condor/api-wasm/classes/TransactionHash.html b/condor/api-wasm/classes/TransactionHash.html index 5e282d817..fc4a3ecf6 100644 --- a/condor/api-wasm/classes/TransactionHash.html +++ b/condor/api-wasm/classes/TransactionHash.html @@ -1,7 +1,7 @@ -TransactionHash | api-wasm

    Class TransactionHash

    Constructors

    constructor +TransactionHash | api-wasm

    Class TransactionHash

    Constructors

    Methods

    +

    Constructors

    Methods

    diff --git a/condor/api-wasm/classes/TransactionProcessed.html b/condor/api-wasm/classes/TransactionProcessed.html index 7d52e3483..a15333dc3 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

    +

    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

    diff --git a/condor/api-wasm/classes/TransactionStrParams.html b/condor/api-wasm/classes/TransactionStrParams.html index 53b7fe75a..2c05c583d 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
      • Optionalinitiator_addr: string
      • Optionalsecret_key: string
      • Optionaltimestamp: string
      • Optionalttl: string
      • Optionalsession_args_simple: string[]
      • Optionalsession_args_json: string
      • Optionalpricing_mode: PricingMode
      • Optionalpayment_amount: string
      • Optionalgas_price_tolerance: string
      • Optionalreceipt: string
      • Optionalstandard_payment: boolean

      Returns TransactionStrParams

    Properties

    chain_name: string
    gas_price_tolerance: string
    initiator_addr: string
    payment_amount: string
    pricing_mode: PricingMode
    receipt: string
    secret_key: string
    session_args_json: string
    session_args_simple: string[]
    standard_payment: boolean
    timestamp?: string
    ttl?: string

    Methods

    +

    Constructors

    • Parameters

      • chain_name: string
      • Optionalinitiator_addr: string
      • Optionalsecret_key: string
      • Optionaltimestamp: string
      • Optionalttl: string
      • Optionalsession_args_simple: string[]
      • Optionalsession_args_json: string
      • Optionalpricing_mode: PricingMode
      • Optionalpayment_amount: string
      • Optionalgas_price_tolerance: string
      • Optionalreceipt: string
      • Optionalstandard_payment: boolean

      Returns TransactionStrParams

    Properties

    chain_name: string
    gas_price_tolerance: string
    initiator_addr: string
    payment_amount: string
    pricing_mode: PricingMode
    receipt: string
    secret_key: string
    session_args_json: string
    session_args_simple: string[]
    standard_payment: boolean
    timestamp?: string
    ttl?: string

    Methods

    diff --git a/condor/api-wasm/classes/TransferAddr.html b/condor/api-wasm/classes/TransferAddr.html index 56703c05c..81cfe1dff 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

    +

    Constructors

    Methods

    diff --git a/condor/api-wasm/classes/TransferTarget.html b/condor/api-wasm/classes/TransferTarget.html index 15ec18bed..5d6fe1f34 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

    +

    Constructors

    Methods

    diff --git a/condor/api-wasm/classes/URef.html b/condor/api-wasm/classes/URef.html index 8b2b0b869..4f0e14ad2 100644 --- a/condor/api-wasm/classes/URef.html +++ b/condor/api-wasm/classes/URef.html @@ -1,7 +1,7 @@ -URef | api-wasm

    Class URef

    Constructors

    constructor +URef | api-wasm

    Class URef

    Constructors

    Methods

    +

    Constructors

    Methods

    diff --git a/condor/api-wasm/classes/URefAddr.html b/condor/api-wasm/classes/URefAddr.html index 30a2265bc..fa5b2cd56 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

    +

    Constructors

    Methods

    diff --git a/condor/api-wasm/classes/Version2.html b/condor/api-wasm/classes/Version2.html index 6a9a4e2f3..4b91e2dd0 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

    +

    Constructors

    Properties

    consumed: string
    cost: string
    error_message?: string
    initiator: PublicKeyString
    limit: string

    Methods

    diff --git a/condor/api-wasm/classes/Watcher.html b/condor/api-wasm/classes/Watcher.html index 1894aa985..918fe21cc 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
    • Optionaltimeout_duration: bigint

    Returns Watcher

    Methods

    • Starts watching for transaction events (JavaScript-friendly).

      +

      Parameters

      • events_url: string
      • Optionaltimeout_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

    • Subscribes to transaction events.

      Arguments

      • subscriptions - Vector of deploy subscriptions to be added.

      Returns

      Result indicating success or an error message.

      -

      Parameters

      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

    +

    Parameters

    • target_hash: string

    Returns void

    diff --git a/condor/api-wasm/classes/getAccountOptions.html b/condor/api-wasm/classes/getAccountOptions.html index 3f4d657e6..d35f780e0 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

    +

    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

    diff --git a/condor/api-wasm/classes/getAuctionInfoOptions.html b/condor/api-wasm/classes/getAuctionInfoOptions.html index e0a6dbacf..5ceb61e4f 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

    +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    diff --git a/condor/api-wasm/classes/getBalanceOptions.html b/condor/api-wasm/classes/getBalanceOptions.html index 5b77093e1..158942d78 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

    +

    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

    diff --git a/condor/api-wasm/classes/getBlockOptions.html b/condor/api-wasm/classes/getBlockOptions.html index 314f87410..0f70b2cee 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

    +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    diff --git a/condor/api-wasm/classes/getBlockTransfersOptions.html b/condor/api-wasm/classes/getBlockTransfersOptions.html index e36b2d0fd..8ec1a434d 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

    +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    diff --git a/condor/api-wasm/classes/getDeployOptions.html b/condor/api-wasm/classes/getDeployOptions.html index 05ad1121e..bd3ab4883 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

    +

    Constructors

    Properties

    deploy_hash?: DeployHash
    deploy_hash_as_string?: string
    finalized_approvals?: boolean
    node_address?: string
    verbosity?: Verbosity

    Methods

    diff --git a/condor/api-wasm/classes/getDictionaryItemOptions.html b/condor/api-wasm/classes/getDictionaryItemOptions.html index 656b3c2b9..1c2608166 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

    +

    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

    diff --git a/condor/api-wasm/classes/getEntityOptions.html b/condor/api-wasm/classes/getEntityOptions.html index 567b0748e..b06cdd195 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

    +

    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

    diff --git a/condor/api-wasm/classes/getEraInfoOptions.html b/condor/api-wasm/classes/getEraInfoOptions.html index 916879490..5a27d0456 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

    +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    diff --git a/condor/api-wasm/classes/getEraSummaryOptions.html b/condor/api-wasm/classes/getEraSummaryOptions.html index 905fefc92..b83be3e62 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

    +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    diff --git a/condor/api-wasm/classes/getSpeculativeExecDeployOptions.html b/condor/api-wasm/classes/getSpeculativeExecDeployOptions.html index 08c32f56b..1994f00be 100644 --- a/condor/api-wasm/classes/getSpeculativeExecDeployOptions.html +++ b/condor/api-wasm/classes/getSpeculativeExecDeployOptions.html @@ -1,12 +1,12 @@ getSpeculativeExecDeployOptions | api-wasm

    Class getSpeculativeExecDeployOptions

    Options for speculative execution.

    -

    Constructors

    Constructors

    Properties

    deploy?: Deploy

    The deploy to execute.

    -
    deploy_as_string?: string

    The deploy as a JSON string.

    -
    node_address?: string

    The node address.

    -
    verbosity?: Verbosity

    The verbosity level for logging.

    -

    Methods

    +
    deploy_as_string?: string

    The deploy as a JSON string.

    +
    node_address?: string

    The node address.

    +
    verbosity?: Verbosity

    The verbosity level for logging.

    +

    Methods

    diff --git a/condor/api-wasm/classes/getSpeculativeExecTxnOptions.html b/condor/api-wasm/classes/getSpeculativeExecTxnOptions.html index 1a26b198f..aa91b8413 100644 --- a/condor/api-wasm/classes/getSpeculativeExecTxnOptions.html +++ b/condor/api-wasm/classes/getSpeculativeExecTxnOptions.html @@ -1,12 +1,12 @@ getSpeculativeExecTxnOptions | api-wasm

    Class getSpeculativeExecTxnOptions

    Options for speculative execution.

    -

    Constructors

    Constructors

    Properties

    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

    +
    transaction?: Transaction

    The transaction to execute.

    +
    transaction_as_string?: string

    The transaction as a JSON string.

    +
    verbosity?: Verbosity

    The verbosity level for logging.

    +

    Methods

    diff --git a/condor/api-wasm/classes/getStateRootHashOptions.html b/condor/api-wasm/classes/getStateRootHashOptions.html index e2dba78ce..2af0bd10d 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

    +

    Constructors

    Properties

    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    verbosity?: Verbosity

    Methods

    diff --git a/condor/api-wasm/classes/getTransactionOptions.html b/condor/api-wasm/classes/getTransactionOptions.html index 076725681..e579faa5f 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

    +

    Constructors

    Properties

    finalized_approvals?: boolean
    node_address?: string
    transaction_hash?: TransactionHash
    transaction_hash_as_string?: string
    verbosity?: Verbosity

    Methods

    diff --git a/condor/api-wasm/classes/queryBalanceDetailsOptions.html b/condor/api-wasm/classes/queryBalanceDetailsOptions.html index 98e638736..8e35b073e 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

    +

    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

    diff --git a/condor/api-wasm/classes/queryBalanceOptions.html b/condor/api-wasm/classes/queryBalanceOptions.html index 49fcde3b4..b20e0907f 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

    +

    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

    diff --git a/condor/api-wasm/classes/queryContractDictOptions.html b/condor/api-wasm/classes/queryContractDictOptions.html index 6b0221c80..8a96d6527 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

    +

    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

    diff --git a/condor/api-wasm/classes/queryContractKeyOptions.html b/condor/api-wasm/classes/queryContractKeyOptions.html index 89d14a662..eccae3bde 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

    entity_identifier?: EntityIdentifier
    entity_identifier_as_string?: string
    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    path?: Path
    path_as_string?: string
    verbosity?: Verbosity

    Methods

    +

    Constructors

    Properties

    entity_identifier?: EntityIdentifier
    entity_identifier_as_string?: string
    maybe_block_id_as_string?: string
    maybe_block_identifier?: BlockIdentifier
    node_address?: string
    path?: Path
    path_as_string?: string
    verbosity?: Verbosity

    Methods

    diff --git a/condor/api-wasm/classes/queryGlobalStateOptions.html b/condor/api-wasm/classes/queryGlobalStateOptions.html index c3e49b4a8..49bf5b2a2 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

    +

    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

    diff --git a/condor/api-wasm/enums/PricingMode.html b/condor/api-wasm/enums/PricingMode.html index 9ef469af0..77f4aef65 100644 --- a/condor/api-wasm/enums/PricingMode.html +++ b/condor/api-wasm/enums/PricingMode.html @@ -1,4 +1,4 @@ -PricingMode | api-wasm

    Enumeration PricingMode

    Enumeration Members

    Classic +PricingMode | api-wasm

    Enumeration PricingMode

    Enumeration Members

    Enumeration Members

    Classic: 1
    Fixed: 0
    Reserved: 2
    +

    Enumeration Members

    Classic: 1
    Fixed: 0
    Reserved: 2
    diff --git a/condor/api-wasm/enums/TransactionCategory.html b/condor/api-wasm/enums/TransactionCategory.html index 191cb21e7..4fc6bd521 100644 --- a/condor/api-wasm/enums/TransactionCategory.html +++ b/condor/api-wasm/enums/TransactionCategory.html @@ -1,7 +1,7 @@ -TransactionCategory | api-wasm

    Enumeration TransactionCategory

    Enumeration Members

    Auction +TransactionCategory | api-wasm

    Enumeration TransactionCategory

    Enumeration Members

    Auction: 1
    InstallUpgrade: 2
    Large: 3
    Medium: 4
    Mint: 0
    Small: 5
    +

    Enumeration Members

    Auction: 1
    InstallUpgrade: 2
    Large: 3
    Medium: 4
    Mint: 0
    Small: 5
    diff --git a/condor/api-wasm/enums/TransactionKind.html b/condor/api-wasm/enums/TransactionKind.html index 6a71c29bd..0f1e7e8d4 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
    +

    Enumeration Members

    AddBid: 6
    Delegate: 7
    InvocableEntity: 0
    InvocableEntityAlias: 1
    Package: 2
    PackageAlias: 3
    Redelegate: 9
    Session: 4
    Transfer: 5
    Undelegate: 8
    WithdrawBid: 10
    diff --git a/condor/api-wasm/enums/TransferTargetKind.html b/condor/api-wasm/enums/TransferTargetKind.html index 6956e22cd..bbb4b931f 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
    +

    Enumeration Members

    AccountHash: 1
    PublicKey: 0
    URef: 2
    diff --git a/condor/api-wasm/enums/Verbosity.html b/condor/api-wasm/enums/Verbosity.html index ced8c0136..8f69268e0 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
    +

    Enumeration Members

    High: 2
    Low: 0
    Medium: 1
    diff --git a/condor/api-wasm/functions/accountHashToBase64Key.html b/condor/api-wasm/functions/accountHashToBase64Key.html index 2157e7b0e..7b5301567 100644 --- a/condor/api-wasm/functions/accountHashToBase64Key.html +++ b/condor/api-wasm/functions/accountHashToBase64Key.html @@ -5,4 +5,4 @@

    Returns

    Returns the base64-encoded string. Example: "ALSFwHTO98yszQMClJ0gQ6txM6vbFM+ofoOSlFwL2Apf"

    -

    Parameters

    • formatted_account_hash: string

    Returns string

    +

    Parameters

    • formatted_account_hash: string

    Returns string

    diff --git a/condor/api-wasm/functions/default.html b/condor/api-wasm/functions/default.html index 6039f62ef..0dd81db7b 100644 --- a/condor/api-wasm/functions/default.html +++ b/condor/api-wasm/functions/default.html @@ -1,4 +1,4 @@ default | api-wasm

    Function default

    • If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

      Parameters

      • Optionalmodule_or_path: InitInput | Promise<InitInput> | {
            module_or_path: InitInput | Promise<InitInput>;
        }

        Passing InitInput directly is deprecated.

        -

      Returns Promise<InitOutput>

    +

    Returns Promise<InitOutput>

    diff --git a/condor/api-wasm/functions/encodeLowerBlake2b.html b/condor/api-wasm/functions/encodeLowerBlake2b.html index 47a105b3b..96a16730d 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

    +

    Parameters

    • meta_data: string

    Returns any

    diff --git a/condor/api-wasm/functions/generateSecretKey.html b/condor/api-wasm/functions/generateSecretKey.html index b50297997..761e81b00 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

    +

    Returns any

    diff --git a/condor/api-wasm/functions/generateSecretKey_secp256k1.html b/condor/api-wasm/functions/generateSecretKey_secp256k1.html index 72b145c84..c5b252c04 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

    +

    Returns any

    diff --git a/condor/api-wasm/functions/getTimestamp.html b/condor/api-wasm/functions/getTimestamp.html index d25a6a8bc..fcb4163ac 100644 --- a/condor/api-wasm/functions/getTimestamp.html +++ b/condor/api-wasm/functions/getTimestamp.html @@ -1,3 +1,3 @@ getTimestamp | api-wasm

    Function getTimestamp

    • Gets the current timestamp.

      Returns

      A JsValue containing the current timestamp.

      -

      Returns any

    +

    Returns any

    diff --git a/condor/api-wasm/functions/hexToString.html b/condor/api-wasm/functions/hexToString.html index 9068f1a78..e45e23f43 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

    +

    Parameters

    • hex_string: string

    Returns string

    diff --git a/condor/api-wasm/functions/hexToUint8Array.html b/condor/api-wasm/functions/hexToUint8Array.html index 892ce2eb2..66aada233 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

    +

    Parameters

    • hex_string: string

    Returns Uint8Array

    diff --git a/condor/api-wasm/functions/initSync.html b/condor/api-wasm/functions/initSync.html index 9c8a6cd2d..402236be8 100644 --- a/condor/api-wasm/functions/initSync.html +++ b/condor/api-wasm/functions/initSync.html @@ -1,4 +1,4 @@ initSync | api-wasm

    Function initSync

    +

    Returns InitOutput

    diff --git a/condor/api-wasm/functions/jsonPrettyPrint.html b/condor/api-wasm/functions/jsonPrettyPrint.html index f918415c8..db64efac1 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

    +

    Parameters

    Returns any

    diff --git a/condor/api-wasm/functions/makeDictionaryItemKey.html b/condor/api-wasm/functions/makeDictionaryItemKey.html index 268bd1e0b..0c6d56630 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

    +

    Parameters

    • key: Key
    • value: string

    Returns string

    diff --git a/condor/api-wasm/functions/motesToCSPR.html b/condor/api-wasm/functions/motesToCSPR.html index acf8565ed..3f3c2f8e7 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

    +

    Parameters

    • motes: string

    Returns string

    diff --git a/condor/api-wasm/functions/publicKeyFromSecretKey.html b/condor/api-wasm/functions/publicKeyFromSecretKey.html index 54de86623..33b8d7bbf 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

    +

    Parameters

    • secret_key: string

    Returns any

    diff --git a/condor/api-wasm/functions/uint8ArrayToBytes.html b/condor/api-wasm/functions/uint8ArrayToBytes.html index 6dd9c2857..f6e7ef1c5 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

    +

    Parameters

    • uint8_array: Uint8Array

    Returns Bytes

    diff --git a/condor/api-wasm/interfaces/InitOutput.html b/condor/api-wasm/interfaces/InitOutput.html index b71a46650..4b25f7978 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: number, b: number) => void);
        __wbg_accounthash_free: ((a: number, b: number) => void);
        __wbg_accountidentifier_free: ((a: number, b: number) => void);
        __wbg_addressableentityhash_free: ((a: number, b: number) => void);
        __wbg_argssimple_free: ((a: number, b: number) => void);
        __wbg_blockhash_free: ((a: number, b: number) => void);
        __wbg_blockidentifier_free: ((a: number, b: number) => void);
        __wbg_body_free: ((a: number, b: number) => void);
        __wbg_bytes_free: ((a: number, b: number) => void);
        __wbg_casperwallet_free: ((a: number, b: number) => void);
        __wbg_contracthash_free: ((a: number, b: number) => void);
        __wbg_contractpackagehash_free: ((a: number, b: number) => void);
        __wbg_deploy_free: ((a: number, b: number) => void);
        __wbg_deployhash_free: ((a: number, b: number) => void);
        __wbg_deploystrparams_free: ((a: number, b: number) => void);
        __wbg_dictionaryaddr_free: ((a: number, b: number) => void);
        __wbg_dictionaryitemidentifier_free: ((a: number, b: number) => void);
        __wbg_dictionaryitemstrparams_free: ((a: number, b: number) => void);
        __wbg_digest_free: ((a: number, b: number) => void);
        __wbg_entityaddr_free: ((a: number, b: number) => void);
        __wbg_entityidentifier_free: ((a: number, b: number) => void);
        __wbg_eraid_free: ((a: number, b: number) => void);
        __wbg_eventparseresult_free: ((a: number, b: number) => void);
        __wbg_executionresult_free: ((a: number, b: number) => void);
        __wbg_failure_free: ((a: number, b: number) => void);
        __wbg_get_body_transaction_processed: ((a: number) => number);
        __wbg_get_eventparseresult_body: ((a: number) => number);
        __wbg_get_eventparseresult_err: ((a: number, b: number) => void);
        __wbg_get_executionresult_Failure: ((a: number) => number);
        __wbg_get_executionresult_Success: ((a: number) => number);
        __wbg_get_failure_cost: ((a: number, b: number) => void);
        __wbg_get_failure_error_message: ((a: number, b: number) => void);
        __wbg_get_getaccountoptions_account_identifier: ((a: number) => number);
        __wbg_get_getaccountoptions_account_identifier_as_string: ((a: number, b: number) => void);
        __wbg_get_getaccountoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getaccountoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getaccountoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getaccountoptions_verbosity: ((a: number) => number);
        __wbg_get_getauctioninfooptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getauctioninfooptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getauctioninfooptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getauctioninfooptions_verbosity: ((a: number) => number);
        __wbg_get_getbalanceoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getbalanceoptions_purse_uref: ((a: number) => number);
        __wbg_get_getbalanceoptions_purse_uref_as_string: ((a: number, b: number) => void);
        __wbg_get_getbalanceoptions_state_root_hash: ((a: number) => number);
        __wbg_get_getbalanceoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_getbalanceoptions_verbosity: ((a: number) => number);
        __wbg_get_getblockoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getblockoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getblockoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getblockoptions_verbosity: ((a: number) => number);
        __wbg_get_getblocktransfersoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getblocktransfersoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getblocktransfersoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getblocktransfersoptions_verbosity: ((a: number) => number);
        __wbg_get_getdeployoptions_deploy_hash: ((a: number) => number);
        __wbg_get_getdeployoptions_deploy_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_getdeployoptions_finalized_approvals: ((a: number) => number);
        __wbg_get_getdeployoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getdeployoptions_verbosity: ((a: number) => number);
        __wbg_get_getdictionaryitemoptions_dictionary_item_identifier: ((a: number) => number);
        __wbg_get_getdictionaryitemoptions_dictionary_item_params: ((a: number) => number);
        __wbg_get_getdictionaryitemoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getdictionaryitemoptions_state_root_hash: ((a: number) => number);
        __wbg_get_getdictionaryitemoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_getdictionaryitemoptions_verbosity: ((a: number) => number);
        __wbg_get_getentityoptions_entity_identifier: ((a: number) => number);
        __wbg_get_getentityoptions_entity_identifier_as_string: ((a: number, b: number) => void);
        __wbg_get_getentityoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getentityoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getentityoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getentityoptions_verbosity: ((a: number) => number);
        __wbg_get_geterainfooptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_geterainfooptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_geterainfooptions_node_address: ((a: number, b: number) => void);
        __wbg_get_geterainfooptions_verbosity: ((a: number) => number);
        __wbg_get_geterasummaryoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_geterasummaryoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_geterasummaryoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_geterasummaryoptions_verbosity: ((a: number) => number);
        __wbg_get_getspeculativeexecdeployoptions_deploy: ((a: number) => number);
        __wbg_get_getspeculativeexecdeployoptions_deploy_as_string: ((a: number, b: number) => void);
        __wbg_get_getspeculativeexecdeployoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getspeculativeexecdeployoptions_verbosity: ((a: number) => number);
        __wbg_get_getspeculativeexectxnoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getspeculativeexectxnoptions_transaction: ((a: number) => number);
        __wbg_get_getspeculativeexectxnoptions_transaction_as_string: ((a: number, b: number) => void);
        __wbg_get_getspeculativeexectxnoptions_verbosity: ((a: number) => number);
        __wbg_get_getstateroothashoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getstateroothashoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getstateroothashoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getstateroothashoptions_verbosity: ((a: number) => number);
        __wbg_get_gettransactionoptions_finalized_approvals: ((a: number) => number);
        __wbg_get_gettransactionoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_gettransactionoptions_transaction_hash: ((a: number) => number);
        __wbg_get_gettransactionoptions_transaction_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_gettransactionoptions_verbosity: ((a: number) => number);
        __wbg_get_hashstring_hash: ((a: number, b: number) => void);
        __wbg_get_message_String: ((a: number, b: number) => void);
        __wbg_get_messages_block_index: ((a: number) => number);
        __wbg_get_messages_entity_hash: ((a: number, b: number) => void);
        __wbg_get_messages_message: ((a: number) => number);
        __wbg_get_messages_topic_index: ((a: number) => number);
        __wbg_get_messages_topic_name: ((a: number, b: number) => void);
        __wbg_get_messages_topic_name_hash: ((a: number, b: number) => void);
        __wbg_get_payment_source: ((a: number, b: number) => void);
        __wbg_get_publickeystring_PublicKey: ((a: number, b: number) => void);
        __wbg_get_querybalancedetailsoptions_global_state_identifier: ((a: number) => number);
        __wbg_get_querybalancedetailsoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalancedetailsoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_querybalancedetailsoptions_purse_identifier: ((a: number) => number);
        __wbg_get_querybalancedetailsoptions_purse_identifier_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalancedetailsoptions_state_root_hash: ((a: number) => number);
        __wbg_get_querybalancedetailsoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalancedetailsoptions_verbosity: ((a: number) => number);
        __wbg_get_querybalanceoptions_global_state_identifier: ((a: number) => number);
        __wbg_get_querybalanceoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalanceoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_querybalanceoptions_purse_identifier: ((a: number) => number);
        __wbg_get_querybalanceoptions_purse_identifier_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalanceoptions_state_root_hash: ((a: number) => number);
        __wbg_get_querybalanceoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalanceoptions_verbosity: ((a: number) => number);
        __wbg_get_querycontractdictoptions_dictionary_item_identifier: ((a: number) => number);
        __wbg_get_querycontractdictoptions_dictionary_item_params: ((a: number) => number);
        __wbg_get_querycontractdictoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_querycontractdictoptions_state_root_hash: ((a: number) => number);
        __wbg_get_querycontractdictoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_querycontractdictoptions_verbosity: ((a: number) => number);
        __wbg_get_querycontractkeyoptions_entity_identifier: ((a: number) => number);
        __wbg_get_querycontractkeyoptions_entity_identifier_as_string: ((a: number, b: number) => void);
        __wbg_get_querycontractkeyoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_querycontractkeyoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_querycontractkeyoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_querycontractkeyoptions_path: ((a: number) => number);
        __wbg_get_querycontractkeyoptions_path_as_string: ((a: number, b: number) => void);
        __wbg_get_querycontractkeyoptions_verbosity: ((a: number) => number);
        __wbg_get_queryglobalstateoptions_global_state_identifier: ((a: number) => number);
        __wbg_get_queryglobalstateoptions_key: ((a: number) => number);
        __wbg_get_queryglobalstateoptions_key_as_string: ((a: number, b: number) => void);
        __wbg_get_queryglobalstateoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_queryglobalstateoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_queryglobalstateoptions_path: ((a: number) => number);
        __wbg_get_queryglobalstateoptions_path_as_string: ((a: number, b: number) => void);
        __wbg_get_queryglobalstateoptions_state_root_hash: ((a: number) => number);
        __wbg_get_queryglobalstateoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_queryglobalstateoptions_verbosity: ((a: number) => number);
        __wbg_get_subscription_eventHandlerFn: ((a: number) => number);
        __wbg_get_subscription_targetHash: ((a: number, b: number) => void);
        __wbg_get_transactionprocessed_block_hash: ((a: number, b: number) => void);
        __wbg_get_transactionprocessed_execution_result: ((a: number) => number);
        __wbg_get_transactionprocessed_hash: ((a: number) => number);
        __wbg_get_transactionprocessed_initiator_addr: ((a: number) => number);
        __wbg_get_transactionprocessed_messages: ((a: number, b: number) => void);
        __wbg_get_transactionprocessed_timestamp: ((a: number, b: number) => void);
        __wbg_get_transactionprocessed_ttl: ((a: number, b: number) => void);
        __wbg_get_version2_consumed: ((a: number, b: number) => void);
        __wbg_get_version2_cost: ((a: number, b: number) => void);
        __wbg_get_version2_error_message: ((a: number, b: number) => void);
        __wbg_get_version2_initiator: ((a: number) => number);
        __wbg_get_version2_limit: ((a: number, b: number) => void);
        __wbg_getaccountoptions_free: ((a: number, b: number) => void);
        __wbg_getaccountresult_free: ((a: number, b: number) => void);
        __wbg_getaddressableentityresult_free: ((a: number, b: number) => void);
        __wbg_getauctioninfooptions_free: ((a: number, b: number) => void);
        __wbg_getauctioninforesult_free: ((a: number, b: number) => void);
        __wbg_getbalanceoptions_free: ((a: number, b: number) => void);
        __wbg_getbalanceresult_free: ((a: number, b: number) => void);
        __wbg_getblockoptions_free: ((a: number, b: number) => void);
        __wbg_getblockresult_free: ((a: number, b: number) => void);
        __wbg_getblocktransfersoptions_free: ((a: number, b: number) => void);
        __wbg_getblocktransfersresult_free: ((a: number, b: number) => void);
        __wbg_getchainspecresult_free: ((a: number, b: number) => void);
        __wbg_getdeployoptions_free: ((a: number, b: number) => void);
        __wbg_getdeployresult_free: ((a: number, b: number) => void);
        __wbg_getdictionaryitemoptions_free: ((a: number, b: number) => void);
        __wbg_getdictionaryitemresult_free: ((a: number, b: number) => void);
        __wbg_getentityoptions_free: ((a: number, b: number) => void);
        __wbg_geterainfooptions_free: ((a: number, b: number) => void);
        __wbg_geterainforesult_free: ((a: number, b: number) => void);
        __wbg_geterasummaryoptions_free: ((a: number, b: number) => void);
        __wbg_geterasummaryresult_free: ((a: number, b: number) => void);
        __wbg_getnodestatusresult_free: ((a: number, b: number) => void);
        __wbg_getpeersresult_free: ((a: number, b: number) => void);
        __wbg_getspeculativeexecdeployoptions_free: ((a: number, b: number) => void);
        __wbg_getspeculativeexectxnoptions_free: ((a: number, b: number) => void);
        __wbg_getstateroothashoptions_free: ((a: number, b: number) => void);
        __wbg_getstateroothashresult_free: ((a: number, b: number) => void);
        __wbg_gettransactionoptions_free: ((a: number, b: number) => void);
        __wbg_gettransactionresult_free: ((a: number, b: number) => void);
        __wbg_getvalidatorchangesresult_free: ((a: number, b: number) => void);
        __wbg_globalstateidentifier_free: ((a: number, b: number) => void);
        __wbg_hashaddr_free: ((a: number, b: number) => void);
        __wbg_hashstring_free: ((a: number, b: number) => void);
        __wbg_intounderlyingbytesource_free: ((a: number, b: number) => void);
        __wbg_intounderlyingsink_free: ((a: number, b: number) => void);
        __wbg_intounderlyingsource_free: ((a: number, b: number) => void);
        __wbg_key_free: ((a: number, b: number) => void);
        __wbg_listrpcsresult_free: ((a: number, b: number) => void);
        __wbg_message_free: ((a: number, b: number) => void);
        __wbg_messages_free: ((a: number, b: number) => void);
        __wbg_packagehash_free: ((a: number, b: number) => void);
        __wbg_path_free: ((a: number, b: number) => void);
        __wbg_payment_free: ((a: number, b: number) => void);
        __wbg_paymentstrparams_free: ((a: number, b: number) => void);
        __wbg_peerentry_free: ((a: number, b: number) => void);
        __wbg_publickey_free: ((a: number, b: number) => void);
        __wbg_publickeystring_free: ((a: number, b: number) => void);
        __wbg_purseidentifier_free: ((a: number, b: number) => void);
        __wbg_putdeployresult_free: ((a: number, b: number) => void);
        __wbg_puttransactionresult_free: ((a: number, b: number) => void);
        __wbg_querybalancedetailsoptions_free: ((a: number, b: number) => void);
        __wbg_querybalancedetailsresult_free: ((a: number, b: number) => void);
        __wbg_querybalanceoptions_free: ((a: number, b: number) => void);
        __wbg_querybalanceresult_free: ((a: number, b: number) => void);
        __wbg_querycontractdictoptions_free: ((a: number, b: number) => void);
        __wbg_querycontractkeyoptions_free: ((a: number, b: number) => void);
        __wbg_queryglobalstateoptions_free: ((a: number, b: number) => void);
        __wbg_queryglobalstateresult_free: ((a: number, b: number) => void);
        __wbg_sdk_free: ((a: number, b: number) => void);
        __wbg_sessionstrparams_free: ((a: number, b: number) => void);
        __wbg_set_body_transaction_processed: ((a: number, b: number) => void);
        __wbg_set_eventparseresult_body: ((a: number, b: number) => void);
        __wbg_set_eventparseresult_err: ((a: number, b: number, c: number) => void);
        __wbg_set_executionresult_Failure: ((a: number, b: number) => void);
        __wbg_set_executionresult_Success: ((a: number, b: number) => void);
        __wbg_set_failure_cost: ((a: number, b: number, c: number) => void);
        __wbg_set_failure_error_message: ((a: number, b: number, c: number) => void);
        __wbg_set_getaccountoptions_account_identifier: ((a: number, b: number) => void);
        __wbg_set_getaccountoptions_account_identifier_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getaccountoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getaccountoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getaccountoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getaccountoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getauctioninfooptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getauctioninfooptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getauctioninfooptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getauctioninfooptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getbalanceoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getbalanceoptions_purse_uref: ((a: number, b: number) => void);
        __wbg_set_getbalanceoptions_purse_uref_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getbalanceoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_getbalanceoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getbalanceoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getblockoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getblockoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getblockoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getblockoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getblocktransfersoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getblocktransfersoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getblocktransfersoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getblocktransfersoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getdeployoptions_deploy_hash: ((a: number, b: number) => void);
        __wbg_set_getdeployoptions_deploy_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getdeployoptions_finalized_approvals: ((a: number, b: number) => void);
        __wbg_set_getdeployoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getdeployoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getdictionaryitemoptions_dictionary_item_identifier: ((a: number, b: number) => void);
        __wbg_set_getdictionaryitemoptions_dictionary_item_params: ((a: number, b: number) => void);
        __wbg_set_getdictionaryitemoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getdictionaryitemoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_getdictionaryitemoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getdictionaryitemoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getentityoptions_entity_identifier: ((a: number, b: number) => void);
        __wbg_set_getentityoptions_entity_identifier_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getentityoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getentityoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getentityoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getentityoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_geterainfooptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_geterainfooptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_geterainfooptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_geterainfooptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_geterasummaryoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_geterasummaryoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_geterasummaryoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_geterasummaryoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getspeculativeexecdeployoptions_deploy: ((a: number, b: number) => void);
        __wbg_set_getspeculativeexecdeployoptions_deploy_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getspeculativeexecdeployoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getspeculativeexecdeployoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getspeculativeexectxnoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getspeculativeexectxnoptions_transaction: ((a: number, b: number) => void);
        __wbg_set_getspeculativeexectxnoptions_transaction_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getspeculativeexectxnoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getstateroothashoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getstateroothashoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getstateroothashoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getstateroothashoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_gettransactionoptions_finalized_approvals: ((a: number, b: number) => void);
        __wbg_set_gettransactionoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_gettransactionoptions_transaction_hash: ((a: number, b: number) => void);
        __wbg_set_gettransactionoptions_transaction_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_gettransactionoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_hashstring_hash: ((a: number, b: number, c: number) => void);
        __wbg_set_message_String: ((a: number, b: number, c: number) => void);
        __wbg_set_messages_block_index: ((a: number, b: number) => void);
        __wbg_set_messages_entity_hash: ((a: number, b: number, c: number) => void);
        __wbg_set_messages_message: ((a: number, b: number) => void);
        __wbg_set_messages_topic_index: ((a: number, b: number) => void);
        __wbg_set_messages_topic_name: ((a: number, b: number, c: number) => void);
        __wbg_set_messages_topic_name_hash: ((a: number, b: number, c: number) => void);
        __wbg_set_payment_source: ((a: number, b: number, c: number) => void);
        __wbg_set_publickeystring_PublicKey: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalancedetailsoptions_global_state_identifier: ((a: number, b: number) => void);
        __wbg_set_querybalancedetailsoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalancedetailsoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalancedetailsoptions_purse_identifier: ((a: number, b: number) => void);
        __wbg_set_querybalancedetailsoptions_purse_identifier_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalancedetailsoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_querybalancedetailsoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalancedetailsoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_querybalanceoptions_global_state_identifier: ((a: number, b: number) => void);
        __wbg_set_querybalanceoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalanceoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalanceoptions_purse_identifier: ((a: number, b: number) => void);
        __wbg_set_querybalanceoptions_purse_identifier_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalanceoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_querybalanceoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalanceoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_querycontractdictoptions_dictionary_item_identifier: ((a: number, b: number) => void);
        __wbg_set_querycontractdictoptions_dictionary_item_params: ((a: number, b: number) => void);
        __wbg_set_querycontractdictoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractdictoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_querycontractdictoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractdictoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_querycontractkeyoptions_entity_identifier: ((a: number, b: number) => void);
        __wbg_set_querycontractkeyoptions_entity_identifier_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractkeyoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractkeyoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_querycontractkeyoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractkeyoptions_path: ((a: number, b: number) => void);
        __wbg_set_querycontractkeyoptions_path_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractkeyoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_queryglobalstateoptions_global_state_identifier: ((a: number, b: number) => void);
        __wbg_set_queryglobalstateoptions_key: ((a: number, b: number) => void);
        __wbg_set_queryglobalstateoptions_key_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_queryglobalstateoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_queryglobalstateoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_queryglobalstateoptions_path: ((a: number, b: number) => void);
        __wbg_set_queryglobalstateoptions_path_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_queryglobalstateoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_queryglobalstateoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_queryglobalstateoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_subscription_eventHandlerFn: ((a: number, b: number) => void);
        __wbg_set_subscription_targetHash: ((a: number, b: number, c: number) => void);
        __wbg_set_transactionprocessed_block_hash: ((a: number, b: number, c: number) => void);
        __wbg_set_transactionprocessed_execution_result: ((a: number, b: number) => void);
        __wbg_set_transactionprocessed_hash: ((a: number, b: number) => void);
        __wbg_set_transactionprocessed_initiator_addr: ((a: number, b: number) => void);
        __wbg_set_transactionprocessed_messages: ((a: number, b: number, c: number) => void);
        __wbg_set_transactionprocessed_timestamp: ((a: number, b: number, c: number) => void);
        __wbg_set_transactionprocessed_ttl: ((a: number, b: number, c: number) => void);
        __wbg_set_version2_consumed: ((a: number, b: number, c: number) => void);
        __wbg_set_version2_cost: ((a: number, b: number, c: number) => void);
        __wbg_set_version2_error_message: ((a: number, b: number, c: number) => void);
        __wbg_set_version2_initiator: ((a: number, b: number) => void);
        __wbg_set_version2_limit: ((a: number, b: number, c: number) => void);
        __wbg_signatureresponse_free: ((a: number, b: number) => void);
        __wbg_speculativeexecresult_free: ((a: number, b: number) => void);
        __wbg_speculativeexectxnresult_free: ((a: number, b: number) => void);
        __wbg_subscription_free: ((a: number, b: number) => void);
        __wbg_transaction_free: ((a: number, b: number) => void);
        __wbg_transactionbuilderparams_free: ((a: number, b: number) => void);
        __wbg_transactionhash_free: ((a: number, b: number) => void);
        __wbg_transactionprocessed_free: ((a: number, b: number) => void);
        __wbg_transactionstrparams_free: ((a: number, b: number) => void);
        __wbg_transferaddr_free: ((a: number, b: number) => void);
        __wbg_transfertarget_free: ((a: number, b: number) => void);
        __wbg_uref_free: ((a: number, b: number) => void);
        __wbg_urefaddr_free: ((a: number, b: number) => void);
        __wbg_version2_free: ((a: number, b: number) => void);
        __wbg_watcher_free: ((a: number, b: number) => void);
        __wbindgen_add_to_stack_pointer: ((a: number) => number);
        __wbindgen_exn_store: ((a: number) => void);
        __wbindgen_export_2: Table;
        __wbindgen_free: ((a: number, b: number, c: number) => void);
        __wbindgen_malloc: ((a: number, b: number) => number);
        __wbindgen_realloc: ((a: number, b: number, c: number, d: number) => number);
        _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h01af9c702219b8e6: ((a: number, b: number, c: number) => void);
        _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6b5a220895f51bec: ((a: number, b: number, c: number) => 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: number, b: number, c: number) => number);
        accessrights_is_addable: ((a: number) => number);
        accessrights_is_none: ((a: number) => number);
        accessrights_is_readable: ((a: number) => number);
        accessrights_is_writeable: ((a: number) => number);
        accessrights_new: ((a: number, b: number) => void);
        accountHashToBase64Key: ((a: number, b: number, c: number) => void);
        accounthash_fromFormattedStr: ((a: number, b: number, c: number) => void);
        accounthash_fromPublicKey: ((a: number) => number);
        accounthash_fromUint8Array: ((a: number, b: number) => number);
        accounthash_new_js_alias: ((a: number, b: number, c: number) => void);
        accounthash_toFormattedString: ((a: number, b: number) => void);
        accounthash_toHexString: ((a: number, b: number) => void);
        accounthash_toJson: ((a: number) => number);
        accountidentifier_fromAccountHash: ((a: number) => number);
        accountidentifier_fromFormattedStr: ((a: number, b: number, c: number) => void);
        accountidentifier_fromPublicKey: ((a: number) => number);
        accountidentifier_new: ((a: number, b: number, c: number) => void);
        accountidentifier_toJson: ((a: number) => number);
        addressableentityhash_fromFormattedStr: ((a: number, b: number, c: number) => void);
        addressableentityhash_fromUint8Array: ((a: number, b: number) => number);
        addressableentityhash_new_js_alias: ((a: number, b: number, c: number) => void);
        addressableentityhash_toFormattedString: ((a: number, b: number) => void);
        blockhash_fromDigest: ((a: number, b: number) => void);
        blockhash_new_js_alias: ((a: number, b: number, c: number) => void);
        blockhash_toJson: ((a: number) => number);
        blockhash_toString: ((a: number, b: number) => void);
        blockidentifier_fromHeight: ((a: number) => number);
        blockidentifier_from_hash: ((a: number) => number);
        blockidentifier_new: ((a: number) => number);
        blockidentifier_toJson: ((a: number) => number);
        body_get_deploy_processed: ((a: number) => number);
        body_get_transaction_processed: ((a: number) => number);
        bytes_fromUint8Array: ((a: number) => number);
        bytes_new: (() => number);
        casperwallet_connect: ((a: number) => number);
        casperwallet_disconnect: ((a: number) => number);
        casperwallet_getActivePublicKey: ((a: number) => number);
        casperwallet_getVersion: ((a: number) => number);
        casperwallet_isConnected: ((a: number) => number);
        casperwallet_new: (() => number);
        casperwallet_signDeploy: ((a: number, b: number, c: number, d: number) => number);
        casperwallet_signDeployHash: ((a: number, b: number, c: number, d: number, e: number) => number);
        casperwallet_signMessage: ((a: number, b: number, c: number, d: number, e: number) => number);
        casperwallet_signTransaction: ((a: number, b: number, c: number, d: number) => number);
        casperwallet_signTransactionHash: ((a: number, b: number, c: number, d: number, e: number) => number);
        casperwallet_switchAccount: ((a: number) => number);
        contracthash_fromFormattedStr: ((a: number, b: number, c: number) => void);
        contracthash_fromUint8Array: ((a: number, b: number) => number);
        contracthash_new_js_alias: ((a: number, b: number, c: number) => void);
        contracthash_toFormattedString: ((a: number, b: number) => void);
        contractpackagehash_fromFormattedStr: ((a: number, b: number, c: number) => void);
        contractpackagehash_fromUint8Array: ((a: number, b: number) => number);
        contractpackagehash_new_js_alias: ((a: number, b: number, c: number) => void);
        contractpackagehash_toFormattedString: ((a: number, b: number) => void);
        deploy_TTL: ((a: number, b: number) => void);
        deploy_account: ((a: number, b: number) => void);
        deploy_addArg: ((a: number, b: number, c: number, d: number, e: number) => void);
        deploy_addSignature: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_approvals: ((a: number) => number);
        deploy_approvalsHash: ((a: number) => number);
        deploy_args: ((a: number) => number);
        deploy_byName: ((a: number, b: number) => void);
        deploy_chainName: ((a: number, b: number) => void);
        deploy_entryPointName: ((a: number, b: number) => void);
        deploy_hasValidHash: ((a: number) => number);
        deploy_hash: ((a: number) => number);
        deploy_isByName: ((a: number) => number);
        deploy_isExpired: ((a: number) => number);
        deploy_isModuleBytes: ((a: number) => number);
        deploy_isStandardPayment: ((a: number, b: number) => number);
        deploy_isStoredContract: ((a: number) => number);
        deploy_isStoredContractPackage: ((a: number) => number);
        deploy_isTransfer: ((a: number) => number);
        deploy_isValid: ((a: number) => number);
        deploy_new: ((a: number) => number);
        deploy_paymentAmount: ((a: number, b: number, c: number) => void);
        deploy_sign: ((a: number, b: number, c: number) => number);
        deploy_timestamp: ((a: number, b: number) => void);
        deploy_toJson: ((a: number) => number);
        deploy_validateDeploySize: ((a: number) => number);
        deploy_withAccount: ((a: number, b: number, c: number, d: number) => number);
        deploy_withChainName: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_withEntryPointName: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_withHash: ((a: number, b: number, c: number, d: number) => number);
        deploy_withModuleBytes: ((a: number, b: number, c: number, d: number) => number);
        deploy_withPackageHash: ((a: number, b: number, c: number, d: number) => number);
        deploy_withPayment: ((a: number, b: number, c: number, d: number) => number);
        deploy_withPaymentAndSession: ((a: number, b: number, c: number, d: number) => void);
        deploy_withSecretKey: ((a: number, b: number, c: number) => number);
        deploy_withSession: ((a: number, b: number, c: number, d: number) => number);
        deploy_withStandardPayment: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_withTTL: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_withTimestamp: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_withTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void);
        deployhash_fromDigest: ((a: number, b: number) => void);
        deployhash_new_js_alias: ((a: number, b: number, c: number) => void);
        deployhash_toJson: ((a: number) => number);
        deployhash_toString: ((a: number, b: number) => void);
        deploystrparams_chain_name: ((a: number, b: number) => void);
        deploystrparams_gas_price_tolerance: ((a: number, b: number) => void);
        deploystrparams_new: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number);
        deploystrparams_secret_key: ((a: number, b: number) => void);
        deploystrparams_session_account: ((a: number, b: number) => void);
        deploystrparams_setDefaultTTL: ((a: number) => void);
        deploystrparams_setDefaultTimestamp: ((a: number) => void);
        deploystrparams_set_chain_name: ((a: number, b: number, c: number) => void);
        deploystrparams_set_gas_price_tolerance: ((a: number, b: number, c: number) => void);
        deploystrparams_set_secret_key: ((a: number, b: number, c: number) => void);
        deploystrparams_set_session_account: ((a: number, b: number, c: number) => void);
        deploystrparams_set_timestamp: ((a: number, b: number, c: number) => void);
        deploystrparams_set_ttl: ((a: number, b: number, c: number) => void);
        deploystrparams_timestamp: ((a: number, b: number) => void);
        deploystrparams_ttl: ((a: number, b: number) => void);
        dictionaryaddr_new: ((a: number, b: number, c: number) => void);
        dictionaryitemidentifier_newFromAccountInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemidentifier_newFromContractInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemidentifier_newFromDictionaryKey: ((a: number, b: number, c: number) => void);
        dictionaryitemidentifier_newFromEntityInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemidentifier_newFromSeedUref: ((a: number, b: number, c: number, d: number, e: number) => void);
        dictionaryitemidentifier_toJson: ((a: number) => number);
        dictionaryitemstrparams_new: (() => number);
        dictionaryitemstrparams_setAccountNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemstrparams_setContractNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemstrparams_setDictionary: ((a: number, b: number, c: number) => void);
        dictionaryitemstrparams_setEntityNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemstrparams_setUref: ((a: number, b: number, c: number, d: number, e: number) => void);
        dictionaryitemstrparams_toJson: ((a: number) => number);
        digest_fromRaw: ((a: number, b: number, c: number) => void);
        digest_fromString: ((a: number, b: number, c: number) => void);
        digest_new_js_alias: ((a: number, b: number, c: number) => void);
        digest_toJson: ((a: number) => number);
        digest_toString: ((a: number, b: number) => void);
        encodeLowerBlake2b: ((a: number, b: number) => number);
        entityaddr_fromFormattedStr: ((a: number, b: number, c: number) => void);
        entityaddr_toFormattedString: ((a: number, b: number) => void);
        entityaddr_toHexString: ((a: number, b: number) => void);
        entityaddr_toJson: ((a: number) => number);
        entityidentifier_fromAccountHash: ((a: number) => number);
        entityidentifier_fromEntityAddr: ((a: number) => number);
        entityidentifier_fromFormattedStr: ((a: number, b: number, c: number) => void);
        entityidentifier_fromPublicKey: ((a: number) => number);
        entityidentifier_new_js_alias: ((a: number, b: number, c: number) => void);
        entityidentifier_toJson: ((a: number) => number);
        eraid_new: ((a: number) => number);
        eraid_value: ((a: number) => number);
        generateSecretKey: ((a: number) => void);
        generateSecretKey_secp256k1: ((a: number) => void);
        getTimestamp: (() => number);
        getaccountresult_account: ((a: number) => number);
        getaccountresult_api_version: ((a: number) => number);
        getaccountresult_merkle_proof: ((a: number, b: number) => void);
        getaccountresult_toJson: ((a: number) => number);
        getaddressableentityresult_api_version: ((a: number) => number);
        getaddressableentityresult_entity_result: ((a: number) => number);
        getaddressableentityresult_merkle_proof: ((a: number, b: number) => void);
        getaddressableentityresult_toJson: ((a: number) => number);
        getauctioninforesult_api_version: ((a: number) => number);
        getauctioninforesult_auction_state: ((a: number) => number);
        getauctioninforesult_toJson: ((a: number) => number);
        getbalanceresult_api_version: ((a: number) => number);
        getbalanceresult_balance_value: ((a: number) => number);
        getbalanceresult_merkle_proof: ((a: number, b: number) => void);
        getbalanceresult_toJson: ((a: number) => number);
        getblockresult_api_version: ((a: number) => number);
        getblockresult_block: ((a: number) => number);
        getblockresult_toJson: ((a: number) => number);
        getblocktransfersresult_api_version: ((a: number) => number);
        getblocktransfersresult_block_hash: ((a: number) => number);
        getblocktransfersresult_toJson: ((a: number) => number);
        getblocktransfersresult_transfers: ((a: number) => number);
        getchainspecresult_api_version: ((a: number) => number);
        getchainspecresult_chainspec_bytes: ((a: number) => number);
        getchainspecresult_toJson: ((a: number) => number);
        getdeployresult_api_version: ((a: number) => number);
        getdeployresult_deploy: ((a: number) => number);
        getdeployresult_execution_info: ((a: number) => number);
        getdeployresult_toJson: ((a: number) => number);
        getdictionaryitemresult_api_version: ((a: number) => number);
        getdictionaryitemresult_dictionary_key: ((a: number, b: number) => void);
        getdictionaryitemresult_merkle_proof: ((a: number, b: number) => void);
        getdictionaryitemresult_stored_value: ((a: number) => number);
        getdictionaryitemresult_toJson: ((a: number) => number);
        geterainforesult_api_version: ((a: number) => number);
        geterainforesult_era_summary: ((a: number) => number);
        geterainforesult_toJson: ((a: number) => number);
        geterasummaryresult_api_version: ((a: number) => number);
        geterasummaryresult_era_summary: ((a: number) => number);
        geterasummaryresult_toJson: ((a: number) => number);
        getnodestatusresult_api_version: ((a: number) => number);
        getnodestatusresult_available_block_range: ((a: number) => number);
        getnodestatusresult_block_sync: ((a: number) => number);
        getnodestatusresult_build_version: ((a: number, b: number) => void);
        getnodestatusresult_chainspec_name: ((a: number, b: number) => void);
        getnodestatusresult_last_added_block_info: ((a: number) => number);
        getnodestatusresult_last_progress: ((a: number) => number);
        getnodestatusresult_next_upgrade: ((a: number) => number);
        getnodestatusresult_our_public_signing_key: ((a: number) => number);
        getnodestatusresult_peers: ((a: number) => number);
        getnodestatusresult_reactor_state: ((a: number) => number);
        getnodestatusresult_round_length: ((a: number) => number);
        getnodestatusresult_starting_state_root_hash: ((a: number) => number);
        getnodestatusresult_toJson: ((a: number) => number);
        getnodestatusresult_uptime: ((a: number) => number);
        getpeersresult_api_version: ((a: number) => number);
        getpeersresult_peers: ((a: number) => number);
        getpeersresult_toJson: ((a: number) => number);
        getstateroothashresult_api_version: ((a: number) => number);
        getstateroothashresult_state_root_hash: ((a: number) => number);
        getstateroothashresult_state_root_hash_as_string: ((a: number, b: number) => void);
        getstateroothashresult_toJson: ((a: number) => number);
        getstateroothashresult_toString: ((a: number, b: number) => void);
        gettransactionresult_api_version: ((a: number) => number);
        gettransactionresult_execution_info: ((a: number) => number);
        gettransactionresult_toJson: ((a: number) => number);
        gettransactionresult_transaction: ((a: number) => number);
        getvalidatorchangesresult_api_version: ((a: number) => number);
        getvalidatorchangesresult_changes: ((a: number) => number);
        getvalidatorchangesresult_toJson: ((a: number) => number);
        globalstateidentifier_fromBlockHash: ((a: number) => number);
        globalstateidentifier_fromBlockHeight: ((a: number) => number);
        globalstateidentifier_fromStateRootHash: ((a: number) => number);
        globalstateidentifier_new: ((a: number) => number);
        globalstateidentifier_toJson: ((a: number) => number);
        hashaddr_new: ((a: number, b: number, c: number) => void);
        hashaddr_toBytes: ((a: number, b: number) => void);
        hashstring_Deploy: ((a: number, b: number) => void);
        hashstring_Version1: ((a: number, b: number) => void);
        hashstring_toString: ((a: number, b: number) => void);
        hexToString: ((a: number, b: number, c: number) => void);
        hexToUint8Array: ((a: number, b: number, c: number) => void);
        intounderlyingbytesource_autoAllocateChunkSize: ((a: number) => number);
        intounderlyingbytesource_cancel: ((a: number) => void);
        intounderlyingbytesource_pull: ((a: number, b: number) => number);
        intounderlyingbytesource_start: ((a: number, b: number) => void);
        intounderlyingbytesource_type: ((a: number, b: number) => void);
        intounderlyingsink_abort: ((a: number, b: number) => number);
        intounderlyingsink_close: ((a: number) => number);
        intounderlyingsink_write: ((a: number, b: number) => number);
        intounderlyingsource_cancel: ((a: number) => void);
        intounderlyingsource_pull: ((a: number, b: number) => number);
        jsonPrettyPrint: ((a: number, b: number, c: number) => void);
        key_asBalance: ((a: number) => number);
        key_asDictionaryAddr: ((a: number) => number);
        key_fromAccount: ((a: number) => number);
        key_fromBalance: ((a: number) => number);
        key_fromBid: ((a: number) => number);
        key_fromChainspecRegistry: (() => number);
        key_fromChecksumRegistry: (() => number);
        key_fromDeployInfo: ((a: number) => number);
        key_fromDictionaryAddr: ((a: number) => number);
        key_fromDictionaryKey: ((a: number, b: number, c: number) => number);
        key_fromEraInfo: ((a: number) => number);
        key_fromEraSummary: (() => number);
        key_fromFormattedString: ((a: number, b: number, c: number) => void);
        key_fromHash: ((a: number) => number);
        key_fromSystemEntityRegistry: (() => number);
        key_fromTransfer: ((a: number, b: number) => number);
        key_fromURef: ((a: number) => number);
        key_fromUnbond: ((a: number) => number);
        key_fromWithdraw: ((a: number) => number);
        key_intoAccount: ((a: number) => number);
        key_intoHash: ((a: number) => number);
        key_intoURef: ((a: number) => number);
        key_isDictionaryKey: ((a: number) => number);
        key_new: ((a: number, b: number) => void);
        key_toFormattedString: ((a: number, b: number) => void);
        key_toJson: ((a: number) => number);
        key_urefToHash: ((a: number) => number);
        key_withdrawToUnbond: ((a: number) => number);
        listrpcsresult_api_version: ((a: number) => number);
        listrpcsresult_name: ((a: number, b: number) => void);
        listrpcsresult_schema: ((a: number) => number);
        listrpcsresult_toJson: ((a: number) => number);
        makeDictionaryItemKey: ((a: number, b: number, c: number, d: number) => void);
        memory: Memory;
        motesToCSPR: ((a: number, b: number, c: number) => void);
        packagehash_fromFormattedStr: ((a: number, b: number, c: number) => void);
        packagehash_fromUint8Array: ((a: number, b: number) => number);
        packagehash_new_js_alias: ((a: number, b: number, c: number) => void);
        packagehash_toFormattedString: ((a: number, b: number) => void);
        path_fromArray: ((a: number) => number);
        path_is_empty: ((a: number) => number);
        path_new: ((a: number) => number);
        path_toJson: ((a: number) => number);
        path_toString: ((a: number, b: number) => void);
        paymentstrparams_new: ((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) => number);
        paymentstrparams_payment_amount: ((a: number, b: number) => void);
        paymentstrparams_payment_args_json: ((a: number, b: number) => void);
        paymentstrparams_payment_args_simple: ((a: number) => number);
        paymentstrparams_payment_entry_point: ((a: number, b: number) => void);
        paymentstrparams_payment_hash: ((a: number, b: number) => void);
        paymentstrparams_payment_name: ((a: number, b: number) => void);
        paymentstrparams_payment_package_hash: ((a: number, b: number) => void);
        paymentstrparams_payment_package_name: ((a: number, b: number) => void);
        paymentstrparams_payment_path: ((a: number, b: number) => void);
        paymentstrparams_payment_version: ((a: number, b: number) => void);
        paymentstrparams_set_payment_amount: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_args_json: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_args_simple: ((a: number, b: number) => void);
        paymentstrparams_set_payment_entry_point: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_hash: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_name: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_package_hash: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_package_name: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_path: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_version: ((a: number, b: number, c: number) => void);
        peerentry_address: ((a: number, b: number) => void);
        peerentry_node_id: ((a: number, b: number) => void);
        publicKeyFromSecretKey: ((a: number, b: number, c: number) => void);
        publickey_fromUint8Array: ((a: number, b: number, c: number) => void);
        publickey_new_js_alias: ((a: number, b: number, c: number) => void);
        publickey_toAccountHash: ((a: number) => number);
        publickey_toJson: ((a: number) => number);
        publickey_toPurseUref: ((a: number) => number);
        purseidentifier_fromAccountHash: ((a: number) => number);
        purseidentifier_fromPublicKey: ((a: number) => number);
        purseidentifier_fromURef: ((a: number) => number);
        purseidentifier_toJson: ((a: number) => number);
        putdeployresult_api_version: ((a: number) => number);
        putdeployresult_deploy_hash: ((a: number) => number);
        putdeployresult_toJson: ((a: number) => number);
        puttransactionresult_api_version: ((a: number) => number);
        puttransactionresult_toJson: ((a: number) => number);
        puttransactionresult_transaction_hash: ((a: number) => number);
        querybalancedetailsresult_api_version: ((a: number) => number);
        querybalancedetailsresult_available_balance: ((a: number) => number);
        querybalancedetailsresult_holds: ((a: number) => number);
        querybalancedetailsresult_toJson: ((a: number) => number);
        querybalancedetailsresult_total_balance: ((a: number) => number);
        querybalancedetailsresult_total_balance_proof: ((a: number) => number);
        querybalanceresult_api_version: ((a: number) => number);
        querybalanceresult_balance: ((a: number) => number);
        querybalanceresult_toJson: ((a: number) => number);
        queryglobalstateresult_api_version: ((a: number) => number);
        queryglobalstateresult_block_header: ((a: number) => number);
        queryglobalstateresult_merkle_proof: ((a: number, b: number) => void);
        queryglobalstateresult_stored_value: ((a: number) => number);
        queryglobalstateresult_toJson: ((a: number) => number);
        sdk_account_put_deploy: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_account_put_transaction: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_call_entrypoint: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_call_entrypoint_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_chain_get_block: ((a: number, b: number) => number);
        sdk_chain_get_block_transfers: ((a: number, b: number) => number);
        sdk_chain_get_era_info_by_switch_block: ((a: number, b: number) => number);
        sdk_chain_get_era_summary: ((a: number, b: number) => number);
        sdk_chain_get_state_root_hash: ((a: number, b: number) => number);
        sdk_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_getNodeAddress: ((a: number, b: number, c: number, d: number) => void);
        sdk_getVerbosity: ((a: number, b: number) => number);
        sdk_get_account: ((a: number, b: number) => number);
        sdk_get_account_options: ((a: number, b: number, c: number) => void);
        sdk_get_auction_info: ((a: number, b: number) => number);
        sdk_get_auction_info_options: ((a: number, b: number, c: number) => void);
        sdk_get_balance: ((a: number, b: number) => number);
        sdk_get_balance_options: ((a: number, b: number, c: number) => void);
        sdk_get_block: ((a: number, b: number) => number);
        sdk_get_block_options: ((a: number, b: number, c: number) => void);
        sdk_get_block_transfers: ((a: number, b: number) => number);
        sdk_get_block_transfers_options: ((a: number, b: number, c: number) => void);
        sdk_get_chainspec: ((a: number, b: number, c: number, d: number) => number);
        sdk_get_deploy: ((a: number, b: number) => number);
        sdk_get_deploy_options: ((a: number, b: number, c: number) => void);
        sdk_get_dictionary_item: ((a: number, b: number) => number);
        sdk_get_dictionary_item_options: ((a: number, b: number, c: number) => void);
        sdk_get_entity: ((a: number, b: number) => number);
        sdk_get_entity_options: ((a: number, b: number, c: number) => void);
        sdk_get_era_info: ((a: number, b: number) => number);
        sdk_get_era_info_options: ((a: number, b: number, c: number) => void);
        sdk_get_era_summary: ((a: number, b: number) => number);
        sdk_get_era_summary_options: ((a: number, b: number, c: number) => void);
        sdk_get_node_status: ((a: number, b: number, c: number, d: number) => number);
        sdk_get_peers: ((a: number, b: number, c: number, d: number) => number);
        sdk_get_speculative_exec_deploy_options: ((a: number, b: number, c: number) => void);
        sdk_get_speculative_exec_options: ((a: number, b: number, c: number) => void);
        sdk_get_state_root_hash: ((a: number, b: number) => number);
        sdk_get_state_root_hash_options: ((a: number, b: number, c: number) => void);
        sdk_get_transaction: ((a: number, b: number) => number);
        sdk_get_transaction_options: ((a: number, b: number, c: number) => void);
        sdk_get_validator_changes: ((a: number, b: number, c: number, d: number) => number);
        sdk_info_get_chainspec: ((a: number, b: number, c: number, d: number) => number);
        sdk_info_get_deploy: ((a: number, b: number) => number);
        sdk_info_get_peers: ((a: number, b: number, c: number, d: number) => number);
        sdk_info_get_status: ((a: number, b: number, c: number, d: number) => number);
        sdk_info_get_transaction: ((a: number, b: number) => number);
        sdk_info_get_validator_change: ((a: number, b: number, c: number, d: number) => number);
        sdk_install: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_install_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_list_rpcs: ((a: number, b: number, c: number, d: number) => number);
        sdk_make_deploy: ((a: number, b: number, c: number, d: number, e: number) => void);
        sdk_make_transaction: ((a: number, b: number, c: number, d: number) => void);
        sdk_make_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void);
        sdk_make_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void);
        sdk_new: ((a: number, b: number, c: number) => number);
        sdk_put_deploy: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_put_transaction: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_query_balance: ((a: number, b: number) => number);
        sdk_query_balance_details: ((a: number, b: number) => number);
        sdk_query_balance_details_options: ((a: number, b: number, c: number) => void);
        sdk_query_balance_options: ((a: number, b: number, c: number) => void);
        sdk_query_contract_dict: ((a: number, b: number) => number);
        sdk_query_contract_dict_options: ((a: number, b: number, c: number) => void);
        sdk_query_contract_key: ((a: number, b: number) => number);
        sdk_query_contract_key_options: ((a: number, b: number, c: number) => void);
        sdk_query_global_state: ((a: number, b: number) => number);
        sdk_query_global_state_options: ((a: number, b: number, c: number) => void);
        sdk_setNodeAddress: ((a: number, b: number, c: number, d: number) => void);
        sdk_setVerbosity: ((a: number, b: number, c: number) => void);
        sdk_sign_deploy: ((a: number, b: number, c: number, d: number) => number);
        sdk_sign_transaction: ((a: number, b: number, c: number, d: number) => number);
        sdk_speculative_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_speculative_exec: ((a: number, b: number) => number);
        sdk_speculative_exec_deploy: ((a: number, b: number) => number);
        sdk_speculative_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number) => number);
        sdk_speculative_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number);
        sdk_speculative_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number);
        sdk_state_get_account_info: ((a: number, b: number) => number);
        sdk_state_get_auction_info_js_alias: ((a: number, b: number) => number);
        sdk_state_get_balance: ((a: number, b: number) => number);
        sdk_state_get_dictionary_item: ((a: number, b: number) => number);
        sdk_state_get_entity: ((a: number, b: number) => number);
        sdk_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number) => number);
        sdk_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number);
        sdk_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number);
        sdk_waitDeploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_waitTransaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_watchDeploy: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_watchTransaction: ((a: number, b: number, c: number, d: number, e: number) => number);
        sessionstrparams_is_session_transfer: ((a: number) => number);
        sessionstrparams_new: ((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) => number);
        sessionstrparams_session_args_json: ((a: number, b: number) => void);
        sessionstrparams_session_args_simple: ((a: number) => number);
        sessionstrparams_session_bytes: ((a: number) => number);
        sessionstrparams_session_entry_point: ((a: number, b: number) => void);
        sessionstrparams_session_hash: ((a: number, b: number) => void);
        sessionstrparams_session_name: ((a: number, b: number) => void);
        sessionstrparams_session_package_hash: ((a: number, b: number) => void);
        sessionstrparams_session_package_name: ((a: number, b: number) => void);
        sessionstrparams_session_path: ((a: number, b: number) => void);
        sessionstrparams_session_version: ((a: number, b: number) => void);
        sessionstrparams_set_is_session_transfer: ((a: number, b: number) => void);
        sessionstrparams_set_session_args_json: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_args_simple: ((a: number, b: number) => void);
        sessionstrparams_set_session_bytes: ((a: number, b: number) => void);
        sessionstrparams_set_session_entry_point: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_hash: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_name: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_package_hash: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_package_name: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_path: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_version: ((a: number, b: number, c: number) => void);
        signatureresponse_get_signature: ((a: number, b: number) => void);
        signatureresponse_get_signature_hex: ((a: number, b: number) => void);
        signatureresponse_is_cancelled: ((a: number) => number);
        speculativeexecresult_api_version: ((a: number) => number);
        speculativeexecresult_block_hash: ((a: number) => number);
        speculativeexecresult_execution_result: ((a: number) => number);
        speculativeexecresult_toJson: ((a: number) => number);
        speculativeexectxnresult_api_version: ((a: number) => number);
        speculativeexectxnresult_block_hash: ((a: number) => number);
        speculativeexectxnresult_execution_result: ((a: number) => number);
        speculativeexectxnresult_toJson: ((a: number) => number);
        subscription_new: ((a: number, b: number, c: number) => number);
        transaction_account_hash: ((a: number) => number);
        transaction_addArg: ((a: number, b: number, c: number, d: number, e: number) => void);
        transaction_addSignature: ((a: number, b: number, c: number, d: number, e: number) => number);
        transaction_approvals: ((a: number) => number);
        transaction_approvalsHash: ((a: number) => number);
        transaction_authorization_keys: ((a: number) => number);
        transaction_chain_name: ((a: number, b: number) => void);
        transaction_entry_point: ((a: number, b: number) => void);
        transaction_expired: ((a: number) => number);
        transaction_expires: ((a: number) => number);
        transaction_hash: ((a: number) => number);
        transaction_header: ((a: number) => number);
        transaction_initiator_addr: ((a: number, b: number) => void);
        transaction_is_native: ((a: number) => number);
        transaction_is_standard_payment: ((a: number) => number);
        transaction_new: ((a: number) => number);
        transaction_newSession: ((a: number, b: number, c: number) => void);
        transaction_newTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void);
        transaction_session_args: ((a: number) => number);
        transaction_sign: ((a: number, b: number, c: number) => number);
        transaction_signers: ((a: number) => number);
        transaction_size_estimate: ((a: number) => number);
        transaction_timestamp: ((a: number, b: number) => void);
        transaction_toJson: ((a: number) => number);
        transaction_ttl: ((a: number, b: number) => void);
        transaction_verify: ((a: number) => number);
        transaction_withAccountHash: ((a: number, b: number, c: number, d: number) => number);
        transaction_withBody: ((a: number, b: number, c: number, d: number) => number);
        transaction_withChainName: ((a: number, b: number, c: number, d: number, e: number) => number);
        transaction_withEntityHash: ((a: number, b: number, c: number, d: number) => number);
        transaction_withEntryPoint: ((a: number, b: number, c: number, d: number, e: number) => number);
        transaction_withPackageHash: ((a: number, b: number, c: number, d: number) => number);
        transaction_withPublicKey: ((a: number, b: number, c: number, d: number) => number);
        transaction_withSecretKey: ((a: number, b: number, c: number) => number);
        transaction_withTTL: ((a: number, b: number, c: number, d: number, e: number) => number);
        transaction_withTimestamp: ((a: number, b: number, c: number, d: number, e: number) => number);
        transaction_withTransactionBytes: ((a: number, b: number, c: number, d: number) => number);
        transactionbuilderparams_amount: ((a: number, b: number) => void);
        transactionbuilderparams_delegation_rate: ((a: number) => number);
        transactionbuilderparams_delegator: ((a: number) => number);
        transactionbuilderparams_entity_alias: ((a: number, b: number) => void);
        transactionbuilderparams_entity_hash: ((a: number) => number);
        transactionbuilderparams_entry_point: ((a: number, b: number) => void);
        transactionbuilderparams_kind: ((a: number) => number);
        transactionbuilderparams_maximum_delegation_amount: ((a: number, b: number) => void);
        transactionbuilderparams_maybe_entity_version: ((a: number, b: number) => void);
        transactionbuilderparams_maybe_id: ((a: number, b: number) => void);
        transactionbuilderparams_maybe_source: ((a: number) => number);
        transactionbuilderparams_minimum_delegation_amount: ((a: number, b: number) => void);
        transactionbuilderparams_newAddBid: ((a: number, b: number, c: number, d: number, e: number, f: number) => number);
        transactionbuilderparams_newDelegate: ((a: number, b: number, c: number, d: number) => number);
        transactionbuilderparams_newInvocableEntity: ((a: number, b: number, c: number) => number);
        transactionbuilderparams_newInvocableEntityAlias: ((a: number, b: number, c: number, d: number) => number);
        transactionbuilderparams_newPackage: ((a: number, b: number, c: number, d: number, e: number) => number);
        transactionbuilderparams_newPackageAlias: ((a: number, b: number, c: number, d: number, e: number, f: number) => number);
        transactionbuilderparams_newRedelegate: ((a: number, b: number, c: number, d: number, e: number) => number);
        transactionbuilderparams_newSession: ((a: number, b: number) => number);
        transactionbuilderparams_newTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number) => number);
        transactionbuilderparams_newUndelegate: ((a: number, b: number, c: number, d: number) => number);
        transactionbuilderparams_newWithdrawBid: ((a: number, b: number, c: number) => number);
        transactionbuilderparams_new_validator: ((a: number) => number);
        transactionbuilderparams_package_alias: ((a: number, b: number) => void);
        transactionbuilderparams_package_hash: ((a: number) => number);
        transactionbuilderparams_public_key: ((a: number) => number);
        transactionbuilderparams_set_amount: ((a: number, b: number, c: number) => void);
        transactionbuilderparams_set_delegation_rate: ((a: number, b: number) => void);
        transactionbuilderparams_set_delegator: ((a: number, b: number) => void);
        transactionbuilderparams_set_entity_alias: ((a: number, b: number, c: number) => void);
        transactionbuilderparams_set_entity_hash: ((a: number, b: number) => void);
        transactionbuilderparams_set_entry_point: ((a: number, b: number, c: number) => void);
        transactionbuilderparams_set_kind: ((a: number, b: number) => void);
        transactionbuilderparams_set_maximum_delegation_amount: ((a: number, b: number) => void);
        transactionbuilderparams_set_maybe_entity_version: ((a: number, b: number) => void);
        transactionbuilderparams_set_maybe_id: ((a: number, b: number) => void);
        transactionbuilderparams_set_maybe_source: ((a: number, b: number) => void);
        transactionbuilderparams_set_minimum_delegation_amount: ((a: number, b: number) => void);
        transactionbuilderparams_set_new_validator: ((a: number, b: number) => void);
        transactionbuilderparams_set_package_alias: ((a: number, b: number, c: number) => void);
        transactionbuilderparams_set_package_hash: ((a: number, b: number) => void);
        transactionbuilderparams_set_public_key: ((a: number, b: number) => void);
        transactionbuilderparams_set_target: ((a: number, b: number) => void);
        transactionbuilderparams_set_transaction_bytes: ((a: number, b: number) => void);
        transactionbuilderparams_set_transaction_category: ((a: number, b: number) => void);
        transactionbuilderparams_set_validator: ((a: number, b: number) => void);
        transactionbuilderparams_target: ((a: number) => number);
        transactionbuilderparams_transaction_bytes: ((a: number) => number);
        transactionbuilderparams_transaction_category: ((a: number) => number);
        transactionbuilderparams_validator: ((a: number) => number);
        transactionhash_digest: ((a: number, b: number) => void);
        transactionhash_fromRaw: ((a: number, b: number, c: number) => void);
        transactionhash_new_js_alias: ((a: number, b: number, c: number) => void);
        transactionhash_toJson: ((a: number) => number);
        transactionhash_toString: ((a: number, b: number) => void);
        transactionstrparams_chain_name: ((a: number, b: number) => void);
        transactionstrparams_gas_price_tolerance: ((a: number, b: number) => void);
        transactionstrparams_initiator_addr: ((a: number, b: number) => void);
        transactionstrparams_new: ((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) => number);
        transactionstrparams_new_with_defaults: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number);
        transactionstrparams_payment_amount: ((a: number, b: number) => void);
        transactionstrparams_pricing_mode: ((a: number) => number);
        transactionstrparams_receipt: ((a: number, b: number) => void);
        transactionstrparams_secret_key: ((a: number, b: number) => void);
        transactionstrparams_session_args_json: ((a: number, b: number) => void);
        transactionstrparams_session_args_simple: ((a: number) => number);
        transactionstrparams_setDefaultTTL: ((a: number) => void);
        transactionstrparams_setDefaultTimestamp: ((a: number) => void);
        transactionstrparams_set_chain_name: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_gas_price_tolerance: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_initiator_addr: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_payment_amount: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_pricing_mode: ((a: number, b: number) => void);
        transactionstrparams_set_receipt: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_secret_key: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_session_args_json: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_session_args_simple: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_standard_payment: ((a: number, b: number) => void);
        transactionstrparams_set_timestamp: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_ttl: ((a: number, b: number, c: number) => void);
        transactionstrparams_standard_payment: ((a: number) => number);
        transactionstrparams_timestamp: ((a: number, b: number) => void);
        transactionstrparams_ttl: ((a: number, b: number) => void);
        transferaddr_new: ((a: number, b: number, c: number) => void);
        transfertarget_new: ((a: number, b: number, c: number, d: number) => number);
        uint8ArrayToBytes: ((a: number) => number);
        uref_fromFormattedStr: ((a: number, b: number, c: number) => void);
        uref_fromUint8Array: ((a: number, b: number, c: number) => number);
        uref_new_js_alias: ((a: number, b: number, c: number, d: number) => void);
        uref_toFormattedString: ((a: number, b: number) => void);
        uref_toJson: ((a: number) => number);
        urefaddr_new: ((a: number, b: number, c: number) => void);
        wasm_bindgen__convert__closures__invoke2_mut__h46d510b29de5df9e: ((a: number, b: number, c: number, d: number) => void);
        watcher_new: ((a: number, b: number, c: number, d: number) => number);
        watcher_start: ((a: number) => number);
        watcher_stop: ((a: number) => void);
        watcher_subscribe: ((a: number, b: number, c: number, d: number) => void);
        watcher_unsubscribe: ((a: number, b: number, c: number) => void);
    }

    Properties

    __wbg_accessrights_free +InitOutput | api-wasm

    Interface InitOutput

    interface InitOutput {
        __wbg_accessrights_free: ((a: number, b: number) => void);
        __wbg_accounthash_free: ((a: number, b: number) => void);
        __wbg_accountidentifier_free: ((a: number, b: number) => void);
        __wbg_addressableentityhash_free: ((a: number, b: number) => void);
        __wbg_argssimple_free: ((a: number, b: number) => void);
        __wbg_blockhash_free: ((a: number, b: number) => void);
        __wbg_blockidentifier_free: ((a: number, b: number) => void);
        __wbg_body_free: ((a: number, b: number) => void);
        __wbg_bytes_free: ((a: number, b: number) => void);
        __wbg_casperwallet_free: ((a: number, b: number) => void);
        __wbg_contracthash_free: ((a: number, b: number) => void);
        __wbg_contractpackagehash_free: ((a: number, b: number) => void);
        __wbg_deploy_free: ((a: number, b: number) => void);
        __wbg_deployhash_free: ((a: number, b: number) => void);
        __wbg_deploystrparams_free: ((a: number, b: number) => void);
        __wbg_dictionaryaddr_free: ((a: number, b: number) => void);
        __wbg_dictionaryitemidentifier_free: ((a: number, b: number) => void);
        __wbg_dictionaryitemstrparams_free: ((a: number, b: number) => void);
        __wbg_digest_free: ((a: number, b: number) => void);
        __wbg_entityaddr_free: ((a: number, b: number) => void);
        __wbg_entityidentifier_free: ((a: number, b: number) => void);
        __wbg_eraid_free: ((a: number, b: number) => void);
        __wbg_eventparseresult_free: ((a: number, b: number) => void);
        __wbg_executionresult_free: ((a: number, b: number) => void);
        __wbg_failure_free: ((a: number, b: number) => void);
        __wbg_get_body_transaction_processed: ((a: number) => number);
        __wbg_get_eventparseresult_body: ((a: number) => number);
        __wbg_get_eventparseresult_err: ((a: number, b: number) => void);
        __wbg_get_executionresult_Failure: ((a: number) => number);
        __wbg_get_executionresult_Success: ((a: number) => number);
        __wbg_get_failure_cost: ((a: number, b: number) => void);
        __wbg_get_failure_error_message: ((a: number, b: number) => void);
        __wbg_get_getaccountoptions_account_identifier: ((a: number) => number);
        __wbg_get_getaccountoptions_account_identifier_as_string: ((a: number, b: number) => void);
        __wbg_get_getaccountoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getaccountoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getaccountoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getaccountoptions_verbosity: ((a: number) => number);
        __wbg_get_getauctioninfooptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getauctioninfooptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getauctioninfooptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getauctioninfooptions_verbosity: ((a: number) => number);
        __wbg_get_getbalanceoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getbalanceoptions_purse_uref: ((a: number) => number);
        __wbg_get_getbalanceoptions_purse_uref_as_string: ((a: number, b: number) => void);
        __wbg_get_getbalanceoptions_state_root_hash: ((a: number) => number);
        __wbg_get_getbalanceoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_getbalanceoptions_verbosity: ((a: number) => number);
        __wbg_get_getblockoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getblockoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getblockoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getblockoptions_verbosity: ((a: number) => number);
        __wbg_get_getblocktransfersoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getblocktransfersoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getblocktransfersoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getblocktransfersoptions_verbosity: ((a: number) => number);
        __wbg_get_getdeployoptions_deploy_hash: ((a: number) => number);
        __wbg_get_getdeployoptions_deploy_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_getdeployoptions_finalized_approvals: ((a: number) => number);
        __wbg_get_getdeployoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getdeployoptions_verbosity: ((a: number) => number);
        __wbg_get_getdictionaryitemoptions_dictionary_item_identifier: ((a: number) => number);
        __wbg_get_getdictionaryitemoptions_dictionary_item_params: ((a: number) => number);
        __wbg_get_getdictionaryitemoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getdictionaryitemoptions_state_root_hash: ((a: number) => number);
        __wbg_get_getdictionaryitemoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_getdictionaryitemoptions_verbosity: ((a: number) => number);
        __wbg_get_getentityoptions_entity_identifier: ((a: number) => number);
        __wbg_get_getentityoptions_entity_identifier_as_string: ((a: number, b: number) => void);
        __wbg_get_getentityoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getentityoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getentityoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getentityoptions_verbosity: ((a: number) => number);
        __wbg_get_geterainfooptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_geterainfooptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_geterainfooptions_node_address: ((a: number, b: number) => void);
        __wbg_get_geterainfooptions_verbosity: ((a: number) => number);
        __wbg_get_geterasummaryoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_geterasummaryoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_geterasummaryoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_geterasummaryoptions_verbosity: ((a: number) => number);
        __wbg_get_getspeculativeexecdeployoptions_deploy: ((a: number) => number);
        __wbg_get_getspeculativeexecdeployoptions_deploy_as_string: ((a: number, b: number) => void);
        __wbg_get_getspeculativeexecdeployoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getspeculativeexecdeployoptions_verbosity: ((a: number) => number);
        __wbg_get_getspeculativeexectxnoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getspeculativeexectxnoptions_transaction: ((a: number) => number);
        __wbg_get_getspeculativeexectxnoptions_transaction_as_string: ((a: number, b: number) => void);
        __wbg_get_getspeculativeexectxnoptions_verbosity: ((a: number) => number);
        __wbg_get_getstateroothashoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_getstateroothashoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_getstateroothashoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_getstateroothashoptions_verbosity: ((a: number) => number);
        __wbg_get_gettransactionoptions_finalized_approvals: ((a: number) => number);
        __wbg_get_gettransactionoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_gettransactionoptions_transaction_hash: ((a: number) => number);
        __wbg_get_gettransactionoptions_transaction_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_gettransactionoptions_verbosity: ((a: number) => number);
        __wbg_get_hashstring_hash: ((a: number, b: number) => void);
        __wbg_get_message_String: ((a: number, b: number) => void);
        __wbg_get_messages_block_index: ((a: number) => number);
        __wbg_get_messages_entity_hash: ((a: number, b: number) => void);
        __wbg_get_messages_message: ((a: number) => number);
        __wbg_get_messages_topic_index: ((a: number) => number);
        __wbg_get_messages_topic_name: ((a: number, b: number) => void);
        __wbg_get_messages_topic_name_hash: ((a: number, b: number) => void);
        __wbg_get_payment_source: ((a: number, b: number) => void);
        __wbg_get_publickeystring_PublicKey: ((a: number, b: number) => void);
        __wbg_get_querybalancedetailsoptions_global_state_identifier: ((a: number) => number);
        __wbg_get_querybalancedetailsoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalancedetailsoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_querybalancedetailsoptions_purse_identifier: ((a: number) => number);
        __wbg_get_querybalancedetailsoptions_purse_identifier_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalancedetailsoptions_state_root_hash: ((a: number) => number);
        __wbg_get_querybalancedetailsoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalancedetailsoptions_verbosity: ((a: number) => number);
        __wbg_get_querybalanceoptions_global_state_identifier: ((a: number) => number);
        __wbg_get_querybalanceoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalanceoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_querybalanceoptions_purse_identifier: ((a: number) => number);
        __wbg_get_querybalanceoptions_purse_identifier_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalanceoptions_state_root_hash: ((a: number) => number);
        __wbg_get_querybalanceoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_querybalanceoptions_verbosity: ((a: number) => number);
        __wbg_get_querycontractdictoptions_dictionary_item_identifier: ((a: number) => number);
        __wbg_get_querycontractdictoptions_dictionary_item_params: ((a: number) => number);
        __wbg_get_querycontractdictoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_querycontractdictoptions_state_root_hash: ((a: number) => number);
        __wbg_get_querycontractdictoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_querycontractdictoptions_verbosity: ((a: number) => number);
        __wbg_get_querycontractkeyoptions_entity_identifier: ((a: number) => number);
        __wbg_get_querycontractkeyoptions_entity_identifier_as_string: ((a: number, b: number) => void);
        __wbg_get_querycontractkeyoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_querycontractkeyoptions_maybe_block_identifier: ((a: number) => number);
        __wbg_get_querycontractkeyoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_querycontractkeyoptions_path: ((a: number) => number);
        __wbg_get_querycontractkeyoptions_path_as_string: ((a: number, b: number) => void);
        __wbg_get_querycontractkeyoptions_verbosity: ((a: number) => number);
        __wbg_get_queryglobalstateoptions_global_state_identifier: ((a: number) => number);
        __wbg_get_queryglobalstateoptions_key: ((a: number) => number);
        __wbg_get_queryglobalstateoptions_key_as_string: ((a: number, b: number) => void);
        __wbg_get_queryglobalstateoptions_maybe_block_id_as_string: ((a: number, b: number) => void);
        __wbg_get_queryglobalstateoptions_node_address: ((a: number, b: number) => void);
        __wbg_get_queryglobalstateoptions_path: ((a: number) => number);
        __wbg_get_queryglobalstateoptions_path_as_string: ((a: number, b: number) => void);
        __wbg_get_queryglobalstateoptions_state_root_hash: ((a: number) => number);
        __wbg_get_queryglobalstateoptions_state_root_hash_as_string: ((a: number, b: number) => void);
        __wbg_get_queryglobalstateoptions_verbosity: ((a: number) => number);
        __wbg_get_subscription_eventHandlerFn: ((a: number) => number);
        __wbg_get_subscription_targetHash: ((a: number, b: number) => void);
        __wbg_get_transactionprocessed_block_hash: ((a: number, b: number) => void);
        __wbg_get_transactionprocessed_execution_result: ((a: number) => number);
        __wbg_get_transactionprocessed_hash: ((a: number) => number);
        __wbg_get_transactionprocessed_initiator_addr: ((a: number) => number);
        __wbg_get_transactionprocessed_messages: ((a: number, b: number) => void);
        __wbg_get_transactionprocessed_timestamp: ((a: number, b: number) => void);
        __wbg_get_transactionprocessed_ttl: ((a: number, b: number) => void);
        __wbg_get_version2_consumed: ((a: number, b: number) => void);
        __wbg_get_version2_cost: ((a: number, b: number) => void);
        __wbg_get_version2_error_message: ((a: number, b: number) => void);
        __wbg_get_version2_initiator: ((a: number) => number);
        __wbg_get_version2_limit: ((a: number, b: number) => void);
        __wbg_getaccountoptions_free: ((a: number, b: number) => void);
        __wbg_getaccountresult_free: ((a: number, b: number) => void);
        __wbg_getaddressableentityresult_free: ((a: number, b: number) => void);
        __wbg_getauctioninfooptions_free: ((a: number, b: number) => void);
        __wbg_getauctioninforesult_free: ((a: number, b: number) => void);
        __wbg_getbalanceoptions_free: ((a: number, b: number) => void);
        __wbg_getbalanceresult_free: ((a: number, b: number) => void);
        __wbg_getblockoptions_free: ((a: number, b: number) => void);
        __wbg_getblockresult_free: ((a: number, b: number) => void);
        __wbg_getblocktransfersoptions_free: ((a: number, b: number) => void);
        __wbg_getblocktransfersresult_free: ((a: number, b: number) => void);
        __wbg_getchainspecresult_free: ((a: number, b: number) => void);
        __wbg_getdeployoptions_free: ((a: number, b: number) => void);
        __wbg_getdeployresult_free: ((a: number, b: number) => void);
        __wbg_getdictionaryitemoptions_free: ((a: number, b: number) => void);
        __wbg_getdictionaryitemresult_free: ((a: number, b: number) => void);
        __wbg_getentityoptions_free: ((a: number, b: number) => void);
        __wbg_geterainfooptions_free: ((a: number, b: number) => void);
        __wbg_geterainforesult_free: ((a: number, b: number) => void);
        __wbg_geterasummaryoptions_free: ((a: number, b: number) => void);
        __wbg_geterasummaryresult_free: ((a: number, b: number) => void);
        __wbg_getnodestatusresult_free: ((a: number, b: number) => void);
        __wbg_getpeersresult_free: ((a: number, b: number) => void);
        __wbg_getspeculativeexecdeployoptions_free: ((a: number, b: number) => void);
        __wbg_getspeculativeexectxnoptions_free: ((a: number, b: number) => void);
        __wbg_getstateroothashoptions_free: ((a: number, b: number) => void);
        __wbg_getstateroothashresult_free: ((a: number, b: number) => void);
        __wbg_gettransactionoptions_free: ((a: number, b: number) => void);
        __wbg_gettransactionresult_free: ((a: number, b: number) => void);
        __wbg_getvalidatorchangesresult_free: ((a: number, b: number) => void);
        __wbg_globalstateidentifier_free: ((a: number, b: number) => void);
        __wbg_hashaddr_free: ((a: number, b: number) => void);
        __wbg_hashstring_free: ((a: number, b: number) => void);
        __wbg_intounderlyingbytesource_free: ((a: number, b: number) => void);
        __wbg_intounderlyingsink_free: ((a: number, b: number) => void);
        __wbg_intounderlyingsource_free: ((a: number, b: number) => void);
        __wbg_key_free: ((a: number, b: number) => void);
        __wbg_listrpcsresult_free: ((a: number, b: number) => void);
        __wbg_message_free: ((a: number, b: number) => void);
        __wbg_messages_free: ((a: number, b: number) => void);
        __wbg_packagehash_free: ((a: number, b: number) => void);
        __wbg_path_free: ((a: number, b: number) => void);
        __wbg_payment_free: ((a: number, b: number) => void);
        __wbg_paymentstrparams_free: ((a: number, b: number) => void);
        __wbg_peerentry_free: ((a: number, b: number) => void);
        __wbg_publickey_free: ((a: number, b: number) => void);
        __wbg_publickeystring_free: ((a: number, b: number) => void);
        __wbg_purseidentifier_free: ((a: number, b: number) => void);
        __wbg_putdeployresult_free: ((a: number, b: number) => void);
        __wbg_puttransactionresult_free: ((a: number, b: number) => void);
        __wbg_querybalancedetailsoptions_free: ((a: number, b: number) => void);
        __wbg_querybalancedetailsresult_free: ((a: number, b: number) => void);
        __wbg_querybalanceoptions_free: ((a: number, b: number) => void);
        __wbg_querybalanceresult_free: ((a: number, b: number) => void);
        __wbg_querycontractdictoptions_free: ((a: number, b: number) => void);
        __wbg_querycontractkeyoptions_free: ((a: number, b: number) => void);
        __wbg_queryglobalstateoptions_free: ((a: number, b: number) => void);
        __wbg_queryglobalstateresult_free: ((a: number, b: number) => void);
        __wbg_sdk_free: ((a: number, b: number) => void);
        __wbg_sessionstrparams_free: ((a: number, b: number) => void);
        __wbg_set_body_transaction_processed: ((a: number, b: number) => void);
        __wbg_set_eventparseresult_body: ((a: number, b: number) => void);
        __wbg_set_eventparseresult_err: ((a: number, b: number, c: number) => void);
        __wbg_set_executionresult_Failure: ((a: number, b: number) => void);
        __wbg_set_executionresult_Success: ((a: number, b: number) => void);
        __wbg_set_failure_cost: ((a: number, b: number, c: number) => void);
        __wbg_set_failure_error_message: ((a: number, b: number, c: number) => void);
        __wbg_set_getaccountoptions_account_identifier: ((a: number, b: number) => void);
        __wbg_set_getaccountoptions_account_identifier_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getaccountoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getaccountoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getaccountoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getaccountoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getauctioninfooptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getauctioninfooptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getauctioninfooptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getauctioninfooptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getbalanceoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getbalanceoptions_purse_uref: ((a: number, b: number) => void);
        __wbg_set_getbalanceoptions_purse_uref_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getbalanceoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_getbalanceoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getbalanceoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getblockoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getblockoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getblockoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getblockoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getblocktransfersoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getblocktransfersoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getblocktransfersoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getblocktransfersoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getdeployoptions_deploy_hash: ((a: number, b: number) => void);
        __wbg_set_getdeployoptions_deploy_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getdeployoptions_finalized_approvals: ((a: number, b: number) => void);
        __wbg_set_getdeployoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getdeployoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getdictionaryitemoptions_dictionary_item_identifier: ((a: number, b: number) => void);
        __wbg_set_getdictionaryitemoptions_dictionary_item_params: ((a: number, b: number) => void);
        __wbg_set_getdictionaryitemoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getdictionaryitemoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_getdictionaryitemoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getdictionaryitemoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getentityoptions_entity_identifier: ((a: number, b: number) => void);
        __wbg_set_getentityoptions_entity_identifier_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getentityoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getentityoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getentityoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getentityoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_geterainfooptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_geterainfooptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_geterainfooptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_geterainfooptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_geterasummaryoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_geterasummaryoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_geterasummaryoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_geterasummaryoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getspeculativeexecdeployoptions_deploy: ((a: number, b: number) => void);
        __wbg_set_getspeculativeexecdeployoptions_deploy_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getspeculativeexecdeployoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getspeculativeexecdeployoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getspeculativeexectxnoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getspeculativeexectxnoptions_transaction: ((a: number, b: number) => void);
        __wbg_set_getspeculativeexectxnoptions_transaction_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getspeculativeexectxnoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_getstateroothashoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_getstateroothashoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_getstateroothashoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_getstateroothashoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_gettransactionoptions_finalized_approvals: ((a: number, b: number) => void);
        __wbg_set_gettransactionoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_gettransactionoptions_transaction_hash: ((a: number, b: number) => void);
        __wbg_set_gettransactionoptions_transaction_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_gettransactionoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_hashstring_hash: ((a: number, b: number, c: number) => void);
        __wbg_set_message_String: ((a: number, b: number, c: number) => void);
        __wbg_set_messages_block_index: ((a: number, b: number) => void);
        __wbg_set_messages_entity_hash: ((a: number, b: number, c: number) => void);
        __wbg_set_messages_message: ((a: number, b: number) => void);
        __wbg_set_messages_topic_index: ((a: number, b: number) => void);
        __wbg_set_messages_topic_name: ((a: number, b: number, c: number) => void);
        __wbg_set_messages_topic_name_hash: ((a: number, b: number, c: number) => void);
        __wbg_set_payment_source: ((a: number, b: number, c: number) => void);
        __wbg_set_publickeystring_PublicKey: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalancedetailsoptions_global_state_identifier: ((a: number, b: number) => void);
        __wbg_set_querybalancedetailsoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalancedetailsoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalancedetailsoptions_purse_identifier: ((a: number, b: number) => void);
        __wbg_set_querybalancedetailsoptions_purse_identifier_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalancedetailsoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_querybalancedetailsoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalancedetailsoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_querybalanceoptions_global_state_identifier: ((a: number, b: number) => void);
        __wbg_set_querybalanceoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalanceoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalanceoptions_purse_identifier: ((a: number, b: number) => void);
        __wbg_set_querybalanceoptions_purse_identifier_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalanceoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_querybalanceoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querybalanceoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_querycontractdictoptions_dictionary_item_identifier: ((a: number, b: number) => void);
        __wbg_set_querycontractdictoptions_dictionary_item_params: ((a: number, b: number) => void);
        __wbg_set_querycontractdictoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractdictoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_querycontractdictoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractdictoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_querycontractkeyoptions_entity_identifier: ((a: number, b: number) => void);
        __wbg_set_querycontractkeyoptions_entity_identifier_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractkeyoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractkeyoptions_maybe_block_identifier: ((a: number, b: number) => void);
        __wbg_set_querycontractkeyoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractkeyoptions_path: ((a: number, b: number) => void);
        __wbg_set_querycontractkeyoptions_path_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_querycontractkeyoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_queryglobalstateoptions_global_state_identifier: ((a: number, b: number) => void);
        __wbg_set_queryglobalstateoptions_key: ((a: number, b: number) => void);
        __wbg_set_queryglobalstateoptions_key_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_queryglobalstateoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_queryglobalstateoptions_node_address: ((a: number, b: number, c: number) => void);
        __wbg_set_queryglobalstateoptions_path: ((a: number, b: number) => void);
        __wbg_set_queryglobalstateoptions_path_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_queryglobalstateoptions_state_root_hash: ((a: number, b: number) => void);
        __wbg_set_queryglobalstateoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void);
        __wbg_set_queryglobalstateoptions_verbosity: ((a: number, b: number) => void);
        __wbg_set_subscription_eventHandlerFn: ((a: number, b: number) => void);
        __wbg_set_subscription_targetHash: ((a: number, b: number, c: number) => void);
        __wbg_set_transactionprocessed_block_hash: ((a: number, b: number, c: number) => void);
        __wbg_set_transactionprocessed_execution_result: ((a: number, b: number) => void);
        __wbg_set_transactionprocessed_hash: ((a: number, b: number) => void);
        __wbg_set_transactionprocessed_initiator_addr: ((a: number, b: number) => void);
        __wbg_set_transactionprocessed_messages: ((a: number, b: number, c: number) => void);
        __wbg_set_transactionprocessed_timestamp: ((a: number, b: number, c: number) => void);
        __wbg_set_transactionprocessed_ttl: ((a: number, b: number, c: number) => void);
        __wbg_set_version2_consumed: ((a: number, b: number, c: number) => void);
        __wbg_set_version2_cost: ((a: number, b: number, c: number) => void);
        __wbg_set_version2_error_message: ((a: number, b: number, c: number) => void);
        __wbg_set_version2_initiator: ((a: number, b: number) => void);
        __wbg_set_version2_limit: ((a: number, b: number, c: number) => void);
        __wbg_signatureresponse_free: ((a: number, b: number) => void);
        __wbg_speculativeexecresult_free: ((a: number, b: number) => void);
        __wbg_speculativeexectxnresult_free: ((a: number, b: number) => void);
        __wbg_subscription_free: ((a: number, b: number) => void);
        __wbg_transaction_free: ((a: number, b: number) => void);
        __wbg_transactionbuilderparams_free: ((a: number, b: number) => void);
        __wbg_transactionhash_free: ((a: number, b: number) => void);
        __wbg_transactionprocessed_free: ((a: number, b: number) => void);
        __wbg_transactionstrparams_free: ((a: number, b: number) => void);
        __wbg_transferaddr_free: ((a: number, b: number) => void);
        __wbg_transfertarget_free: ((a: number, b: number) => void);
        __wbg_uref_free: ((a: number, b: number) => void);
        __wbg_urefaddr_free: ((a: number, b: number) => void);
        __wbg_version2_free: ((a: number, b: number) => void);
        __wbg_watcher_free: ((a: number, b: number) => void);
        __wbindgen_add_to_stack_pointer: ((a: number) => number);
        __wbindgen_exn_store: ((a: number) => void);
        __wbindgen_export_2: Table;
        __wbindgen_free: ((a: number, b: number, c: number) => void);
        __wbindgen_malloc: ((a: number, b: number) => number);
        __wbindgen_realloc: ((a: number, b: number, c: number, d: number) => number);
        _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4419cf6d47833bc4: ((a: number, b: number, c: number) => void);
        _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5eab49f4c353d28d: ((a: number, b: number, c: number) => 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: number, b: number, c: number) => number);
        accessrights_is_addable: ((a: number) => number);
        accessrights_is_none: ((a: number) => number);
        accessrights_is_readable: ((a: number) => number);
        accessrights_is_writeable: ((a: number) => number);
        accessrights_new: ((a: number, b: number) => void);
        accountHashToBase64Key: ((a: number, b: number, c: number) => void);
        accounthash_fromFormattedStr: ((a: number, b: number, c: number) => void);
        accounthash_fromPublicKey: ((a: number) => number);
        accounthash_fromUint8Array: ((a: number, b: number) => number);
        accounthash_new_js_alias: ((a: number, b: number, c: number) => void);
        accounthash_toFormattedString: ((a: number, b: number) => void);
        accounthash_toHexString: ((a: number, b: number) => void);
        accounthash_toJson: ((a: number) => number);
        accountidentifier_fromAccountHash: ((a: number) => number);
        accountidentifier_fromFormattedStr: ((a: number, b: number, c: number) => void);
        accountidentifier_fromPublicKey: ((a: number) => number);
        accountidentifier_new: ((a: number, b: number, c: number) => void);
        accountidentifier_toJson: ((a: number) => number);
        addressableentityhash_fromFormattedStr: ((a: number, b: number, c: number) => void);
        addressableentityhash_fromUint8Array: ((a: number, b: number) => number);
        addressableentityhash_new_js_alias: ((a: number, b: number, c: number) => void);
        addressableentityhash_toFormattedString: ((a: number, b: number) => void);
        blockhash_fromDigest: ((a: number, b: number) => void);
        blockhash_new_js_alias: ((a: number, b: number, c: number) => void);
        blockhash_toJson: ((a: number) => number);
        blockhash_toString: ((a: number, b: number) => void);
        blockidentifier_fromHeight: ((a: number) => number);
        blockidentifier_from_hash: ((a: number) => number);
        blockidentifier_new: ((a: number) => number);
        blockidentifier_toJson: ((a: number) => number);
        body_get_deploy_processed: ((a: number) => number);
        body_get_transaction_processed: ((a: number) => number);
        bytes_fromUint8Array: ((a: number) => number);
        bytes_new: (() => number);
        casperwallet_connect: ((a: number) => number);
        casperwallet_disconnect: ((a: number) => number);
        casperwallet_getActivePublicKey: ((a: number) => number);
        casperwallet_getVersion: ((a: number) => number);
        casperwallet_isConnected: ((a: number) => number);
        casperwallet_new: (() => number);
        casperwallet_signDeploy: ((a: number, b: number, c: number, d: number) => number);
        casperwallet_signDeployHash: ((a: number, b: number, c: number, d: number, e: number) => number);
        casperwallet_signMessage: ((a: number, b: number, c: number, d: number, e: number) => number);
        casperwallet_signTransaction: ((a: number, b: number, c: number, d: number) => number);
        casperwallet_signTransactionHash: ((a: number, b: number, c: number, d: number, e: number) => number);
        casperwallet_switchAccount: ((a: number) => number);
        contracthash_fromFormattedStr: ((a: number, b: number, c: number) => void);
        contracthash_fromUint8Array: ((a: number, b: number) => number);
        contracthash_new_js_alias: ((a: number, b: number, c: number) => void);
        contracthash_toFormattedString: ((a: number, b: number) => void);
        contractpackagehash_fromFormattedStr: ((a: number, b: number, c: number) => void);
        contractpackagehash_fromUint8Array: ((a: number, b: number) => number);
        contractpackagehash_new_js_alias: ((a: number, b: number, c: number) => void);
        contractpackagehash_toFormattedString: ((a: number, b: number) => void);
        deploy_TTL: ((a: number, b: number) => void);
        deploy_account: ((a: number, b: number) => void);
        deploy_addArg: ((a: number, b: number, c: number, d: number, e: number) => void);
        deploy_addSignature: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_approvals: ((a: number) => number);
        deploy_approvalsHash: ((a: number) => number);
        deploy_args: ((a: number) => number);
        deploy_byName: ((a: number, b: number) => void);
        deploy_chainName: ((a: number, b: number) => void);
        deploy_entryPointName: ((a: number, b: number) => void);
        deploy_hasValidHash: ((a: number) => number);
        deploy_hash: ((a: number) => number);
        deploy_isByName: ((a: number) => number);
        deploy_isExpired: ((a: number) => number);
        deploy_isModuleBytes: ((a: number) => number);
        deploy_isStandardPayment: ((a: number, b: number) => number);
        deploy_isStoredContract: ((a: number) => number);
        deploy_isStoredContractPackage: ((a: number) => number);
        deploy_isTransfer: ((a: number) => number);
        deploy_isValid: ((a: number) => number);
        deploy_new: ((a: number) => number);
        deploy_paymentAmount: ((a: number, b: number, c: number) => void);
        deploy_sign: ((a: number, b: number, c: number) => number);
        deploy_timestamp: ((a: number, b: number) => void);
        deploy_toJson: ((a: number) => number);
        deploy_validateDeploySize: ((a: number) => number);
        deploy_withAccount: ((a: number, b: number, c: number, d: number) => number);
        deploy_withChainName: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_withEntryPointName: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_withHash: ((a: number, b: number, c: number, d: number) => number);
        deploy_withModuleBytes: ((a: number, b: number, c: number, d: number) => number);
        deploy_withPackageHash: ((a: number, b: number, c: number, d: number) => number);
        deploy_withPayment: ((a: number, b: number, c: number, d: number) => number);
        deploy_withPaymentAndSession: ((a: number, b: number, c: number, d: number) => void);
        deploy_withSecretKey: ((a: number, b: number, c: number) => number);
        deploy_withSession: ((a: number, b: number, c: number, d: number) => number);
        deploy_withStandardPayment: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_withTTL: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_withTimestamp: ((a: number, b: number, c: number, d: number, e: number) => number);
        deploy_withTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void);
        deployhash_fromDigest: ((a: number, b: number) => void);
        deployhash_new_js_alias: ((a: number, b: number, c: number) => void);
        deployhash_toJson: ((a: number) => number);
        deployhash_toString: ((a: number, b: number) => void);
        deploystrparams_chain_name: ((a: number, b: number) => void);
        deploystrparams_gas_price_tolerance: ((a: number, b: number) => void);
        deploystrparams_new: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number);
        deploystrparams_secret_key: ((a: number, b: number) => void);
        deploystrparams_session_account: ((a: number, b: number) => void);
        deploystrparams_setDefaultTTL: ((a: number) => void);
        deploystrparams_setDefaultTimestamp: ((a: number) => void);
        deploystrparams_set_chain_name: ((a: number, b: number, c: number) => void);
        deploystrparams_set_gas_price_tolerance: ((a: number, b: number, c: number) => void);
        deploystrparams_set_secret_key: ((a: number, b: number, c: number) => void);
        deploystrparams_set_session_account: ((a: number, b: number, c: number) => void);
        deploystrparams_set_timestamp: ((a: number, b: number, c: number) => void);
        deploystrparams_set_ttl: ((a: number, b: number, c: number) => void);
        deploystrparams_timestamp: ((a: number, b: number) => void);
        deploystrparams_ttl: ((a: number, b: number) => void);
        dictionaryaddr_new: ((a: number, b: number, c: number) => void);
        dictionaryitemidentifier_newFromAccountInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemidentifier_newFromContractInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemidentifier_newFromDictionaryKey: ((a: number, b: number, c: number) => void);
        dictionaryitemidentifier_newFromEntityInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemidentifier_newFromSeedUref: ((a: number, b: number, c: number, d: number, e: number) => void);
        dictionaryitemidentifier_toJson: ((a: number) => number);
        dictionaryitemstrparams_new: (() => number);
        dictionaryitemstrparams_setAccountNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemstrparams_setContractNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemstrparams_setDictionary: ((a: number, b: number, c: number) => void);
        dictionaryitemstrparams_setEntityNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void);
        dictionaryitemstrparams_setUref: ((a: number, b: number, c: number, d: number, e: number) => void);
        dictionaryitemstrparams_toJson: ((a: number) => number);
        digest_fromRaw: ((a: number, b: number, c: number) => void);
        digest_fromString: ((a: number, b: number, c: number) => void);
        digest_new_js_alias: ((a: number, b: number, c: number) => void);
        digest_toJson: ((a: number) => number);
        digest_toString: ((a: number, b: number) => void);
        encodeLowerBlake2b: ((a: number, b: number) => number);
        entityaddr_fromFormattedStr: ((a: number, b: number, c: number) => void);
        entityaddr_toFormattedString: ((a: number, b: number) => void);
        entityaddr_toHexString: ((a: number, b: number) => void);
        entityaddr_toJson: ((a: number) => number);
        entityidentifier_fromAccountHash: ((a: number) => number);
        entityidentifier_fromEntityAddr: ((a: number) => number);
        entityidentifier_fromFormattedStr: ((a: number, b: number, c: number) => void);
        entityidentifier_fromPublicKey: ((a: number) => number);
        entityidentifier_new_js_alias: ((a: number, b: number, c: number) => void);
        entityidentifier_toJson: ((a: number) => number);
        eraid_new: ((a: number) => number);
        eraid_value: ((a: number) => number);
        generateSecretKey: ((a: number) => void);
        generateSecretKey_secp256k1: ((a: number) => void);
        getTimestamp: (() => number);
        getaccountresult_account: ((a: number) => number);
        getaccountresult_api_version: ((a: number) => number);
        getaccountresult_merkle_proof: ((a: number, b: number) => void);
        getaccountresult_toJson: ((a: number) => number);
        getaddressableentityresult_api_version: ((a: number) => number);
        getaddressableentityresult_entity_result: ((a: number) => number);
        getaddressableentityresult_merkle_proof: ((a: number, b: number) => void);
        getaddressableentityresult_toJson: ((a: number) => number);
        getauctioninforesult_api_version: ((a: number) => number);
        getauctioninforesult_auction_state: ((a: number) => number);
        getauctioninforesult_toJson: ((a: number) => number);
        getbalanceresult_api_version: ((a: number) => number);
        getbalanceresult_balance_value: ((a: number) => number);
        getbalanceresult_merkle_proof: ((a: number, b: number) => void);
        getbalanceresult_toJson: ((a: number) => number);
        getblockresult_api_version: ((a: number) => number);
        getblockresult_block: ((a: number) => number);
        getblockresult_toJson: ((a: number) => number);
        getblocktransfersresult_api_version: ((a: number) => number);
        getblocktransfersresult_block_hash: ((a: number) => number);
        getblocktransfersresult_toJson: ((a: number) => number);
        getblocktransfersresult_transfers: ((a: number) => number);
        getchainspecresult_api_version: ((a: number) => number);
        getchainspecresult_chainspec_bytes: ((a: number) => number);
        getchainspecresult_toJson: ((a: number) => number);
        getdeployresult_api_version: ((a: number) => number);
        getdeployresult_deploy: ((a: number) => number);
        getdeployresult_execution_info: ((a: number) => number);
        getdeployresult_toJson: ((a: number) => number);
        getdictionaryitemresult_api_version: ((a: number) => number);
        getdictionaryitemresult_dictionary_key: ((a: number, b: number) => void);
        getdictionaryitemresult_merkle_proof: ((a: number, b: number) => void);
        getdictionaryitemresult_stored_value: ((a: number) => number);
        getdictionaryitemresult_toJson: ((a: number) => number);
        geterainforesult_api_version: ((a: number) => number);
        geterainforesult_era_summary: ((a: number) => number);
        geterainforesult_toJson: ((a: number) => number);
        geterasummaryresult_api_version: ((a: number) => number);
        geterasummaryresult_era_summary: ((a: number) => number);
        geterasummaryresult_toJson: ((a: number) => number);
        getnodestatusresult_api_version: ((a: number) => number);
        getnodestatusresult_available_block_range: ((a: number) => number);
        getnodestatusresult_block_sync: ((a: number) => number);
        getnodestatusresult_build_version: ((a: number, b: number) => void);
        getnodestatusresult_chainspec_name: ((a: number, b: number) => void);
        getnodestatusresult_last_added_block_info: ((a: number) => number);
        getnodestatusresult_last_progress: ((a: number) => number);
        getnodestatusresult_next_upgrade: ((a: number) => number);
        getnodestatusresult_our_public_signing_key: ((a: number) => number);
        getnodestatusresult_peers: ((a: number) => number);
        getnodestatusresult_reactor_state: ((a: number) => number);
        getnodestatusresult_round_length: ((a: number) => number);
        getnodestatusresult_starting_state_root_hash: ((a: number) => number);
        getnodestatusresult_toJson: ((a: number) => number);
        getnodestatusresult_uptime: ((a: number) => number);
        getpeersresult_api_version: ((a: number) => number);
        getpeersresult_peers: ((a: number) => number);
        getpeersresult_toJson: ((a: number) => number);
        getstateroothashresult_api_version: ((a: number) => number);
        getstateroothashresult_state_root_hash: ((a: number) => number);
        getstateroothashresult_state_root_hash_as_string: ((a: number, b: number) => void);
        getstateroothashresult_toJson: ((a: number) => number);
        getstateroothashresult_toString: ((a: number, b: number) => void);
        gettransactionresult_api_version: ((a: number) => number);
        gettransactionresult_execution_info: ((a: number) => number);
        gettransactionresult_toJson: ((a: number) => number);
        gettransactionresult_transaction: ((a: number) => number);
        getvalidatorchangesresult_api_version: ((a: number) => number);
        getvalidatorchangesresult_changes: ((a: number) => number);
        getvalidatorchangesresult_toJson: ((a: number) => number);
        globalstateidentifier_fromBlockHash: ((a: number) => number);
        globalstateidentifier_fromBlockHeight: ((a: number) => number);
        globalstateidentifier_fromStateRootHash: ((a: number) => number);
        globalstateidentifier_new: ((a: number) => number);
        globalstateidentifier_toJson: ((a: number) => number);
        hashaddr_new: ((a: number, b: number, c: number) => void);
        hashaddr_toBytes: ((a: number, b: number) => void);
        hashaddr_toHexString: ((a: number, b: number) => void);
        hashstring_Deploy: ((a: number, b: number) => void);
        hashstring_Version1: ((a: number, b: number) => void);
        hashstring_toString: ((a: number, b: number) => void);
        hexToString: ((a: number, b: number, c: number) => void);
        hexToUint8Array: ((a: number, b: number, c: number) => void);
        intounderlyingbytesource_autoAllocateChunkSize: ((a: number) => number);
        intounderlyingbytesource_cancel: ((a: number) => void);
        intounderlyingbytesource_pull: ((a: number, b: number) => number);
        intounderlyingbytesource_start: ((a: number, b: number) => void);
        intounderlyingbytesource_type: ((a: number, b: number) => void);
        intounderlyingsink_abort: ((a: number, b: number) => number);
        intounderlyingsink_close: ((a: number) => number);
        intounderlyingsink_write: ((a: number, b: number) => number);
        intounderlyingsource_cancel: ((a: number) => void);
        intounderlyingsource_pull: ((a: number, b: number) => number);
        jsonPrettyPrint: ((a: number, b: number, c: number) => void);
        key_asBalance: ((a: number) => number);
        key_asDictionaryAddr: ((a: number) => number);
        key_fromAccount: ((a: number) => number);
        key_fromBalance: ((a: number) => number);
        key_fromBid: ((a: number) => number);
        key_fromChainspecRegistry: (() => number);
        key_fromChecksumRegistry: (() => number);
        key_fromDeployInfo: ((a: number) => number);
        key_fromDictionaryAddr: ((a: number) => number);
        key_fromDictionaryKey: ((a: number, b: number, c: number) => number);
        key_fromEraInfo: ((a: number) => number);
        key_fromEraSummary: (() => number);
        key_fromFormattedString: ((a: number, b: number, c: number) => void);
        key_fromHash: ((a: number) => number);
        key_fromSystemEntityRegistry: (() => number);
        key_fromTransfer: ((a: number, b: number) => number);
        key_fromURef: ((a: number) => number);
        key_fromUnbond: ((a: number) => number);
        key_fromWithdraw: ((a: number) => number);
        key_intoAccount: ((a: number) => number);
        key_intoHash: ((a: number) => number);
        key_intoURef: ((a: number) => number);
        key_isDictionaryKey: ((a: number) => number);
        key_new: ((a: number, b: number) => void);
        key_toFormattedString: ((a: number, b: number) => void);
        key_toJson: ((a: number) => number);
        key_urefToHash: ((a: number) => number);
        key_withdrawToUnbond: ((a: number) => number);
        listrpcsresult_api_version: ((a: number) => number);
        listrpcsresult_name: ((a: number, b: number) => void);
        listrpcsresult_schema: ((a: number) => number);
        listrpcsresult_toJson: ((a: number) => number);
        makeDictionaryItemKey: ((a: number, b: number, c: number, d: number) => void);
        memory: Memory;
        motesToCSPR: ((a: number, b: number, c: number) => void);
        packagehash_fromFormattedStr: ((a: number, b: number, c: number) => void);
        packagehash_fromUint8Array: ((a: number, b: number) => number);
        packagehash_new_js_alias: ((a: number, b: number, c: number) => void);
        packagehash_toFormattedString: ((a: number, b: number) => void);
        path_fromArray: ((a: number) => number);
        path_is_empty: ((a: number) => number);
        path_new: ((a: number) => number);
        path_toJson: ((a: number) => number);
        path_toString: ((a: number, b: number) => void);
        paymentstrparams_new: ((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) => number);
        paymentstrparams_payment_amount: ((a: number, b: number) => void);
        paymentstrparams_payment_args_json: ((a: number, b: number) => void);
        paymentstrparams_payment_args_simple: ((a: number) => number);
        paymentstrparams_payment_entry_point: ((a: number, b: number) => void);
        paymentstrparams_payment_hash: ((a: number, b: number) => void);
        paymentstrparams_payment_name: ((a: number, b: number) => void);
        paymentstrparams_payment_package_hash: ((a: number, b: number) => void);
        paymentstrparams_payment_package_name: ((a: number, b: number) => void);
        paymentstrparams_payment_path: ((a: number, b: number) => void);
        paymentstrparams_payment_version: ((a: number, b: number) => void);
        paymentstrparams_set_payment_amount: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_args_json: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_args_simple: ((a: number, b: number) => void);
        paymentstrparams_set_payment_entry_point: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_hash: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_name: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_package_hash: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_package_name: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_path: ((a: number, b: number, c: number) => void);
        paymentstrparams_set_payment_version: ((a: number, b: number, c: number) => void);
        peerentry_address: ((a: number, b: number) => void);
        peerentry_node_id: ((a: number, b: number) => void);
        publicKeyFromSecretKey: ((a: number, b: number, c: number) => void);
        publickey_fromUint8Array: ((a: number, b: number, c: number) => void);
        publickey_new_js_alias: ((a: number, b: number, c: number) => void);
        publickey_toAccountHash: ((a: number) => number);
        publickey_toJson: ((a: number) => number);
        publickey_toPurseUref: ((a: number) => number);
        purseidentifier_fromAccountHash: ((a: number) => number);
        purseidentifier_fromPublicKey: ((a: number) => number);
        purseidentifier_fromURef: ((a: number) => number);
        purseidentifier_toJson: ((a: number) => number);
        putdeployresult_api_version: ((a: number) => number);
        putdeployresult_deploy_hash: ((a: number) => number);
        putdeployresult_toJson: ((a: number) => number);
        puttransactionresult_api_version: ((a: number) => number);
        puttransactionresult_toJson: ((a: number) => number);
        puttransactionresult_transaction_hash: ((a: number) => number);
        querybalancedetailsresult_api_version: ((a: number) => number);
        querybalancedetailsresult_available_balance: ((a: number) => number);
        querybalancedetailsresult_holds: ((a: number) => number);
        querybalancedetailsresult_toJson: ((a: number) => number);
        querybalancedetailsresult_total_balance: ((a: number) => number);
        querybalancedetailsresult_total_balance_proof: ((a: number) => number);
        querybalanceresult_api_version: ((a: number) => number);
        querybalanceresult_balance: ((a: number) => number);
        querybalanceresult_toJson: ((a: number) => number);
        queryglobalstateresult_api_version: ((a: number) => number);
        queryglobalstateresult_block_header: ((a: number) => number);
        queryglobalstateresult_merkle_proof: ((a: number, b: number) => void);
        queryglobalstateresult_stored_value: ((a: number) => number);
        queryglobalstateresult_toJson: ((a: number) => number);
        sdk_account_put_deploy: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_account_put_transaction: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_call_entrypoint: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_call_entrypoint_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_chain_get_block: ((a: number, b: number) => number);
        sdk_chain_get_block_transfers: ((a: number, b: number) => number);
        sdk_chain_get_era_info_by_switch_block: ((a: number, b: number) => number);
        sdk_chain_get_era_summary: ((a: number, b: number) => number);
        sdk_chain_get_state_root_hash: ((a: number, b: number) => number);
        sdk_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_getNodeAddress: ((a: number, b: number, c: number, d: number) => void);
        sdk_getVerbosity: ((a: number, b: number) => number);
        sdk_get_account: ((a: number, b: number) => number);
        sdk_get_account_options: ((a: number, b: number, c: number) => void);
        sdk_get_auction_info: ((a: number, b: number) => number);
        sdk_get_auction_info_options: ((a: number, b: number, c: number) => void);
        sdk_get_balance: ((a: number, b: number) => number);
        sdk_get_balance_options: ((a: number, b: number, c: number) => void);
        sdk_get_block: ((a: number, b: number) => number);
        sdk_get_block_options: ((a: number, b: number, c: number) => void);
        sdk_get_block_transfers: ((a: number, b: number) => number);
        sdk_get_block_transfers_options: ((a: number, b: number, c: number) => void);
        sdk_get_chainspec: ((a: number, b: number, c: number, d: number) => number);
        sdk_get_deploy: ((a: number, b: number) => number);
        sdk_get_deploy_options: ((a: number, b: number, c: number) => void);
        sdk_get_dictionary_item: ((a: number, b: number) => number);
        sdk_get_dictionary_item_options: ((a: number, b: number, c: number) => void);
        sdk_get_entity: ((a: number, b: number) => number);
        sdk_get_entity_options: ((a: number, b: number, c: number) => void);
        sdk_get_era_info: ((a: number, b: number) => number);
        sdk_get_era_info_options: ((a: number, b: number, c: number) => void);
        sdk_get_era_summary: ((a: number, b: number) => number);
        sdk_get_era_summary_options: ((a: number, b: number, c: number) => void);
        sdk_get_node_status: ((a: number, b: number, c: number, d: number) => number);
        sdk_get_peers: ((a: number, b: number, c: number, d: number) => number);
        sdk_get_speculative_exec_deploy_options: ((a: number, b: number, c: number) => void);
        sdk_get_speculative_exec_options: ((a: number, b: number, c: number) => void);
        sdk_get_state_root_hash: ((a: number, b: number) => number);
        sdk_get_state_root_hash_options: ((a: number, b: number, c: number) => void);
        sdk_get_transaction: ((a: number, b: number) => number);
        sdk_get_transaction_options: ((a: number, b: number, c: number) => void);
        sdk_get_validator_changes: ((a: number, b: number, c: number, d: number) => number);
        sdk_info_get_chainspec: ((a: number, b: number, c: number, d: number) => number);
        sdk_info_get_deploy: ((a: number, b: number) => number);
        sdk_info_get_peers: ((a: number, b: number, c: number, d: number) => number);
        sdk_info_get_status: ((a: number, b: number, c: number, d: number) => number);
        sdk_info_get_transaction: ((a: number, b: number) => number);
        sdk_info_get_validator_change: ((a: number, b: number, c: number, d: number) => number);
        sdk_install: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_install_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_list_rpcs: ((a: number, b: number, c: number, d: number) => number);
        sdk_make_deploy: ((a: number, b: number, c: number, d: number, e: number) => void);
        sdk_make_transaction: ((a: number, b: number, c: number, d: number) => void);
        sdk_make_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void);
        sdk_make_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void);
        sdk_new: ((a: number, b: number, c: number) => number);
        sdk_put_deploy: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_put_transaction: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_query_balance: ((a: number, b: number) => number);
        sdk_query_balance_details: ((a: number, b: number) => number);
        sdk_query_balance_details_options: ((a: number, b: number, c: number) => void);
        sdk_query_balance_options: ((a: number, b: number, c: number) => void);
        sdk_query_contract_dict: ((a: number, b: number) => number);
        sdk_query_contract_dict_options: ((a: number, b: number, c: number) => void);
        sdk_query_contract_key: ((a: number, b: number) => number);
        sdk_query_contract_key_options: ((a: number, b: number, c: number) => void);
        sdk_query_global_state: ((a: number, b: number) => number);
        sdk_query_global_state_options: ((a: number, b: number, c: number) => void);
        sdk_setNodeAddress: ((a: number, b: number, c: number, d: number) => void);
        sdk_setVerbosity: ((a: number, b: number, c: number) => void);
        sdk_sign_deploy: ((a: number, b: number, c: number, d: number) => number);
        sdk_sign_transaction: ((a: number, b: number, c: number, d: number) => number);
        sdk_speculative_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_speculative_exec: ((a: number, b: number) => number);
        sdk_speculative_exec_deploy: ((a: number, b: number) => number);
        sdk_speculative_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number) => number);
        sdk_speculative_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number);
        sdk_speculative_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number);
        sdk_state_get_account_info: ((a: number, b: number) => number);
        sdk_state_get_auction_info_js_alias: ((a: number, b: number) => number);
        sdk_state_get_balance: ((a: number, b: number) => number);
        sdk_state_get_dictionary_item: ((a: number, b: number) => number);
        sdk_state_get_entity: ((a: number, b: number) => number);
        sdk_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number) => number);
        sdk_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number);
        sdk_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number);
        sdk_waitDeploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_waitTransaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number);
        sdk_watchDeploy: ((a: number, b: number, c: number, d: number, e: number) => number);
        sdk_watchTransaction: ((a: number, b: number, c: number, d: number, e: number) => number);
        sessionstrparams_is_session_transfer: ((a: number) => number);
        sessionstrparams_new: ((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) => number);
        sessionstrparams_session_args_json: ((a: number, b: number) => void);
        sessionstrparams_session_args_simple: ((a: number) => number);
        sessionstrparams_session_bytes: ((a: number) => number);
        sessionstrparams_session_entry_point: ((a: number, b: number) => void);
        sessionstrparams_session_hash: ((a: number, b: number) => void);
        sessionstrparams_session_name: ((a: number, b: number) => void);
        sessionstrparams_session_package_hash: ((a: number, b: number) => void);
        sessionstrparams_session_package_name: ((a: number, b: number) => void);
        sessionstrparams_session_path: ((a: number, b: number) => void);
        sessionstrparams_session_version: ((a: number, b: number) => void);
        sessionstrparams_set_is_session_transfer: ((a: number, b: number) => void);
        sessionstrparams_set_session_args_json: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_args_simple: ((a: number, b: number) => void);
        sessionstrparams_set_session_bytes: ((a: number, b: number) => void);
        sessionstrparams_set_session_entry_point: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_hash: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_name: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_package_hash: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_package_name: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_path: ((a: number, b: number, c: number) => void);
        sessionstrparams_set_session_version: ((a: number, b: number, c: number) => void);
        signatureresponse_get_signature: ((a: number, b: number) => void);
        signatureresponse_get_signature_hex: ((a: number, b: number) => void);
        signatureresponse_is_cancelled: ((a: number) => number);
        speculativeexecresult_api_version: ((a: number) => number);
        speculativeexecresult_block_hash: ((a: number) => number);
        speculativeexecresult_execution_result: ((a: number) => number);
        speculativeexecresult_toJson: ((a: number) => number);
        speculativeexectxnresult_api_version: ((a: number) => number);
        speculativeexectxnresult_block_hash: ((a: number) => number);
        speculativeexectxnresult_execution_result: ((a: number) => number);
        speculativeexectxnresult_toJson: ((a: number) => number);
        subscription_new: ((a: number, b: number, c: number) => number);
        transaction_account_hash: ((a: number) => number);
        transaction_addArg: ((a: number, b: number, c: number, d: number, e: number) => void);
        transaction_addSignature: ((a: number, b: number, c: number, d: number, e: number) => number);
        transaction_approvals: ((a: number) => number);
        transaction_approvalsHash: ((a: number) => number);
        transaction_authorization_keys: ((a: number) => number);
        transaction_chain_name: ((a: number, b: number) => void);
        transaction_entry_point: ((a: number, b: number) => void);
        transaction_expired: ((a: number) => number);
        transaction_expires: ((a: number) => number);
        transaction_hash: ((a: number) => number);
        transaction_header: ((a: number) => number);
        transaction_initiator_addr: ((a: number, b: number) => void);
        transaction_is_native: ((a: number) => number);
        transaction_is_standard_payment: ((a: number) => number);
        transaction_new: ((a: number) => number);
        transaction_newSession: ((a: number, b: number, c: number) => void);
        transaction_newTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void);
        transaction_session_args: ((a: number) => number);
        transaction_sign: ((a: number, b: number, c: number) => number);
        transaction_signers: ((a: number) => number);
        transaction_size_estimate: ((a: number) => number);
        transaction_timestamp: ((a: number, b: number) => void);
        transaction_toJson: ((a: number) => number);
        transaction_ttl: ((a: number, b: number) => void);
        transaction_verify: ((a: number) => number);
        transaction_withAccountHash: ((a: number, b: number, c: number, d: number) => number);
        transaction_withBody: ((a: number, b: number, c: number, d: number) => number);
        transaction_withChainName: ((a: number, b: number, c: number, d: number, e: number) => number);
        transaction_withEntityHash: ((a: number, b: number, c: number, d: number) => number);
        transaction_withEntryPoint: ((a: number, b: number, c: number, d: number, e: number) => number);
        transaction_withPackageHash: ((a: number, b: number, c: number, d: number) => number);
        transaction_withPublicKey: ((a: number, b: number, c: number, d: number) => number);
        transaction_withSecretKey: ((a: number, b: number, c: number) => number);
        transaction_withTTL: ((a: number, b: number, c: number, d: number, e: number) => number);
        transaction_withTimestamp: ((a: number, b: number, c: number, d: number, e: number) => number);
        transaction_withTransactionBytes: ((a: number, b: number, c: number, d: number) => number);
        transactionbuilderparams_amount: ((a: number, b: number) => void);
        transactionbuilderparams_delegation_rate: ((a: number) => number);
        transactionbuilderparams_delegator: ((a: number) => number);
        transactionbuilderparams_entity_alias: ((a: number, b: number) => void);
        transactionbuilderparams_entity_hash: ((a: number) => number);
        transactionbuilderparams_entry_point: ((a: number, b: number) => void);
        transactionbuilderparams_kind: ((a: number) => number);
        transactionbuilderparams_maximum_delegation_amount: ((a: number, b: number) => void);
        transactionbuilderparams_maybe_entity_version: ((a: number, b: number) => void);
        transactionbuilderparams_maybe_id: ((a: number, b: number) => void);
        transactionbuilderparams_maybe_source: ((a: number) => number);
        transactionbuilderparams_minimum_delegation_amount: ((a: number, b: number) => void);
        transactionbuilderparams_newAddBid: ((a: number, b: number, c: number, d: number, e: number, f: number) => number);
        transactionbuilderparams_newDelegate: ((a: number, b: number, c: number, d: number) => number);
        transactionbuilderparams_newInvocableEntity: ((a: number, b: number, c: number) => number);
        transactionbuilderparams_newInvocableEntityAlias: ((a: number, b: number, c: number, d: number) => number);
        transactionbuilderparams_newPackage: ((a: number, b: number, c: number, d: number, e: number) => number);
        transactionbuilderparams_newPackageAlias: ((a: number, b: number, c: number, d: number, e: number, f: number) => number);
        transactionbuilderparams_newRedelegate: ((a: number, b: number, c: number, d: number, e: number) => number);
        transactionbuilderparams_newSession: ((a: number, b: number) => number);
        transactionbuilderparams_newTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number) => number);
        transactionbuilderparams_newUndelegate: ((a: number, b: number, c: number, d: number) => number);
        transactionbuilderparams_newWithdrawBid: ((a: number, b: number, c: number) => number);
        transactionbuilderparams_new_validator: ((a: number) => number);
        transactionbuilderparams_package_alias: ((a: number, b: number) => void);
        transactionbuilderparams_package_hash: ((a: number) => number);
        transactionbuilderparams_public_key: ((a: number) => number);
        transactionbuilderparams_set_amount: ((a: number, b: number, c: number) => void);
        transactionbuilderparams_set_delegation_rate: ((a: number, b: number) => void);
        transactionbuilderparams_set_delegator: ((a: number, b: number) => void);
        transactionbuilderparams_set_entity_alias: ((a: number, b: number, c: number) => void);
        transactionbuilderparams_set_entity_hash: ((a: number, b: number) => void);
        transactionbuilderparams_set_entry_point: ((a: number, b: number, c: number) => void);
        transactionbuilderparams_set_kind: ((a: number, b: number) => void);
        transactionbuilderparams_set_maximum_delegation_amount: ((a: number, b: number) => void);
        transactionbuilderparams_set_maybe_entity_version: ((a: number, b: number) => void);
        transactionbuilderparams_set_maybe_id: ((a: number, b: number) => void);
        transactionbuilderparams_set_maybe_source: ((a: number, b: number) => void);
        transactionbuilderparams_set_minimum_delegation_amount: ((a: number, b: number) => void);
        transactionbuilderparams_set_new_validator: ((a: number, b: number) => void);
        transactionbuilderparams_set_package_alias: ((a: number, b: number, c: number) => void);
        transactionbuilderparams_set_package_hash: ((a: number, b: number) => void);
        transactionbuilderparams_set_public_key: ((a: number, b: number) => void);
        transactionbuilderparams_set_target: ((a: number, b: number) => void);
        transactionbuilderparams_set_transaction_bytes: ((a: number, b: number) => void);
        transactionbuilderparams_set_transaction_category: ((a: number, b: number) => void);
        transactionbuilderparams_set_validator: ((a: number, b: number) => void);
        transactionbuilderparams_target: ((a: number) => number);
        transactionbuilderparams_transaction_bytes: ((a: number) => number);
        transactionbuilderparams_transaction_category: ((a: number) => number);
        transactionbuilderparams_validator: ((a: number) => number);
        transactionhash_digest: ((a: number, b: number) => void);
        transactionhash_fromRaw: ((a: number, b: number, c: number) => void);
        transactionhash_new_js_alias: ((a: number, b: number, c: number) => void);
        transactionhash_toJson: ((a: number) => number);
        transactionhash_toString: ((a: number, b: number) => void);
        transactionstrparams_chain_name: ((a: number, b: number) => void);
        transactionstrparams_gas_price_tolerance: ((a: number, b: number) => void);
        transactionstrparams_initiator_addr: ((a: number, b: number) => void);
        transactionstrparams_new: ((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) => number);
        transactionstrparams_new_with_defaults: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number);
        transactionstrparams_payment_amount: ((a: number, b: number) => void);
        transactionstrparams_pricing_mode: ((a: number) => number);
        transactionstrparams_receipt: ((a: number, b: number) => void);
        transactionstrparams_secret_key: ((a: number, b: number) => void);
        transactionstrparams_session_args_json: ((a: number, b: number) => void);
        transactionstrparams_session_args_simple: ((a: number) => number);
        transactionstrparams_setDefaultTTL: ((a: number) => void);
        transactionstrparams_setDefaultTimestamp: ((a: number) => void);
        transactionstrparams_set_chain_name: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_gas_price_tolerance: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_initiator_addr: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_payment_amount: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_pricing_mode: ((a: number, b: number) => void);
        transactionstrparams_set_receipt: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_secret_key: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_session_args_json: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_session_args_simple: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_standard_payment: ((a: number, b: number) => void);
        transactionstrparams_set_timestamp: ((a: number, b: number, c: number) => void);
        transactionstrparams_set_ttl: ((a: number, b: number, c: number) => void);
        transactionstrparams_standard_payment: ((a: number) => number);
        transactionstrparams_timestamp: ((a: number, b: number) => void);
        transactionstrparams_ttl: ((a: number, b: number) => void);
        transferaddr_new: ((a: number, b: number, c: number) => void);
        transfertarget_new: ((a: number, b: number, c: number, d: number) => number);
        uint8ArrayToBytes: ((a: number) => number);
        uref_fromFormattedStr: ((a: number, b: number, c: number) => void);
        uref_fromUint8Array: ((a: number, b: number, c: number) => number);
        uref_new_js_alias: ((a: number, b: number, c: number, d: number) => void);
        uref_toFormattedString: ((a: number, b: number) => void);
        uref_toJson: ((a: number) => number);
        urefaddr_new: ((a: number, b: number, c: number) => void);
        wasm_bindgen__convert__closures__invoke2_mut__h464d738d31f729d7: ((a: number, b: number, c: number, d: number) => void);
        watcher_new: ((a: number, b: number, c: number, d: number) => number);
        watcher_start: ((a: number) => number);
        watcher_stop: ((a: number) => void);
        watcher_subscribe: ((a: number, b: number, c: number, d: number) => void);
        watcher_unsubscribe: ((a: number, b: number, c: number) => void);
    }

    Properties

    __wbg_accessrights_free: ((a: number, b: number) => void)
    __wbg_accounthash_free: ((a: number, b: number) => void)
    __wbg_accountidentifier_free: ((a: number, b: number) => void)
    __wbg_addressableentityhash_free: ((a: number, b: number) => void)
    __wbg_argssimple_free: ((a: number, b: number) => void)
    __wbg_blockhash_free: ((a: number, b: number) => void)
    __wbg_blockidentifier_free: ((a: number, b: number) => void)
    __wbg_body_free: ((a: number, b: number) => void)
    __wbg_bytes_free: ((a: number, b: number) => void)
    __wbg_casperwallet_free: ((a: number, b: number) => void)
    __wbg_contracthash_free: ((a: number, b: number) => void)
    __wbg_contractpackagehash_free: ((a: number, b: number) => void)
    __wbg_deploy_free: ((a: number, b: number) => void)
    __wbg_deployhash_free: ((a: number, b: number) => void)
    __wbg_deploystrparams_free: ((a: number, b: number) => void)
    __wbg_dictionaryaddr_free: ((a: number, b: number) => void)
    __wbg_dictionaryitemidentifier_free: ((a: number, b: number) => void)
    __wbg_dictionaryitemstrparams_free: ((a: number, b: number) => void)
    __wbg_digest_free: ((a: number, b: number) => void)
    __wbg_entityaddr_free: ((a: number, b: number) => void)
    __wbg_entityidentifier_free: ((a: number, b: number) => void)
    __wbg_eraid_free: ((a: number, b: number) => void)
    __wbg_eventparseresult_free: ((a: number, b: number) => void)
    __wbg_executionresult_free: ((a: number, b: number) => void)
    __wbg_failure_free: ((a: number, b: number) => void)
    __wbg_get_body_transaction_processed: ((a: number) => number)
    __wbg_get_eventparseresult_body: ((a: number) => number)
    __wbg_get_eventparseresult_err: ((a: number, b: number) => void)
    __wbg_get_executionresult_Failure: ((a: number) => number)
    __wbg_get_executionresult_Success: ((a: number) => number)
    __wbg_get_failure_cost: ((a: number, b: number) => void)
    __wbg_get_failure_error_message: ((a: number, b: number) => void)
    __wbg_get_getaccountoptions_account_identifier: ((a: number) => number)
    __wbg_get_getaccountoptions_account_identifier_as_string: ((a: number, b: number) => void)
    __wbg_get_getaccountoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getaccountoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getaccountoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getaccountoptions_verbosity: ((a: number) => number)
    __wbg_get_getauctioninfooptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getauctioninfooptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getauctioninfooptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getauctioninfooptions_verbosity: ((a: number) => number)
    __wbg_get_getbalanceoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getbalanceoptions_purse_uref: ((a: number) => number)
    __wbg_get_getbalanceoptions_purse_uref_as_string: ((a: number, b: number) => void)
    __wbg_get_getbalanceoptions_state_root_hash: ((a: number) => number)
    __wbg_get_getbalanceoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_getbalanceoptions_verbosity: ((a: number) => number)
    __wbg_get_getblockoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getblockoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getblockoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getblockoptions_verbosity: ((a: number) => number)
    __wbg_get_getblocktransfersoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getblocktransfersoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getblocktransfersoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getblocktransfersoptions_verbosity: ((a: number) => number)
    __wbg_get_getdeployoptions_deploy_hash: ((a: number) => number)
    __wbg_get_getdeployoptions_deploy_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_getdeployoptions_finalized_approvals: ((a: number) => number)
    __wbg_get_getdeployoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getdeployoptions_verbosity: ((a: number) => number)
    __wbg_get_getdictionaryitemoptions_dictionary_item_identifier: ((a: number) => number)
    __wbg_get_getdictionaryitemoptions_dictionary_item_params: ((a: number) => number)
    __wbg_get_getdictionaryitemoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getdictionaryitemoptions_state_root_hash: ((a: number) => number)
    __wbg_get_getdictionaryitemoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_getdictionaryitemoptions_verbosity: ((a: number) => number)
    __wbg_get_getentityoptions_entity_identifier: ((a: number) => number)
    __wbg_get_getentityoptions_entity_identifier_as_string: ((a: number, b: number) => void)
    __wbg_get_getentityoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getentityoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getentityoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getentityoptions_verbosity: ((a: number) => number)
    __wbg_get_geterainfooptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_geterainfooptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_geterainfooptions_node_address: ((a: number, b: number) => void)
    __wbg_get_geterainfooptions_verbosity: ((a: number) => number)
    __wbg_get_geterasummaryoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_geterasummaryoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_geterasummaryoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_geterasummaryoptions_verbosity: ((a: number) => number)
    __wbg_get_getspeculativeexecdeployoptions_deploy: ((a: number) => number)
    __wbg_get_getspeculativeexecdeployoptions_deploy_as_string: ((a: number, b: number) => void)
    __wbg_get_getspeculativeexecdeployoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getspeculativeexecdeployoptions_verbosity: ((a: number) => number)
    __wbg_get_getspeculativeexectxnoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getspeculativeexectxnoptions_transaction: ((a: number) => number)
    __wbg_get_getspeculativeexectxnoptions_transaction_as_string: ((a: number, b: number) => void)
    __wbg_get_getspeculativeexectxnoptions_verbosity: ((a: number) => number)
    __wbg_get_getstateroothashoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getstateroothashoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getstateroothashoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getstateroothashoptions_verbosity: ((a: number) => number)
    __wbg_get_gettransactionoptions_finalized_approvals: ((a: number) => number)
    __wbg_get_gettransactionoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_gettransactionoptions_transaction_hash: ((a: number) => number)
    __wbg_get_gettransactionoptions_transaction_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_gettransactionoptions_verbosity: ((a: number) => number)
    __wbg_get_hashstring_hash: ((a: number, b: number) => void)
    __wbg_get_message_String: ((a: number, b: number) => void)
    __wbg_get_messages_block_index: ((a: number) => number)
    __wbg_get_messages_entity_hash: ((a: number, b: number) => void)
    __wbg_get_messages_message: ((a: number) => number)
    __wbg_get_messages_topic_index: ((a: number) => number)
    __wbg_get_messages_topic_name: ((a: number, b: number) => void)
    __wbg_get_messages_topic_name_hash: ((a: number, b: number) => void)
    __wbg_get_payment_source: ((a: number, b: number) => void)
    __wbg_get_publickeystring_PublicKey: ((a: number, b: number) => void)
    __wbg_get_querybalancedetailsoptions_global_state_identifier: ((a: number) => number)
    __wbg_get_querybalancedetailsoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalancedetailsoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_querybalancedetailsoptions_purse_identifier: ((a: number) => number)
    __wbg_get_querybalancedetailsoptions_purse_identifier_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalancedetailsoptions_state_root_hash: ((a: number) => number)
    __wbg_get_querybalancedetailsoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalancedetailsoptions_verbosity: ((a: number) => number)
    __wbg_get_querybalanceoptions_global_state_identifier: ((a: number) => number)
    __wbg_get_querybalanceoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalanceoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_querybalanceoptions_purse_identifier: ((a: number) => number)
    __wbg_get_querybalanceoptions_purse_identifier_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalanceoptions_state_root_hash: ((a: number) => number)
    __wbg_get_querybalanceoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalanceoptions_verbosity: ((a: number) => number)
    __wbg_get_querycontractdictoptions_dictionary_item_identifier: ((a: number) => number)
    __wbg_get_querycontractdictoptions_dictionary_item_params: ((a: number) => number)
    __wbg_get_querycontractdictoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_querycontractdictoptions_state_root_hash: ((a: number) => number)
    __wbg_get_querycontractdictoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_querycontractdictoptions_verbosity: ((a: number) => number)
    __wbg_get_querycontractkeyoptions_entity_identifier: ((a: number) => number)
    __wbg_get_querycontractkeyoptions_entity_identifier_as_string: ((a: number, b: number) => void)
    __wbg_get_querycontractkeyoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_querycontractkeyoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_querycontractkeyoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_querycontractkeyoptions_path: ((a: number) => number)
    __wbg_get_querycontractkeyoptions_path_as_string: ((a: number, b: number) => void)
    __wbg_get_querycontractkeyoptions_verbosity: ((a: number) => number)
    __wbg_get_queryglobalstateoptions_global_state_identifier: ((a: number) => number)
    __wbg_get_queryglobalstateoptions_key: ((a: number) => number)
    __wbg_get_queryglobalstateoptions_key_as_string: ((a: number, b: number) => void)
    __wbg_get_queryglobalstateoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_queryglobalstateoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_queryglobalstateoptions_path: ((a: number) => number)
    __wbg_get_queryglobalstateoptions_path_as_string: ((a: number, b: number) => void)
    __wbg_get_queryglobalstateoptions_state_root_hash: ((a: number) => number)
    __wbg_get_queryglobalstateoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_queryglobalstateoptions_verbosity: ((a: number) => number)
    __wbg_get_subscription_eventHandlerFn: ((a: number) => number)
    __wbg_get_subscription_targetHash: ((a: number, b: number) => void)
    __wbg_get_transactionprocessed_block_hash: ((a: number, b: number) => void)
    __wbg_get_transactionprocessed_execution_result: ((a: number) => number)
    __wbg_get_transactionprocessed_hash: ((a: number) => number)
    __wbg_get_transactionprocessed_initiator_addr: ((a: number) => number)
    __wbg_get_transactionprocessed_messages: ((a: number, b: number) => void)
    __wbg_get_transactionprocessed_timestamp: ((a: number, b: number) => void)
    __wbg_get_transactionprocessed_ttl: ((a: number, b: number) => void)
    __wbg_get_version2_consumed: ((a: number, b: number) => void)
    __wbg_get_version2_cost: ((a: number, b: number) => void)
    __wbg_get_version2_error_message: ((a: number, b: number) => void)
    __wbg_get_version2_initiator: ((a: number) => number)
    __wbg_get_version2_limit: ((a: number, b: number) => void)
    __wbg_getaccountoptions_free: ((a: number, b: number) => void)
    __wbg_getaccountresult_free: ((a: number, b: number) => void)
    __wbg_getaddressableentityresult_free: ((a: number, b: number) => void)
    __wbg_getauctioninfooptions_free: ((a: number, b: number) => void)
    __wbg_getauctioninforesult_free: ((a: number, b: number) => void)
    __wbg_getbalanceoptions_free: ((a: number, b: number) => void)
    __wbg_getbalanceresult_free: ((a: number, b: number) => void)
    __wbg_getblockoptions_free: ((a: number, b: number) => void)
    __wbg_getblockresult_free: ((a: number, b: number) => void)
    __wbg_getblocktransfersoptions_free: ((a: number, b: number) => void)
    __wbg_getblocktransfersresult_free: ((a: number, b: number) => void)
    __wbg_getchainspecresult_free: ((a: number, b: number) => void)
    __wbg_getdeployoptions_free: ((a: number, b: number) => void)
    __wbg_getdeployresult_free: ((a: number, b: number) => void)
    __wbg_getdictionaryitemoptions_free: ((a: number, b: number) => void)
    __wbg_getdictionaryitemresult_free: ((a: number, b: number) => void)
    __wbg_getentityoptions_free: ((a: number, b: number) => void)
    __wbg_geterainfooptions_free: ((a: number, b: number) => void)
    __wbg_geterainforesult_free: ((a: number, b: number) => void)
    __wbg_geterasummaryoptions_free: ((a: number, b: number) => void)
    __wbg_geterasummaryresult_free: ((a: number, b: number) => void)
    __wbg_getnodestatusresult_free: ((a: number, b: number) => void)
    __wbg_getpeersresult_free: ((a: number, b: number) => void)
    __wbg_getspeculativeexecdeployoptions_free: ((a: number, b: number) => void)
    __wbg_getspeculativeexectxnoptions_free: ((a: number, b: number) => void)
    __wbg_getstateroothashoptions_free: ((a: number, b: number) => void)
    __wbg_getstateroothashresult_free: ((a: number, b: number) => void)
    __wbg_gettransactionoptions_free: ((a: number, b: number) => void)
    __wbg_gettransactionresult_free: ((a: number, b: number) => void)
    __wbg_getvalidatorchangesresult_free: ((a: number, b: number) => void)
    __wbg_globalstateidentifier_free: ((a: number, b: number) => void)
    __wbg_hashaddr_free: ((a: number, b: number) => void)
    __wbg_hashstring_free: ((a: number, b: number) => void)
    __wbg_intounderlyingbytesource_free: ((a: number, b: number) => void)
    __wbg_intounderlyingsink_free: ((a: number, b: number) => void)
    __wbg_intounderlyingsource_free: ((a: number, b: number) => void)
    __wbg_key_free: ((a: number, b: number) => void)
    __wbg_listrpcsresult_free: ((a: number, b: number) => void)
    __wbg_message_free: ((a: number, b: number) => void)
    __wbg_messages_free: ((a: number, b: number) => void)
    __wbg_packagehash_free: ((a: number, b: number) => void)
    __wbg_path_free: ((a: number, b: number) => void)
    __wbg_payment_free: ((a: number, b: number) => void)
    __wbg_paymentstrparams_free: ((a: number, b: number) => void)
    __wbg_peerentry_free: ((a: number, b: number) => void)
    __wbg_publickey_free: ((a: number, b: number) => void)
    __wbg_publickeystring_free: ((a: number, b: number) => void)
    __wbg_purseidentifier_free: ((a: number, b: number) => void)
    __wbg_putdeployresult_free: ((a: number, b: number) => void)
    __wbg_puttransactionresult_free: ((a: number, b: number) => void)
    __wbg_querybalancedetailsoptions_free: ((a: number, b: number) => void)
    __wbg_querybalancedetailsresult_free: ((a: number, b: number) => void)
    __wbg_querybalanceoptions_free: ((a: number, b: number) => void)
    __wbg_querybalanceresult_free: ((a: number, b: number) => void)
    __wbg_querycontractdictoptions_free: ((a: number, b: number) => void)
    __wbg_querycontractkeyoptions_free: ((a: number, b: number) => void)
    __wbg_queryglobalstateoptions_free: ((a: number, b: number) => void)
    __wbg_queryglobalstateresult_free: ((a: number, b: number) => void)
    __wbg_sdk_free: ((a: number, b: number) => void)
    __wbg_sessionstrparams_free: ((a: number, b: number) => void)
    __wbg_set_body_transaction_processed: ((a: number, b: number) => void)
    __wbg_set_eventparseresult_body: ((a: number, b: number) => void)
    __wbg_set_eventparseresult_err: ((a: number, b: number, c: number) => void)
    __wbg_set_executionresult_Failure: ((a: number, b: number) => void)
    __wbg_set_executionresult_Success: ((a: number, b: number) => void)
    __wbg_set_failure_cost: ((a: number, b: number, c: number) => void)
    __wbg_set_failure_error_message: ((a: number, b: number, c: number) => void)
    __wbg_set_getaccountoptions_account_identifier: ((a: number, b: number) => void)
    __wbg_set_getaccountoptions_account_identifier_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getaccountoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getaccountoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getaccountoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getaccountoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getauctioninfooptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getauctioninfooptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getauctioninfooptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getauctioninfooptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getbalanceoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getbalanceoptions_purse_uref: ((a: number, b: number) => void)
    __wbg_set_getbalanceoptions_purse_uref_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getbalanceoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_getbalanceoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getbalanceoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getblockoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getblockoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getblockoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getblockoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getblocktransfersoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getblocktransfersoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getblocktransfersoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getblocktransfersoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getdeployoptions_deploy_hash: ((a: number, b: number) => void)
    __wbg_set_getdeployoptions_deploy_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getdeployoptions_finalized_approvals: ((a: number, b: number) => void)
    __wbg_set_getdeployoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getdeployoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getdictionaryitemoptions_dictionary_item_identifier: ((a: number, b: number) => void)
    __wbg_set_getdictionaryitemoptions_dictionary_item_params: ((a: number, b: number) => void)
    __wbg_set_getdictionaryitemoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getdictionaryitemoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_getdictionaryitemoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getdictionaryitemoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getentityoptions_entity_identifier: ((a: number, b: number) => void)
    __wbg_set_getentityoptions_entity_identifier_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getentityoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getentityoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getentityoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getentityoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_geterainfooptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_geterainfooptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_geterainfooptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_geterainfooptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_geterasummaryoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_geterasummaryoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_geterasummaryoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_geterasummaryoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getspeculativeexecdeployoptions_deploy: ((a: number, b: number) => void)
    __wbg_set_getspeculativeexecdeployoptions_deploy_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getspeculativeexecdeployoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getspeculativeexecdeployoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getspeculativeexectxnoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getspeculativeexectxnoptions_transaction: ((a: number, b: number) => void)
    __wbg_set_getspeculativeexectxnoptions_transaction_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getspeculativeexectxnoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getstateroothashoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getstateroothashoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getstateroothashoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getstateroothashoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_gettransactionoptions_finalized_approvals: ((a: number, b: number) => void)
    __wbg_set_gettransactionoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_gettransactionoptions_transaction_hash: ((a: number, b: number) => void)
    __wbg_set_gettransactionoptions_transaction_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_gettransactionoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_hashstring_hash: ((a: number, b: number, c: number) => void)
    __wbg_set_message_String: ((a: number, b: number, c: number) => void)
    __wbg_set_messages_block_index: ((a: number, b: number) => void)
    __wbg_set_messages_entity_hash: ((a: number, b: number, c: number) => void)
    __wbg_set_messages_message: ((a: number, b: number) => void)
    __wbg_set_messages_topic_index: ((a: number, b: number) => void)
    __wbg_set_messages_topic_name: ((a: number, b: number, c: number) => void)
    __wbg_set_messages_topic_name_hash: ((a: number, b: number, c: number) => void)
    __wbg_set_payment_source: ((a: number, b: number, c: number) => void)
    __wbg_set_publickeystring_PublicKey: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalancedetailsoptions_global_state_identifier: ((a: number, b: number) => void)
    __wbg_set_querybalancedetailsoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalancedetailsoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalancedetailsoptions_purse_identifier: ((a: number, b: number) => void)
    __wbg_set_querybalancedetailsoptions_purse_identifier_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalancedetailsoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_querybalancedetailsoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalancedetailsoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_querybalanceoptions_global_state_identifier: ((a: number, b: number) => void)
    __wbg_set_querybalanceoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalanceoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalanceoptions_purse_identifier: ((a: number, b: number) => void)
    __wbg_set_querybalanceoptions_purse_identifier_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalanceoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_querybalanceoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalanceoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_querycontractdictoptions_dictionary_item_identifier: ((a: number, b: number) => void)
    __wbg_set_querycontractdictoptions_dictionary_item_params: ((a: number, b: number) => void)
    __wbg_set_querycontractdictoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractdictoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_querycontractdictoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractdictoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_querycontractkeyoptions_entity_identifier: ((a: number, b: number) => void)
    __wbg_set_querycontractkeyoptions_entity_identifier_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractkeyoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractkeyoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_querycontractkeyoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractkeyoptions_path: ((a: number, b: number) => void)
    __wbg_set_querycontractkeyoptions_path_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractkeyoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_queryglobalstateoptions_global_state_identifier: ((a: number, b: number) => void)
    __wbg_set_queryglobalstateoptions_key: ((a: number, b: number) => void)
    __wbg_set_queryglobalstateoptions_key_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_queryglobalstateoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_queryglobalstateoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_queryglobalstateoptions_path: ((a: number, b: number) => void)
    __wbg_set_queryglobalstateoptions_path_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_queryglobalstateoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_queryglobalstateoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_queryglobalstateoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_subscription_eventHandlerFn: ((a: number, b: number) => void)
    __wbg_set_subscription_targetHash: ((a: number, b: number, c: number) => void)
    __wbg_set_transactionprocessed_block_hash: ((a: number, b: number, c: number) => void)
    __wbg_set_transactionprocessed_execution_result: ((a: number, b: number) => void)
    __wbg_set_transactionprocessed_hash: ((a: number, b: number) => void)
    __wbg_set_transactionprocessed_initiator_addr: ((a: number, b: number) => void)
    __wbg_set_transactionprocessed_messages: ((a: number, b: number, c: number) => void)
    __wbg_set_transactionprocessed_timestamp: ((a: number, b: number, c: number) => void)
    __wbg_set_transactionprocessed_ttl: ((a: number, b: number, c: number) => void)
    __wbg_set_version2_consumed: ((a: number, b: number, c: number) => void)
    __wbg_set_version2_cost: ((a: number, b: number, c: number) => void)
    __wbg_set_version2_error_message: ((a: number, b: number, c: number) => void)
    __wbg_set_version2_initiator: ((a: number, b: number) => void)
    __wbg_set_version2_limit: ((a: number, b: number, c: number) => void)
    __wbg_signatureresponse_free: ((a: number, b: number) => void)
    __wbg_speculativeexecresult_free: ((a: number, b: number) => void)
    __wbg_speculativeexectxnresult_free: ((a: number, b: number) => void)
    __wbg_subscription_free: ((a: number, b: number) => void)
    __wbg_transaction_free: ((a: number, b: number) => void)
    __wbg_transactionbuilderparams_free: ((a: number, b: number) => void)
    __wbg_transactionhash_free: ((a: number, b: number) => void)
    __wbg_transactionprocessed_free: ((a: number, b: number) => void)
    __wbg_transactionstrparams_free: ((a: number, b: number) => void)
    __wbg_transferaddr_free: ((a: number, b: number) => void)
    __wbg_transfertarget_free: ((a: number, b: number) => void)
    __wbg_uref_free: ((a: number, b: number) => void)
    __wbg_urefaddr_free: ((a: number, b: number) => void)
    __wbg_version2_free: ((a: number, b: number) => void)
    __wbg_watcher_free: ((a: number, b: number) => void)
    __wbindgen_add_to_stack_pointer: ((a: number) => number)
    __wbindgen_exn_store: ((a: number) => void)
    __wbindgen_export_2: Table
    __wbindgen_free: ((a: number, b: number, c: number) => void)
    __wbindgen_malloc: ((a: number, b: number) => number)
    __wbindgen_realloc: ((a: number, b: number, c: number, d: number) => number)
    _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h01af9c702219b8e6: ((a: number, b: number, c: number) => void)
    _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6b5a220895f51bec: ((a: number, b: number, c: number) => 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: number, b: number, c: number) => number)
    accessrights_is_addable: ((a: number) => number)
    accessrights_is_none: ((a: number) => number)
    accessrights_is_readable: ((a: number) => number)
    accessrights_is_writeable: ((a: number) => number)
    accessrights_new: ((a: number, b: number) => void)
    accountHashToBase64Key: ((a: number, b: number, c: number) => void)
    accounthash_fromFormattedStr: ((a: number, b: number, c: number) => void)
    accounthash_fromPublicKey: ((a: number) => number)
    accounthash_fromUint8Array: ((a: number, b: number) => number)
    accounthash_new_js_alias: ((a: number, b: number, c: number) => void)
    accounthash_toFormattedString: ((a: number, b: number) => void)
    accounthash_toHexString: ((a: number, b: number) => void)
    accounthash_toJson: ((a: number) => number)
    accountidentifier_fromAccountHash: ((a: number) => number)
    accountidentifier_fromFormattedStr: ((a: number, b: number, c: number) => void)
    accountidentifier_fromPublicKey: ((a: number) => number)
    accountidentifier_new: ((a: number, b: number, c: number) => void)
    accountidentifier_toJson: ((a: number) => number)
    addressableentityhash_fromFormattedStr: ((a: number, b: number, c: number) => void)
    addressableentityhash_fromUint8Array: ((a: number, b: number) => number)
    addressableentityhash_new_js_alias: ((a: number, b: number, c: number) => void)
    addressableentityhash_toFormattedString: ((a: number, b: number) => void)
    blockhash_fromDigest: ((a: number, b: number) => void)
    blockhash_new_js_alias: ((a: number, b: number, c: number) => void)
    blockhash_toJson: ((a: number) => number)
    blockhash_toString: ((a: number, b: number) => void)
    blockidentifier_fromHeight: ((a: number) => number)
    blockidentifier_from_hash: ((a: number) => number)
    blockidentifier_new: ((a: number) => number)
    blockidentifier_toJson: ((a: number) => number)
    body_get_deploy_processed: ((a: number) => number)
    body_get_transaction_processed: ((a: number) => number)
    bytes_fromUint8Array: ((a: number) => number)
    bytes_new: (() => number)
    casperwallet_connect: ((a: number) => number)
    casperwallet_disconnect: ((a: number) => number)
    casperwallet_getActivePublicKey: ((a: number) => number)
    casperwallet_getVersion: ((a: number) => number)
    casperwallet_isConnected: ((a: number) => number)
    casperwallet_new: (() => number)
    casperwallet_signDeploy: ((a: number, b: number, c: number, d: number) => number)
    casperwallet_signDeployHash: ((a: number, b: number, c: number, d: number, e: number) => number)
    casperwallet_signMessage: ((a: number, b: number, c: number, d: number, e: number) => number)
    casperwallet_signTransaction: ((a: number, b: number, c: number, d: number) => number)
    casperwallet_signTransactionHash: ((a: number, b: number, c: number, d: number, e: number) => number)
    casperwallet_switchAccount: ((a: number) => number)
    contracthash_fromFormattedStr: ((a: number, b: number, c: number) => void)
    contracthash_fromUint8Array: ((a: number, b: number) => number)
    contracthash_new_js_alias: ((a: number, b: number, c: number) => void)
    contracthash_toFormattedString: ((a: number, b: number) => void)
    contractpackagehash_fromFormattedStr: ((a: number, b: number, c: number) => void)
    contractpackagehash_fromUint8Array: ((a: number, b: number) => number)
    contractpackagehash_new_js_alias: ((a: number, b: number, c: number) => void)
    contractpackagehash_toFormattedString: ((a: number, b: number) => void)
    deploy_TTL: ((a: number, b: number) => void)
    deploy_account: ((a: number, b: number) => void)
    deploy_addArg: ((a: number, b: number, c: number, d: number, e: number) => void)
    deploy_addSignature: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_approvals: ((a: number) => number)
    deploy_approvalsHash: ((a: number) => number)
    deploy_args: ((a: number) => number)
    deploy_byName: ((a: number, b: number) => void)
    deploy_chainName: ((a: number, b: number) => void)
    deploy_entryPointName: ((a: number, b: number) => void)
    deploy_hasValidHash: ((a: number) => number)
    deploy_hash: ((a: number) => number)
    deploy_isByName: ((a: number) => number)
    deploy_isExpired: ((a: number) => number)
    deploy_isModuleBytes: ((a: number) => number)
    deploy_isStandardPayment: ((a: number, b: number) => number)
    deploy_isStoredContract: ((a: number) => number)
    deploy_isStoredContractPackage: ((a: number) => number)
    deploy_isTransfer: ((a: number) => number)
    deploy_isValid: ((a: number) => number)
    deploy_new: ((a: number) => number)
    deploy_paymentAmount: ((a: number, b: number, c: number) => void)
    deploy_sign: ((a: number, b: number, c: number) => number)
    deploy_timestamp: ((a: number, b: number) => void)
    deploy_toJson: ((a: number) => number)
    deploy_validateDeploySize: ((a: number) => number)
    deploy_withAccount: ((a: number, b: number, c: number, d: number) => number)
    deploy_withChainName: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_withEntryPointName: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_withHash: ((a: number, b: number, c: number, d: number) => number)
    deploy_withModuleBytes: ((a: number, b: number, c: number, d: number) => number)
    deploy_withPackageHash: ((a: number, b: number, c: number, d: number) => number)
    deploy_withPayment: ((a: number, b: number, c: number, d: number) => number)
    deploy_withPaymentAndSession: ((a: number, b: number, c: number, d: number) => void)
    deploy_withSecretKey: ((a: number, b: number, c: number) => number)
    deploy_withSession: ((a: number, b: number, c: number, d: number) => number)
    deploy_withStandardPayment: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_withTTL: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_withTimestamp: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_withTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void)
    deployhash_fromDigest: ((a: number, b: number) => void)
    deployhash_new_js_alias: ((a: number, b: number, c: number) => void)
    deployhash_toJson: ((a: number) => number)
    deployhash_toString: ((a: number, b: number) => void)
    deploystrparams_chain_name: ((a: number, b: number) => void)
    deploystrparams_gas_price_tolerance: ((a: number, b: number) => void)
    deploystrparams_new: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number)
    deploystrparams_secret_key: ((a: number, b: number) => void)
    deploystrparams_session_account: ((a: number, b: number) => void)
    deploystrparams_setDefaultTTL: ((a: number) => void)
    deploystrparams_setDefaultTimestamp: ((a: number) => void)
    deploystrparams_set_chain_name: ((a: number, b: number, c: number) => void)
    deploystrparams_set_gas_price_tolerance: ((a: number, b: number, c: number) => void)
    deploystrparams_set_secret_key: ((a: number, b: number, c: number) => void)
    deploystrparams_set_session_account: ((a: number, b: number, c: number) => void)
    deploystrparams_set_timestamp: ((a: number, b: number, c: number) => void)
    deploystrparams_set_ttl: ((a: number, b: number, c: number) => void)
    deploystrparams_timestamp: ((a: number, b: number) => void)
    deploystrparams_ttl: ((a: number, b: number) => void)
    dictionaryaddr_new: ((a: number, b: number, c: number) => void)
    dictionaryitemidentifier_newFromAccountInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemidentifier_newFromContractInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemidentifier_newFromDictionaryKey: ((a: number, b: number, c: number) => void)
    dictionaryitemidentifier_newFromEntityInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemidentifier_newFromSeedUref: ((a: number, b: number, c: number, d: number, e: number) => void)
    dictionaryitemidentifier_toJson: ((a: number) => number)
    dictionaryitemstrparams_new: (() => number)
    dictionaryitemstrparams_setAccountNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemstrparams_setContractNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemstrparams_setDictionary: ((a: number, b: number, c: number) => void)
    dictionaryitemstrparams_setEntityNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemstrparams_setUref: ((a: number, b: number, c: number, d: number, e: number) => void)
    dictionaryitemstrparams_toJson: ((a: number) => number)
    digest_fromRaw: ((a: number, b: number, c: number) => void)
    digest_fromString: ((a: number, b: number, c: number) => void)
    digest_new_js_alias: ((a: number, b: number, c: number) => void)
    digest_toJson: ((a: number) => number)
    digest_toString: ((a: number, b: number) => void)
    encodeLowerBlake2b: ((a: number, b: number) => number)
    entityaddr_fromFormattedStr: ((a: number, b: number, c: number) => void)
    entityaddr_toFormattedString: ((a: number, b: number) => void)
    entityaddr_toHexString: ((a: number, b: number) => void)
    entityaddr_toJson: ((a: number) => number)
    entityidentifier_fromAccountHash: ((a: number) => number)
    entityidentifier_fromEntityAddr: ((a: number) => number)
    entityidentifier_fromFormattedStr: ((a: number, b: number, c: number) => void)
    entityidentifier_fromPublicKey: ((a: number) => number)
    entityidentifier_new_js_alias: ((a: number, b: number, c: number) => void)
    entityidentifier_toJson: ((a: number) => number)
    eraid_new: ((a: number) => number)
    eraid_value: ((a: number) => number)
    generateSecretKey: ((a: number) => void)
    generateSecretKey_secp256k1: ((a: number) => void)
    getTimestamp: (() => number)
    getaccountresult_account: ((a: number) => number)
    getaccountresult_api_version: ((a: number) => number)
    getaccountresult_merkle_proof: ((a: number, b: number) => void)
    getaccountresult_toJson: ((a: number) => number)
    getaddressableentityresult_api_version: ((a: number) => number)
    getaddressableentityresult_entity_result: ((a: number) => number)
    getaddressableentityresult_merkle_proof: ((a: number, b: number) => void)
    getaddressableentityresult_toJson: ((a: number) => number)
    getauctioninforesult_api_version: ((a: number) => number)
    getauctioninforesult_auction_state: ((a: number) => number)
    getauctioninforesult_toJson: ((a: number) => number)
    getbalanceresult_api_version: ((a: number) => number)
    getbalanceresult_balance_value: ((a: number) => number)
    getbalanceresult_merkle_proof: ((a: number, b: number) => void)
    getbalanceresult_toJson: ((a: number) => number)
    getblockresult_api_version: ((a: number) => number)
    getblockresult_block: ((a: number) => number)
    getblockresult_toJson: ((a: number) => number)
    getblocktransfersresult_api_version: ((a: number) => number)
    getblocktransfersresult_block_hash: ((a: number) => number)
    getblocktransfersresult_toJson: ((a: number) => number)
    getblocktransfersresult_transfers: ((a: number) => number)
    getchainspecresult_api_version: ((a: number) => number)
    getchainspecresult_chainspec_bytes: ((a: number) => number)
    getchainspecresult_toJson: ((a: number) => number)
    getdeployresult_api_version: ((a: number) => number)
    getdeployresult_deploy: ((a: number) => number)
    getdeployresult_execution_info: ((a: number) => number)
    getdeployresult_toJson: ((a: number) => number)
    getdictionaryitemresult_api_version: ((a: number) => number)
    getdictionaryitemresult_dictionary_key: ((a: number, b: number) => void)
    getdictionaryitemresult_merkle_proof: ((a: number, b: number) => void)
    getdictionaryitemresult_stored_value: ((a: number) => number)
    getdictionaryitemresult_toJson: ((a: number) => number)
    geterainforesult_api_version: ((a: number) => number)
    geterainforesult_era_summary: ((a: number) => number)
    geterainforesult_toJson: ((a: number) => number)
    geterasummaryresult_api_version: ((a: number) => number)
    geterasummaryresult_era_summary: ((a: number) => number)
    geterasummaryresult_toJson: ((a: number) => number)
    getnodestatusresult_api_version: ((a: number) => number)
    getnodestatusresult_available_block_range: ((a: number) => number)
    getnodestatusresult_block_sync: ((a: number) => number)
    getnodestatusresult_build_version: ((a: number, b: number) => void)
    getnodestatusresult_chainspec_name: ((a: number, b: number) => void)
    getnodestatusresult_last_added_block_info: ((a: number) => number)
    getnodestatusresult_last_progress: ((a: number) => number)
    getnodestatusresult_next_upgrade: ((a: number) => number)
    getnodestatusresult_our_public_signing_key: ((a: number) => number)
    getnodestatusresult_peers: ((a: number) => number)
    getnodestatusresult_reactor_state: ((a: number) => number)
    getnodestatusresult_round_length: ((a: number) => number)
    getnodestatusresult_starting_state_root_hash: ((a: number) => number)
    getnodestatusresult_toJson: ((a: number) => number)
    getnodestatusresult_uptime: ((a: number) => number)
    getpeersresult_api_version: ((a: number) => number)
    getpeersresult_peers: ((a: number) => number)
    getpeersresult_toJson: ((a: number) => number)
    getstateroothashresult_api_version: ((a: number) => number)
    getstateroothashresult_state_root_hash: ((a: number) => number)
    getstateroothashresult_state_root_hash_as_string: ((a: number, b: number) => void)
    getstateroothashresult_toJson: ((a: number) => number)
    getstateroothashresult_toString: ((a: number, b: number) => void)
    gettransactionresult_api_version: ((a: number) => number)
    gettransactionresult_execution_info: ((a: number) => number)
    gettransactionresult_toJson: ((a: number) => number)
    gettransactionresult_transaction: ((a: number) => number)
    getvalidatorchangesresult_api_version: ((a: number) => number)
    getvalidatorchangesresult_changes: ((a: number) => number)
    getvalidatorchangesresult_toJson: ((a: number) => number)
    globalstateidentifier_fromBlockHash: ((a: number) => number)
    globalstateidentifier_fromBlockHeight: ((a: number) => number)
    globalstateidentifier_fromStateRootHash: ((a: number) => number)
    globalstateidentifier_new: ((a: number) => number)
    globalstateidentifier_toJson: ((a: number) => number)
    hashaddr_new: ((a: number, b: number, c: number) => void)
    hashaddr_toBytes: ((a: number, b: number) => void)
    hashstring_Deploy: ((a: number, b: number) => void)
    hashstring_Version1: ((a: number, b: number) => void)
    hashstring_toString: ((a: number, b: number) => void)
    hexToString: ((a: number, b: number, c: number) => void)
    hexToUint8Array: ((a: number, b: number, c: number) => void)
    intounderlyingbytesource_autoAllocateChunkSize: ((a: number) => number)
    intounderlyingbytesource_cancel: ((a: number) => void)
    intounderlyingbytesource_pull: ((a: number, b: number) => number)
    intounderlyingbytesource_start: ((a: number, b: number) => void)
    intounderlyingbytesource_type: ((a: number, b: number) => void)
    intounderlyingsink_abort: ((a: number, b: number) => number)
    intounderlyingsink_close: ((a: number) => number)
    intounderlyingsink_write: ((a: number, b: number) => number)
    intounderlyingsource_cancel: ((a: number) => void)
    intounderlyingsource_pull: ((a: number, b: number) => number)
    jsonPrettyPrint: ((a: number, b: number, c: number) => void)
    key_asBalance: ((a: number) => number)
    key_asDictionaryAddr: ((a: number) => number)
    key_fromAccount: ((a: number) => number)
    key_fromBalance: ((a: number) => number)
    key_fromBid: ((a: number) => number)
    key_fromChainspecRegistry: (() => number)
    key_fromChecksumRegistry: (() => number)
    key_fromDeployInfo: ((a: number) => number)
    key_fromDictionaryAddr: ((a: number) => number)
    key_fromDictionaryKey: ((a: number, b: number, c: number) => number)
    key_fromEraInfo: ((a: number) => number)
    key_fromEraSummary: (() => number)
    key_fromFormattedString: ((a: number, b: number, c: number) => void)
    key_fromHash: ((a: number) => number)
    key_fromSystemEntityRegistry: (() => number)
    key_fromTransfer: ((a: number, b: number) => number)
    key_fromURef: ((a: number) => number)
    key_fromUnbond: ((a: number) => number)
    key_fromWithdraw: ((a: number) => number)
    key_intoAccount: ((a: number) => number)
    key_intoHash: ((a: number) => number)
    key_intoURef: ((a: number) => number)
    key_isDictionaryKey: ((a: number) => number)
    key_new: ((a: number, b: number) => void)
    key_toFormattedString: ((a: number, b: number) => void)
    key_toJson: ((a: number) => number)
    key_urefToHash: ((a: number) => number)
    key_withdrawToUnbond: ((a: number) => number)
    listrpcsresult_api_version: ((a: number) => number)
    listrpcsresult_name: ((a: number, b: number) => void)
    listrpcsresult_schema: ((a: number) => number)
    listrpcsresult_toJson: ((a: number) => number)
    makeDictionaryItemKey: ((a: number, b: number, c: number, d: number) => void)
    memory: Memory
    motesToCSPR: ((a: number, b: number, c: number) => void)
    packagehash_fromFormattedStr: ((a: number, b: number, c: number) => void)
    packagehash_fromUint8Array: ((a: number, b: number) => number)
    packagehash_new_js_alias: ((a: number, b: number, c: number) => void)
    packagehash_toFormattedString: ((a: number, b: number) => void)
    path_fromArray: ((a: number) => number)
    path_is_empty: ((a: number) => number)
    path_new: ((a: number) => number)
    path_toJson: ((a: number) => number)
    path_toString: ((a: number, b: number) => void)
    paymentstrparams_new: ((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) => number)
    paymentstrparams_payment_amount: ((a: number, b: number) => void)
    paymentstrparams_payment_args_json: ((a: number, b: number) => void)
    paymentstrparams_payment_args_simple: ((a: number) => number)
    paymentstrparams_payment_entry_point: ((a: number, b: number) => void)
    paymentstrparams_payment_hash: ((a: number, b: number) => void)
    paymentstrparams_payment_name: ((a: number, b: number) => void)
    paymentstrparams_payment_package_hash: ((a: number, b: number) => void)
    paymentstrparams_payment_package_name: ((a: number, b: number) => void)
    paymentstrparams_payment_path: ((a: number, b: number) => void)
    paymentstrparams_payment_version: ((a: number, b: number) => void)
    paymentstrparams_set_payment_amount: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_args_json: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_args_simple: ((a: number, b: number) => void)
    paymentstrparams_set_payment_entry_point: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_hash: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_name: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_package_hash: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_package_name: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_path: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_version: ((a: number, b: number, c: number) => void)
    peerentry_address: ((a: number, b: number) => void)
    peerentry_node_id: ((a: number, b: number) => void)
    publicKeyFromSecretKey: ((a: number, b: number, c: number) => void)
    publickey_fromUint8Array: ((a: number, b: number, c: number) => void)
    publickey_new_js_alias: ((a: number, b: number, c: number) => void)
    publickey_toAccountHash: ((a: number) => number)
    publickey_toJson: ((a: number) => number)
    publickey_toPurseUref: ((a: number) => number)
    purseidentifier_fromAccountHash: ((a: number) => number)
    purseidentifier_fromPublicKey: ((a: number) => number)
    purseidentifier_fromURef: ((a: number) => number)
    purseidentifier_toJson: ((a: number) => number)
    putdeployresult_api_version: ((a: number) => number)
    putdeployresult_deploy_hash: ((a: number) => number)
    putdeployresult_toJson: ((a: number) => number)
    puttransactionresult_api_version: ((a: number) => number)
    puttransactionresult_toJson: ((a: number) => number)
    puttransactionresult_transaction_hash: ((a: number) => number)
    querybalancedetailsresult_api_version: ((a: number) => number)
    querybalancedetailsresult_available_balance: ((a: number) => number)
    querybalancedetailsresult_holds: ((a: number) => number)
    querybalancedetailsresult_toJson: ((a: number) => number)
    querybalancedetailsresult_total_balance: ((a: number) => number)
    querybalancedetailsresult_total_balance_proof: ((a: number) => number)
    querybalanceresult_api_version: ((a: number) => number)
    querybalanceresult_balance: ((a: number) => number)
    querybalanceresult_toJson: ((a: number) => number)
    queryglobalstateresult_api_version: ((a: number) => number)
    queryglobalstateresult_block_header: ((a: number) => number)
    queryglobalstateresult_merkle_proof: ((a: number, b: number) => void)
    queryglobalstateresult_stored_value: ((a: number) => number)
    queryglobalstateresult_toJson: ((a: number) => number)
    sdk_account_put_deploy: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_account_put_transaction: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_call_entrypoint: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_call_entrypoint_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_chain_get_block: ((a: number, b: number) => number)
    sdk_chain_get_block_transfers: ((a: number, b: number) => number)
    sdk_chain_get_era_info_by_switch_block: ((a: number, b: number) => number)
    sdk_chain_get_era_summary: ((a: number, b: number) => number)
    sdk_chain_get_state_root_hash: ((a: number, b: number) => number)
    sdk_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_getNodeAddress: ((a: number, b: number, c: number, d: number) => void)
    sdk_getVerbosity: ((a: number, b: number) => number)
    sdk_get_account: ((a: number, b: number) => number)
    sdk_get_account_options: ((a: number, b: number, c: number) => void)
    sdk_get_auction_info: ((a: number, b: number) => number)
    sdk_get_auction_info_options: ((a: number, b: number, c: number) => void)
    sdk_get_balance: ((a: number, b: number) => number)
    sdk_get_balance_options: ((a: number, b: number, c: number) => void)
    sdk_get_block: ((a: number, b: number) => number)
    sdk_get_block_options: ((a: number, b: number, c: number) => void)
    sdk_get_block_transfers: ((a: number, b: number) => number)
    sdk_get_block_transfers_options: ((a: number, b: number, c: number) => void)
    sdk_get_chainspec: ((a: number, b: number, c: number, d: number) => number)
    sdk_get_deploy: ((a: number, b: number) => number)
    sdk_get_deploy_options: ((a: number, b: number, c: number) => void)
    sdk_get_dictionary_item: ((a: number, b: number) => number)
    sdk_get_dictionary_item_options: ((a: number, b: number, c: number) => void)
    sdk_get_entity: ((a: number, b: number) => number)
    sdk_get_entity_options: ((a: number, b: number, c: number) => void)
    sdk_get_era_info: ((a: number, b: number) => number)
    sdk_get_era_info_options: ((a: number, b: number, c: number) => void)
    sdk_get_era_summary: ((a: number, b: number) => number)
    sdk_get_era_summary_options: ((a: number, b: number, c: number) => void)
    sdk_get_node_status: ((a: number, b: number, c: number, d: number) => number)
    sdk_get_peers: ((a: number, b: number, c: number, d: number) => number)
    sdk_get_speculative_exec_deploy_options: ((a: number, b: number, c: number) => void)
    sdk_get_speculative_exec_options: ((a: number, b: number, c: number) => void)
    sdk_get_state_root_hash: ((a: number, b: number) => number)
    sdk_get_state_root_hash_options: ((a: number, b: number, c: number) => void)
    sdk_get_transaction: ((a: number, b: number) => number)
    sdk_get_transaction_options: ((a: number, b: number, c: number) => void)
    sdk_get_validator_changes: ((a: number, b: number, c: number, d: number) => number)
    sdk_info_get_chainspec: ((a: number, b: number, c: number, d: number) => number)
    sdk_info_get_deploy: ((a: number, b: number) => number)
    sdk_info_get_peers: ((a: number, b: number, c: number, d: number) => number)
    sdk_info_get_status: ((a: number, b: number, c: number, d: number) => number)
    sdk_info_get_transaction: ((a: number, b: number) => number)
    sdk_info_get_validator_change: ((a: number, b: number, c: number, d: number) => number)
    sdk_install: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_install_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_list_rpcs: ((a: number, b: number, c: number, d: number) => number)
    sdk_make_deploy: ((a: number, b: number, c: number, d: number, e: number) => void)
    sdk_make_transaction: ((a: number, b: number, c: number, d: number) => void)
    sdk_make_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void)
    sdk_make_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void)
    sdk_new: ((a: number, b: number, c: number) => number)
    sdk_put_deploy: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_put_transaction: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_query_balance: ((a: number, b: number) => number)
    sdk_query_balance_details: ((a: number, b: number) => number)
    sdk_query_balance_details_options: ((a: number, b: number, c: number) => void)
    sdk_query_balance_options: ((a: number, b: number, c: number) => void)
    sdk_query_contract_dict: ((a: number, b: number) => number)
    sdk_query_contract_dict_options: ((a: number, b: number, c: number) => void)
    sdk_query_contract_key: ((a: number, b: number) => number)
    sdk_query_contract_key_options: ((a: number, b: number, c: number) => void)
    sdk_query_global_state: ((a: number, b: number) => number)
    sdk_query_global_state_options: ((a: number, b: number, c: number) => void)
    sdk_setNodeAddress: ((a: number, b: number, c: number, d: number) => void)
    sdk_setVerbosity: ((a: number, b: number, c: number) => void)
    sdk_sign_deploy: ((a: number, b: number, c: number, d: number) => number)
    sdk_sign_transaction: ((a: number, b: number, c: number, d: number) => number)
    sdk_speculative_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_speculative_exec: ((a: number, b: number) => number)
    sdk_speculative_exec_deploy: ((a: number, b: number) => number)
    sdk_speculative_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number) => number)
    sdk_speculative_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number)
    sdk_speculative_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number)
    sdk_state_get_account_info: ((a: number, b: number) => number)
    sdk_state_get_auction_info_js_alias: ((a: number, b: number) => number)
    sdk_state_get_balance: ((a: number, b: number) => number)
    sdk_state_get_dictionary_item: ((a: number, b: number) => number)
    sdk_state_get_entity: ((a: number, b: number) => number)
    sdk_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number) => number)
    sdk_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number)
    sdk_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number)
    sdk_waitDeploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_waitTransaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_watchDeploy: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_watchTransaction: ((a: number, b: number, c: number, d: number, e: number) => number)
    sessionstrparams_is_session_transfer: ((a: number) => number)
    sessionstrparams_new: ((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) => number)
    sessionstrparams_session_args_json: ((a: number, b: number) => void)
    sessionstrparams_session_args_simple: ((a: number) => number)
    sessionstrparams_session_bytes: ((a: number) => number)
    sessionstrparams_session_entry_point: ((a: number, b: number) => void)
    sessionstrparams_session_hash: ((a: number, b: number) => void)
    sessionstrparams_session_name: ((a: number, b: number) => void)
    sessionstrparams_session_package_hash: ((a: number, b: number) => void)
    sessionstrparams_session_package_name: ((a: number, b: number) => void)
    sessionstrparams_session_path: ((a: number, b: number) => void)
    sessionstrparams_session_version: ((a: number, b: number) => void)
    sessionstrparams_set_is_session_transfer: ((a: number, b: number) => void)
    sessionstrparams_set_session_args_json: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_args_simple: ((a: number, b: number) => void)
    sessionstrparams_set_session_bytes: ((a: number, b: number) => void)
    sessionstrparams_set_session_entry_point: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_hash: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_name: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_package_hash: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_package_name: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_path: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_version: ((a: number, b: number, c: number) => void)
    signatureresponse_get_signature: ((a: number, b: number) => void)
    signatureresponse_get_signature_hex: ((a: number, b: number) => void)
    signatureresponse_is_cancelled: ((a: number) => number)
    speculativeexecresult_api_version: ((a: number) => number)
    speculativeexecresult_block_hash: ((a: number) => number)
    speculativeexecresult_execution_result: ((a: number) => number)
    speculativeexecresult_toJson: ((a: number) => number)
    speculativeexectxnresult_api_version: ((a: number) => number)
    speculativeexectxnresult_block_hash: ((a: number) => number)
    speculativeexectxnresult_execution_result: ((a: number) => number)
    speculativeexectxnresult_toJson: ((a: number) => number)
    subscription_new: ((a: number, b: number, c: number) => number)
    transaction_account_hash: ((a: number) => number)
    transaction_addArg: ((a: number, b: number, c: number, d: number, e: number) => void)
    transaction_addSignature: ((a: number, b: number, c: number, d: number, e: number) => number)
    transaction_approvals: ((a: number) => number)
    transaction_approvalsHash: ((a: number) => number)
    transaction_authorization_keys: ((a: number) => number)
    transaction_chain_name: ((a: number, b: number) => void)
    transaction_entry_point: ((a: number, b: number) => void)
    transaction_expired: ((a: number) => number)
    transaction_expires: ((a: number) => number)
    transaction_hash: ((a: number) => number)
    transaction_header: ((a: number) => number)
    transaction_initiator_addr: ((a: number, b: number) => void)
    transaction_is_native: ((a: number) => number)
    transaction_is_standard_payment: ((a: number) => number)
    transaction_new: ((a: number) => number)
    transaction_newSession: ((a: number, b: number, c: number) => void)
    transaction_newTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void)
    transaction_session_args: ((a: number) => number)
    transaction_sign: ((a: number, b: number, c: number) => number)
    transaction_signers: ((a: number) => number)
    transaction_size_estimate: ((a: number) => number)
    transaction_timestamp: ((a: number, b: number) => void)
    transaction_toJson: ((a: number) => number)
    transaction_ttl: ((a: number, b: number) => void)
    transaction_verify: ((a: number) => number)
    transaction_withAccountHash: ((a: number, b: number, c: number, d: number) => number)
    transaction_withBody: ((a: number, b: number, c: number, d: number) => number)
    transaction_withChainName: ((a: number, b: number, c: number, d: number, e: number) => number)
    transaction_withEntityHash: ((a: number, b: number, c: number, d: number) => number)
    transaction_withEntryPoint: ((a: number, b: number, c: number, d: number, e: number) => number)
    transaction_withPackageHash: ((a: number, b: number, c: number, d: number) => number)
    transaction_withPublicKey: ((a: number, b: number, c: number, d: number) => number)
    transaction_withSecretKey: ((a: number, b: number, c: number) => number)
    transaction_withTTL: ((a: number, b: number, c: number, d: number, e: number) => number)
    transaction_withTimestamp: ((a: number, b: number, c: number, d: number, e: number) => number)
    transaction_withTransactionBytes: ((a: number, b: number, c: number, d: number) => number)
    transactionbuilderparams_amount: ((a: number, b: number) => void)
    transactionbuilderparams_delegation_rate: ((a: number) => number)
    transactionbuilderparams_delegator: ((a: number) => number)
    transactionbuilderparams_entity_alias: ((a: number, b: number) => void)
    transactionbuilderparams_entity_hash: ((a: number) => number)
    transactionbuilderparams_entry_point: ((a: number, b: number) => void)
    transactionbuilderparams_kind: ((a: number) => number)
    transactionbuilderparams_maximum_delegation_amount: ((a: number, b: number) => void)
    transactionbuilderparams_maybe_entity_version: ((a: number, b: number) => void)
    transactionbuilderparams_maybe_id: ((a: number, b: number) => void)
    transactionbuilderparams_maybe_source: ((a: number) => number)
    transactionbuilderparams_minimum_delegation_amount: ((a: number, b: number) => void)
    transactionbuilderparams_newAddBid: ((a: number, b: number, c: number, d: number, e: number, f: number) => number)
    transactionbuilderparams_newDelegate: ((a: number, b: number, c: number, d: number) => number)
    transactionbuilderparams_newInvocableEntity: ((a: number, b: number, c: number) => number)
    transactionbuilderparams_newInvocableEntityAlias: ((a: number, b: number, c: number, d: number) => number)
    transactionbuilderparams_newPackage: ((a: number, b: number, c: number, d: number, e: number) => number)
    transactionbuilderparams_newPackageAlias: ((a: number, b: number, c: number, d: number, e: number, f: number) => number)
    transactionbuilderparams_newRedelegate: ((a: number, b: number, c: number, d: number, e: number) => number)
    transactionbuilderparams_newSession: ((a: number, b: number) => number)
    transactionbuilderparams_newTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number) => number)
    transactionbuilderparams_newUndelegate: ((a: number, b: number, c: number, d: number) => number)
    transactionbuilderparams_newWithdrawBid: ((a: number, b: number, c: number) => number)
    transactionbuilderparams_new_validator: ((a: number) => number)
    transactionbuilderparams_package_alias: ((a: number, b: number) => void)
    transactionbuilderparams_package_hash: ((a: number) => number)
    transactionbuilderparams_public_key: ((a: number) => number)
    transactionbuilderparams_set_amount: ((a: number, b: number, c: number) => void)
    transactionbuilderparams_set_delegation_rate: ((a: number, b: number) => void)
    transactionbuilderparams_set_delegator: ((a: number, b: number) => void)
    transactionbuilderparams_set_entity_alias: ((a: number, b: number, c: number) => void)
    transactionbuilderparams_set_entity_hash: ((a: number, b: number) => void)
    transactionbuilderparams_set_entry_point: ((a: number, b: number, c: number) => void)
    transactionbuilderparams_set_kind: ((a: number, b: number) => void)
    transactionbuilderparams_set_maximum_delegation_amount: ((a: number, b: number) => void)
    transactionbuilderparams_set_maybe_entity_version: ((a: number, b: number) => void)
    transactionbuilderparams_set_maybe_id: ((a: number, b: number) => void)
    transactionbuilderparams_set_maybe_source: ((a: number, b: number) => void)
    transactionbuilderparams_set_minimum_delegation_amount: ((a: number, b: number) => void)
    transactionbuilderparams_set_new_validator: ((a: number, b: number) => void)
    transactionbuilderparams_set_package_alias: ((a: number, b: number, c: number) => void)
    transactionbuilderparams_set_package_hash: ((a: number, b: number) => void)
    transactionbuilderparams_set_public_key: ((a: number, b: number) => void)
    transactionbuilderparams_set_target: ((a: number, b: number) => void)
    transactionbuilderparams_set_transaction_bytes: ((a: number, b: number) => void)
    transactionbuilderparams_set_transaction_category: ((a: number, b: number) => void)
    transactionbuilderparams_set_validator: ((a: number, b: number) => void)
    transactionbuilderparams_target: ((a: number) => number)
    transactionbuilderparams_transaction_bytes: ((a: number) => number)
    transactionbuilderparams_transaction_category: ((a: number) => number)
    transactionbuilderparams_validator: ((a: number) => number)
    transactionhash_digest: ((a: number, b: number) => void)
    transactionhash_fromRaw: ((a: number, b: number, c: number) => void)
    transactionhash_new_js_alias: ((a: number, b: number, c: number) => void)
    transactionhash_toJson: ((a: number) => number)
    transactionhash_toString: ((a: number, b: number) => void)
    transactionstrparams_chain_name: ((a: number, b: number) => void)
    transactionstrparams_gas_price_tolerance: ((a: number, b: number) => void)
    transactionstrparams_initiator_addr: ((a: number, b: number) => void)
    transactionstrparams_new: ((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) => number)
    transactionstrparams_new_with_defaults: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number)
    transactionstrparams_payment_amount: ((a: number, b: number) => void)
    transactionstrparams_pricing_mode: ((a: number) => number)
    transactionstrparams_receipt: ((a: number, b: number) => void)
    transactionstrparams_secret_key: ((a: number, b: number) => void)
    transactionstrparams_session_args_json: ((a: number, b: number) => void)
    transactionstrparams_session_args_simple: ((a: number) => number)
    transactionstrparams_setDefaultTTL: ((a: number) => void)
    transactionstrparams_setDefaultTimestamp: ((a: number) => void)
    transactionstrparams_set_chain_name: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_gas_price_tolerance: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_initiator_addr: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_payment_amount: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_pricing_mode: ((a: number, b: number) => void)
    transactionstrparams_set_receipt: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_secret_key: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_session_args_json: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_session_args_simple: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_standard_payment: ((a: number, b: number) => void)
    transactionstrparams_set_timestamp: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_ttl: ((a: number, b: number, c: number) => void)
    transactionstrparams_standard_payment: ((a: number) => number)
    transactionstrparams_timestamp: ((a: number, b: number) => void)
    transactionstrparams_ttl: ((a: number, b: number) => void)
    transferaddr_new: ((a: number, b: number, c: number) => void)
    transfertarget_new: ((a: number, b: number, c: number, d: number) => number)
    uint8ArrayToBytes: ((a: number) => number)
    uref_fromFormattedStr: ((a: number, b: number, c: number) => void)
    uref_fromUint8Array: ((a: number, b: number, c: number) => number)
    uref_new_js_alias: ((a: number, b: number, c: number, d: number) => void)
    uref_toFormattedString: ((a: number, b: number) => void)
    uref_toJson: ((a: number) => number)
    urefaddr_new: ((a: number, b: number, c: number) => void)
    wasm_bindgen__convert__closures__invoke2_mut__h46d510b29de5df9e: ((a: number, b: number, c: number, d: number) => void)
    watcher_new: ((a: number, b: number, c: number, d: number) => number)
    watcher_start: ((a: number) => number)
    watcher_stop: ((a: number) => void)
    watcher_subscribe: ((a: number, b: number, c: number, d: number) => void)
    watcher_unsubscribe: ((a: number, b: number, c: number) => void)
    +

    Properties

    __wbg_accessrights_free: ((a: number, b: number) => void)
    __wbg_accounthash_free: ((a: number, b: number) => void)
    __wbg_accountidentifier_free: ((a: number, b: number) => void)
    __wbg_addressableentityhash_free: ((a: number, b: number) => void)
    __wbg_argssimple_free: ((a: number, b: number) => void)
    __wbg_blockhash_free: ((a: number, b: number) => void)
    __wbg_blockidentifier_free: ((a: number, b: number) => void)
    __wbg_body_free: ((a: number, b: number) => void)
    __wbg_bytes_free: ((a: number, b: number) => void)
    __wbg_casperwallet_free: ((a: number, b: number) => void)
    __wbg_contracthash_free: ((a: number, b: number) => void)
    __wbg_contractpackagehash_free: ((a: number, b: number) => void)
    __wbg_deploy_free: ((a: number, b: number) => void)
    __wbg_deployhash_free: ((a: number, b: number) => void)
    __wbg_deploystrparams_free: ((a: number, b: number) => void)
    __wbg_dictionaryaddr_free: ((a: number, b: number) => void)
    __wbg_dictionaryitemidentifier_free: ((a: number, b: number) => void)
    __wbg_dictionaryitemstrparams_free: ((a: number, b: number) => void)
    __wbg_digest_free: ((a: number, b: number) => void)
    __wbg_entityaddr_free: ((a: number, b: number) => void)
    __wbg_entityidentifier_free: ((a: number, b: number) => void)
    __wbg_eraid_free: ((a: number, b: number) => void)
    __wbg_eventparseresult_free: ((a: number, b: number) => void)
    __wbg_executionresult_free: ((a: number, b: number) => void)
    __wbg_failure_free: ((a: number, b: number) => void)
    __wbg_get_body_transaction_processed: ((a: number) => number)
    __wbg_get_eventparseresult_body: ((a: number) => number)
    __wbg_get_eventparseresult_err: ((a: number, b: number) => void)
    __wbg_get_executionresult_Failure: ((a: number) => number)
    __wbg_get_executionresult_Success: ((a: number) => number)
    __wbg_get_failure_cost: ((a: number, b: number) => void)
    __wbg_get_failure_error_message: ((a: number, b: number) => void)
    __wbg_get_getaccountoptions_account_identifier: ((a: number) => number)
    __wbg_get_getaccountoptions_account_identifier_as_string: ((a: number, b: number) => void)
    __wbg_get_getaccountoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getaccountoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getaccountoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getaccountoptions_verbosity: ((a: number) => number)
    __wbg_get_getauctioninfooptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getauctioninfooptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getauctioninfooptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getauctioninfooptions_verbosity: ((a: number) => number)
    __wbg_get_getbalanceoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getbalanceoptions_purse_uref: ((a: number) => number)
    __wbg_get_getbalanceoptions_purse_uref_as_string: ((a: number, b: number) => void)
    __wbg_get_getbalanceoptions_state_root_hash: ((a: number) => number)
    __wbg_get_getbalanceoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_getbalanceoptions_verbosity: ((a: number) => number)
    __wbg_get_getblockoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getblockoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getblockoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getblockoptions_verbosity: ((a: number) => number)
    __wbg_get_getblocktransfersoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getblocktransfersoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getblocktransfersoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getblocktransfersoptions_verbosity: ((a: number) => number)
    __wbg_get_getdeployoptions_deploy_hash: ((a: number) => number)
    __wbg_get_getdeployoptions_deploy_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_getdeployoptions_finalized_approvals: ((a: number) => number)
    __wbg_get_getdeployoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getdeployoptions_verbosity: ((a: number) => number)
    __wbg_get_getdictionaryitemoptions_dictionary_item_identifier: ((a: number) => number)
    __wbg_get_getdictionaryitemoptions_dictionary_item_params: ((a: number) => number)
    __wbg_get_getdictionaryitemoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getdictionaryitemoptions_state_root_hash: ((a: number) => number)
    __wbg_get_getdictionaryitemoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_getdictionaryitemoptions_verbosity: ((a: number) => number)
    __wbg_get_getentityoptions_entity_identifier: ((a: number) => number)
    __wbg_get_getentityoptions_entity_identifier_as_string: ((a: number, b: number) => void)
    __wbg_get_getentityoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getentityoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getentityoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getentityoptions_verbosity: ((a: number) => number)
    __wbg_get_geterainfooptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_geterainfooptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_geterainfooptions_node_address: ((a: number, b: number) => void)
    __wbg_get_geterainfooptions_verbosity: ((a: number) => number)
    __wbg_get_geterasummaryoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_geterasummaryoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_geterasummaryoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_geterasummaryoptions_verbosity: ((a: number) => number)
    __wbg_get_getspeculativeexecdeployoptions_deploy: ((a: number) => number)
    __wbg_get_getspeculativeexecdeployoptions_deploy_as_string: ((a: number, b: number) => void)
    __wbg_get_getspeculativeexecdeployoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getspeculativeexecdeployoptions_verbosity: ((a: number) => number)
    __wbg_get_getspeculativeexectxnoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getspeculativeexectxnoptions_transaction: ((a: number) => number)
    __wbg_get_getspeculativeexectxnoptions_transaction_as_string: ((a: number, b: number) => void)
    __wbg_get_getspeculativeexectxnoptions_verbosity: ((a: number) => number)
    __wbg_get_getstateroothashoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_getstateroothashoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_getstateroothashoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_getstateroothashoptions_verbosity: ((a: number) => number)
    __wbg_get_gettransactionoptions_finalized_approvals: ((a: number) => number)
    __wbg_get_gettransactionoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_gettransactionoptions_transaction_hash: ((a: number) => number)
    __wbg_get_gettransactionoptions_transaction_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_gettransactionoptions_verbosity: ((a: number) => number)
    __wbg_get_hashstring_hash: ((a: number, b: number) => void)
    __wbg_get_message_String: ((a: number, b: number) => void)
    __wbg_get_messages_block_index: ((a: number) => number)
    __wbg_get_messages_entity_hash: ((a: number, b: number) => void)
    __wbg_get_messages_message: ((a: number) => number)
    __wbg_get_messages_topic_index: ((a: number) => number)
    __wbg_get_messages_topic_name: ((a: number, b: number) => void)
    __wbg_get_messages_topic_name_hash: ((a: number, b: number) => void)
    __wbg_get_payment_source: ((a: number, b: number) => void)
    __wbg_get_publickeystring_PublicKey: ((a: number, b: number) => void)
    __wbg_get_querybalancedetailsoptions_global_state_identifier: ((a: number) => number)
    __wbg_get_querybalancedetailsoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalancedetailsoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_querybalancedetailsoptions_purse_identifier: ((a: number) => number)
    __wbg_get_querybalancedetailsoptions_purse_identifier_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalancedetailsoptions_state_root_hash: ((a: number) => number)
    __wbg_get_querybalancedetailsoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalancedetailsoptions_verbosity: ((a: number) => number)
    __wbg_get_querybalanceoptions_global_state_identifier: ((a: number) => number)
    __wbg_get_querybalanceoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalanceoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_querybalanceoptions_purse_identifier: ((a: number) => number)
    __wbg_get_querybalanceoptions_purse_identifier_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalanceoptions_state_root_hash: ((a: number) => number)
    __wbg_get_querybalanceoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_querybalanceoptions_verbosity: ((a: number) => number)
    __wbg_get_querycontractdictoptions_dictionary_item_identifier: ((a: number) => number)
    __wbg_get_querycontractdictoptions_dictionary_item_params: ((a: number) => number)
    __wbg_get_querycontractdictoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_querycontractdictoptions_state_root_hash: ((a: number) => number)
    __wbg_get_querycontractdictoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_querycontractdictoptions_verbosity: ((a: number) => number)
    __wbg_get_querycontractkeyoptions_entity_identifier: ((a: number) => number)
    __wbg_get_querycontractkeyoptions_entity_identifier_as_string: ((a: number, b: number) => void)
    __wbg_get_querycontractkeyoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_querycontractkeyoptions_maybe_block_identifier: ((a: number) => number)
    __wbg_get_querycontractkeyoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_querycontractkeyoptions_path: ((a: number) => number)
    __wbg_get_querycontractkeyoptions_path_as_string: ((a: number, b: number) => void)
    __wbg_get_querycontractkeyoptions_verbosity: ((a: number) => number)
    __wbg_get_queryglobalstateoptions_global_state_identifier: ((a: number) => number)
    __wbg_get_queryglobalstateoptions_key: ((a: number) => number)
    __wbg_get_queryglobalstateoptions_key_as_string: ((a: number, b: number) => void)
    __wbg_get_queryglobalstateoptions_maybe_block_id_as_string: ((a: number, b: number) => void)
    __wbg_get_queryglobalstateoptions_node_address: ((a: number, b: number) => void)
    __wbg_get_queryglobalstateoptions_path: ((a: number) => number)
    __wbg_get_queryglobalstateoptions_path_as_string: ((a: number, b: number) => void)
    __wbg_get_queryglobalstateoptions_state_root_hash: ((a: number) => number)
    __wbg_get_queryglobalstateoptions_state_root_hash_as_string: ((a: number, b: number) => void)
    __wbg_get_queryglobalstateoptions_verbosity: ((a: number) => number)
    __wbg_get_subscription_eventHandlerFn: ((a: number) => number)
    __wbg_get_subscription_targetHash: ((a: number, b: number) => void)
    __wbg_get_transactionprocessed_block_hash: ((a: number, b: number) => void)
    __wbg_get_transactionprocessed_execution_result: ((a: number) => number)
    __wbg_get_transactionprocessed_hash: ((a: number) => number)
    __wbg_get_transactionprocessed_initiator_addr: ((a: number) => number)
    __wbg_get_transactionprocessed_messages: ((a: number, b: number) => void)
    __wbg_get_transactionprocessed_timestamp: ((a: number, b: number) => void)
    __wbg_get_transactionprocessed_ttl: ((a: number, b: number) => void)
    __wbg_get_version2_consumed: ((a: number, b: number) => void)
    __wbg_get_version2_cost: ((a: number, b: number) => void)
    __wbg_get_version2_error_message: ((a: number, b: number) => void)
    __wbg_get_version2_initiator: ((a: number) => number)
    __wbg_get_version2_limit: ((a: number, b: number) => void)
    __wbg_getaccountoptions_free: ((a: number, b: number) => void)
    __wbg_getaccountresult_free: ((a: number, b: number) => void)
    __wbg_getaddressableentityresult_free: ((a: number, b: number) => void)
    __wbg_getauctioninfooptions_free: ((a: number, b: number) => void)
    __wbg_getauctioninforesult_free: ((a: number, b: number) => void)
    __wbg_getbalanceoptions_free: ((a: number, b: number) => void)
    __wbg_getbalanceresult_free: ((a: number, b: number) => void)
    __wbg_getblockoptions_free: ((a: number, b: number) => void)
    __wbg_getblockresult_free: ((a: number, b: number) => void)
    __wbg_getblocktransfersoptions_free: ((a: number, b: number) => void)
    __wbg_getblocktransfersresult_free: ((a: number, b: number) => void)
    __wbg_getchainspecresult_free: ((a: number, b: number) => void)
    __wbg_getdeployoptions_free: ((a: number, b: number) => void)
    __wbg_getdeployresult_free: ((a: number, b: number) => void)
    __wbg_getdictionaryitemoptions_free: ((a: number, b: number) => void)
    __wbg_getdictionaryitemresult_free: ((a: number, b: number) => void)
    __wbg_getentityoptions_free: ((a: number, b: number) => void)
    __wbg_geterainfooptions_free: ((a: number, b: number) => void)
    __wbg_geterainforesult_free: ((a: number, b: number) => void)
    __wbg_geterasummaryoptions_free: ((a: number, b: number) => void)
    __wbg_geterasummaryresult_free: ((a: number, b: number) => void)
    __wbg_getnodestatusresult_free: ((a: number, b: number) => void)
    __wbg_getpeersresult_free: ((a: number, b: number) => void)
    __wbg_getspeculativeexecdeployoptions_free: ((a: number, b: number) => void)
    __wbg_getspeculativeexectxnoptions_free: ((a: number, b: number) => void)
    __wbg_getstateroothashoptions_free: ((a: number, b: number) => void)
    __wbg_getstateroothashresult_free: ((a: number, b: number) => void)
    __wbg_gettransactionoptions_free: ((a: number, b: number) => void)
    __wbg_gettransactionresult_free: ((a: number, b: number) => void)
    __wbg_getvalidatorchangesresult_free: ((a: number, b: number) => void)
    __wbg_globalstateidentifier_free: ((a: number, b: number) => void)
    __wbg_hashaddr_free: ((a: number, b: number) => void)
    __wbg_hashstring_free: ((a: number, b: number) => void)
    __wbg_intounderlyingbytesource_free: ((a: number, b: number) => void)
    __wbg_intounderlyingsink_free: ((a: number, b: number) => void)
    __wbg_intounderlyingsource_free: ((a: number, b: number) => void)
    __wbg_key_free: ((a: number, b: number) => void)
    __wbg_listrpcsresult_free: ((a: number, b: number) => void)
    __wbg_message_free: ((a: number, b: number) => void)
    __wbg_messages_free: ((a: number, b: number) => void)
    __wbg_packagehash_free: ((a: number, b: number) => void)
    __wbg_path_free: ((a: number, b: number) => void)
    __wbg_payment_free: ((a: number, b: number) => void)
    __wbg_paymentstrparams_free: ((a: number, b: number) => void)
    __wbg_peerentry_free: ((a: number, b: number) => void)
    __wbg_publickey_free: ((a: number, b: number) => void)
    __wbg_publickeystring_free: ((a: number, b: number) => void)
    __wbg_purseidentifier_free: ((a: number, b: number) => void)
    __wbg_putdeployresult_free: ((a: number, b: number) => void)
    __wbg_puttransactionresult_free: ((a: number, b: number) => void)
    __wbg_querybalancedetailsoptions_free: ((a: number, b: number) => void)
    __wbg_querybalancedetailsresult_free: ((a: number, b: number) => void)
    __wbg_querybalanceoptions_free: ((a: number, b: number) => void)
    __wbg_querybalanceresult_free: ((a: number, b: number) => void)
    __wbg_querycontractdictoptions_free: ((a: number, b: number) => void)
    __wbg_querycontractkeyoptions_free: ((a: number, b: number) => void)
    __wbg_queryglobalstateoptions_free: ((a: number, b: number) => void)
    __wbg_queryglobalstateresult_free: ((a: number, b: number) => void)
    __wbg_sdk_free: ((a: number, b: number) => void)
    __wbg_sessionstrparams_free: ((a: number, b: number) => void)
    __wbg_set_body_transaction_processed: ((a: number, b: number) => void)
    __wbg_set_eventparseresult_body: ((a: number, b: number) => void)
    __wbg_set_eventparseresult_err: ((a: number, b: number, c: number) => void)
    __wbg_set_executionresult_Failure: ((a: number, b: number) => void)
    __wbg_set_executionresult_Success: ((a: number, b: number) => void)
    __wbg_set_failure_cost: ((a: number, b: number, c: number) => void)
    __wbg_set_failure_error_message: ((a: number, b: number, c: number) => void)
    __wbg_set_getaccountoptions_account_identifier: ((a: number, b: number) => void)
    __wbg_set_getaccountoptions_account_identifier_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getaccountoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getaccountoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getaccountoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getaccountoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getauctioninfooptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getauctioninfooptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getauctioninfooptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getauctioninfooptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getbalanceoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getbalanceoptions_purse_uref: ((a: number, b: number) => void)
    __wbg_set_getbalanceoptions_purse_uref_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getbalanceoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_getbalanceoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getbalanceoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getblockoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getblockoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getblockoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getblockoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getblocktransfersoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getblocktransfersoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getblocktransfersoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getblocktransfersoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getdeployoptions_deploy_hash: ((a: number, b: number) => void)
    __wbg_set_getdeployoptions_deploy_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getdeployoptions_finalized_approvals: ((a: number, b: number) => void)
    __wbg_set_getdeployoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getdeployoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getdictionaryitemoptions_dictionary_item_identifier: ((a: number, b: number) => void)
    __wbg_set_getdictionaryitemoptions_dictionary_item_params: ((a: number, b: number) => void)
    __wbg_set_getdictionaryitemoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getdictionaryitemoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_getdictionaryitemoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getdictionaryitemoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getentityoptions_entity_identifier: ((a: number, b: number) => void)
    __wbg_set_getentityoptions_entity_identifier_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getentityoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getentityoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getentityoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getentityoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_geterainfooptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_geterainfooptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_geterainfooptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_geterainfooptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_geterasummaryoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_geterasummaryoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_geterasummaryoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_geterasummaryoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getspeculativeexecdeployoptions_deploy: ((a: number, b: number) => void)
    __wbg_set_getspeculativeexecdeployoptions_deploy_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getspeculativeexecdeployoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getspeculativeexecdeployoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getspeculativeexectxnoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getspeculativeexectxnoptions_transaction: ((a: number, b: number) => void)
    __wbg_set_getspeculativeexectxnoptions_transaction_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getspeculativeexectxnoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_getstateroothashoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_getstateroothashoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_getstateroothashoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_getstateroothashoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_gettransactionoptions_finalized_approvals: ((a: number, b: number) => void)
    __wbg_set_gettransactionoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_gettransactionoptions_transaction_hash: ((a: number, b: number) => void)
    __wbg_set_gettransactionoptions_transaction_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_gettransactionoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_hashstring_hash: ((a: number, b: number, c: number) => void)
    __wbg_set_message_String: ((a: number, b: number, c: number) => void)
    __wbg_set_messages_block_index: ((a: number, b: number) => void)
    __wbg_set_messages_entity_hash: ((a: number, b: number, c: number) => void)
    __wbg_set_messages_message: ((a: number, b: number) => void)
    __wbg_set_messages_topic_index: ((a: number, b: number) => void)
    __wbg_set_messages_topic_name: ((a: number, b: number, c: number) => void)
    __wbg_set_messages_topic_name_hash: ((a: number, b: number, c: number) => void)
    __wbg_set_payment_source: ((a: number, b: number, c: number) => void)
    __wbg_set_publickeystring_PublicKey: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalancedetailsoptions_global_state_identifier: ((a: number, b: number) => void)
    __wbg_set_querybalancedetailsoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalancedetailsoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalancedetailsoptions_purse_identifier: ((a: number, b: number) => void)
    __wbg_set_querybalancedetailsoptions_purse_identifier_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalancedetailsoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_querybalancedetailsoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalancedetailsoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_querybalanceoptions_global_state_identifier: ((a: number, b: number) => void)
    __wbg_set_querybalanceoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalanceoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalanceoptions_purse_identifier: ((a: number, b: number) => void)
    __wbg_set_querybalanceoptions_purse_identifier_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalanceoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_querybalanceoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querybalanceoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_querycontractdictoptions_dictionary_item_identifier: ((a: number, b: number) => void)
    __wbg_set_querycontractdictoptions_dictionary_item_params: ((a: number, b: number) => void)
    __wbg_set_querycontractdictoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractdictoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_querycontractdictoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractdictoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_querycontractkeyoptions_entity_identifier: ((a: number, b: number) => void)
    __wbg_set_querycontractkeyoptions_entity_identifier_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractkeyoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractkeyoptions_maybe_block_identifier: ((a: number, b: number) => void)
    __wbg_set_querycontractkeyoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractkeyoptions_path: ((a: number, b: number) => void)
    __wbg_set_querycontractkeyoptions_path_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_querycontractkeyoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_queryglobalstateoptions_global_state_identifier: ((a: number, b: number) => void)
    __wbg_set_queryglobalstateoptions_key: ((a: number, b: number) => void)
    __wbg_set_queryglobalstateoptions_key_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_queryglobalstateoptions_maybe_block_id_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_queryglobalstateoptions_node_address: ((a: number, b: number, c: number) => void)
    __wbg_set_queryglobalstateoptions_path: ((a: number, b: number) => void)
    __wbg_set_queryglobalstateoptions_path_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_queryglobalstateoptions_state_root_hash: ((a: number, b: number) => void)
    __wbg_set_queryglobalstateoptions_state_root_hash_as_string: ((a: number, b: number, c: number) => void)
    __wbg_set_queryglobalstateoptions_verbosity: ((a: number, b: number) => void)
    __wbg_set_subscription_eventHandlerFn: ((a: number, b: number) => void)
    __wbg_set_subscription_targetHash: ((a: number, b: number, c: number) => void)
    __wbg_set_transactionprocessed_block_hash: ((a: number, b: number, c: number) => void)
    __wbg_set_transactionprocessed_execution_result: ((a: number, b: number) => void)
    __wbg_set_transactionprocessed_hash: ((a: number, b: number) => void)
    __wbg_set_transactionprocessed_initiator_addr: ((a: number, b: number) => void)
    __wbg_set_transactionprocessed_messages: ((a: number, b: number, c: number) => void)
    __wbg_set_transactionprocessed_timestamp: ((a: number, b: number, c: number) => void)
    __wbg_set_transactionprocessed_ttl: ((a: number, b: number, c: number) => void)
    __wbg_set_version2_consumed: ((a: number, b: number, c: number) => void)
    __wbg_set_version2_cost: ((a: number, b: number, c: number) => void)
    __wbg_set_version2_error_message: ((a: number, b: number, c: number) => void)
    __wbg_set_version2_initiator: ((a: number, b: number) => void)
    __wbg_set_version2_limit: ((a: number, b: number, c: number) => void)
    __wbg_signatureresponse_free: ((a: number, b: number) => void)
    __wbg_speculativeexecresult_free: ((a: number, b: number) => void)
    __wbg_speculativeexectxnresult_free: ((a: number, b: number) => void)
    __wbg_subscription_free: ((a: number, b: number) => void)
    __wbg_transaction_free: ((a: number, b: number) => void)
    __wbg_transactionbuilderparams_free: ((a: number, b: number) => void)
    __wbg_transactionhash_free: ((a: number, b: number) => void)
    __wbg_transactionprocessed_free: ((a: number, b: number) => void)
    __wbg_transactionstrparams_free: ((a: number, b: number) => void)
    __wbg_transferaddr_free: ((a: number, b: number) => void)
    __wbg_transfertarget_free: ((a: number, b: number) => void)
    __wbg_uref_free: ((a: number, b: number) => void)
    __wbg_urefaddr_free: ((a: number, b: number) => void)
    __wbg_version2_free: ((a: number, b: number) => void)
    __wbg_watcher_free: ((a: number, b: number) => void)
    __wbindgen_add_to_stack_pointer: ((a: number) => number)
    __wbindgen_exn_store: ((a: number) => void)
    __wbindgen_export_2: Table
    __wbindgen_free: ((a: number, b: number, c: number) => void)
    __wbindgen_malloc: ((a: number, b: number) => number)
    __wbindgen_realloc: ((a: number, b: number, c: number, d: number) => number)
    _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4419cf6d47833bc4: ((a: number, b: number, c: number) => void)
    _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5eab49f4c353d28d: ((a: number, b: number, c: number) => 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: number, b: number, c: number) => number)
    accessrights_is_addable: ((a: number) => number)
    accessrights_is_none: ((a: number) => number)
    accessrights_is_readable: ((a: number) => number)
    accessrights_is_writeable: ((a: number) => number)
    accessrights_new: ((a: number, b: number) => void)
    accountHashToBase64Key: ((a: number, b: number, c: number) => void)
    accounthash_fromFormattedStr: ((a: number, b: number, c: number) => void)
    accounthash_fromPublicKey: ((a: number) => number)
    accounthash_fromUint8Array: ((a: number, b: number) => number)
    accounthash_new_js_alias: ((a: number, b: number, c: number) => void)
    accounthash_toFormattedString: ((a: number, b: number) => void)
    accounthash_toHexString: ((a: number, b: number) => void)
    accounthash_toJson: ((a: number) => number)
    accountidentifier_fromAccountHash: ((a: number) => number)
    accountidentifier_fromFormattedStr: ((a: number, b: number, c: number) => void)
    accountidentifier_fromPublicKey: ((a: number) => number)
    accountidentifier_new: ((a: number, b: number, c: number) => void)
    accountidentifier_toJson: ((a: number) => number)
    addressableentityhash_fromFormattedStr: ((a: number, b: number, c: number) => void)
    addressableentityhash_fromUint8Array: ((a: number, b: number) => number)
    addressableentityhash_new_js_alias: ((a: number, b: number, c: number) => void)
    addressableentityhash_toFormattedString: ((a: number, b: number) => void)
    blockhash_fromDigest: ((a: number, b: number) => void)
    blockhash_new_js_alias: ((a: number, b: number, c: number) => void)
    blockhash_toJson: ((a: number) => number)
    blockhash_toString: ((a: number, b: number) => void)
    blockidentifier_fromHeight: ((a: number) => number)
    blockidentifier_from_hash: ((a: number) => number)
    blockidentifier_new: ((a: number) => number)
    blockidentifier_toJson: ((a: number) => number)
    body_get_deploy_processed: ((a: number) => number)
    body_get_transaction_processed: ((a: number) => number)
    bytes_fromUint8Array: ((a: number) => number)
    bytes_new: (() => number)
    casperwallet_connect: ((a: number) => number)
    casperwallet_disconnect: ((a: number) => number)
    casperwallet_getActivePublicKey: ((a: number) => number)
    casperwallet_getVersion: ((a: number) => number)
    casperwallet_isConnected: ((a: number) => number)
    casperwallet_new: (() => number)
    casperwallet_signDeploy: ((a: number, b: number, c: number, d: number) => number)
    casperwallet_signDeployHash: ((a: number, b: number, c: number, d: number, e: number) => number)
    casperwallet_signMessage: ((a: number, b: number, c: number, d: number, e: number) => number)
    casperwallet_signTransaction: ((a: number, b: number, c: number, d: number) => number)
    casperwallet_signTransactionHash: ((a: number, b: number, c: number, d: number, e: number) => number)
    casperwallet_switchAccount: ((a: number) => number)
    contracthash_fromFormattedStr: ((a: number, b: number, c: number) => void)
    contracthash_fromUint8Array: ((a: number, b: number) => number)
    contracthash_new_js_alias: ((a: number, b: number, c: number) => void)
    contracthash_toFormattedString: ((a: number, b: number) => void)
    contractpackagehash_fromFormattedStr: ((a: number, b: number, c: number) => void)
    contractpackagehash_fromUint8Array: ((a: number, b: number) => number)
    contractpackagehash_new_js_alias: ((a: number, b: number, c: number) => void)
    contractpackagehash_toFormattedString: ((a: number, b: number) => void)
    deploy_TTL: ((a: number, b: number) => void)
    deploy_account: ((a: number, b: number) => void)
    deploy_addArg: ((a: number, b: number, c: number, d: number, e: number) => void)
    deploy_addSignature: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_approvals: ((a: number) => number)
    deploy_approvalsHash: ((a: number) => number)
    deploy_args: ((a: number) => number)
    deploy_byName: ((a: number, b: number) => void)
    deploy_chainName: ((a: number, b: number) => void)
    deploy_entryPointName: ((a: number, b: number) => void)
    deploy_hasValidHash: ((a: number) => number)
    deploy_hash: ((a: number) => number)
    deploy_isByName: ((a: number) => number)
    deploy_isExpired: ((a: number) => number)
    deploy_isModuleBytes: ((a: number) => number)
    deploy_isStandardPayment: ((a: number, b: number) => number)
    deploy_isStoredContract: ((a: number) => number)
    deploy_isStoredContractPackage: ((a: number) => number)
    deploy_isTransfer: ((a: number) => number)
    deploy_isValid: ((a: number) => number)
    deploy_new: ((a: number) => number)
    deploy_paymentAmount: ((a: number, b: number, c: number) => void)
    deploy_sign: ((a: number, b: number, c: number) => number)
    deploy_timestamp: ((a: number, b: number) => void)
    deploy_toJson: ((a: number) => number)
    deploy_validateDeploySize: ((a: number) => number)
    deploy_withAccount: ((a: number, b: number, c: number, d: number) => number)
    deploy_withChainName: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_withEntryPointName: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_withHash: ((a: number, b: number, c: number, d: number) => number)
    deploy_withModuleBytes: ((a: number, b: number, c: number, d: number) => number)
    deploy_withPackageHash: ((a: number, b: number, c: number, d: number) => number)
    deploy_withPayment: ((a: number, b: number, c: number, d: number) => number)
    deploy_withPaymentAndSession: ((a: number, b: number, c: number, d: number) => void)
    deploy_withSecretKey: ((a: number, b: number, c: number) => number)
    deploy_withSession: ((a: number, b: number, c: number, d: number) => number)
    deploy_withStandardPayment: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_withTTL: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_withTimestamp: ((a: number, b: number, c: number, d: number, e: number) => number)
    deploy_withTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void)
    deployhash_fromDigest: ((a: number, b: number) => void)
    deployhash_new_js_alias: ((a: number, b: number, c: number) => void)
    deployhash_toJson: ((a: number) => number)
    deployhash_toString: ((a: number, b: number) => void)
    deploystrparams_chain_name: ((a: number, b: number) => void)
    deploystrparams_gas_price_tolerance: ((a: number, b: number) => void)
    deploystrparams_new: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number)
    deploystrparams_secret_key: ((a: number, b: number) => void)
    deploystrparams_session_account: ((a: number, b: number) => void)
    deploystrparams_setDefaultTTL: ((a: number) => void)
    deploystrparams_setDefaultTimestamp: ((a: number) => void)
    deploystrparams_set_chain_name: ((a: number, b: number, c: number) => void)
    deploystrparams_set_gas_price_tolerance: ((a: number, b: number, c: number) => void)
    deploystrparams_set_secret_key: ((a: number, b: number, c: number) => void)
    deploystrparams_set_session_account: ((a: number, b: number, c: number) => void)
    deploystrparams_set_timestamp: ((a: number, b: number, c: number) => void)
    deploystrparams_set_ttl: ((a: number, b: number, c: number) => void)
    deploystrparams_timestamp: ((a: number, b: number) => void)
    deploystrparams_ttl: ((a: number, b: number) => void)
    dictionaryaddr_new: ((a: number, b: number, c: number) => void)
    dictionaryitemidentifier_newFromAccountInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemidentifier_newFromContractInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemidentifier_newFromDictionaryKey: ((a: number, b: number, c: number) => void)
    dictionaryitemidentifier_newFromEntityInfo: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemidentifier_newFromSeedUref: ((a: number, b: number, c: number, d: number, e: number) => void)
    dictionaryitemidentifier_toJson: ((a: number) => number)
    dictionaryitemstrparams_new: (() => number)
    dictionaryitemstrparams_setAccountNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemstrparams_setContractNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemstrparams_setDictionary: ((a: number, b: number, c: number) => void)
    dictionaryitemstrparams_setEntityNamedKey: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void)
    dictionaryitemstrparams_setUref: ((a: number, b: number, c: number, d: number, e: number) => void)
    dictionaryitemstrparams_toJson: ((a: number) => number)
    digest_fromRaw: ((a: number, b: number, c: number) => void)
    digest_fromString: ((a: number, b: number, c: number) => void)
    digest_new_js_alias: ((a: number, b: number, c: number) => void)
    digest_toJson: ((a: number) => number)
    digest_toString: ((a: number, b: number) => void)
    encodeLowerBlake2b: ((a: number, b: number) => number)
    entityaddr_fromFormattedStr: ((a: number, b: number, c: number) => void)
    entityaddr_toFormattedString: ((a: number, b: number) => void)
    entityaddr_toHexString: ((a: number, b: number) => void)
    entityaddr_toJson: ((a: number) => number)
    entityidentifier_fromAccountHash: ((a: number) => number)
    entityidentifier_fromEntityAddr: ((a: number) => number)
    entityidentifier_fromFormattedStr: ((a: number, b: number, c: number) => void)
    entityidentifier_fromPublicKey: ((a: number) => number)
    entityidentifier_new_js_alias: ((a: number, b: number, c: number) => void)
    entityidentifier_toJson: ((a: number) => number)
    eraid_new: ((a: number) => number)
    eraid_value: ((a: number) => number)
    generateSecretKey: ((a: number) => void)
    generateSecretKey_secp256k1: ((a: number) => void)
    getTimestamp: (() => number)
    getaccountresult_account: ((a: number) => number)
    getaccountresult_api_version: ((a: number) => number)
    getaccountresult_merkle_proof: ((a: number, b: number) => void)
    getaccountresult_toJson: ((a: number) => number)
    getaddressableentityresult_api_version: ((a: number) => number)
    getaddressableentityresult_entity_result: ((a: number) => number)
    getaddressableentityresult_merkle_proof: ((a: number, b: number) => void)
    getaddressableentityresult_toJson: ((a: number) => number)
    getauctioninforesult_api_version: ((a: number) => number)
    getauctioninforesult_auction_state: ((a: number) => number)
    getauctioninforesult_toJson: ((a: number) => number)
    getbalanceresult_api_version: ((a: number) => number)
    getbalanceresult_balance_value: ((a: number) => number)
    getbalanceresult_merkle_proof: ((a: number, b: number) => void)
    getbalanceresult_toJson: ((a: number) => number)
    getblockresult_api_version: ((a: number) => number)
    getblockresult_block: ((a: number) => number)
    getblockresult_toJson: ((a: number) => number)
    getblocktransfersresult_api_version: ((a: number) => number)
    getblocktransfersresult_block_hash: ((a: number) => number)
    getblocktransfersresult_toJson: ((a: number) => number)
    getblocktransfersresult_transfers: ((a: number) => number)
    getchainspecresult_api_version: ((a: number) => number)
    getchainspecresult_chainspec_bytes: ((a: number) => number)
    getchainspecresult_toJson: ((a: number) => number)
    getdeployresult_api_version: ((a: number) => number)
    getdeployresult_deploy: ((a: number) => number)
    getdeployresult_execution_info: ((a: number) => number)
    getdeployresult_toJson: ((a: number) => number)
    getdictionaryitemresult_api_version: ((a: number) => number)
    getdictionaryitemresult_dictionary_key: ((a: number, b: number) => void)
    getdictionaryitemresult_merkle_proof: ((a: number, b: number) => void)
    getdictionaryitemresult_stored_value: ((a: number) => number)
    getdictionaryitemresult_toJson: ((a: number) => number)
    geterainforesult_api_version: ((a: number) => number)
    geterainforesult_era_summary: ((a: number) => number)
    geterainforesult_toJson: ((a: number) => number)
    geterasummaryresult_api_version: ((a: number) => number)
    geterasummaryresult_era_summary: ((a: number) => number)
    geterasummaryresult_toJson: ((a: number) => number)
    getnodestatusresult_api_version: ((a: number) => number)
    getnodestatusresult_available_block_range: ((a: number) => number)
    getnodestatusresult_block_sync: ((a: number) => number)
    getnodestatusresult_build_version: ((a: number, b: number) => void)
    getnodestatusresult_chainspec_name: ((a: number, b: number) => void)
    getnodestatusresult_last_added_block_info: ((a: number) => number)
    getnodestatusresult_last_progress: ((a: number) => number)
    getnodestatusresult_next_upgrade: ((a: number) => number)
    getnodestatusresult_our_public_signing_key: ((a: number) => number)
    getnodestatusresult_peers: ((a: number) => number)
    getnodestatusresult_reactor_state: ((a: number) => number)
    getnodestatusresult_round_length: ((a: number) => number)
    getnodestatusresult_starting_state_root_hash: ((a: number) => number)
    getnodestatusresult_toJson: ((a: number) => number)
    getnodestatusresult_uptime: ((a: number) => number)
    getpeersresult_api_version: ((a: number) => number)
    getpeersresult_peers: ((a: number) => number)
    getpeersresult_toJson: ((a: number) => number)
    getstateroothashresult_api_version: ((a: number) => number)
    getstateroothashresult_state_root_hash: ((a: number) => number)
    getstateroothashresult_state_root_hash_as_string: ((a: number, b: number) => void)
    getstateroothashresult_toJson: ((a: number) => number)
    getstateroothashresult_toString: ((a: number, b: number) => void)
    gettransactionresult_api_version: ((a: number) => number)
    gettransactionresult_execution_info: ((a: number) => number)
    gettransactionresult_toJson: ((a: number) => number)
    gettransactionresult_transaction: ((a: number) => number)
    getvalidatorchangesresult_api_version: ((a: number) => number)
    getvalidatorchangesresult_changes: ((a: number) => number)
    getvalidatorchangesresult_toJson: ((a: number) => number)
    globalstateidentifier_fromBlockHash: ((a: number) => number)
    globalstateidentifier_fromBlockHeight: ((a: number) => number)
    globalstateidentifier_fromStateRootHash: ((a: number) => number)
    globalstateidentifier_new: ((a: number) => number)
    globalstateidentifier_toJson: ((a: number) => number)
    hashaddr_new: ((a: number, b: number, c: number) => void)
    hashaddr_toBytes: ((a: number, b: number) => void)
    hashaddr_toHexString: ((a: number, b: number) => void)
    hashstring_Deploy: ((a: number, b: number) => void)
    hashstring_Version1: ((a: number, b: number) => void)
    hashstring_toString: ((a: number, b: number) => void)
    hexToString: ((a: number, b: number, c: number) => void)
    hexToUint8Array: ((a: number, b: number, c: number) => void)
    intounderlyingbytesource_autoAllocateChunkSize: ((a: number) => number)
    intounderlyingbytesource_cancel: ((a: number) => void)
    intounderlyingbytesource_pull: ((a: number, b: number) => number)
    intounderlyingbytesource_start: ((a: number, b: number) => void)
    intounderlyingbytesource_type: ((a: number, b: number) => void)
    intounderlyingsink_abort: ((a: number, b: number) => number)
    intounderlyingsink_close: ((a: number) => number)
    intounderlyingsink_write: ((a: number, b: number) => number)
    intounderlyingsource_cancel: ((a: number) => void)
    intounderlyingsource_pull: ((a: number, b: number) => number)
    jsonPrettyPrint: ((a: number, b: number, c: number) => void)
    key_asBalance: ((a: number) => number)
    key_asDictionaryAddr: ((a: number) => number)
    key_fromAccount: ((a: number) => number)
    key_fromBalance: ((a: number) => number)
    key_fromBid: ((a: number) => number)
    key_fromChainspecRegistry: (() => number)
    key_fromChecksumRegistry: (() => number)
    key_fromDeployInfo: ((a: number) => number)
    key_fromDictionaryAddr: ((a: number) => number)
    key_fromDictionaryKey: ((a: number, b: number, c: number) => number)
    key_fromEraInfo: ((a: number) => number)
    key_fromEraSummary: (() => number)
    key_fromFormattedString: ((a: number, b: number, c: number) => void)
    key_fromHash: ((a: number) => number)
    key_fromSystemEntityRegistry: (() => number)
    key_fromTransfer: ((a: number, b: number) => number)
    key_fromURef: ((a: number) => number)
    key_fromUnbond: ((a: number) => number)
    key_fromWithdraw: ((a: number) => number)
    key_intoAccount: ((a: number) => number)
    key_intoHash: ((a: number) => number)
    key_intoURef: ((a: number) => number)
    key_isDictionaryKey: ((a: number) => number)
    key_new: ((a: number, b: number) => void)
    key_toFormattedString: ((a: number, b: number) => void)
    key_toJson: ((a: number) => number)
    key_urefToHash: ((a: number) => number)
    key_withdrawToUnbond: ((a: number) => number)
    listrpcsresult_api_version: ((a: number) => number)
    listrpcsresult_name: ((a: number, b: number) => void)
    listrpcsresult_schema: ((a: number) => number)
    listrpcsresult_toJson: ((a: number) => number)
    makeDictionaryItemKey: ((a: number, b: number, c: number, d: number) => void)
    memory: Memory
    motesToCSPR: ((a: number, b: number, c: number) => void)
    packagehash_fromFormattedStr: ((a: number, b: number, c: number) => void)
    packagehash_fromUint8Array: ((a: number, b: number) => number)
    packagehash_new_js_alias: ((a: number, b: number, c: number) => void)
    packagehash_toFormattedString: ((a: number, b: number) => void)
    path_fromArray: ((a: number) => number)
    path_is_empty: ((a: number) => number)
    path_new: ((a: number) => number)
    path_toJson: ((a: number) => number)
    path_toString: ((a: number, b: number) => void)
    paymentstrparams_new: ((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) => number)
    paymentstrparams_payment_amount: ((a: number, b: number) => void)
    paymentstrparams_payment_args_json: ((a: number, b: number) => void)
    paymentstrparams_payment_args_simple: ((a: number) => number)
    paymentstrparams_payment_entry_point: ((a: number, b: number) => void)
    paymentstrparams_payment_hash: ((a: number, b: number) => void)
    paymentstrparams_payment_name: ((a: number, b: number) => void)
    paymentstrparams_payment_package_hash: ((a: number, b: number) => void)
    paymentstrparams_payment_package_name: ((a: number, b: number) => void)
    paymentstrparams_payment_path: ((a: number, b: number) => void)
    paymentstrparams_payment_version: ((a: number, b: number) => void)
    paymentstrparams_set_payment_amount: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_args_json: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_args_simple: ((a: number, b: number) => void)
    paymentstrparams_set_payment_entry_point: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_hash: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_name: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_package_hash: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_package_name: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_path: ((a: number, b: number, c: number) => void)
    paymentstrparams_set_payment_version: ((a: number, b: number, c: number) => void)
    peerentry_address: ((a: number, b: number) => void)
    peerentry_node_id: ((a: number, b: number) => void)
    publicKeyFromSecretKey: ((a: number, b: number, c: number) => void)
    publickey_fromUint8Array: ((a: number, b: number, c: number) => void)
    publickey_new_js_alias: ((a: number, b: number, c: number) => void)
    publickey_toAccountHash: ((a: number) => number)
    publickey_toJson: ((a: number) => number)
    publickey_toPurseUref: ((a: number) => number)
    purseidentifier_fromAccountHash: ((a: number) => number)
    purseidentifier_fromPublicKey: ((a: number) => number)
    purseidentifier_fromURef: ((a: number) => number)
    purseidentifier_toJson: ((a: number) => number)
    putdeployresult_api_version: ((a: number) => number)
    putdeployresult_deploy_hash: ((a: number) => number)
    putdeployresult_toJson: ((a: number) => number)
    puttransactionresult_api_version: ((a: number) => number)
    puttransactionresult_toJson: ((a: number) => number)
    puttransactionresult_transaction_hash: ((a: number) => number)
    querybalancedetailsresult_api_version: ((a: number) => number)
    querybalancedetailsresult_available_balance: ((a: number) => number)
    querybalancedetailsresult_holds: ((a: number) => number)
    querybalancedetailsresult_toJson: ((a: number) => number)
    querybalancedetailsresult_total_balance: ((a: number) => number)
    querybalancedetailsresult_total_balance_proof: ((a: number) => number)
    querybalanceresult_api_version: ((a: number) => number)
    querybalanceresult_balance: ((a: number) => number)
    querybalanceresult_toJson: ((a: number) => number)
    queryglobalstateresult_api_version: ((a: number) => number)
    queryglobalstateresult_block_header: ((a: number) => number)
    queryglobalstateresult_merkle_proof: ((a: number, b: number) => void)
    queryglobalstateresult_stored_value: ((a: number) => number)
    queryglobalstateresult_toJson: ((a: number) => number)
    sdk_account_put_deploy: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_account_put_transaction: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_call_entrypoint: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_call_entrypoint_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_chain_get_block: ((a: number, b: number) => number)
    sdk_chain_get_block_transfers: ((a: number, b: number) => number)
    sdk_chain_get_era_info_by_switch_block: ((a: number, b: number) => number)
    sdk_chain_get_era_summary: ((a: number, b: number) => number)
    sdk_chain_get_state_root_hash: ((a: number, b: number) => number)
    sdk_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_getNodeAddress: ((a: number, b: number, c: number, d: number) => void)
    sdk_getVerbosity: ((a: number, b: number) => number)
    sdk_get_account: ((a: number, b: number) => number)
    sdk_get_account_options: ((a: number, b: number, c: number) => void)
    sdk_get_auction_info: ((a: number, b: number) => number)
    sdk_get_auction_info_options: ((a: number, b: number, c: number) => void)
    sdk_get_balance: ((a: number, b: number) => number)
    sdk_get_balance_options: ((a: number, b: number, c: number) => void)
    sdk_get_block: ((a: number, b: number) => number)
    sdk_get_block_options: ((a: number, b: number, c: number) => void)
    sdk_get_block_transfers: ((a: number, b: number) => number)
    sdk_get_block_transfers_options: ((a: number, b: number, c: number) => void)
    sdk_get_chainspec: ((a: number, b: number, c: number, d: number) => number)
    sdk_get_deploy: ((a: number, b: number) => number)
    sdk_get_deploy_options: ((a: number, b: number, c: number) => void)
    sdk_get_dictionary_item: ((a: number, b: number) => number)
    sdk_get_dictionary_item_options: ((a: number, b: number, c: number) => void)
    sdk_get_entity: ((a: number, b: number) => number)
    sdk_get_entity_options: ((a: number, b: number, c: number) => void)
    sdk_get_era_info: ((a: number, b: number) => number)
    sdk_get_era_info_options: ((a: number, b: number, c: number) => void)
    sdk_get_era_summary: ((a: number, b: number) => number)
    sdk_get_era_summary_options: ((a: number, b: number, c: number) => void)
    sdk_get_node_status: ((a: number, b: number, c: number, d: number) => number)
    sdk_get_peers: ((a: number, b: number, c: number, d: number) => number)
    sdk_get_speculative_exec_deploy_options: ((a: number, b: number, c: number) => void)
    sdk_get_speculative_exec_options: ((a: number, b: number, c: number) => void)
    sdk_get_state_root_hash: ((a: number, b: number) => number)
    sdk_get_state_root_hash_options: ((a: number, b: number, c: number) => void)
    sdk_get_transaction: ((a: number, b: number) => number)
    sdk_get_transaction_options: ((a: number, b: number, c: number) => void)
    sdk_get_validator_changes: ((a: number, b: number, c: number, d: number) => number)
    sdk_info_get_chainspec: ((a: number, b: number, c: number, d: number) => number)
    sdk_info_get_deploy: ((a: number, b: number) => number)
    sdk_info_get_peers: ((a: number, b: number, c: number, d: number) => number)
    sdk_info_get_status: ((a: number, b: number, c: number, d: number) => number)
    sdk_info_get_transaction: ((a: number, b: number) => number)
    sdk_info_get_validator_change: ((a: number, b: number, c: number, d: number) => number)
    sdk_install: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_install_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_list_rpcs: ((a: number, b: number, c: number, d: number) => number)
    sdk_make_deploy: ((a: number, b: number, c: number, d: number, e: number) => void)
    sdk_make_transaction: ((a: number, b: number, c: number, d: number) => void)
    sdk_make_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void)
    sdk_make_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void)
    sdk_new: ((a: number, b: number, c: number) => number)
    sdk_put_deploy: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_put_transaction: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_query_balance: ((a: number, b: number) => number)
    sdk_query_balance_details: ((a: number, b: number) => number)
    sdk_query_balance_details_options: ((a: number, b: number, c: number) => void)
    sdk_query_balance_options: ((a: number, b: number, c: number) => void)
    sdk_query_contract_dict: ((a: number, b: number) => number)
    sdk_query_contract_dict_options: ((a: number, b: number, c: number) => void)
    sdk_query_contract_key: ((a: number, b: number) => number)
    sdk_query_contract_key_options: ((a: number, b: number, c: number) => void)
    sdk_query_global_state: ((a: number, b: number) => number)
    sdk_query_global_state_options: ((a: number, b: number, c: number) => void)
    sdk_setNodeAddress: ((a: number, b: number, c: number, d: number) => void)
    sdk_setVerbosity: ((a: number, b: number, c: number) => void)
    sdk_sign_deploy: ((a: number, b: number, c: number, d: number) => number)
    sdk_sign_transaction: ((a: number, b: number, c: number, d: number) => number)
    sdk_speculative_deploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_speculative_exec: ((a: number, b: number) => number)
    sdk_speculative_exec_deploy: ((a: number, b: number) => number)
    sdk_speculative_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number) => number)
    sdk_speculative_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number)
    sdk_speculative_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number)
    sdk_state_get_account_info: ((a: number, b: number) => number)
    sdk_state_get_auction_info_js_alias: ((a: number, b: number) => number)
    sdk_state_get_balance: ((a: number, b: number) => number)
    sdk_state_get_dictionary_item: ((a: number, b: number) => number)
    sdk_state_get_entity: ((a: number, b: number) => number)
    sdk_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number) => number)
    sdk_transfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number)
    sdk_transfer_transaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number)
    sdk_waitDeploy: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_waitTransaction: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number)
    sdk_watchDeploy: ((a: number, b: number, c: number, d: number, e: number) => number)
    sdk_watchTransaction: ((a: number, b: number, c: number, d: number, e: number) => number)
    sessionstrparams_is_session_transfer: ((a: number) => number)
    sessionstrparams_new: ((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) => number)
    sessionstrparams_session_args_json: ((a: number, b: number) => void)
    sessionstrparams_session_args_simple: ((a: number) => number)
    sessionstrparams_session_bytes: ((a: number) => number)
    sessionstrparams_session_entry_point: ((a: number, b: number) => void)
    sessionstrparams_session_hash: ((a: number, b: number) => void)
    sessionstrparams_session_name: ((a: number, b: number) => void)
    sessionstrparams_session_package_hash: ((a: number, b: number) => void)
    sessionstrparams_session_package_name: ((a: number, b: number) => void)
    sessionstrparams_session_path: ((a: number, b: number) => void)
    sessionstrparams_session_version: ((a: number, b: number) => void)
    sessionstrparams_set_is_session_transfer: ((a: number, b: number) => void)
    sessionstrparams_set_session_args_json: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_args_simple: ((a: number, b: number) => void)
    sessionstrparams_set_session_bytes: ((a: number, b: number) => void)
    sessionstrparams_set_session_entry_point: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_hash: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_name: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_package_hash: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_package_name: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_path: ((a: number, b: number, c: number) => void)
    sessionstrparams_set_session_version: ((a: number, b: number, c: number) => void)
    signatureresponse_get_signature: ((a: number, b: number) => void)
    signatureresponse_get_signature_hex: ((a: number, b: number) => void)
    signatureresponse_is_cancelled: ((a: number) => number)
    speculativeexecresult_api_version: ((a: number) => number)
    speculativeexecresult_block_hash: ((a: number) => number)
    speculativeexecresult_execution_result: ((a: number) => number)
    speculativeexecresult_toJson: ((a: number) => number)
    speculativeexectxnresult_api_version: ((a: number) => number)
    speculativeexectxnresult_block_hash: ((a: number) => number)
    speculativeexectxnresult_execution_result: ((a: number) => number)
    speculativeexectxnresult_toJson: ((a: number) => number)
    subscription_new: ((a: number, b: number, c: number) => number)
    transaction_account_hash: ((a: number) => number)
    transaction_addArg: ((a: number, b: number, c: number, d: number, e: number) => void)
    transaction_addSignature: ((a: number, b: number, c: number, d: number, e: number) => number)
    transaction_approvals: ((a: number) => number)
    transaction_approvalsHash: ((a: number) => number)
    transaction_authorization_keys: ((a: number) => number)
    transaction_chain_name: ((a: number, b: number) => void)
    transaction_entry_point: ((a: number, b: number) => void)
    transaction_expired: ((a: number) => number)
    transaction_expires: ((a: number) => number)
    transaction_hash: ((a: number) => number)
    transaction_header: ((a: number) => number)
    transaction_initiator_addr: ((a: number, b: number) => void)
    transaction_is_native: ((a: number) => number)
    transaction_is_standard_payment: ((a: number) => number)
    transaction_new: ((a: number) => number)
    transaction_newSession: ((a: number, b: number, c: number) => void)
    transaction_newTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void)
    transaction_session_args: ((a: number) => number)
    transaction_sign: ((a: number, b: number, c: number) => number)
    transaction_signers: ((a: number) => number)
    transaction_size_estimate: ((a: number) => number)
    transaction_timestamp: ((a: number, b: number) => void)
    transaction_toJson: ((a: number) => number)
    transaction_ttl: ((a: number, b: number) => void)
    transaction_verify: ((a: number) => number)
    transaction_withAccountHash: ((a: number, b: number, c: number, d: number) => number)
    transaction_withBody: ((a: number, b: number, c: number, d: number) => number)
    transaction_withChainName: ((a: number, b: number, c: number, d: number, e: number) => number)
    transaction_withEntityHash: ((a: number, b: number, c: number, d: number) => number)
    transaction_withEntryPoint: ((a: number, b: number, c: number, d: number, e: number) => number)
    transaction_withPackageHash: ((a: number, b: number, c: number, d: number) => number)
    transaction_withPublicKey: ((a: number, b: number, c: number, d: number) => number)
    transaction_withSecretKey: ((a: number, b: number, c: number) => number)
    transaction_withTTL: ((a: number, b: number, c: number, d: number, e: number) => number)
    transaction_withTimestamp: ((a: number, b: number, c: number, d: number, e: number) => number)
    transaction_withTransactionBytes: ((a: number, b: number, c: number, d: number) => number)
    transactionbuilderparams_amount: ((a: number, b: number) => void)
    transactionbuilderparams_delegation_rate: ((a: number) => number)
    transactionbuilderparams_delegator: ((a: number) => number)
    transactionbuilderparams_entity_alias: ((a: number, b: number) => void)
    transactionbuilderparams_entity_hash: ((a: number) => number)
    transactionbuilderparams_entry_point: ((a: number, b: number) => void)
    transactionbuilderparams_kind: ((a: number) => number)
    transactionbuilderparams_maximum_delegation_amount: ((a: number, b: number) => void)
    transactionbuilderparams_maybe_entity_version: ((a: number, b: number) => void)
    transactionbuilderparams_maybe_id: ((a: number, b: number) => void)
    transactionbuilderparams_maybe_source: ((a: number) => number)
    transactionbuilderparams_minimum_delegation_amount: ((a: number, b: number) => void)
    transactionbuilderparams_newAddBid: ((a: number, b: number, c: number, d: number, e: number, f: number) => number)
    transactionbuilderparams_newDelegate: ((a: number, b: number, c: number, d: number) => number)
    transactionbuilderparams_newInvocableEntity: ((a: number, b: number, c: number) => number)
    transactionbuilderparams_newInvocableEntityAlias: ((a: number, b: number, c: number, d: number) => number)
    transactionbuilderparams_newPackage: ((a: number, b: number, c: number, d: number, e: number) => number)
    transactionbuilderparams_newPackageAlias: ((a: number, b: number, c: number, d: number, e: number, f: number) => number)
    transactionbuilderparams_newRedelegate: ((a: number, b: number, c: number, d: number, e: number) => number)
    transactionbuilderparams_newSession: ((a: number, b: number) => number)
    transactionbuilderparams_newTransfer: ((a: number, b: number, c: number, d: number, e: number, f: number) => number)
    transactionbuilderparams_newUndelegate: ((a: number, b: number, c: number, d: number) => number)
    transactionbuilderparams_newWithdrawBid: ((a: number, b: number, c: number) => number)
    transactionbuilderparams_new_validator: ((a: number) => number)
    transactionbuilderparams_package_alias: ((a: number, b: number) => void)
    transactionbuilderparams_package_hash: ((a: number) => number)
    transactionbuilderparams_public_key: ((a: number) => number)
    transactionbuilderparams_set_amount: ((a: number, b: number, c: number) => void)
    transactionbuilderparams_set_delegation_rate: ((a: number, b: number) => void)
    transactionbuilderparams_set_delegator: ((a: number, b: number) => void)
    transactionbuilderparams_set_entity_alias: ((a: number, b: number, c: number) => void)
    transactionbuilderparams_set_entity_hash: ((a: number, b: number) => void)
    transactionbuilderparams_set_entry_point: ((a: number, b: number, c: number) => void)
    transactionbuilderparams_set_kind: ((a: number, b: number) => void)
    transactionbuilderparams_set_maximum_delegation_amount: ((a: number, b: number) => void)
    transactionbuilderparams_set_maybe_entity_version: ((a: number, b: number) => void)
    transactionbuilderparams_set_maybe_id: ((a: number, b: number) => void)
    transactionbuilderparams_set_maybe_source: ((a: number, b: number) => void)
    transactionbuilderparams_set_minimum_delegation_amount: ((a: number, b: number) => void)
    transactionbuilderparams_set_new_validator: ((a: number, b: number) => void)
    transactionbuilderparams_set_package_alias: ((a: number, b: number, c: number) => void)
    transactionbuilderparams_set_package_hash: ((a: number, b: number) => void)
    transactionbuilderparams_set_public_key: ((a: number, b: number) => void)
    transactionbuilderparams_set_target: ((a: number, b: number) => void)
    transactionbuilderparams_set_transaction_bytes: ((a: number, b: number) => void)
    transactionbuilderparams_set_transaction_category: ((a: number, b: number) => void)
    transactionbuilderparams_set_validator: ((a: number, b: number) => void)
    transactionbuilderparams_target: ((a: number) => number)
    transactionbuilderparams_transaction_bytes: ((a: number) => number)
    transactionbuilderparams_transaction_category: ((a: number) => number)
    transactionbuilderparams_validator: ((a: number) => number)
    transactionhash_digest: ((a: number, b: number) => void)
    transactionhash_fromRaw: ((a: number, b: number, c: number) => void)
    transactionhash_new_js_alias: ((a: number, b: number, c: number) => void)
    transactionhash_toJson: ((a: number) => number)
    transactionhash_toString: ((a: number, b: number) => void)
    transactionstrparams_chain_name: ((a: number, b: number) => void)
    transactionstrparams_gas_price_tolerance: ((a: number, b: number) => void)
    transactionstrparams_initiator_addr: ((a: number, b: number) => void)
    transactionstrparams_new: ((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) => number)
    transactionstrparams_new_with_defaults: ((a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number)
    transactionstrparams_payment_amount: ((a: number, b: number) => void)
    transactionstrparams_pricing_mode: ((a: number) => number)
    transactionstrparams_receipt: ((a: number, b: number) => void)
    transactionstrparams_secret_key: ((a: number, b: number) => void)
    transactionstrparams_session_args_json: ((a: number, b: number) => void)
    transactionstrparams_session_args_simple: ((a: number) => number)
    transactionstrparams_setDefaultTTL: ((a: number) => void)
    transactionstrparams_setDefaultTimestamp: ((a: number) => void)
    transactionstrparams_set_chain_name: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_gas_price_tolerance: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_initiator_addr: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_payment_amount: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_pricing_mode: ((a: number, b: number) => void)
    transactionstrparams_set_receipt: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_secret_key: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_session_args_json: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_session_args_simple: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_standard_payment: ((a: number, b: number) => void)
    transactionstrparams_set_timestamp: ((a: number, b: number, c: number) => void)
    transactionstrparams_set_ttl: ((a: number, b: number, c: number) => void)
    transactionstrparams_standard_payment: ((a: number) => number)
    transactionstrparams_timestamp: ((a: number, b: number) => void)
    transactionstrparams_ttl: ((a: number, b: number) => void)
    transferaddr_new: ((a: number, b: number, c: number) => void)
    transfertarget_new: ((a: number, b: number, c: number, d: number) => number)
    uint8ArrayToBytes: ((a: number) => number)
    uref_fromFormattedStr: ((a: number, b: number, c: number) => void)
    uref_fromUint8Array: ((a: number, b: number, c: number) => number)
    uref_new_js_alias: ((a: number, b: number, c: number, d: number) => void)
    uref_toFormattedString: ((a: number, b: number) => void)
    uref_toJson: ((a: number) => number)
    urefaddr_new: ((a: number, b: number, c: number) => void)
    wasm_bindgen__convert__closures__invoke2_mut__h464d738d31f729d7: ((a: number, b: number, c: number, d: number) => void)
    watcher_new: ((a: number, b: number, c: number, d: number) => number)
    watcher_start: ((a: number) => number)
    watcher_stop: ((a: number) => void)
    watcher_subscribe: ((a: number, b: number, c: number, d: number) => void)
    watcher_unsubscribe: ((a: number, b: number, c: number) => void)
    diff --git a/condor/api-wasm/media/tests.spec.ts b/condor/api-wasm/media/tests.spec.ts index 6403dcb3a..58fb75120 100644 --- a/condor/api-wasm/media/tests.spec.ts +++ b/condor/api-wasm/media/tests.spec.ts @@ -1,6 +1,6 @@ import * as config from './config'; const path = require('path'); -import { setupFixtures, variables as test, deleteFile, getResult, clear, clearInput, setSecretKey, seletAction, setWasm, submit, get_state_root_hash, sign, screenshot, delay } from './helpers'; +import { setupFixtures, variables as test, deleteFile, getResult, clear, clearInput, setSecretKey, seletAction, setWasm, submit, get_state_root_hash, sign, screenshot, delay, get_block } from './helpers'; const puppeteer = require('puppeteer'); describe('Angular App Tests', () => { @@ -107,10 +107,10 @@ describe('Angular App Tests', () => { }); }); - describe('Contract install', () => { + describe('Contract install transaction', () => { beforeEach(async () => { await test.page.reload(); - await seletAction('install_deploy'); + await seletAction('install'); await setSecretKey(); await test.page.waitForSelector('[e2e-id="paymentAmountElt"]'); await test.page.waitForSelector('[e2e-id="argsSimpleElt"]'); @@ -119,28 +119,42 @@ describe('Angular App Tests', () => { await clearInput('[e2e-id="argsJsonElt"]'); }); - it('should install hello contract', async () => { - await test.page.type('[e2e-id="paymentAmountElt"]', config.payment_amount); - await test.page.type('[e2e-id="argsSimpleElt"]', config.args_simple); - await setWasm(config.contract_hello); + it('should install cep78 contract', async () => { + await test.page.type('[e2e-id="paymentAmountElt"]', config.payment_amount_contract_cep78); + await test.page.type('[e2e-id="argsJsonElt"]', config.args_json); + await setWasm(config.contract_cep78); await submit(); await test.page.waitForSelector('[e2e-id="result"]'); - let deploy = await test.page.evaluate(() => { + + let transaction = await test.page.evaluate(() => { return document.querySelector('[e2e-id="result"]')?.textContent; }); - expect(deploy).toBeDefined(); - deploy = await test.page.evaluate(() => { + expect(transaction).toBeDefined(); + transaction = await test.page.evaluate(() => { return document.querySelector('[e2e-id="result"]')?.textContent; }); - deploy = JSON.parse(deploy); - expect(deploy?.deploy_hash).toBeDefined(); - test.deploy_hash = deploy.deploy_hash; + transaction = JSON.parse(transaction); + expect(transaction?.transaction_hash).toBeDefined(); + test.transaction_hash = transaction.transaction_hash?.Version1?.toString(); }); + }); - it('should install cep78 contract', async () => { - await test.page.type('[e2e-id="paymentAmountElt"]', config.payment_amount_contract_cep78); - await test.page.type('[e2e-id="argsJsonElt"]', config.args_json); - await setWasm(config.contract_cep78); + describe('Contract install deploy', () => { + beforeEach(async () => { + await test.page.reload(); + await seletAction('install_deploy'); + await setSecretKey(); + await test.page.waitForSelector('[e2e-id="paymentAmountElt"]'); + await test.page.waitForSelector('[e2e-id="argsSimpleElt"]'); + await clearInput('[e2e-id="argsSimpleElt"]'); + await test.page.waitForSelector('[e2e-id="argsJsonElt"]'); + await clearInput('[e2e-id="argsJsonElt"]'); + }); + + it('should install hello contract', async () => { + await test.page.type('[e2e-id="paymentAmountElt"]', config.payment_amount); + await test.page.type('[e2e-id="argsSimpleElt"]', config.args_simple); + await setWasm(config.contract_hello); await submit(); await test.page.waitForSelector('[e2e-id="result"]'); let deploy = await test.page.evaluate(() => { @@ -156,7 +170,7 @@ describe('Angular App Tests', () => { }); }); - describe('Rpc call get_account', () => { + describe.skip('Rpc call get_account', () => { beforeAll(async () => { await test.page.reload(); await seletAction('get_account'); @@ -500,6 +514,46 @@ describe('Angular App Tests', () => { }); }); + describe('Rpc call get_deploy', () => { + beforeAll(async () => { + await test.page.reload(); + await seletAction('get_deploy'); + }); + + afterEach(async () => { + await clear(); + }); + + it('should get_deploy', async () => { + expect(test.deploy_hash).toBeDefined(); + await test.page.waitForSelector('[e2e-id="deployHashElt"]'); + await clearInput('[e2e-id="deployHashElt"]'); + await test.page.type('[e2e-id="deployHashElt"]', test.deploy_hash); + await submit(); + await getResult(); + }); + }); + + describe('Rpc call get_transaction', () => { + beforeAll(async () => { + await test.page.reload(); + await seletAction('get_transaction'); + }); + + afterEach(async () => { + await clear(); + }); + + it('should get_transaction', async () => { + expect(test.deploy_hash).toBeDefined(); + await test.page.waitForSelector('[e2e-id="transactionHashElt"]'); + await clearInput('[e2e-id="transactionHashElt"]'); + await test.page.type('[e2e-id="transactionHashElt"]', test.transaction_hash); + await submit(); + await getResult(); + }); + }); + describe('Rpc call query_global_state', () => { beforeAll(async () => { await test.page.reload(); @@ -569,7 +623,7 @@ describe('Angular App Tests', () => { await clearInput('[e2e-id="queryPathElt"]'); }); - it(`should query_global_state with nft key`, async () => { + it(`should query_global_state with account key and path and get entity`, async () => { expect(test.account).toBeDefined(); expect(config.contract_cep78_key).toBeDefined(); await test.page.reload(); @@ -592,15 +646,12 @@ describe('Angular App Tests', () => { return document.querySelector('[e2e-id="result"]')?.textContent; }); let result_json = JSON.parse(result); - expect(result_json?.stored_value.Account.named_keys).toBeDefined(); - let named_keys = result_json?.stored_value.Account.named_keys as Array<{ name: string; key: string; }>; - test.contract_cep78_hash = named_keys.find(key => key.name === config.contract_cep78_key)?.key || ''; - test.contract_cep78_package_hash = named_keys.find(key => key.name === config.package_cep78_key)?.key || ''; - expect(test.contract_cep78_hash).toBeDefined(); - expect(test.contract_cep78_hash).toBeTruthy(); - if (!test.contract_cep78_hash) { - throw 'test.contract_cep78_hash missing'; - } + + // Get account entity + expect(result_json?.stored_value.CLValue.parsed).toBeDefined(); + test.entity_account = result_json?.stored_value.CLValue.parsed.toString(); + + // Test a global key await clearInput('[e2e-id="queryPathElt"]'); await test.page.type('[e2e-id="queryPathElt"]', config.contract_cep78_key + '/collection_name'); await clear(); @@ -611,38 +662,89 @@ describe('Angular App Tests', () => { }); result_json = JSON.parse(result); expect(result_json?.stored_value.CLValue.parsed).toEqual(config.collection_name); - }, 30000); + }); }); - describe('Rpc call get_deploy', () => { + describe('Rpc call get_entity', () => { beforeAll(async () => { + await get_state_root_hash(); // refresh state root hash await test.page.reload(); - await seletAction('get_deploy'); + await seletAction('get_entity'); }); - afterEach(async () => { await clear(); }); - it('should get_deploy', async () => { - expect(test.deploy_hash).toBeDefined(); - await test.page.waitForSelector('[e2e-id="deployHashElt"]'); - await clearInput('[e2e-id="deployHashElt"]'); - await test.page.type('[e2e-id="deployHashElt"]', test.deploy_hash); + it('should get_entity from public key', async () => { + await test.page.waitForSelector('[e2e-id="entityIdentifierElt"]'); + await clearInput('[e2e-id="entityIdentifierElt"]'); + await test.page.type('[e2e-id="entityIdentifierElt"]', test.account); + await submit(); + const result = await getResult(); + const pattern = /\"account-hash-[0-9a-f]{64}\"/i; + expect(result).toMatch(pattern); + }); + + it('should get_entity from account hash', async () => { + await test.page.waitForSelector('[e2e-id="entityIdentifierElt"]'); + await clearInput('[e2e-id="entityIdentifierElt"]'); + await test.page.type('[e2e-id="entityIdentifierElt"]', test.account_hash); + await submit(); + const result = await getResult(); + const pattern = new RegExp(`"${test.account_hash}"`, 'i'); + expect(result).toMatch(pattern); + }); + + it('should get_entity from public key with block', async () => { + await test.page.waitForSelector('[e2e-id="entityIdentifierElt"]'); + await clearInput('[e2e-id="entityIdentifierElt"]'); + await test.page.type('[e2e-id="entityIdentifierElt"]', test.account); + await test.page.waitForSelector('[e2e-id="blockIdentifierHeightElt"]'); + await test.page.type('[e2e-id="blockIdentifierHeightElt"]', test.block_height); + await submit(); + let result = await getResult(); + const pattern = /\"account-hash-[0-9a-f]{64}\"/i; + expect(result).toMatch(pattern); + await clear(); + await clearInput('[e2e-id="blockIdentifierHeightElt"]'); + await test.page.type('[e2e-id="blockIdentifierHashElt"]', test.block_hash); + await submit(); + result = await getResult(); + expect(result).toMatch(pattern); + }); + + it(`should get_entity from entity account to set contract hash`, async () => { + await clearInput('[e2e-id="blockIdentifierHeightElt"]'); + await clearInput('[e2e-id="blockIdentifierHashElt"]'); + await test.page.waitForSelector('[e2e-id="entityIdentifierElt"]'); + await clearInput('[e2e-id="entityIdentifierElt"]'); + await test.page.type('[e2e-id="entityIdentifierElt"]', test.entity_account); await submit(); await getResult(); + const result = await test.page.evaluate(() => { + return document.querySelector('[e2e-id="result"]')?.textContent; + }); + const result_json = JSON.parse(result); + const named_keys = result_json?.entity_result?.AddressableEntity.named_keys as Array<{ name: string; key: string; }>; + test.contract_cep78_entity = named_keys.find(key => key.name === config.contract_cep78_key)?.key || ''; + test.contract_cep78_package_hash = named_keys.find(key => key.name === config.package_cep78_key)?.key || ''; + expect(test.contract_cep78_entity).toBeDefined(); + if (!test.contract_cep78_entity) { + throw 'test.contract_cep78_entity missing'; + } + test.contract_cep78_hash = test.contract_cep78_entity.replace('entity-contract', 'hash'); }); }); describe('Contract query_contract_key', () => { beforeEach(async () => { - await get_state_root_hash(); // refresh state root hash before querying contract keys + await get_state_root_hash(); // refresh state root hash await test.page.reload(); await seletAction('query_contract_key'); - await test.page.waitForSelector('[e2e-id="stateRootHashElt"]'); + await clearInput('[e2e-id="blockIdentifierHeightElt"]'); + await clearInput('[e2e-id="blockIdentifierHashElt"]'); await test.page.waitForSelector('[e2e-id="queryKeyElt"]'); await test.page.waitForSelector('[e2e-id="queryPathElt"]'); - await clearInput('[e2e-id="stateRootHashElt"]'); await clearInput('[e2e-id="queryKeyElt"]'); await clearInput('[e2e-id="queryPathElt"]'); }); @@ -651,34 +753,21 @@ describe('Angular App Tests', () => { await clear(); }); - it('should query_contract_key with contract hash', async () => { - await test.page.type('[e2e-id="stateRootHashElt"]', test.state_root_hash_default); - await test.page.type('[e2e-id="queryKeyElt"]', test.contract_cep78_hash); + it('should query_contract_key with contract entity', async () => { + await get_block(); + await test.page.type('[e2e-id="blockIdentifierHashElt"]', test.block_hash); + await test.page.type('[e2e-id="queryKeyElt"]', test.contract_cep78_entity); await test.page.type('[e2e-id="queryPathElt"]', 'installer'); await submit(); await getResult(); }); - it('should query_contract_key with contract hash without state root hash', async () => { - await test.page.type('[e2e-id="queryKeyElt"]', test.contract_cep78_hash); + it('should query_contract_key with contract entity without state root hash', async () => { + await test.page.type('[e2e-id="queryKeyElt"]', test.contract_cep78_entity); await test.page.type('[e2e-id="queryPathElt"]', 'installer'); await submit(); await getResult(); }); - - it('should query_contract_key to get dictionary uref', async () => { - await test.page.type('[e2e-id="queryKeyElt"]', test.contract_cep78_hash); - await submit(); - await getResult(); - const result = await test.page.evaluate(() => { - return document.querySelector('[e2e-id="result"]')?.textContent; - }); - expect(result).toBeDefined(); - let result_json = JSON.parse(result); - expect(result_json?.stored_value.Contract.named_keys).toBeDefined(); - let named_keys = result_json?.stored_value.Contract.named_keys as Array<{ name: string; key: string; }>; - test.dictionary_uref = named_keys.find(key => key.name === 'events')?.key || ''; - }); }); describe('Contract call entry point', () => { @@ -1203,10 +1292,24 @@ describe('Angular App Tests', () => { beforeAll(async () => { await test.page.reload(); await get_state_root_hash(); // refresh state root hash before querying contract dict + + await seletAction('get_entity'); + await test.page.waitForSelector('[e2e-id="entityIdentifierElt"]'); + await clearInput('[e2e-id="entityIdentifierElt"]'); + await test.page.type('[e2e-id="entityIdentifierElt"]', test.contract_cep78_entity); + await submit(); + await getResult(); + const result = await test.page.evaluate(() => { + return document.querySelector('[e2e-id="result"]')?.textContent; + }); + const result_json = JSON.parse(result); + const named_keys = result_json?.entity_result?.AddressableEntity.named_keys as Array<{ name: string; key: string; }>; + test.dictionary_uref = named_keys.find(key => key.name === 'events')?.key || ''; + await seletAction('get_dictionary_item'); await test.page.waitForSelector('[e2e-id="stateRootHashElt"]'); await test.page.waitForSelector('[e2e-id="selectDictIdentifierElt"]'); - await test.page.waitForSelector('[e2e-id="seedContractHashElt"]'); + await test.page.waitForSelector('[e2e-id="seedEntityHashElt"]'); await test.page.waitForSelector('[e2e-id="seedNameElt"]'); await test.page.waitForSelector('[e2e-id="itemKeyElt"]'); }); @@ -1216,10 +1319,12 @@ describe('Angular App Tests', () => { }); it('should get_dictionary_item with contract hash with state root hash', async () => { + await test.page.waitForSelector('[e2e-id="selectDictIdentifierElt"]'); + await test.page.select('[e2e-id="selectDictIdentifierElt"]', "newFromEntityInfo"); await test.page.waitForSelector('[e2e-id="stateRootHashElt"]'); await test.page.type('[e2e-id="stateRootHashElt"]', test.state_root_hash_default); - await test.page.waitForSelector('[e2e-id="seedContractHashElt"]'); - await test.page.type('[e2e-id="seedContractHashElt"]', test.contract_cep78_hash); + await test.page.waitForSelector('[e2e-id="seedEntityHashElt"]'); + await test.page.type('[e2e-id="seedEntityHashElt"]', test.contract_cep78_entity); await test.page.waitForSelector('[e2e-id="seedNameElt"]'); await test.page.type('[e2e-id="seedNameElt"]', 'events'); await test.page.waitForSelector('[e2e-id="itemKeyElt"]'); diff --git a/condor/api-wasm/types/InitInput.html b/condor/api-wasm/types/InitInput.html index 95e9369a3..7458d2d3e 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
    +InitInput | api-wasm

    Type Alias InitInput

    InitInput:
        | RequestInfo
        | URL
        | Response
        | BufferSource
        | WebAssembly.Module
    diff --git a/condor/api-wasm/types/SyncInitInput.html b/condor/api-wasm/types/SyncInitInput.html index b381b80ca..ee9a1dbd6 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
    +SyncInitInput | api-wasm

    Type Alias SyncInitInput

    SyncInitInput: BufferSource | WebAssembly.Module