Options
All
  • Public
  • Public/Protected
  • All
Menu

Type for transaction options, including Quorum-specific ones (privateFor) and Truffle-specific ones (overwrite)

Hierarchy

  • Options

Index

Properties

accessList?: AccessList
data?: string

This should be a bytestring (even-length hex string, with "0x")

from?: string

This should be an address

gas?: BN
gasPrice?: BN
maxFeePerGas?: BN
maxPriorityFeePerGas?: BN
nonce?: BN
overwrite?: boolean

Truffle-specific

privateFor?: string[]

Quorum-specific; this should be an array of base64-encoded strings, each of which encodes a 32-byte bytestring

to?: string

This should be an address

type?: string

This represents a number, but for compatibility purposes it should be given as a hex string. It should be in the range of 0x00 to 0xbf.

value?: BN

Generated using TypeDoc