@coinbase/coinbase-sdk
Advanced tools
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>
Changelog
[0.7.0] - 2024-09-26
deployNFT
method to WalletAddress
and Wallet
to deploy an ERC721, updated SmartContract
class to support deployment and fetching contract detailsdeployMultiToken
method to WalletAddress
and Wallet
to deploy an ERC1155, updated SmartContract
class to support deployment and fetching contract detailscreateWebhook
method to Wallet
to deploy a wallet activity webhook, updated Webhook
class to disallow users from specifying webhook signature. Webhook signature is now generated by the API.Changelog
[0.6.1] - 2024-09-23
src/index
Changelog
[0.6.0] - 2024-09-18
deployToken
method to WalletAddress
and Wallet
to deploy an ERC20, updated SmartContract
class to support deployment and fetching contract detailsAsset#toAtomicAmount
now returns a BigInt instead of a Decimal