Preparing search index...
The search index is not available
OPNet
OPNet
ITransactionParameters
Interface ITransactionParameters
interface
ITransactionParameters
{
chainId
?:
ChainId
;
estimatedFees
?:
bigint
;
feeRate
:
number
;
from
?:
string
;
network
:
Network
;
nonWitnessUtxo
?:
Buffer
;
optionalOutputs
?:
PsbtOutputExtended
[]
;
priorityFee
:
bigint
;
signer
:
ECPairInterface
|
Signer
;
to
?:
string
;
utxos
:
UTXO
[]
;
}
Hierarchy (
view full
)
ITweakedTransactionData
ITransactionParameters
IFundingTransactionParameters
SharedInteractionParameters
Index
Properties
chain
Id?
estimated
Fees?
fee
Rate
from?
network
non
Witness
Utxo?
optional
Outputs?
priority
Fee
signer
to?
utxos
Properties
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
Readonly
signer
signer
:
ECPairInterface
|
Signer
Optional
Readonly
to
to
?:
string
utxos
utxos
:
UTXO
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chain
Id
estimated
Fees
fee
Rate
from
network
non
Witness
Utxo
optional
Outputs
priority
Fee
signer
to
utxos
OPNet
Loading...