Interface Crypto<Options>

interface Crypto<Options> {
    options: Options;
    getGasPrice(): Promise<null | bigint>;
}

Type Parameters

Implemented by

Properties

Methods

Properties

options: Options

Methods