@ethereumjs/tx / TransactionInterface
Defined in: types.ts:211
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
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]
errorStr():
string
Defined in: types.ts:243
string
getDataGas():
bigint
Defined in: types.ts:226
bigint
getHashedMessageToSign():
Uint8Array
Defined in: types.ts:232
Uint8Array
getIntrinsicGas():
bigint
Defined in: types.ts:225
bigint
getMessageToSign():
Uint8Array<ArrayBufferLike> |Uint8Array<ArrayBufferLike>[]
Defined in: types.ts:231
Uint8Array<ArrayBufferLike> | Uint8Array<ArrayBufferLike>[]
getMessageToVerifySignature():
Uint8Array
Defined in: types.ts:234
Uint8Array
getSenderAddress():
Address
Defined in: types.ts:239
Address
getSenderPublicKey():
Uint8Array
Defined in: types.ts:240
Uint8Array
getUpfrontCost():
bigint
Defined in: types.ts:227
bigint
getValidationErrors():
string[]
Defined in: types.ts:235
string[]
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
toJSON():
JSONTx
Defined in: types.ts:242
verifySignature():
boolean
Defined in: types.ts:238
boolean