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