Preparing search index...
The search index is not available
OPNet
OPNet
IDeploymentParameters
Interface IDeploymentParameters
interface
IDeploymentParameters
{
bytecode
:
Buffer
;
calldata
?:
Buffer
;
chainId
?:
ChainId
;
estimatedFees
?:
bigint
;
feeRate
:
number
;
from
?:
string
;
network
:
Network
;
nonWitnessUtxo
?:
Buffer
;
optionalOutputs
?:
PsbtOutputExtended
[]
;
priorityFee
:
bigint
;
randomBytes
?:
Buffer
;
signer
:
ECPairInterface
|
Signer
;
utxos
:
UTXO
[]
;
}
Hierarchy
Omit
<
ITransactionParameters
,
"to"
>
IDeploymentParameters
Index
Properties
bytecode
calldata?
chain
Id?
estimated
Fees?
fee
Rate
from?
network
non
Witness
Utxo?
optional
Outputs?
priority
Fee
random
Bytes?
signer
utxos
Properties
Readonly
bytecode
bytecode
:
Buffer
Optional
Readonly
calldata
calldata
?:
Buffer
Optional
chain
Id
chain
Id
?:
ChainId
Optional
estimated
Fees
estimated
Fees
?:
bigint
Readonly
fee
Rate
fee
Rate
:
number
Optional
Readonly
from
from
?:
string
Readonly
network
network
:
Network
Optional
non
Witness
Utxo
non
Witness
Utxo
?:
Buffer
Optional
optional
Outputs
optional
Outputs
?:
PsbtOutputExtended
[]
Readonly
priority
Fee
priority
Fee
:
bigint
Optional
Readonly
random
Bytes
random
Bytes
?:
Buffer
Readonly
signer
signer
:
ECPairInterface
|
Signer
utxos
utxos
:
UTXO
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytecode
calldata
chain
Id
estimated
Fees
fee
Rate
from
network
non
Witness
Utxo
optional
Outputs
priority
Fee
random
Bytes
signer
utxos
OPNet
Loading...