@0xknwn/starknet-module / Exports / P256Module

Class: P256Module

Implements

  • AccountModuleInterface

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new P256Module(accountAddress): P256Module

Parameters

NameType
accountAddressstring

Returns

P256Module

Defined in

module/src/p256.ts:8

Properties

accountAddress

Protected accountAddress: string

Defined in

module/src/p256.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/p256.ts:12