CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
FeePayerFromAddressOptions
Interface FeePayerFromAddressOptions
interface
FeePayerFromAddressOptions
{
changeFn
?:
(
tx
:
Transaction
,
capacity
:
bigint
,
)
=>
NumLike
|
Promise
<
NumLike
>
;
feeRate
?:
NumLike
;
filter
?:
ClientCollectableSearchKeyFilterLike
;
options
?:
{
feeRateBlockRange
?:
NumLike
;
maxFeeRate
?:
NumLike
;
shouldAddInputs
?:
boolean
;
}
;
}
Index
Properties
change
Fn?
fee
Rate?
filter?
options?
Properties
Optional
change
Fn
changeFn
?:
(
tx
:
Transaction
,
capacity
:
bigint
)
=>
NumLike
|
Promise
<
NumLike
>
Optional
fee
Rate
feeRate
?:
NumLike
Optional
filter
filter
?:
ClientCollectableSearchKeyFilterLike
Optional
options
options
?:
{
feeRateBlockRange
?:
NumLike
;
maxFeeRate
?:
NumLike
;
shouldAddInputs
?:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
change
Fn
fee
Rate
filter
options
GitHub
App
Docs
Playground
CCC Docs
Loading...