@0xknwn/starknet-module / Exports / StarkModule

Class: StarkModule

Implements

  • AccountModuleInterface

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new StarkModule(accountAddress): StarkModule

Parameters

NameType
accountAddressstring

Returns

StarkModule

Defined in

module/src/stark.ts:10

Properties

accountAddress

Protected accountAddress: string

Defined in

module/src/stark.ts:9

Methods

prefix

prefix(calls): Object

Parameters

NameType
callsCall | Call[]

Returns

Object

NameType
calldatastring[]
contractAddressstring
entrypointstring

Implementation of

AccountModuleInterface.prefix

Defined in

module/src/stark.ts:14