Quai Network Docs home page
English
What can I build on Quai?
⌘K
Ask AI
Developer Discord
Search...
Navigation
Crypto
ProgressCallback
Learn
Build
SDK
Client
Guides
Get Involved
Getting Started
Introduction
Fundamentals
Addresses
Smart Contracts
Network Providers
Transactions
Wallets
Examples
Reference
Address
Application Binary Interface
Constants
Contract
Crypto
Signature
SigningKey
ProgressCallback
SignatureLike
computeHmac
keccak256
lock
pbkdf2
randomBytes
ripemd160
scrypt
scryptSync
sha256
sha512
Encoding
Hash
Other
Providers
Signers
Transaction
Utils
Wallet
Wordlists
On this page
Parameters
Returns
Source
Crypto
ProgressCallback
Copy
Ask AI
type
ProgressCallback
: (percent)
=
>
void
;
A callback during long-running operations to update any UI or provide programatic access to the progress.
The
percent
is a value between
0
and
1
.
Parameters
Parameter
Type
percent
number
Returns
void
Source
crypto/scrypt.ts:14
Was this page helpful?
Yes
No
Suggest edits
Raise issue
SigningKey
SignatureLike
Assistant
Responses are generated using AI and may contain mistakes.