interface IBCSignTxOptions {
    gasPrice: string;
    multiplier?: number;
    prefix: string;
    privateKey?: string;
}

Hierarchy (view full)

Properties

gasPrice: string

The the price of a single unit of gas. This is typically a fraction of the smallest fee token unit, such as 0.012utoken

multiplier?: number

The multiplier to apply to the estimated gas price. Used to make sure transactions do not run out of gas.

2.0
prefix: string

The address prefix

privateKey?: string

The private key to override the connected wallet