@ethereumjs/tx / LegacyTxInterface
Defined in: types.ts:253
T extends TransactionType = TransactionType
readonlycache:TransactionCache
Defined in: types.ts:221
readonlycommon:Common
Defined in: types.ts:212
readonlydata:Uint8Array
Defined in: types.ts:217
readonlygasLimit:bigint
Defined in: types.ts:214
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
TransactionInterface.txOptions
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]
TransactionInterface.addSignature
errorStr():
string
Defined in: types.ts:243
string
getDataGas():
bigint
Defined in: types.ts:226
bigint
TransactionInterface.getDataGas
getHashedMessageToSign():
Uint8Array
Defined in: types.ts:232
Uint8Array
TransactionInterface.getHashedMessageToSign
getIntrinsicGas():
bigint
Defined in: types.ts:225
bigint
TransactionInterface.getIntrinsicGas
getMessageToSign():
Uint8Array<ArrayBufferLike> |Uint8Array<ArrayBufferLike>[]
Defined in: types.ts:231
Uint8Array<ArrayBufferLike> | Uint8Array<ArrayBufferLike>[]
TransactionInterface.getMessageToSign
getMessageToVerifySignature():
Uint8Array
Defined in: types.ts:234
Uint8Array
TransactionInterface.getMessageToVerifySignature
getSenderAddress():
Address
Defined in: types.ts:239
Address
TransactionInterface.getSenderAddress
getSenderPublicKey():
Uint8Array
Defined in: types.ts:240
Uint8Array
TransactionInterface.getSenderPublicKey
getUpfrontCost():
bigint
Defined in: types.ts:227
bigint
TransactionInterface.getUpfrontCost
getValidationErrors():
string[]
Defined in: types.ts:235
string[]
TransactionInterface.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
TransactionInterface.serialize
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
TransactionInterface.toCreationAddress
toJSON():
JSONTx
Defined in: types.ts:242
verifySignature():
boolean
Defined in: types.ts:238
boolean