Struct ethers_fireblocks::FireblocksSigner[][src]

pub struct FireblocksSigner { /* fields omitted */ }
Expand description

FireblocksSigner is a Signer which utilizes Fireblocks’ MPC signing over its API instead of a local private key.

Note: Using FireblocksSigner as a signer WILL NOT take advantage of Fireblock’s contextual policy engine and will only use the RAW signing functionalities.

Consider using FireblocksMiddleware to have an integrated ethers Middleware experience.

Implementations

Submits a transaction with the Fireblocks CONTRACT_CALL mode, using the provided note.

Instantiates a FireblocksSigner with the provided config

Sets the timeout duration in milliseconds. If the user does not approve a transaction within this time, the transaction request throws an error.

Registers an Account ID to Address mapping.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Signs the transaction

Signs the hash of the provided message after prefixing it

Returns the signer’s Ethereum Address

Sets the signer’s chain id

Returns the signer’s chain id

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

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.