pub struct DefaultLCProvider<'a, C, K> where
    C: NodeClient + 'a,
    K: Keychain + 'a, 
{ /* private fields */ }

Implementations

Create new provider

Trait Implementations

Sets the top level system wallet directory default is assumed to be ~/.epic/main/wallet_data (or floonet equivalent) Read more

Sets the top level system wallet directory default is assumed to be ~/.epic/main/wallet_data (or floonet equivalent) Read more

Output a epic-wallet.toml file into the current top-level system wallet directory

whether a wallet exists at the given directory

return mnemonic of given wallet

Check whether a provided mnemonic string is valid

Recover a seed from phrase, without destroying existing data should back up seed Read more

changes password

deletes wallet

return wallet instance

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

Returns the argument unchanged.

Calls U::from(self).

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

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