@0xknwn/starknet-module / Exports / EthModule

Class: EthModule

Implements

  • AccountModuleInterface

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EthModule(accountAddress): EthModule

Parameters

NameType
accountAddressstring

Returns

EthModule

Defined in

module/src/eth.ts:8

Properties

accountAddress

Protected accountAddress: string

Defined in

module/src/eth.ts:7

Methods

prefix

prefix(calls): Object

Parameters

NameType
callsCall | Call[]

Returns

Object

NameType
calldatastring[]
contractAddressstring
entrypointstring

Implementation of

AccountModuleInterface.prefix

Defined in

module/src/eth.ts:12