a structured view of the access list
the call data
the chain id as an unsigned integer
the raw chain id bytes
the gas limit as an unsigned integer
the raw gas limit bytes
the gas price
the raw gas price bytes
the nonce as an unsigned integer
the raw nonce bytes
the signature r value
the recovery id
the raw recovery id bytes
the signature s value
the to address, or null when none is set
(contract creation)
the raw to address bytes
the value (in wei)
the raw value bytes
Whether this envelope carries a signature, i.e. both r and s are set.
Sign this transaction data with the given ECDSA (secp256k1) key,
populating recId, r and s. Throws if key is not an ECDSA key.
Staticfrom
Append a single entry to the access list (writes into the underlying tuple-list field).