@coinbase/coinbase-sdk
Advanced tools
Changelog
[0.13.0] - 2024-12-19
reputation
method to Address
to fetch the reputation of the addressnetworkId
to WalletData
so that it is saved with the seed data and surfaced via the export functionValidator
object to expose more data to users.Validator
object.Wallet.loadSeed()
method in favor of Wallet.loadSeedFromFile()
Wallet.saveSeed()
method in favor of Wallet.saveSeedToFile()
Changelog
[0.11.3] - 2024-12-10
Changelog
[0.11.2] - 2024-12-04
listFundOperations
method to Wallet
and WalletAddress
to list the fund operations associated with the wallet or address.fund
and quoteFund
methods to take CreateFundOptions
object instead of individual parameters.Changelog
[0.11.1] - 2024-11-29
source
and sourceVersion
correlation data via Coinbase.configure()
Changelog
[0.11.0] - 2024-11-27
rlp_encoded_tx
field to EthereumTransaction
interfaceSmartContractEventActivity
webhook and its related event type filter.Changelog
[0.10.0] - 2024-10-31
faucetTx.wait()
to wait for the transaction to be confirmed.Changelog
[0.9.1] - 2024-10-18
Changelog
[0.9.0] - 2024-10-17
Changelog
[0.8.1] - 2024-10-09
Changelog
[0.8.0] - 2024-10-04
Wallet
, Transfer
, Transaction
, Webhook
, PayloadSignature
, and HistoricalBalance
.Webhook#update
now takes an Object of {notificationUri, eventTypeFilter}
instead of notificationUri
stringWallet
, Transfer
, Transaction
, Webhook
, PayloadSignature
, and HistoricalBalance
now take PaginationOptions
and return PaginationResponse<T>