Struct ethers_fireblocks::Config[][src]

pub struct Config {
    pub key: EncodingKey,
    pub api_key: String,
    pub chain_id: u64,
    pub account_id: String,
}
Expand description

Configuration options for instantiating a FireblocksSigner

Fields

key: EncodingKey

The RSA key file.

api_key: String

The API key which was provided to you by fireblocks support

chain_id: u64

The chain id of the network you are connecting to

account_id: String

Your vault’s account id.

Implementations

Instantiates the config file given a path to the RSA file as well as the rest of the config args.

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