pub struct HTTPNodeClient { /* private fields */ }

Implementations

Create a new client that will communicate with the given epic node

Allow returning the chain height without needing a wallet instantiated

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Posts a transaction to a epic node

Return the chain tip from a given node

Get kernel implementation

Retrieve outputs from node

Return the URL of the check node

Return the node api secret

Set the node URL

Change the API secret

Returns the api version string and block header version as reported by the node. Result can be cached for later use Read more

Get a list of outputs from the node by traversing the UTXO set in PMMR index order. Returns (last available output index, last insertion index retrieved, outputs(commit, proof, is_coinbase, height, mmr_index)) Read more

Return the pmmr indices representing the outputs between a given set of block heights (start pmmr index, end pmmr index) Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Clone this value, and then immediately put it into a Box behind a trait object of this trait. Read more

Returns the address of self. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Clone this value, and then immediately put it into a Box behind a trait object of this trait. Read more

Returns the address of self. Read more

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Given ptr, which was obtained from a prior call to Self::borrow(), return a value with the same nominal lifetime which is guaranteed to survive mutations to Self. Read more

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.