@ethereumjs/tx / EIP7702CompatibleTx
Defined in: types.ts:284
T extends TransactionType = TransactionType
readonlyaccessList:AccessListBytes
Defined in: types.ts:264
EIP1559CompatibleTx.accessList
readonlyauthorizationList:EOACode7702AuthorizationListBytes
Defined in: types.ts:287
readonlycache:TransactionCache
Defined in: types.ts:221
readonlychainId:bigint
Defined in: types.ts:258
readonlycommon:Common
Defined in: types.ts:212
readonlydata:Uint8Array
Defined in: types.ts:217
readonlygasLimit:bigint
Defined in: types.ts:214
readonlymaxFeePerGas:bigint
Defined in: types.ts:270
EIP1559CompatibleTx.maxFeePerGas
readonlymaxPriorityFeePerGas:bigint
Defined in: types.ts:269
EIP1559CompatibleTx.maxPriorityFeePerGas
readonlynonce:bigint
Defined in: types.ts:213
readonlyoptionalr:bigint
Defined in: types.ts:219
readonlyoptionals:bigint
Defined in: types.ts:220
readonlyoptionalto:Address
Defined in: types.ts:215
txOptions:
TxOptions
Defined in: types.ts:224
type:
TransactionType
Defined in: types.ts:223
readonlyoptionalv:bigint
Defined in: types.ts:218
readonlyvalue:bigint
Defined in: types.ts:216
addSignature(
v,r,s,convertV?):Transaction[T]
Defined in: types.ts:245
bigint
bigint |
Uint8Array<ArrayBufferLike> |
bigint |
Uint8Array<ArrayBufferLike> |
boolean
Transaction[T]
EIP1559CompatibleTx.addSignature
errorStr():
string
Defined in: types.ts:243
string
getDataGas():
bigint
Defined in: types.ts:226
bigint
EIP1559CompatibleTx.getDataGas
getHashedMessageToSign():
Uint8Array
Defined in: types.ts:232
Uint8Array
EIP1559CompatibleTx.getHashedMessageToSign
getIntrinsicGas():
bigint
Defined in: types.ts:225
bigint
EIP1559CompatibleTx.getIntrinsicGas
getMessageToSign():
Uint8Array
Defined in: types.ts:259
Uint8Array
EIP1559CompatibleTx.getMessageToSign
getMessageToVerifySignature():
Uint8Array
Defined in: types.ts:234
Uint8Array
EIP1559CompatibleTx.getMessageToVerifySignature
getSenderAddress():
Address
Defined in: types.ts:239
Address
EIP1559CompatibleTx.getSenderAddress
getSenderPublicKey():
Uint8Array
Defined in: types.ts:240
Uint8Array
EIP1559CompatibleTx.getSenderPublicKey
getUpfrontCost():
bigint
Defined in: types.ts:227
bigint
EIP1559CompatibleTx.getUpfrontCost
getValidationErrors():
string[]
Defined in: types.ts:235
string[]
EIP1559CompatibleTx.getValidationErrors
hash():
Uint8Array
Defined in: types.ts:233
Uint8Array
isSigned():
boolean
Defined in: types.ts:236
boolean
isValid():
boolean
Defined in: types.ts:237
boolean
raw():
TxValuesArray[T]
Defined in: types.ts:229
serialize():
Uint8Array
Defined in: types.ts:230
Uint8Array
sign(
privateKey,extraEntropy?):Transaction[T]
Defined in: types.ts:241
Uint8Array
boolean |
Uint8Array<ArrayBufferLike> |
Transaction[T]
supports(
capability):boolean
Defined in: types.ts:222
number
boolean
toCreationAddress():
boolean
Defined in: types.ts:228
boolean
EIP1559CompatibleTx.toCreationAddress
toJSON():
JSONTx
Defined in: types.ts:242
verifySignature():
boolean
Defined in: types.ts:238
boolean