Preparing search index...
The search index is not available
dappbooster
dappbooster
components/sharedComponents/TransactionButton
<internal>
TransactionButtonProps
Interface TransactionButtonProps
interface
TransactionButtonProps
{
confirmations
?:
number
;
labelSending
?:
string
;
onMined
?:
(
(
receipt
:
TransactionReceipt
)
=>
void
)
;
transaction
:
{
methodId
?:
string
;
(
)
:
Promise
<
`
0x
${
string
}
`
>
;
}
;
}
Hierarchy
ComponentProps
<
"button"
>
TransactionButtonProps
Index
Properties
confirmations?
label
Sending?
on
Mined?
transaction
Properties
Optional
confirmations
confirmations
?:
number
Optional
label
Sending
label
Sending
?:
string
Optional
on
Mined
on
Mined
?:
(
(
receipt
:
TransactionReceipt
)
=>
void
)
transaction
transaction
:
{
methodId
?:
string
;
(
)
:
Promise
<
`
0x
${
string
}
`
>
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
confirmations
label
Sending
on
Mined
transaction
dappbooster
Loading...