From 3864ce2cf67dce4a042541717fb028736826c074 Mon Sep 17 00:00:00 2001 From: Yuga Cohler Date: Sun, 26 May 2024 20:28:52 -0400 Subject: [PATCH] Done. --- docs/assets/navigation.js | 2 +- docs/assets/search.js | 2 +- docs/classes/client_api.AddressesApi.html | 16 +-- docs/classes/client_api.TransfersApi.html | 12 +- docs/classes/client_api.UsersApi.html | 6 +- docs/classes/client_api.WalletsApi.html | 14 +-- docs/classes/client_base.BaseAPI.html | 4 +- docs/classes/client_base.RequiredError.html | 4 +- .../client_configuration.Configuration.html | 22 ++-- docs/classes/coinbase_address.Address.html | 42 ++++--- docs/classes/coinbase_api_error.APIError.html | 8 +- ...coinbase_api_error.AlreadyExistsError.html | 8 +- ...ase_api_error.FaucetLimitReachedError.html | 8 +- ...oinbase_api_error.InvalidAddressError.html | 8 +- ...nbase_api_error.InvalidAddressIDError.html | 8 +- ...coinbase_api_error.InvalidAmountError.html | 8 +- ...oinbase_api_error.InvalidAssetIDError.html | 8 +- ...ase_api_error.InvalidDestinationError.html | 8 +- .../coinbase_api_error.InvalidLimitError.html | 8 +- ...nbase_api_error.InvalidNetworkIDError.html | 8 +- .../coinbase_api_error.InvalidPageError.html | 8 +- ...e_api_error.InvalidSignedPayloadError.html | 8 +- ...base_api_error.InvalidTransferIDError.html | 8 +- ..._api_error.InvalidTransferStatusError.html | 8 +- ...coinbase_api_error.InvalidWalletError.html | 8 +- ...inbase_api_error.InvalidWalletIDError.html | 8 +- ...nbase_api_error.MalformedRequestError.html | 8 +- .../coinbase_api_error.NotFoundError.html | 8 +- ...base_api_error.ResourceExhaustedError.html | 8 +- .../coinbase_api_error.UnauthorizedError.html | 8 +- ...coinbase_api_error.UnimplementedError.html | 8 +- ...nbase_api_error.UnsupportedAssetError.html | 8 +- docs/classes/coinbase_asset.Asset.html | 4 +- ...e_authenticator.CoinbaseAuthenticator.html | 12 +- docs/classes/coinbase_balance.Balance.html | 8 +- .../coinbase_balance_map.BalanceMap.html | 8 +- docs/classes/coinbase_coinbase.Coinbase.html | 22 ++-- .../coinbase_errors.ArgumentError.html | 4 +- .../coinbase_errors.InternalError.html | 4 +- .../coinbase_errors.InvalidAPIKeyFormat.html | 4 +- .../coinbase_errors.InvalidConfiguration.html | 4 +- ...oinbase_errors.InvalidUnsignedPayload.html | 4 +- ..._faucet_transaction.FaucetTransaction.html | 10 +- docs/classes/coinbase_transfer.Transfer.html | 51 ++++----- docs/classes/coinbase_user.User.html | 25 ++-- docs/classes/coinbase_wallet.Wallet.html | 107 +++++++++++++----- docs/enums/coinbase_types.TransferStatus.html | 4 +- ...ent_api.AddressesApiAxiosParamCreator.html | 2 +- .../client_api.AddressesApiFactory.html | 12 +- docs/functions/client_api.AddressesApiFp.html | 12 +- ...ent_api.TransfersApiAxiosParamCreator.html | 2 +- .../client_api.TransfersApiFactory.html | 8 +- docs/functions/client_api.TransfersApiFp.html | 8 +- .../client_api.UsersApiAxiosParamCreator.html | 2 +- .../functions/client_api.UsersApiFactory.html | 2 +- docs/functions/client_api.UsersApiFp.html | 2 +- ...lient_api.WalletsApiAxiosParamCreator.html | 2 +- .../client_api.WalletsApiFactory.html | 10 +- docs/functions/client_api.WalletsApiFp.html | 10 +- .../client_common.assertParamExists.html | 2 +- .../client_common.createRequestFunction.html | 2 +- .../client_common.serializeDataIfNeeded.html | 2 +- .../client_common.setApiKeyToObject.html | 2 +- .../client_common.setBasicAuthToObject.html | 2 +- .../client_common.setBearerAuthToObject.html | 2 +- .../client_common.setOAuthToObject.html | 2 +- .../client_common.setSearchParams.html | 2 +- .../functions/client_common.toPathString.html | 2 +- .../coinbase_tests_utils.createAxiosMock.html | 2 +- ...inbase_tests_utils.generateRandomHash.html | 2 +- ...se_tests_utils.generateWalletFromSeed.html | 1 + ...nbase_tests_utils.getAddressFromHDKey.html | 1 + .../coinbase_tests_utils.mockFn.html | 2 +- ...e_tests_utils.mockReturnRejectedValue.html | 2 +- .../coinbase_tests_utils.mockReturnValue.html | 2 +- .../coinbase_tests_utils.newAddressModel.html | 2 +- .../coinbase_utils.convertStringToHex.html | 2 +- docs/functions/coinbase_utils.delay.html | 2 +- ...e_utils.destinationToAddressHexString.html | 5 + .../coinbase_utils.logApiResponse.html | 2 +- ...nbase_utils.registerAxiosInterceptors.html | 2 +- docs/index.html | 2 +- docs/interfaces/client_api.Address.html | 10 +- .../client_api.AddressBalanceList.html | 10 +- docs/interfaces/client_api.AddressList.html | 10 +- docs/interfaces/client_api.Asset.html | 10 +- docs/interfaces/client_api.Balance.html | 6 +- .../client_api.BroadcastTransferRequest.html | 4 +- .../client_api.CreateAddressRequest.html | 6 +- .../client_api.CreateTransferRequest.html | 10 +- .../client_api.CreateWalletRequest.html | 4 +- .../client_api.FaucetTransaction.html | 4 +- docs/interfaces/client_api.ModelError.html | 6 +- docs/interfaces/client_api.Transfer.html | 24 ++-- docs/interfaces/client_api.TransferList.html | 10 +- docs/interfaces/client_api.User.html | 6 +- docs/interfaces/client_api.Wallet.html | 8 +- docs/interfaces/client_api.WalletList.html | 10 +- docs/interfaces/client_base.RequestArgs.html | 4 +- ...configuration.ConfigurationParameters.html | 4 +- docs/modules/client.html | 2 +- docs/modules/client_api.html | 2 +- docs/modules/client_base.html | 2 +- docs/modules/client_common.html | 2 +- docs/modules/client_configuration.html | 2 +- docs/modules/coinbase.html | 2 +- docs/modules/coinbase_address.html | 2 +- docs/modules/coinbase_api_error.html | 2 +- docs/modules/coinbase_asset.html | 2 +- docs/modules/coinbase_authenticator.html | 2 +- docs/modules/coinbase_balance.html | 2 +- docs/modules/coinbase_balance_map.html | 2 +- docs/modules/coinbase_coinbase.html | 2 +- docs/modules/coinbase_constants.html | 2 +- docs/modules/coinbase_errors.html | 2 +- docs/modules/coinbase_faucet_transaction.html | 2 +- docs/modules/coinbase_tests_address_test.html | 2 +- .../coinbase_tests_authenticator_test.html | 2 +- .../coinbase_tests_balance_map_test.html | 2 +- docs/modules/coinbase_tests_balance_test.html | 2 +- .../modules/coinbase_tests_coinbase_test.html | 2 +- ...oinbase_tests_faucet_transaction_test.html | 2 +- .../modules/coinbase_tests_transfer_test.html | 2 +- docs/modules/coinbase_tests_user_test.html | 2 +- docs/modules/coinbase_tests_utils.html | 7 +- docs/modules/coinbase_tests_wallet_test.html | 2 +- docs/modules/coinbase_transfer.html | 3 +- docs/modules/coinbase_types.html | 4 +- docs/modules/coinbase_user.html | 2 +- docs/modules/coinbase_utils.html | 3 +- docs/modules/coinbase_wallet.html | 2 +- docs/types/client_api.TransferStatusEnum.html | 2 +- .../coinbase_transfer.TransferClients.html | 2 - .../coinbase_types.AddressAPIClient.html | 12 +- docs/types/coinbase_types.Amount.html | 2 + docs/types/coinbase_types.ApiClients.html | 2 +- docs/types/coinbase_types.Destination.html | 2 + docs/types/coinbase_types.SeedData.html | 2 +- .../coinbase_types.TransferAPIClient.html | 8 +- docs/types/coinbase_types.UserAPIClient.html | 2 +- .../types/coinbase_types.WalletAPIClient.html | 26 ++++- docs/types/coinbase_types.WalletData.html | 2 +- .../client_api.TransferStatusEnum-1.html | 2 +- docs/variables/client_base.BASE_PATH.html | 2 +- .../client_base.COLLECTION_FORMATS.html | 2 +- .../client_base.operationServerMap.html | 2 +- .../client_common.DUMMY_BASE_URL.html | 2 +- ...nbase_constants.ATOMIC_UNITS_PER_USDC.html | 2 +- .../coinbase_constants.GWEI_PER_ETHER.html | 2 +- .../coinbase_constants.WEI_PER_ETHER.html | 2 +- .../coinbase_constants.WEI_PER_GWEI.html | 2 +- ...ests_utils.VALID_ADDRESS_BALANCE_LIST.html | 2 +- ...nbase_tests_utils.VALID_ADDRESS_MODEL.html | 2 +- ...nbase_tests_utils.VALID_BALANCE_MODEL.html | 2 +- ...base_tests_utils.VALID_TRANSFER_MODEL.html | 1 + ...inbase_tests_utils.VALID_WALLET_MODEL.html | 2 +- ...coinbase_tests_utils.addressesApiMock.html | 2 +- .../coinbase_tests_utils.transferId.html | 1 + ...coinbase_tests_utils.transfersApiMock.html | 1 + .../coinbase_tests_utils.usersApiMock.html | 2 +- .../coinbase_tests_utils.walletId.html | 2 +- .../coinbase_tests_utils.walletsApiMock.html | 2 +- 162 files changed, 556 insertions(+), 450 deletions(-) create mode 100644 docs/functions/coinbase_tests_utils.generateWalletFromSeed.html create mode 100644 docs/functions/coinbase_tests_utils.getAddressFromHDKey.html create mode 100644 docs/functions/coinbase_utils.destinationToAddressHexString.html delete mode 100644 docs/types/coinbase_transfer.TransferClients.html create mode 100644 docs/types/coinbase_types.Amount.html create mode 100644 docs/types/coinbase_types.Destination.html create mode 100644 docs/variables/coinbase_tests_utils.VALID_TRANSFER_MODEL.html create mode 100644 docs/variables/coinbase_tests_utils.transferId.html create mode 100644 docs/variables/coinbase_tests_utils.transfersApiMock.html diff --git a/docs/assets/navigation.js b/docs/assets/navigation.js index 70a2bf50..d462774e 100644 --- a/docs/assets/navigation.js +++ b/docs/assets/navigation.js @@ -1 +1 @@ -window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file +window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file diff --git a/docs/assets/search.js b/docs/assets/search.js index ccfc5d37..ccf5d4ad 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/docs/classes/client_api.AddressesApi.html b/docs/classes/client_api.AddressesApi.html index 6d714239..b986f42a 100644 --- a/docs/classes/client_api.AddressesApi.html +++ b/docs/classes/client_api.AddressesApi.html @@ -1,6 +1,6 @@ AddressesApi | @coinbase/coinbase-sdk

AddressesApi - object-oriented interface

Export

AddressesApi

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Create a new address scoped to the wallet.

    +

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Create a new address scoped to the wallet.

    Parameters

    • walletId: string

      The ID of the wallet to create the address in.

    • Optional createAddressRequest: CreateAddressRequest
    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Address, any>>

    Summary

    Create a new address

    Throws

    Memberof

    AddressesApi

    -
  • Get address

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to.

    • addressId: string

      The onchain address of the address that is being fetched.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Address, any>>

    Summary

    Get address by onchain address

    Throws

    Memberof

    AddressesApi

    -
  • Get address balance

    +
  • Get address balance

    Parameters

    • walletId: string

      The ID of the wallet to fetch the balance for

    • addressId: string

      The onchain address of the address that is being fetched.

    • assetId: string

      The symbol of the asset to fetch the balance for

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Balance, any>>

    Summary

    Get address balance for asset

    Throws

    Memberof

    AddressesApi

    -
  • Get address balances

    Parameters

    • walletId: string

      The ID of the wallet to fetch the balances for

    • addressId: string

      The onchain address of the address that is being fetched.

    • Optional page: string

      A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<AddressBalanceList, any>>

    Summary

    Get all balances for address

    Throws

    Memberof

    AddressesApi

    -
  • List addresses in the wallet.

    Parameters

    • walletId: string

      The ID of the wallet whose addresses to fetch

    • Optional limit: number

      A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

    • Optional page: string

      A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<AddressList, any>>

    Summary

    List addresses in a wallet.

    Throws

    Memberof

    AddressesApi

    -
  • Request faucet funds to be sent to onchain address.

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to.

    • addressId: string

      The onchain address of the address that is being fetched.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<FaucetTransaction, any>>

    Summary

    Request faucet funds for onchain address.

    Throws

    Memberof

    AddressesApi

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/client_api.TransfersApi.html b/docs/classes/client_api.TransfersApi.html index ce8c2164..9a33f457 100644 --- a/docs/classes/client_api.TransfersApi.html +++ b/docs/classes/client_api.TransfersApi.html @@ -1,6 +1,6 @@ TransfersApi | @coinbase/coinbase-sdk

TransfersApi - object-oriented interface

Export

TransfersApi

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Broadcast a transfer

    +

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Broadcast a transfer

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to

    • addressId: string

      The ID of the address the transfer belongs to

    • transferId: string

      The ID of the transfer to broadcast

    • broadcastTransferRequest: BroadcastTransferRequest
    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Transfer, any>>

    Summary

    Broadcast a transfer

    Throws

    Memberof

    TransfersApi

    -
  • Create a new transfer

    +
  • Create a new transfer

    Parameters

    • walletId: string

      The ID of the wallet the source address belongs to

    • addressId: string

      The ID of the address to transfer from

    • createTransferRequest: CreateTransferRequest
    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Transfer, any>>

    Summary

    Create a new transfer for an address

    Throws

    Memberof

    TransfersApi

    -
  • Get a transfer by ID

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to

    • addressId: string

      The ID of the address the transfer belongs to

    • transferId: string

      The ID of the transfer to fetch

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Transfer, any>>

    Summary

    Get a transfer by ID

    Throws

    Memberof

    TransfersApi

    -
  • List transfers for an address.

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to

    • addressId: string

      The ID of the address to list transfers for

    • Optional limit: number

      A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

      @@ -36,4 +36,4 @@

      Throws

      Memberof

      TransfersApi

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<TransferList, any>>

    Summary

    List transfers for an address.

    Throws

    Memberof

    TransfersApi

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/client_api.UsersApi.html b/docs/classes/client_api.UsersApi.html index 3fa34068..318e7f6d 100644 --- a/docs/classes/client_api.UsersApi.html +++ b/docs/classes/client_api.UsersApi.html @@ -1,12 +1,12 @@ UsersApi | @coinbase/coinbase-sdk

UsersApi - object-oriented interface

Export

UsersApi

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Get current user

    +

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Get current user

    Parameters

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<User, any>>

    Summary

    Get current user

    Throws

    Memberof

    UsersApi

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/client_api.WalletsApi.html b/docs/classes/client_api.WalletsApi.html index 4f9ab1a9..f2076eb3 100644 --- a/docs/classes/client_api.WalletsApi.html +++ b/docs/classes/client_api.WalletsApi.html @@ -1,6 +1,6 @@ WalletsApi | @coinbase/coinbase-sdk

WalletsApi - object-oriented interface

Export

WalletsApi

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Create a new wallet scoped to the user.

    +

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Create a new wallet scoped to the user.

    Parameters

    • Optional createWalletRequest: CreateWalletRequest
    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Wallet, any>>

    Summary

    Create a new wallet

    Throws

    Memberof

    WalletsApi

    -
  • Get wallet

    Parameters

    • walletId: string

      The ID of the wallet to fetch

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Wallet, any>>

    Summary

    Get wallet by ID

    Throws

    Memberof

    WalletsApi

    -
  • Get the aggregated balance of an asset across all of the addresses in the wallet.

    +
  • Get the aggregated balance of an asset across all of the addresses in the wallet.

    Parameters

    • walletId: string

      The ID of the wallet to fetch the balance for

    • assetId: string

      The symbol of the asset to fetch the balance for

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Balance, any>>

    Summary

    Get the balance of an asset in the wallet

    Throws

    Memberof

    WalletsApi

    -
  • List the balances of all of the addresses in the wallet aggregated by asset.

    Parameters

    • walletId: string

      The ID of the wallet to fetch the balances for

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<AddressBalanceList, any>>

    Summary

    List wallet balances

    Throws

    Memberof

    WalletsApi

    -
  • List wallets belonging to the user.

    Parameters

    • Optional limit: number

      A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

    • Optional page: string

      A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<WalletList, any>>

    Summary

    List wallets

    Throws

    Memberof

    WalletsApi

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/client_base.BaseAPI.html b/docs/classes/client_base.BaseAPI.html index ce381811..db18152b 100644 --- a/docs/classes/client_base.BaseAPI.html +++ b/docs/classes/client_base.BaseAPI.html @@ -1,6 +1,6 @@ BaseAPI | @coinbase/coinbase-sdk

Export

BaseAPI

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration
\ No newline at end of file +

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration
\ No newline at end of file diff --git a/docs/classes/client_base.RequiredError.html b/docs/classes/client_base.RequiredError.html index 751aa14b..2a01bce9 100644 --- a/docs/classes/client_base.RequiredError.html +++ b/docs/classes/client_base.RequiredError.html @@ -1,5 +1,5 @@ RequiredError | @coinbase/coinbase-sdk

Export

RequiredError

-

Hierarchy

  • Error
    • RequiredError

Constructors

Hierarchy

  • Error
    • RequiredError

Constructors

Properties

Methods

Constructors

Properties

field: string
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Constructors

Properties

field: string
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/docs/classes/client_configuration.Configuration.html b/docs/classes/client_configuration.Configuration.html index 745afe42..180ec1a1 100644 --- a/docs/classes/client_configuration.Configuration.html +++ b/docs/classes/client_configuration.Configuration.html @@ -1,4 +1,4 @@ -Configuration | @coinbase/coinbase-sdk

Constructors

constructor +Configuration | @coinbase/coinbase-sdk

Constructors

Properties

Methods

Constructors

Properties

accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)

parameter for oauth2 security

+

Constructors

Properties

accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)

parameter for oauth2 security

Type declaration

    • (name?, scopes?): string
    • Parameters

      • Optional name: string
      • Optional scopes: string[]

      Returns string

Type declaration

    • (name?, scopes?): Promise<string>
    • Parameters

      • Optional name: string
      • Optional scopes: string[]

      Returns Promise<string>

Param: name

security name

Param: scopes

oauth2 scope

Memberof

Configuration

-
apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)

parameter for apiKey security

+
apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)

parameter for apiKey security

Type declaration

    • (name): string
    • Parameters

      • name: string

      Returns string

Type declaration

    • (name): Promise<string>
    • Parameters

      • name: string

      Returns Promise<string>

Param: name

security name

Memberof

Configuration

-
baseOptions?: any

base options for axios calls

+
baseOptions?: any

base options for axios calls

Memberof

Configuration

-
basePath?: string

override base path

+
basePath?: string

override base path

Memberof

Configuration

-
formDataCtor?: (new () => any)

The FormData constructor that will be used to create multipart form data +

formDataCtor?: (new () => any)

The FormData constructor that will be used to create multipart form data requests. You can inject this here so that execution environments that do not support the FormData class can still run the generated client.

-

Type declaration

    • new (): any
    • Returns any

password?: string

parameter for basic security

+

Type declaration

    • new (): any
    • Returns any

password?: string

parameter for basic security

Memberof

Configuration

-
serverIndex?: number

override server index

+
serverIndex?: number

override server index

Memberof

Configuration

-
username?: string

parameter for basic security

+
username?: string

parameter for basic security

Memberof

Configuration

-

Methods

Methods

  • Check if the given MIME is a JSON MIME. JSON MIME examples: application/json application/json; charset=UTF8 @@ -36,4 +36,4 @@

    Memberof

    Configuration

    application/vnd.company+json

    Parameters

    • mime: string

      MIME (Multipurpose Internet Mail Extensions)

    Returns boolean

    True if the given MIME is JSON, false otherwise.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_address.Address.html b/docs/classes/coinbase_address.Address.html index 93609de8..80c4354f 100644 --- a/docs/classes/coinbase_address.Address.html +++ b/docs/classes/coinbase_address.Address.html @@ -1,34 +1,50 @@ Address | @coinbase/coinbase-sdk

A representation of a blockchain address, which is a user-controlled account on a network.

-

Constructors

Properties

Methods

Constructors

  • Initializes a new Address instance.

    +

Constructors

Properties

model: Address

Methods

  • Requests faucet funds for the address. +

  • Optional key: Wallet

    The ethers.js Wallet the Address uses to sign data.

    +

Returns Address

Throws

If the model or key is empty.

+

Properties

key?: Wallet
model: Address

Methods

  • Transfers the given amount of the given Asset to the given address. Only same-Network Transfers are supported.

    +

    Parameters

    • amount: Amount

      The amount of the Asset to send.

      +
    • assetId: string

      The ID of the Asset to send. For Ether, Coinbase.assets.Eth, Coinbase.assets.Gwei, and Coinbase.assets.Wei supported.

      +
    • destination: Destination

      The destination of the transfer. If a Wallet, sends to the Wallet's default address. If a String, interprets it as the address ID.

      +
    • intervalSeconds: number = 0.2

      The interval at which to poll the Network for Transfer status, in seconds.

      +
    • timeoutSeconds: number = 10

      The maximum amount of time to wait for the Transfer to complete, in seconds.

      +

    Returns Promise<Transfer>

    The transfer object.

    +

    Throws

    if the API request to create a Transfer fails.

    +

    Throws

    if the API request to broadcast a Transfer fails.

    +

    Throws

    if the Transfer times out.

    +
  • Returns the balance of the provided asset.

    Parameters

    • assetId: string

      The asset ID.

    Returns Promise<Decimal>

    The balance of the asset.

    -
  • Returns a string representation of the address.

    Returns string

    A string representing the address.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.APIError.html b/docs/classes/coinbase_api_error.APIError.html index f5e5f878..7f83cb63 100644 --- a/docs/classes/coinbase_api_error.APIError.html +++ b/docs/classes/coinbase_api_error.APIError.html @@ -1,5 +1,5 @@ APIError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns APIError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Returns a String representation of the APIError.

    Returns string

    a String representation of the APIError

    -
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.AlreadyExistsError.html b/docs/classes/coinbase_api_error.AlreadyExistsError.html index 3bbdaa26..006c177d 100644 --- a/docs/classes/coinbase_api_error.AlreadyExistsError.html +++ b/docs/classes/coinbase_api_error.AlreadyExistsError.html @@ -1,5 +1,5 @@ AlreadyExistsError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns AlreadyExistsError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.FaucetLimitReachedError.html b/docs/classes/coinbase_api_error.FaucetLimitReachedError.html index 2d1fe759..cd34bd5a 100644 --- a/docs/classes/coinbase_api_error.FaucetLimitReachedError.html +++ b/docs/classes/coinbase_api_error.FaucetLimitReachedError.html @@ -1,5 +1,5 @@ FaucetLimitReachedError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns FaucetLimitReachedError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidAddressError.html b/docs/classes/coinbase_api_error.InvalidAddressError.html index a037501e..fbf3b4ca 100644 --- a/docs/classes/coinbase_api_error.InvalidAddressError.html +++ b/docs/classes/coinbase_api_error.InvalidAddressError.html @@ -1,5 +1,5 @@ InvalidAddressError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidAddressError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidAddressIDError.html b/docs/classes/coinbase_api_error.InvalidAddressIDError.html index 2cea4c41..b3eb34ec 100644 --- a/docs/classes/coinbase_api_error.InvalidAddressIDError.html +++ b/docs/classes/coinbase_api_error.InvalidAddressIDError.html @@ -1,5 +1,5 @@ InvalidAddressIDError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidAddressIDError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidAmountError.html b/docs/classes/coinbase_api_error.InvalidAmountError.html index ff3d3096..3ba969dc 100644 --- a/docs/classes/coinbase_api_error.InvalidAmountError.html +++ b/docs/classes/coinbase_api_error.InvalidAmountError.html @@ -1,5 +1,5 @@ InvalidAmountError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidAmountError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidAssetIDError.html b/docs/classes/coinbase_api_error.InvalidAssetIDError.html index 2e30d19f..17acf877 100644 --- a/docs/classes/coinbase_api_error.InvalidAssetIDError.html +++ b/docs/classes/coinbase_api_error.InvalidAssetIDError.html @@ -1,5 +1,5 @@ InvalidAssetIDError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidAssetIDError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidDestinationError.html b/docs/classes/coinbase_api_error.InvalidDestinationError.html index 7f861c70..e5a8404b 100644 --- a/docs/classes/coinbase_api_error.InvalidDestinationError.html +++ b/docs/classes/coinbase_api_error.InvalidDestinationError.html @@ -1,5 +1,5 @@ InvalidDestinationError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidDestinationError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidLimitError.html b/docs/classes/coinbase_api_error.InvalidLimitError.html index da3790dc..b77c3cce 100644 --- a/docs/classes/coinbase_api_error.InvalidLimitError.html +++ b/docs/classes/coinbase_api_error.InvalidLimitError.html @@ -1,5 +1,5 @@ InvalidLimitError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidLimitError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidNetworkIDError.html b/docs/classes/coinbase_api_error.InvalidNetworkIDError.html index a716d014..fa0814fa 100644 --- a/docs/classes/coinbase_api_error.InvalidNetworkIDError.html +++ b/docs/classes/coinbase_api_error.InvalidNetworkIDError.html @@ -1,5 +1,5 @@ InvalidNetworkIDError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidNetworkIDError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidPageError.html b/docs/classes/coinbase_api_error.InvalidPageError.html index fb83b047..b2818b7d 100644 --- a/docs/classes/coinbase_api_error.InvalidPageError.html +++ b/docs/classes/coinbase_api_error.InvalidPageError.html @@ -1,5 +1,5 @@ InvalidPageError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidPageError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidSignedPayloadError.html b/docs/classes/coinbase_api_error.InvalidSignedPayloadError.html index 8c2acf9c..69c720f5 100644 --- a/docs/classes/coinbase_api_error.InvalidSignedPayloadError.html +++ b/docs/classes/coinbase_api_error.InvalidSignedPayloadError.html @@ -1,5 +1,5 @@ InvalidSignedPayloadError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidSignedPayloadError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidTransferIDError.html b/docs/classes/coinbase_api_error.InvalidTransferIDError.html index 4898075b..03083fc1 100644 --- a/docs/classes/coinbase_api_error.InvalidTransferIDError.html +++ b/docs/classes/coinbase_api_error.InvalidTransferIDError.html @@ -1,5 +1,5 @@ InvalidTransferIDError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidTransferIDError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidTransferStatusError.html b/docs/classes/coinbase_api_error.InvalidTransferStatusError.html index 5dd6f0bc..349f73d3 100644 --- a/docs/classes/coinbase_api_error.InvalidTransferStatusError.html +++ b/docs/classes/coinbase_api_error.InvalidTransferStatusError.html @@ -1,5 +1,5 @@ InvalidTransferStatusError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidTransferStatusError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidWalletError.html b/docs/classes/coinbase_api_error.InvalidWalletError.html index 6dd43c65..70f4cf8e 100644 --- a/docs/classes/coinbase_api_error.InvalidWalletError.html +++ b/docs/classes/coinbase_api_error.InvalidWalletError.html @@ -1,5 +1,5 @@ InvalidWalletError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidWalletError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidWalletIDError.html b/docs/classes/coinbase_api_error.InvalidWalletIDError.html index c082a795..d658edf8 100644 --- a/docs/classes/coinbase_api_error.InvalidWalletIDError.html +++ b/docs/classes/coinbase_api_error.InvalidWalletIDError.html @@ -1,5 +1,5 @@ InvalidWalletIDError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidWalletIDError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.MalformedRequestError.html b/docs/classes/coinbase_api_error.MalformedRequestError.html index 50a83fc1..2e173df6 100644 --- a/docs/classes/coinbase_api_error.MalformedRequestError.html +++ b/docs/classes/coinbase_api_error.MalformedRequestError.html @@ -1,5 +1,5 @@ MalformedRequestError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns MalformedRequestError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.NotFoundError.html b/docs/classes/coinbase_api_error.NotFoundError.html index 9cce9de6..15d3af39 100644 --- a/docs/classes/coinbase_api_error.NotFoundError.html +++ b/docs/classes/coinbase_api_error.NotFoundError.html @@ -1,5 +1,5 @@ NotFoundError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns NotFoundError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.ResourceExhaustedError.html b/docs/classes/coinbase_api_error.ResourceExhaustedError.html index 986f98c3..e956c76f 100644 --- a/docs/classes/coinbase_api_error.ResourceExhaustedError.html +++ b/docs/classes/coinbase_api_error.ResourceExhaustedError.html @@ -1,5 +1,5 @@ ResourceExhaustedError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns ResourceExhaustedError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.UnauthorizedError.html b/docs/classes/coinbase_api_error.UnauthorizedError.html index 87d97bd8..53615f4f 100644 --- a/docs/classes/coinbase_api_error.UnauthorizedError.html +++ b/docs/classes/coinbase_api_error.UnauthorizedError.html @@ -1,5 +1,5 @@ UnauthorizedError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns UnauthorizedError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.UnimplementedError.html b/docs/classes/coinbase_api_error.UnimplementedError.html index b7996bd4..38b7a341 100644 --- a/docs/classes/coinbase_api_error.UnimplementedError.html +++ b/docs/classes/coinbase_api_error.UnimplementedError.html @@ -1,5 +1,5 @@ UnimplementedError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns UnimplementedError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.UnsupportedAssetError.html b/docs/classes/coinbase_api_error.UnsupportedAssetError.html index e486baa0..bd567dce 100644 --- a/docs/classes/coinbase_api_error.UnsupportedAssetError.html +++ b/docs/classes/coinbase_api_error.UnsupportedAssetError.html @@ -1,5 +1,5 @@ UnsupportedAssetError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns UnsupportedAssetError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_asset.Asset.html b/docs/classes/coinbase_asset.Asset.html index 483aa5f5..fb24253b 100644 --- a/docs/classes/coinbase_asset.Asset.html +++ b/docs/classes/coinbase_asset.Asset.html @@ -1,9 +1,9 @@ Asset | @coinbase/coinbase-sdk

A representation of an Asset.

-

Constructors

Constructors

Methods

Constructors

Methods

  • Converts an amount from the atomic value of the primary denomination of the provided Asset ID to whole units of the specified asset ID.

    Parameters

    • atomicAmount: Decimal

      The amount in atomic units.

    • assetId: string

      The assset ID.

    Returns Decimal

    The amount in whole units of the asset with the specified ID.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_authenticator.CoinbaseAuthenticator.html b/docs/classes/coinbase_authenticator.CoinbaseAuthenticator.html index e6aaaf43..8bcaab8f 100644 --- a/docs/classes/coinbase_authenticator.CoinbaseAuthenticator.html +++ b/docs/classes/coinbase_authenticator.CoinbaseAuthenticator.html @@ -1,5 +1,5 @@ CoinbaseAuthenticator | @coinbase/coinbase-sdk

A class that builds JWTs for authenticating with the Coinbase Platform APIs.

-

Constructors

Constructors

Properties

Methods

authenticateRequest @@ -9,20 +9,20 @@

Constructors

Properties

apiKey: string
privateKey: string

Methods

  • Middleware to intercept requests and add JWT to Authorization header.

    +

Returns CoinbaseAuthenticator

Properties

apiKey: string
privateKey: string

Methods

  • Middleware to intercept requests and add JWT to Authorization header.

    Parameters

    • config: InternalAxiosRequestConfig<any>

      The request configuration.

    • debugging: boolean = false

      Flag to enable debugging.

    Returns Promise<InternalAxiosRequestConfig<any>>

    The request configuration with the Authorization header added.

    Throws

    If JWT could not be built.

    -
  • Builds the JWT for the given API endpoint URL.

    Parameters

    • url: string

      URL of the API endpoint.

    • method: string = "GET"

      HTTP method of the request.

    Returns Promise<string>

    JWT token.

    Throws

    If the private key is not in the correct format.

    -
  • Extracts the PEM key from the given private key string.

    Parameters

    • privateKeyString: string

      The private key string.

    Returns string

    The PEM key.

    Throws

    If the private key string is not in the correct format.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_balance.Balance.html b/docs/classes/coinbase_balance.Balance.html index 0974f3fe..c701e28a 100644 --- a/docs/classes/coinbase_balance.Balance.html +++ b/docs/classes/coinbase_balance.Balance.html @@ -1,13 +1,13 @@ Balance | @coinbase/coinbase-sdk

A representation of a balance.

-

Properties

Properties

amount: Decimal
assetId: string

Methods

  • Converts a BalanceModel into a Balance object.

    +

Properties

amount: Decimal
assetId: string

Methods

  • Converts a BalanceModel and asset ID into a Balance object.

    Parameters

    • model: Balance

      The balance model object.

    • assetId: string

      The asset ID.

    Returns Balance

    The Balance object.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_balance_map.BalanceMap.html b/docs/classes/coinbase_balance_map.BalanceMap.html index e276e50d..a0a6fd0e 100644 --- a/docs/classes/coinbase_balance_map.BalanceMap.html +++ b/docs/classes/coinbase_balance_map.BalanceMap.html @@ -1,5 +1,5 @@ BalanceMap | @coinbase/coinbase-sdk

A convenience class for storing and manipulating Asset balances in a human-readable format.

-

Hierarchy

  • Map<string, Decimal>
    • BalanceMap

Constructors

Hierarchy

  • Map<string, Decimal>
    • BalanceMap

Constructors

Properties

[toStringTag] size [species] @@ -20,7 +20,7 @@
[species]: MapConstructor

Methods

  • Returns an iterable of entries in the map.

    Returns IterableIterator<[string, Decimal]>

  • Returns void

  • Parameters

    • key: string

    Returns boolean

    true if an element in the Map existed and has been removed, or false if the element does not exist.

    +

Returns void

  • Returns void

  • Parameters

    • key: string

    Returns boolean

    true if an element in the Map existed and has been removed, or false if the element does not exist.

  • Returns an iterable of key, value pairs for every entry in the map.

    Returns IterableIterator<[string, Decimal]>

  • Executes a provided function once per each key/value pair in the Map, in insertion order.

    Parameters

    • callbackfn: ((value, key, map) => void)
        • (value, key, map): void
        • Parameters

          • value: Decimal
          • key: string
          • map: Map<string, Decimal>

          Returns void

    • Optional thisArg: any

    Returns void

  • Returns a specified element from the Map object. If the value that is associated to the provided key is an object, then you will get a reference to that object and any change made to that object will effectively modify it inside the Map.

    @@ -30,8 +30,8 @@

    Returns IterableIterator<string>

  • Adds a new element with a specified key and value to the Map. If an element with the same key already exists, the element will be updated.

    Parameters

    • key: string
    • value: Decimal

    Returns this

  • Returns a string representation of the balance map.

    Returns string

    The string representation of the balance map.

    -
  • Returns an iterable of values in the map

    Returns IterableIterator<Decimal>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_coinbase.Coinbase.html b/docs/classes/coinbase_coinbase.Coinbase.html index fba9a16f..cee02274 100644 --- a/docs/classes/coinbase_coinbase.Coinbase.html +++ b/docs/classes/coinbase_coinbase.Coinbase.html @@ -1,9 +1,8 @@ Coinbase | @coinbase/coinbase-sdk

The Coinbase SDK.

-

Constructors

Properties

Constructors

Properties

Methods

getDefaultUser @@ -16,15 +15,14 @@
  • Optional backupFilePath: string

    The path to the file containing the Wallet backup data.

  • Returns Coinbase

    Throws

    If the configuration is invalid.

    Throws

    If not able to create JWT token.

    -

    Properties

    WEI_PER_ETHER: bigint = ...

    Represents the number of Wei per Ether.

    -

    Constant

    apiClients: ApiClients = {}
    apiKeyPrivateKey: string

    The CDP API key Private Key.

    -

    Constant

    assetList: {
        Eth: string;
        Gwei: string;
        Usdc: string;
        Wei: string;
        Weth: string;
    } = ...

    The list of supported assets.

    -

    Type declaration

    • Eth: string
    • Gwei: string
    • Usdc: string
    • Wei: string
    • Weth: string

    Constant

    backupFilePath: string = "seed.json"

    The backup file path for Wallet seeds.

    -

    Constant

    networkList: {
        BaseSepolia: string;
    } = ...

    The list of supported networks.

    -

    Type declaration

    • BaseSepolia: string

    Constant

    Methods

    Properties

    apiClients: ApiClients = {}
    apiKeyPrivateKey: string

    The CDP API key Private Key.

    +

    Constant

    assets: {
        Eth: string;
        Gwei: string;
        Usdc: string;
        Wei: string;
        Weth: string;
    } = ...

    The list of supported assets.

    +

    Type declaration

    • Eth: string
    • Gwei: string
    • Usdc: string
    • Wei: string
    • Weth: string

    Constant

    backupFilePath: string = "seed.json"

    The backup file path for Wallet seeds.

    +

    Constant

    networkList: {
        BaseSepolia: string;
    } = ...

    The list of supported networks.

    +

    Type declaration

    • BaseSepolia: string

    Constant

    Methods

    • Returns User object for the default user.

      Returns Promise<User>

      The default user.

      Throws

      If the request fails.

      -
    • Reads the API key and private key from a JSON file and initializes the Coinbase SDK.

      +
    • Reads the API key and private key from a JSON file and initializes the Coinbase SDK.

      Parameters

      • filePath: string = "coinbase_cloud_api_key.json"

        The path to the JSON file containing the API key and private key.

      • debugging: boolean = false

        If true, logs API requests and responses to the console.

      • basePath: string = BASE_PATH

        The base path for the API.

        @@ -33,4 +31,4 @@

        Throws

        If not able to create JWT token.

        Throws

        If the file does not exist or the configuration values are missing/invalid.

        Throws

        If the configuration is invalid.

        Throws

        If not able to create JWT token.

        -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/classes/coinbase_errors.ArgumentError.html b/docs/classes/coinbase_errors.ArgumentError.html index 9397fd26..0622bb8e 100644 --- a/docs/classes/coinbase_errors.ArgumentError.html +++ b/docs/classes/coinbase_errors.ArgumentError.html @@ -1,5 +1,5 @@ ArgumentError | @coinbase/coinbase-sdk

    ArgumentError is thrown when an argument is invalid.

    -

    Hierarchy

    • Error
      • ArgumentError

    Constructors

    Hierarchy

    • Error
      • ArgumentError

    Constructors

    Properties

    message name stack? @@ -9,7 +9,7 @@

    Methods

    Constructors

    Properties

    message: string
    name: string
    stack?: string
    DEFAULT_MESSAGE: string = "Argument Error"
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    +

    Returns ArgumentError

    Properties

    message: string
    name: string
    stack?: string
    DEFAULT_MESSAGE: string = "Argument Error"
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    Type declaration

      • (err, stackTraces): any
      • Parameters

        • err: Error
        • stackTraces: CallSite[]

        Returns any

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

    \ No newline at end of file diff --git a/docs/classes/coinbase_errors.InternalError.html b/docs/classes/coinbase_errors.InternalError.html index 959d2d97..782b47a1 100644 --- a/docs/classes/coinbase_errors.InternalError.html +++ b/docs/classes/coinbase_errors.InternalError.html @@ -1,5 +1,5 @@ InternalError | @coinbase/coinbase-sdk

    InternalError is thrown when there is an internal error in the SDK.

    -

    Hierarchy

    • Error
      • InternalError

    Constructors

    Hierarchy

    • Error
      • InternalError

    Constructors

    Properties

    message name stack? @@ -9,7 +9,7 @@

    Methods

    Constructors

    Properties

    message: string
    name: string
    stack?: string
    DEFAULT_MESSAGE: string = "Internal Error"
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    +

    Returns InternalError

    Properties

    message: string
    name: string
    stack?: string
    DEFAULT_MESSAGE: string = "Internal Error"
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    Type declaration

      • (err, stackTraces): any
      • Parameters

        • err: Error
        • stackTraces: CallSite[]

        Returns any

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

    \ No newline at end of file diff --git a/docs/classes/coinbase_errors.InvalidAPIKeyFormat.html b/docs/classes/coinbase_errors.InvalidAPIKeyFormat.html index 5b3d0165..ba353ea4 100644 --- a/docs/classes/coinbase_errors.InvalidAPIKeyFormat.html +++ b/docs/classes/coinbase_errors.InvalidAPIKeyFormat.html @@ -1,5 +1,5 @@ InvalidAPIKeyFormat | @coinbase/coinbase-sdk

    InvalidaAPIKeyFormat error is thrown when the API key format is invalid.

    -

    Hierarchy

    • Error
      • InvalidAPIKeyFormat

    Constructors

    Hierarchy

    • Error
      • InvalidAPIKeyFormat

    Constructors

    Properties

    message name stack? @@ -9,7 +9,7 @@

    Methods

    Constructors

    Properties

    message: string
    name: string
    stack?: string
    DEFAULT_MESSAGE: string = "Invalid API key format"
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    +

    Returns InvalidAPIKeyFormat

    Properties

    message: string
    name: string
    stack?: string
    DEFAULT_MESSAGE: string = "Invalid API key format"
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    Type declaration

      • (err, stackTraces): any
      • Parameters

        • err: Error
        • stackTraces: CallSite[]

        Returns any

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

    \ No newline at end of file diff --git a/docs/classes/coinbase_errors.InvalidConfiguration.html b/docs/classes/coinbase_errors.InvalidConfiguration.html index 592672dd..cab6a948 100644 --- a/docs/classes/coinbase_errors.InvalidConfiguration.html +++ b/docs/classes/coinbase_errors.InvalidConfiguration.html @@ -1,5 +1,5 @@ InvalidConfiguration | @coinbase/coinbase-sdk

    InvalidConfiguration error is thrown when apikey/privateKey configuration is invalid.

    -

    Hierarchy

    • Error
      • InvalidConfiguration

    Constructors

    Hierarchy

    • Error
      • InvalidConfiguration

    Constructors

    Properties

    message name stack? @@ -9,7 +9,7 @@

    Methods

    Constructors

    Properties

    message: string
    name: string
    stack?: string
    DEFAULT_MESSAGE: string = "Invalid configuration"
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    +

    Returns InvalidConfiguration

    Properties

    message: string
    name: string
    stack?: string
    DEFAULT_MESSAGE: string = "Invalid configuration"
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    Type declaration

      • (err, stackTraces): any
      • Parameters

        • err: Error
        • stackTraces: CallSite[]

        Returns any

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

    \ No newline at end of file diff --git a/docs/classes/coinbase_errors.InvalidUnsignedPayload.html b/docs/classes/coinbase_errors.InvalidUnsignedPayload.html index 3b8b2e27..e478d60f 100644 --- a/docs/classes/coinbase_errors.InvalidUnsignedPayload.html +++ b/docs/classes/coinbase_errors.InvalidUnsignedPayload.html @@ -1,5 +1,5 @@ InvalidUnsignedPayload | @coinbase/coinbase-sdk

    InvalidUnsignedPayload error is thrown when the unsigned payload is invalid.

    -

    Hierarchy

    • Error
      • InvalidUnsignedPayload

    Constructors

    Hierarchy

    • Error
      • InvalidUnsignedPayload

    Constructors

    Properties

    message name stack? @@ -9,7 +9,7 @@

    Methods

    Constructors

    Properties

    message: string
    name: string
    stack?: string
    DEFAULT_MESSAGE: string = "Invalid unsigned payload"
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    +

    Returns InvalidUnsignedPayload

    Properties

    message: string
    name: string
    stack?: string
    DEFAULT_MESSAGE: string = "Invalid unsigned payload"
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    Type declaration

      • (err, stackTraces): any
      • Parameters

        • err: Error
        • stackTraces: CallSite[]

        Returns any

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

    \ No newline at end of file diff --git a/docs/classes/coinbase_faucet_transaction.FaucetTransaction.html b/docs/classes/coinbase_faucet_transaction.FaucetTransaction.html index 81e63637..3d219d90 100644 --- a/docs/classes/coinbase_faucet_transaction.FaucetTransaction.html +++ b/docs/classes/coinbase_faucet_transaction.FaucetTransaction.html @@ -1,5 +1,5 @@ FaucetTransaction | @coinbase/coinbase-sdk

    Represents a transaction from a faucet.

    -

    Constructors

    Constructors

    Properties

    Methods

    getTransactionHash getTransactionLink @@ -8,10 +8,10 @@ Do not use this method directly - instead, use Address.faucet().

    Parameters

    Returns FaucetTransaction

    Throws

    If the model does not exist.

    -

    Properties

    Methods

    Properties

    Methods

    • Returns the link to the transaction on the blockchain explorer.

      Returns string

      The link to the transaction on the blockchain explorer

      -
    • Returns a string representation of the FaucetTransaction.

      Returns string

      A string representation of the FaucetTransaction.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/classes/coinbase_transfer.Transfer.html b/docs/classes/coinbase_transfer.Transfer.html index 6cbb4e04..581fe7ee 100644 --- a/docs/classes/coinbase_transfer.Transfer.html +++ b/docs/classes/coinbase_transfer.Transfer.html @@ -1,9 +1,7 @@ Transfer | @coinbase/coinbase-sdk

    A representation of a Transfer, which moves an Amount of an Asset from a user-controlled Wallet to another Address. The fee is assumed to be paid in the native Asset of the Network.

    -

    Constructors

    Properties

    Constructors

    Properties

    model: Transfer
    transaction?: Transaction

    Methods

    • Returns the Asset ID of the Transfer.

      +fromModel +

    Properties

    model: Transfer
    transaction?: Transaction

    Methods

    • Returns the Destination Address ID of the Transfer.

      Returns string

      The Destination Address ID.

      -
    • Returns the From Address ID of the Transfer.

      Returns string

      The From Address ID.

      -
    • Returns the Signed Payload of the Transfer.

      Returns undefined | string

      The Signed Payload as a Hex string, or undefined if not yet available.

      -
    • Returns the Transaction of the Transfer.

      Returns Transaction

      The ethers.js Transaction object.

      Throws

      (InvalidUnsignedPayload) If the Unsigned Payload is invalid.

      -
    • Returns the Transaction Hash of the Transfer.

      Returns undefined | string

      The Transaction Hash as a Hex string, or undefined if not yet available.

      -
    • Returns the link to the Transaction on the blockchain explorer.

      Returns string

      The link to the Transaction on the blockchain explorer.

      -
    • Returns the Unsigned Payload of the Transfer.

      Returns string

      The Unsigned Payload as a Hex string.

      -
    • Sets the Signed Transaction of the Transfer.

      Parameters

      • transaction: Transaction

        The Signed Transaction.

        -

      Returns void

    • Returns a string representation of the Transfer.

      +

    Returns void

    • Returns a string representation of the Transfer.

      Returns Promise<string>

      The string representation of the Transfer.

      -
    • Waits until the Transfer is completed or failed by polling the Network at the given interval.

      -

      Parameters

      • intervalSeconds: number = 0.2

        The interval at which to poll the Network, in seconds.

        -
      • timeoutSeconds: number = 10

        The maximum amount of time to wait for the Transfer to complete, in seconds.

        -

      Returns Promise<Transfer>

      The completed Transfer object.

      -

      Throws

      if the Transfer takes longer than the given timeout.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/classes/coinbase_user.User.html b/docs/classes/coinbase_user.User.html index def7a1f2..b7505efe 100644 --- a/docs/classes/coinbase_user.User.html +++ b/docs/classes/coinbase_user.User.html @@ -1,19 +1,20 @@ User | @coinbase/coinbase-sdk

    A representation of a User. Users have Wallets, which can hold balances of Assets. Access the default User through Coinbase.defaultUser().

    -

    Constructors

    Constructors

    Properties

    model: User

    Methods

    • Creates a new Wallet belonging to the User.

      +

    Returns User

    Properties

    model: User

    Methods

    • Creates a new Wallet belonging to the User.

      Returns Promise<Wallet>

      the new Wallet

      Throws

      • If the request fails.
      • @@ -24,30 +25,34 @@

        Throws

          Throws

          • If address derivation or caching fails.
          -
    • Gets existing seeds if any from the backup file.

      Returns Record<string, SeedData>

      The existing seeds as a JSON object.

      Throws

      • If the backup data is malformed.
      -
    • Loads all wallets belonging to the User with backup persisted to the local file system.

      +
    • Lists the Wallets belonging to the User.

      +

      Parameters

      • pageSize: number = 10

        The number of Wallets to return per page. Defaults to 10

        +
      • Optional nextPageToken: string

        The token for the next page of Wallets

        +

      Returns Promise<Wallet[]>

      The list of Wallets.

      +
    • Loads all wallets belonging to the User with backup persisted to the local file system.

      Returns Promise<{
          [key: string]: Wallet;
      }>

      the map of walletId's to the Wallet objects.

      Throws

      • If the backup file is not found or the data is malformed.
      -
    • Saves a Wallet to local file system. Wallet saved this way can be re-instantiated with loadWallets function, +

    • Saves a Wallet to local file system. Wallet saved this way can be re-instantiated with loadWallets function, provided the backup file is available. This is an insecure method of storing Wallet seeds and should only be used for development purposes. If you call saveWallet with Wallets containing the same walletId, the backup will be overwritten during the second attempt. The default backup file is seeds.json in the root folder. It can be configured by changing Coinbase.backupFilePath.

      Parameters

      • wallet: Wallet

        The Wallet object to save.

      • encrypt: boolean = false

        Whether or not to encrypt the backup persisted to local file system.

      Returns Wallet

      The saved Wallet object.

      -
    • Stores the encryption key for encrypting the backup.

      +
    • Stores the encryption key for encrypting the backup.

      Returns Buffer

      The encryption key.

      -
    • Returns a string representation of the User.

      Returns string

      The string representation of the User.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/classes/coinbase_wallet.Wallet.html b/docs/classes/coinbase_wallet.Wallet.html index bcf20e08..d50c53a1 100644 --- a/docs/classes/coinbase_wallet.Wallet.html +++ b/docs/classes/coinbase_wallet.Wallet.html @@ -1,66 +1,112 @@ Wallet | @coinbase/coinbase-sdk

    A representation of a Wallet. Wallets come with a single default Address, but can expand to have a set of Addresses, each of which can hold a balance of one or more Assets. Wallets can create new Addresses, list their addresses, list their balances, and transfer Assets to other Addresses. Wallets should be created through User.createWallet or User.importWallet.

    -

    Properties

    Properties

    addressIndex: number = 0
    addressPathPrefix: "m/44'/60'/0'/0" = "m/44'/60'/0'/0"
    addresses: Address[] = []
    master: HDKey
    model: Wallet
    seed: string

    Methods

    Properties

    addressIndex: number = 0
    addressModels: Address[] = []
    addressPathPrefix: "m/44'/60'/0'/0" = "m/44'/60'/0'/0"
    addresses: Address[] = []
    master?: HDKey
    model: Wallet
    seed?: string
    MAX_ADDRESSES: number = 20

    Methods

    • Builds a Hash of the registered Addresses.

      +

      Parameters

      • addressModels: Address[]

        The models of the addresses already registered with the Wallet.

        +

      Returns {
          [key: string]: boolean;
      }

      The Hash of registered Addresses

      +
      • [key: string]: boolean
    • Caches an Address on the client-side and increments the address index.

      Parameters

      • address: Address

        The AddressModel to cache.

        +
      • Optional key: Wallet

        The ethers.js Wallet object the address uses for signing data.

      Returns void

      Throws

      If the address is not provided.

      -
    • Creates a new Address in the Wallet.

      -

      Returns Promise<void>

      Throws

        +
    • Returns whether the Wallet has a seed with which to derive keys and sign transactions.

      +

      Returns boolean

      Whether the Wallet has a seed with which to derive keys and sign transactions.

      +
    • Creates an attestation for the Address currently being created.

      +
    • Creates an attestation for the Address currently being created.

      Parameters

      • key: HDKey

        The key of the Wallet.

      Returns string

      The attestation.

      -
    • Derives an already registered Address in the Wallet.

      -

      Returns Promise<void>

      A promise that resolves when the address is derived.

      -

      Throws

    • Transfers the given amount of the given Asset to the given address. Only same-Network Transfers are supported. +Currently only the default_address is used to source the Transfer.

      +

      Parameters

      • amount: Amount

        The amount of the Asset to send.

        +
      • assetId: string

        The ID of the Asset to send.

        +
      • destination: Destination

        The destination of the transfer. If a Wallet, sends to the Wallet's default address. If a String, interprets it as the address ID.

        +
      • intervalSeconds: number = 0.2

        The interval at which to poll the Network for Transfer status, in seconds.

        +
      • timeoutSeconds: number = 10

        The maximum amount of time to wait for the Transfer to complete, in seconds.

        +

      Returns Promise<Transfer>

      The hash of the Transfer transaction.

      +

      Throws

      if the API request to create a Transfer fails.

      +

      Throws

      if the API request to broadcast a Transfer fails.

      +

      Throws

      if the Transfer times out.

      +
    • Derives an already registered Address in the Wallet.

      +

      Parameters

      • addressMap: {
            [key: string]: boolean;
        }

        The map of registered Address IDs

        +
        • [key: string]: boolean
      • addressModel: Address

        The Address model

        +

      Returns void

      Throws

      • If address derivation fails.

      Throws

      • If the request fails.
      -
    • Derives the registered Addresses in the Wallet.

      +

      Parameters

      • addresses: Address[]

        The models of the addresses already registered with the

        +

      Returns void

    • Derives a key for an already registered Address in the Wallet.

      Returns HDKey

      The derived key.

      Throws

      • If the key derivation fails.
      -
    • Requests funds from the faucet for the Wallet's default address and returns the faucet transaction. This is only supported on testnet networks.

      Returns Promise<FaucetTransaction>

      The successful faucet transaction

      Throws

      If the default address is not found.

      Throws

      If the request fails.

      -
    • Returns the Address with the given ID.

      +

      Parameters

      • addressId: string

        The ID of the Address to retrieve.

        +

      Returns undefined | Address

      The Address.

      +
    • Returns the balance of the provided Asset. Balances are aggregated across all Addresses in the Wallet.

      +

      Parameters

      • assetId: string

        The ID of the Asset to retrieve the balance for.

        +

      Returns Promise<Decimal>

      The balance of the Asset.

      +
    • Reloads the Wallet model with the latest data from the server.

      -

      Returns Promise<void>

    • Returns the list of balances of this Wallet. Balances are aggregated across all Addresses in the Wallet.

      +

      Returns Promise<BalanceMap>

      The list of balances. The key is the Asset ID, and the value is the balance.

      +
    • Reloads the Wallet model with the latest data from the server.

      +

      Returns Promise<void>

    • Returns the Wallet model.

      +

      Parameters

      • seed: string

        The seed to use for the Wallet. Expects a 32-byte hexadecimal with no 0x prefix.

        +

      Returns Promise<void>

    • Returns a String representation of the Wallet.

      Returns string

      a String representation of the Wallet

      -
    • Returns a newly created Wallet object. Do not use this method directly. Instead, use User.createWallet.

      Returns Promise<Wallet>

      A promise that resolves with the new Wallet object.

      Constructs

      Wallet

      @@ -71,10 +117,14 @@

      Throws

        Throws

        • If the request fails.
        -
    • Returns a new Wallet object. Do not use this method directly. Instead, use User.createWallet or User.importWallet.

      +
    • Returns the seed and master key.

      +

      Parameters

      • seed: undefined | string

        The seed to use for the Wallet. The function will generate one if it is not provided.

        +

      Returns {
          master: undefined | HDKey;
          seed: undefined | string;
      }

      The master key

      +
      • master: undefined | HDKey
      • seed: undefined | string
    • Returns a new Wallet object. Do not use this method directly. Instead, use User.createWallet or User.importWallet.

      Parameters

      • model: Wallet

        The underlying Wallet model object

        -
      • seed: string = ""

        The seed to use for the Wallet. Expects a 32-byte hexadecimal with no 0x prefix. If not provided, a new seed will be generated.

        -
      • addressCount: number = 0

        The number of addresses already registered for the Wallet.

        +
      • seed: undefined | string

        The seed to use for the Wallet. Expects a 32-byte hexadecimal with no 0x prefix. If null or undefined, a new seed will be generated. +If the empty string, no seed is generated, and the Wallet will be instantiated without a seed and its corresponding private keys.

        +
      • addressModels: Address[] = []

        The models of the addresses already registered with the Wallet. If not provided, the Wallet will derive the first default address.

      Returns Promise<Wallet>

      A promise that resolves with the new Wallet object.

      Constructs

      Wallet

      Throws

      If the model or client is not provided.

      @@ -84,4 +134,7 @@

      Throws

        Throws

        • If the request fails.
        -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/enums/coinbase_types.TransferStatus.html b/docs/enums/coinbase_types.TransferStatus.html index 4e320a60..5cdac202 100644 --- a/docs/enums/coinbase_types.TransferStatus.html +++ b/docs/enums/coinbase_types.TransferStatus.html @@ -1,6 +1,6 @@ TransferStatus | @coinbase/coinbase-sdk

    Transfer status type definition.

    -

    Enumeration Members

    Enumeration Members

    Enumeration Members

    BROADCAST: "BROADCAST"
    COMPLETE: "COMPLETE"
    FAILED: "FAILED"
    PENDING: "PENDING"
    \ No newline at end of file +

    Enumeration Members

    BROADCAST: "BROADCAST"
    COMPLETE: "COMPLETE"
    FAILED: "FAILED"
    PENDING: "PENDING"
    \ No newline at end of file diff --git a/docs/functions/client_api.AddressesApiAxiosParamCreator.html b/docs/functions/client_api.AddressesApiAxiosParamCreator.html index 084e4cda..a8031613 100644 --- a/docs/functions/client_api.AddressesApiAxiosParamCreator.html +++ b/docs/functions/client_api.AddressesApiAxiosParamCreator.html @@ -31,4 +31,4 @@

    Throws

    Export

    \ No newline at end of file +

    Returns Promise<RequestArgs>

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.AddressesApiFactory.html b/docs/functions/client_api.AddressesApiFactory.html index 89184d50..0c989dd0 100644 --- a/docs/functions/client_api.AddressesApiFactory.html +++ b/docs/functions/client_api.AddressesApiFactory.html @@ -3,32 +3,32 @@

    Parameters

    Returns AxiosPromise<Address>

    Summary

    Create a new address

    -

    Throws

  • getAddress:function
  • getAddress:function
  • getAddressBalance:function
  • getAddressBalance:function
  • listAddressBalances:function
  • listAddressBalances:function
  • listAddresses:function
  • listAddresses:function
  • requestFaucetFunds:function
  • requestFaucetFunds:function
  • Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.AddressesApiFp.html b/docs/functions/client_api.AddressesApiFp.html index c8ee8fb7..d40c28e6 100644 --- a/docs/functions/client_api.AddressesApiFp.html +++ b/docs/functions/client_api.AddressesApiFp.html @@ -3,32 +3,32 @@

    Parameters

    Returns Promise<((axios?, basePath?) => AxiosPromise<Address>)>

    Summary

    Create a new address

    -

    Throws

  • getAddress:function
  • getAddress:function
  • getAddressBalance:function
  • getAddressBalance:function
  • listAddressBalances:function
  • listAddressBalances:function
  • listAddresses:function
  • listAddresses:function
  • requestFaucetFunds:function
  • requestFaucetFunds:function
  • Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.TransfersApiAxiosParamCreator.html b/docs/functions/client_api.TransfersApiAxiosParamCreator.html index 593bb52b..093e19aa 100644 --- a/docs/functions/client_api.TransfersApiAxiosParamCreator.html +++ b/docs/functions/client_api.TransfersApiAxiosParamCreator.html @@ -23,4 +23,4 @@

    Throws

    Returns Promise<RequestArgs>

    Export

    \ No newline at end of file +

    Returns Promise<RequestArgs>

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.TransfersApiFactory.html b/docs/functions/client_api.TransfersApiFactory.html index 2af38626..fac73a09 100644 --- a/docs/functions/client_api.TransfersApiFactory.html +++ b/docs/functions/client_api.TransfersApiFactory.html @@ -5,22 +5,22 @@
  • transferId: string

    The ID of the transfer to broadcast

  • broadcastTransferRequest: BroadcastTransferRequest
  • Optional options: any

    Override http request option.

  • Returns AxiosPromise<Transfer>

    Summary

    Broadcast a transfer

    -

    Throws

  • createTransfer:function
  • createTransfer:function
  • getTransfer:function
  • getTransfer:function
  • listTransfers:function
  • listTransfers:function
  • Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.TransfersApiFp.html b/docs/functions/client_api.TransfersApiFp.html index becc8e85..7ec8d5b7 100644 --- a/docs/functions/client_api.TransfersApiFp.html +++ b/docs/functions/client_api.TransfersApiFp.html @@ -5,22 +5,22 @@
  • transferId: string

    The ID of the transfer to broadcast

  • broadcastTransferRequest: BroadcastTransferRequest
  • Optional options: RawAxiosRequestConfig

    Override http request option.

  • Returns Promise<((axios?, basePath?) => AxiosPromise<Transfer>)>

    Summary

    Broadcast a transfer

    -

    Throws

  • createTransfer:function
  • createTransfer:function
  • getTransfer:function
  • getTransfer:function
  • listTransfers:function
  • listTransfers:function
  • Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.UsersApiAxiosParamCreator.html b/docs/functions/client_api.UsersApiAxiosParamCreator.html index ca9912b5..cb9101dd 100644 --- a/docs/functions/client_api.UsersApiAxiosParamCreator.html +++ b/docs/functions/client_api.UsersApiAxiosParamCreator.html @@ -2,4 +2,4 @@

    Parameters

    Returns {
        getCurrentUser: ((options?) => Promise<RequestArgs>);
    }

    Export

    \ No newline at end of file +

    Returns Promise<RequestArgs>

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.UsersApiFactory.html b/docs/functions/client_api.UsersApiFactory.html index e1b1f8c6..570bfa3a 100644 --- a/docs/functions/client_api.UsersApiFactory.html +++ b/docs/functions/client_api.UsersApiFactory.html @@ -2,4 +2,4 @@

    Parameters

    Returns {
        getCurrentUser(options?): AxiosPromise<User>;
    }

    Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.UsersApiFp.html b/docs/functions/client_api.UsersApiFp.html index 4c4363d7..f3844996 100644 --- a/docs/functions/client_api.UsersApiFp.html +++ b/docs/functions/client_api.UsersApiFp.html @@ -2,4 +2,4 @@

    Parameters

    Returns {
        getCurrentUser(options?): Promise<((axios?, basePath?) => AxiosPromise<User>)>;
    }

    Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.WalletsApiAxiosParamCreator.html b/docs/functions/client_api.WalletsApiAxiosParamCreator.html index f1ba8c9e..1ccb8cfc 100644 --- a/docs/functions/client_api.WalletsApiAxiosParamCreator.html +++ b/docs/functions/client_api.WalletsApiAxiosParamCreator.html @@ -20,4 +20,4 @@

    Throws

    Export

    \ No newline at end of file +

    Returns Promise<RequestArgs>

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.WalletsApiFactory.html b/docs/functions/client_api.WalletsApiFactory.html index 8bc6f9d8..ba1aa92a 100644 --- a/docs/functions/client_api.WalletsApiFactory.html +++ b/docs/functions/client_api.WalletsApiFactory.html @@ -2,22 +2,22 @@

    Parameters

    Returns {
        createWallet(createWalletRequest?, options?): AxiosPromise<Wallet>;
        getWallet(walletId, options?): AxiosPromise<Wallet>;
        getWalletBalance(walletId, assetId, options?): AxiosPromise<Balance>;
        listWalletBalances(walletId, options?): AxiosPromise<AddressBalanceList>;
        listWallets(limit?, page?, options?): AxiosPromise<WalletList>;
    }

    Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.WalletsApiFp.html b/docs/functions/client_api.WalletsApiFp.html index 42dcf11c..b10d1b85 100644 --- a/docs/functions/client_api.WalletsApiFp.html +++ b/docs/functions/client_api.WalletsApiFp.html @@ -2,22 +2,22 @@

    Parameters

    Returns {
        createWallet(createWalletRequest?, options?): Promise<((axios?, basePath?) => AxiosPromise<Wallet>)>;
        getWallet(walletId, options?): Promise<((axios?, basePath?) => AxiosPromise<Wallet>)>;
        getWalletBalance(walletId, assetId, options?): Promise<((axios?, basePath?) => AxiosPromise<Balance>)>;
        listWalletBalances(walletId, options?): Promise<((axios?, basePath?) => AxiosPromise<AddressBalanceList>)>;
        listWallets(limit?, page?, options?): Promise<((axios?, basePath?) => AxiosPromise<WalletList>)>;
    }

    Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_common.assertParamExists.html b/docs/functions/client_common.assertParamExists.html index 2bf3f215..64b95411 100644 --- a/docs/functions/client_common.assertParamExists.html +++ b/docs/functions/client_common.assertParamExists.html @@ -1 +1 @@ -assertParamExists | @coinbase/coinbase-sdk
    • Parameters

      • functionName: string
      • paramName: string
      • paramValue: unknown

      Returns void

      Throws

      Export

    \ No newline at end of file +assertParamExists | @coinbase/coinbase-sdk
    • Parameters

      • functionName: string
      • paramName: string
      • paramValue: unknown

      Returns void

      Throws

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.createRequestFunction.html b/docs/functions/client_common.createRequestFunction.html index 303d78eb..7c1091a7 100644 --- a/docs/functions/client_common.createRequestFunction.html +++ b/docs/functions/client_common.createRequestFunction.html @@ -1 +1 @@ -createRequestFunction | @coinbase/coinbase-sdk
    • Parameters

      Returns (<T, R>(axios?, basePath?) => Promise<R>)

        • <T, R>(axios?, basePath?): Promise<R>
        • Type Parameters

          • T = unknown
          • R = AxiosResponse<T, any>

          Parameters

          • axios: AxiosInstance = globalAxios
          • basePath: string = BASE_PATH

          Returns Promise<R>

      Export

    \ No newline at end of file +createRequestFunction | @coinbase/coinbase-sdk
    • Parameters

      Returns (<T, R>(axios?, basePath?) => Promise<R>)

        • <T, R>(axios?, basePath?): Promise<R>
        • Type Parameters

          • T = unknown
          • R = AxiosResponse<T, any>

          Parameters

          • axios: AxiosInstance = globalAxios
          • basePath: string = BASE_PATH

          Returns Promise<R>

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.serializeDataIfNeeded.html b/docs/functions/client_common.serializeDataIfNeeded.html index 8fc9a370..31b43037 100644 --- a/docs/functions/client_common.serializeDataIfNeeded.html +++ b/docs/functions/client_common.serializeDataIfNeeded.html @@ -1 +1 @@ -serializeDataIfNeeded | @coinbase/coinbase-sdk
    • Parameters

      • value: any
      • requestOptions: any
      • Optional configuration: Configuration

      Returns any

      Export

    \ No newline at end of file +serializeDataIfNeeded | @coinbase/coinbase-sdk
    • Parameters

      • value: any
      • requestOptions: any
      • Optional configuration: Configuration

      Returns any

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.setApiKeyToObject.html b/docs/functions/client_common.setApiKeyToObject.html index 18bfa8d2..4e7dfc5e 100644 --- a/docs/functions/client_common.setApiKeyToObject.html +++ b/docs/functions/client_common.setApiKeyToObject.html @@ -1 +1 @@ -setApiKeyToObject | @coinbase/coinbase-sdk
    • Parameters

      • object: any
      • keyParamName: string
      • Optional configuration: Configuration

      Returns Promise<void>

      Export

    \ No newline at end of file +setApiKeyToObject | @coinbase/coinbase-sdk
    • Parameters

      • object: any
      • keyParamName: string
      • Optional configuration: Configuration

      Returns Promise<void>

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.setBasicAuthToObject.html b/docs/functions/client_common.setBasicAuthToObject.html index 3af5c18a..40eda4fb 100644 --- a/docs/functions/client_common.setBasicAuthToObject.html +++ b/docs/functions/client_common.setBasicAuthToObject.html @@ -1 +1 @@ -setBasicAuthToObject | @coinbase/coinbase-sdk
    \ No newline at end of file +setBasicAuthToObject | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/client_common.setBearerAuthToObject.html b/docs/functions/client_common.setBearerAuthToObject.html index b8a31c6b..e3caddaf 100644 --- a/docs/functions/client_common.setBearerAuthToObject.html +++ b/docs/functions/client_common.setBearerAuthToObject.html @@ -1 +1 @@ -setBearerAuthToObject | @coinbase/coinbase-sdk
    \ No newline at end of file +setBearerAuthToObject | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/client_common.setOAuthToObject.html b/docs/functions/client_common.setOAuthToObject.html index c9131ae1..de984d58 100644 --- a/docs/functions/client_common.setOAuthToObject.html +++ b/docs/functions/client_common.setOAuthToObject.html @@ -1 +1 @@ -setOAuthToObject | @coinbase/coinbase-sdk
    • Parameters

      • object: any
      • name: string
      • scopes: string[]
      • Optional configuration: Configuration

      Returns Promise<void>

      Export

    \ No newline at end of file +setOAuthToObject | @coinbase/coinbase-sdk
    • Parameters

      • object: any
      • name: string
      • scopes: string[]
      • Optional configuration: Configuration

      Returns Promise<void>

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.setSearchParams.html b/docs/functions/client_common.setSearchParams.html index 219d2ea0..4195b039 100644 --- a/docs/functions/client_common.setSearchParams.html +++ b/docs/functions/client_common.setSearchParams.html @@ -1 +1 @@ -setSearchParams | @coinbase/coinbase-sdk
    • Parameters

      • url: URL
      • Rest ...objects: any[]

      Returns void

      Export

    \ No newline at end of file +setSearchParams | @coinbase/coinbase-sdk
    • Parameters

      • url: URL
      • Rest ...objects: any[]

      Returns void

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.toPathString.html b/docs/functions/client_common.toPathString.html index 1903ffef..ae41e657 100644 --- a/docs/functions/client_common.toPathString.html +++ b/docs/functions/client_common.toPathString.html @@ -1 +1 @@ -toPathString | @coinbase/coinbase-sdk
    \ No newline at end of file +toPathString | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.createAxiosMock.html b/docs/functions/coinbase_tests_utils.createAxiosMock.html index afe3c831..e3df6f97 100644 --- a/docs/functions/coinbase_tests_utils.createAxiosMock.html +++ b/docs/functions/coinbase_tests_utils.createAxiosMock.html @@ -1,3 +1,3 @@ createAxiosMock | @coinbase/coinbase-sdk
    • Returns an Axios instance with interceptors and configuration for testing.

      Returns AxiosMockType

      The Axios instance, configuration, and base path.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.generateRandomHash.html b/docs/functions/coinbase_tests_utils.generateRandomHash.html index 7b7d3bcc..c7e9b623 100644 --- a/docs/functions/coinbase_tests_utils.generateRandomHash.html +++ b/docs/functions/coinbase_tests_utils.generateRandomHash.html @@ -1 +1 @@ -generateRandomHash | @coinbase/coinbase-sdk
    \ No newline at end of file +generateRandomHash | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.generateWalletFromSeed.html b/docs/functions/coinbase_tests_utils.generateWalletFromSeed.html new file mode 100644 index 00000000..eea014e3 --- /dev/null +++ b/docs/functions/coinbase_tests_utils.generateWalletFromSeed.html @@ -0,0 +1 @@ +generateWalletFromSeed | @coinbase/coinbase-sdk
    • Parameters

      • seed: string
      • count: number = 2

      Returns Record<string, string>

    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.getAddressFromHDKey.html b/docs/functions/coinbase_tests_utils.getAddressFromHDKey.html new file mode 100644 index 00000000..31e4e229 --- /dev/null +++ b/docs/functions/coinbase_tests_utils.getAddressFromHDKey.html @@ -0,0 +1 @@ +getAddressFromHDKey | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.mockFn.html b/docs/functions/coinbase_tests_utils.mockFn.html index 86661fe6..eefca92a 100644 --- a/docs/functions/coinbase_tests_utils.mockFn.html +++ b/docs/functions/coinbase_tests_utils.mockFn.html @@ -1 +1 @@ -mockFn | @coinbase/coinbase-sdk
    \ No newline at end of file +mockFn | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.mockReturnRejectedValue.html b/docs/functions/coinbase_tests_utils.mockReturnRejectedValue.html index bbb29b6d..b4d03e7b 100644 --- a/docs/functions/coinbase_tests_utils.mockReturnRejectedValue.html +++ b/docs/functions/coinbase_tests_utils.mockReturnRejectedValue.html @@ -1 +1 @@ -mockReturnRejectedValue | @coinbase/coinbase-sdk
    \ No newline at end of file +mockReturnRejectedValue | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.mockReturnValue.html b/docs/functions/coinbase_tests_utils.mockReturnValue.html index 132e169c..0b7f9896 100644 --- a/docs/functions/coinbase_tests_utils.mockReturnValue.html +++ b/docs/functions/coinbase_tests_utils.mockReturnValue.html @@ -1 +1 @@ -mockReturnValue | @coinbase/coinbase-sdk
    \ No newline at end of file +mockReturnValue | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.newAddressModel.html b/docs/functions/coinbase_tests_utils.newAddressModel.html index 06b7e99f..87db073c 100644 --- a/docs/functions/coinbase_tests_utils.newAddressModel.html +++ b/docs/functions/coinbase_tests_utils.newAddressModel.html @@ -1 +1 @@ -newAddressModel | @coinbase/coinbase-sdk
    \ No newline at end of file +newAddressModel | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_utils.convertStringToHex.html b/docs/functions/coinbase_utils.convertStringToHex.html index 25c57579..9601bb36 100644 --- a/docs/functions/coinbase_utils.convertStringToHex.html +++ b/docs/functions/coinbase_utils.convertStringToHex.html @@ -1,4 +1,4 @@ convertStringToHex | @coinbase/coinbase-sdk
    • Converts a Uint8Array to a hex string.

      Parameters

      • key: Uint8Array

        The key to convert.

      Returns string

      The converted hex string.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/functions/coinbase_utils.delay.html b/docs/functions/coinbase_utils.delay.html index 2edf3856..69071412 100644 --- a/docs/functions/coinbase_utils.delay.html +++ b/docs/functions/coinbase_utils.delay.html @@ -1,4 +1,4 @@ delay | @coinbase/coinbase-sdk
    • Delays the execution of the function by the specified number of seconds.

      Parameters

      • seconds: number

        The number of seconds to delay the execution.

      Returns Promise<void>

      A promise that resolves after the specified number of seconds.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/functions/coinbase_utils.destinationToAddressHexString.html b/docs/functions/coinbase_utils.destinationToAddressHexString.html new file mode 100644 index 00000000..3fa112a5 --- /dev/null +++ b/docs/functions/coinbase_utils.destinationToAddressHexString.html @@ -0,0 +1,5 @@ +destinationToAddressHexString | @coinbase/coinbase-sdk
    • Converts a Destination to an Address hex string.

      +

      Parameters

      Returns string

      The Address Hex string.

      +

      Throws

      If the Destination is an unsupported type.

      +
    \ No newline at end of file diff --git a/docs/functions/coinbase_utils.logApiResponse.html b/docs/functions/coinbase_utils.logApiResponse.html index e65a4fa1..03e9d358 100644 --- a/docs/functions/coinbase_utils.logApiResponse.html +++ b/docs/functions/coinbase_utils.logApiResponse.html @@ -2,4 +2,4 @@

    Parameters

    Returns AxiosResponse<any, any>

    The Axios response object.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/functions/coinbase_utils.registerAxiosInterceptors.html b/docs/functions/coinbase_utils.registerAxiosInterceptors.html index 7ee98ff9..efe75399 100644 --- a/docs/functions/coinbase_utils.registerAxiosInterceptors.html +++ b/docs/functions/coinbase_utils.registerAxiosInterceptors.html @@ -2,4 +2,4 @@

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 66339990..87c67523 100644 --- a/docs/index.html +++ b/docs/index.html @@ -39,7 +39,7 @@

    For development purposes, we provide a faucet method to fund your address with ETH on Base Sepolia testnet. We allow one faucet claim per address in a 24 hour window.

    // Create a faucet request that returns you a Faucet transaction that can be used to track the tx hash.
    const faucetTransaction = await wallet.faucet();
    console.log(`Faucet transaction: ${faucetTransaction}`);
    -
    // Create a new Wallet to transfer funds to.
    // Then, we can transfer 0.00001 ETH out of the Wallet to another Wallet.
    const anotherWallet = await user.createWallet();
    const transfer = await wallet.createTransfer(0.00001, Coinbase.assetList.Eth, anotherWallet); +
    // Create a new Wallet to transfer funds to.
    // Then, we can transfer 0.00001 ETH out of the Wallet to another Wallet.
    const anotherWallet = await user.createWallet();
    const transfer = await wallet.createTransfer(0.00001, Coinbase.assets.Eth, anotherWallet);

    Re-Instantiating Wallets

    The SDK creates Wallets with developer managed keys, which means you are responsible for securely storing the keys required to re-instantiate Wallets. The below code walks you through how to export a Wallet and store it in a secure location.

    // Export the data required to re-instantiate the Wallet.
    const data = wallet.export(); diff --git a/docs/interfaces/client_api.Address.html b/docs/interfaces/client_api.Address.html index 15236fe8..afa9b53a 100644 --- a/docs/interfaces/client_api.Address.html +++ b/docs/interfaces/client_api.Address.html @@ -1,14 +1,14 @@ Address | @coinbase/coinbase-sdk

    Export

    Address

    -
    interface Address {
        address_id: string;
        network_id: string;
        public_key: string;
        wallet_id: string;
    }

    Properties

    interface Address {
        address_id: string;
        network_id: string;
        public_key: string;
        wallet_id: string;
    }

    Properties

    address_id: string

    The onchain address derived on the server-side.

    Memberof

    Address

    -
    network_id: string

    The ID of the blockchain network

    +
    network_id: string

    The ID of the blockchain network

    Memberof

    Address

    -
    public_key: string

    The public key from which the address is derived.

    +
    public_key: string

    The public key from which the address is derived.

    Memberof

    Address

    -
    wallet_id: string

    The ID of the wallet that owns the address

    +
    wallet_id: string

    The ID of the wallet that owns the address

    Memberof

    Address

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.AddressBalanceList.html b/docs/interfaces/client_api.AddressBalanceList.html index 0757a70e..b57810dd 100644 --- a/docs/interfaces/client_api.AddressBalanceList.html +++ b/docs/interfaces/client_api.AddressBalanceList.html @@ -1,13 +1,13 @@ AddressBalanceList | @coinbase/coinbase-sdk

    Export

    AddressBalanceList

    -
    interface AddressBalanceList {
        data: Balance[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    interface AddressBalanceList {
        data: Balance[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    data: Balance[]

    Memberof

    AddressBalanceList

    -
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    +
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    Memberof

    AddressBalanceList

    -
    next_page: string

    The page token to be used to fetch the next page.

    +
    next_page: string

    The page token to be used to fetch the next page.

    Memberof

    AddressBalanceList

    -
    total_count: number

    The total number of balances for the wallet.

    +
    total_count: number

    The total number of balances for the wallet.

    Memberof

    AddressBalanceList

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.AddressList.html b/docs/interfaces/client_api.AddressList.html index f70ee932..8a3ab0b9 100644 --- a/docs/interfaces/client_api.AddressList.html +++ b/docs/interfaces/client_api.AddressList.html @@ -1,13 +1,13 @@ AddressList | @coinbase/coinbase-sdk

    Export

    AddressList

    -
    interface AddressList {
        data: Address[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    interface AddressList {
        data: Address[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    data: Address[]

    Memberof

    AddressList

    -
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    +
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    Memberof

    AddressList

    -
    next_page: string

    The page token to be used to fetch the next page.

    +
    next_page: string

    The page token to be used to fetch the next page.

    Memberof

    AddressList

    -
    total_count: number

    The total number of addresses for the wallet.

    +
    total_count: number

    The total number of addresses for the wallet.

    Memberof

    AddressList

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Asset.html b/docs/interfaces/client_api.Asset.html index 6bc08f44..5a364985 100644 --- a/docs/interfaces/client_api.Asset.html +++ b/docs/interfaces/client_api.Asset.html @@ -1,15 +1,15 @@ Asset | @coinbase/coinbase-sdk

    An asset onchain scoped to a particular network, e.g. ETH on base-sepolia, or the USDC ERC20 Token on ethereum-mainnet.

    Export

    Asset

    -
    interface Asset {
        asset_id: string;
        contract_address?: string;
        decimals?: number;
        network_id: string;
    }

    Properties

    interface Asset {
        asset_id: string;
        contract_address?: string;
        decimals?: number;
        network_id: string;
    }

    Properties

    asset_id: string

    The ID for the asset on the network

    Memberof

    Asset

    -
    contract_address?: string

    The optional contract address for the asset. This will be specified for smart contract-based assets, for example ERC20s.

    +
    contract_address?: string

    The optional contract address for the asset. This will be specified for smart contract-based assets, for example ERC20s.

    Memberof

    Asset

    -
    decimals?: number

    The number of decimals the asset supports. This is used to convert from atomic units to base units.

    +
    decimals?: number

    The number of decimals the asset supports. This is used to convert from atomic units to base units.

    Memberof

    Asset

    -
    network_id: string

    The ID of the blockchain network

    +
    network_id: string

    The ID of the blockchain network

    Memberof

    Asset

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Balance.html b/docs/interfaces/client_api.Balance.html index 763d03ea..eb403b72 100644 --- a/docs/interfaces/client_api.Balance.html +++ b/docs/interfaces/client_api.Balance.html @@ -1,8 +1,8 @@ Balance | @coinbase/coinbase-sdk

    The balance of an asset onchain

    Export

    Balance

    -
    interface Balance {
        amount: string;
        asset: Asset;
    }

    Properties

    interface Balance {
        amount: string;
        asset: Asset;
    }

    Properties

    Properties

    amount: string

    The amount in the atomic units of the asset

    Memberof

    Balance

    -
    asset: Asset

    Memberof

    Balance

    -
    \ No newline at end of file +
    asset: Asset

    Memberof

    Balance

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.BroadcastTransferRequest.html b/docs/interfaces/client_api.BroadcastTransferRequest.html index 5a17517f..fab1adf4 100644 --- a/docs/interfaces/client_api.BroadcastTransferRequest.html +++ b/docs/interfaces/client_api.BroadcastTransferRequest.html @@ -1,5 +1,5 @@ BroadcastTransferRequest | @coinbase/coinbase-sdk

    Export

    BroadcastTransferRequest

    -
    interface BroadcastTransferRequest {
        signed_payload: string;
    }

    Properties

    interface BroadcastTransferRequest {
        signed_payload: string;
    }

    Properties

    Properties

    signed_payload: string

    The hex-encoded signed payload of the transfer

    Memberof

    BroadcastTransferRequest

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.CreateAddressRequest.html b/docs/interfaces/client_api.CreateAddressRequest.html index 932589b6..75bdb213 100644 --- a/docs/interfaces/client_api.CreateAddressRequest.html +++ b/docs/interfaces/client_api.CreateAddressRequest.html @@ -1,8 +1,8 @@ CreateAddressRequest | @coinbase/coinbase-sdk

    Export

    CreateAddressRequest

    -
    interface CreateAddressRequest {
        attestation: string;
        public_key: string;
    }

    Properties

    interface CreateAddressRequest {
        attestation: string;
        public_key: string;
    }

    Properties

    attestation: string

    An attestation signed by the private key that is associated with the wallet. The attestation will be a hex-encoded signature of a json payload with fields wallet_id and public_key, signed by the private key associated with the public_key set in the request.

    Memberof

    CreateAddressRequest

    -
    public_key: string

    The public key from which the address will be derived.

    +
    public_key: string

    The public key from which the address will be derived.

    Memberof

    CreateAddressRequest

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.CreateTransferRequest.html b/docs/interfaces/client_api.CreateTransferRequest.html index 1c138017..bdab435a 100644 --- a/docs/interfaces/client_api.CreateTransferRequest.html +++ b/docs/interfaces/client_api.CreateTransferRequest.html @@ -1,14 +1,14 @@ CreateTransferRequest | @coinbase/coinbase-sdk

    Export

    CreateTransferRequest

    -
    interface CreateTransferRequest {
        amount: string;
        asset_id: string;
        destination: string;
        network_id: string;
    }

    Properties

    interface CreateTransferRequest {
        amount: string;
        asset_id: string;
        destination: string;
        network_id: string;
    }

    Properties

    amount: string

    The amount to transfer

    Memberof

    CreateTransferRequest

    -
    asset_id: string

    The ID of the asset to transfer

    +
    asset_id: string

    The ID of the asset to transfer

    Memberof

    CreateTransferRequest

    -
    destination: string

    The destination address

    +
    destination: string

    The destination address

    Memberof

    CreateTransferRequest

    -
    network_id: string

    The ID of the blockchain network

    +
    network_id: string

    The ID of the blockchain network

    Memberof

    CreateTransferRequest

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.CreateWalletRequest.html b/docs/interfaces/client_api.CreateWalletRequest.html index d8dfc445..93f83b14 100644 --- a/docs/interfaces/client_api.CreateWalletRequest.html +++ b/docs/interfaces/client_api.CreateWalletRequest.html @@ -1,4 +1,4 @@ CreateWalletRequest | @coinbase/coinbase-sdk

    Export

    CreateWalletRequest

    -
    interface CreateWalletRequest {
        wallet: Wallet;
    }

    Properties

    interface CreateWalletRequest {
        wallet: Wallet;
    }

    Properties

    Properties

    wallet: Wallet

    Memberof

    CreateWalletRequest

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.FaucetTransaction.html b/docs/interfaces/client_api.FaucetTransaction.html index 925ef649..6a8bc20b 100644 --- a/docs/interfaces/client_api.FaucetTransaction.html +++ b/docs/interfaces/client_api.FaucetTransaction.html @@ -1,5 +1,5 @@ FaucetTransaction | @coinbase/coinbase-sdk

    Export

    FaucetTransaction

    -
    interface FaucetTransaction {
        transaction_hash: string;
    }

    Properties

    interface FaucetTransaction {
        transaction_hash: string;
    }

    Properties

    Properties

    transaction_hash: string

    The transaction hash of the transaction the faucet created.

    Memberof

    FaucetTransaction

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.ModelError.html b/docs/interfaces/client_api.ModelError.html index a290c222..de5a3df3 100644 --- a/docs/interfaces/client_api.ModelError.html +++ b/docs/interfaces/client_api.ModelError.html @@ -1,9 +1,9 @@ ModelError | @coinbase/coinbase-sdk

    An error response from the Coinbase Developer Platform API

    Export

    ModelError

    -
    interface ModelError {
        code: string;
        message: string;
    }

    Properties

    interface ModelError {
        code: string;
        message: string;
    }

    Properties

    Properties

    code: string

    A short string representing the reported error. Can be use to handle errors programmatically.

    Memberof

    ModelError

    -
    message: string

    A human-readable message providing more details about the error.

    +
    message: string

    A human-readable message providing more details about the error.

    Memberof

    ModelError

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Transfer.html b/docs/interfaces/client_api.Transfer.html index 862ec821..8aa81d70 100644 --- a/docs/interfaces/client_api.Transfer.html +++ b/docs/interfaces/client_api.Transfer.html @@ -1,6 +1,6 @@ Transfer | @coinbase/coinbase-sdk

    A transfer of an asset from one address to another

    Export

    Transfer

    -
    interface Transfer {
        address_id: string;
        amount: string;
        asset_id: string;
        destination: string;
        network_id: string;
        signed_payload?: string;
        status: TransferStatusEnum;
        transaction_hash?: string;
        transfer_id: string;
        unsigned_payload: string;
        wallet_id: string;
    }

    Properties

    interface Transfer {
        address_id: string;
        amount: string;
        asset_id: string;
        destination: string;
        network_id: string;
        signed_payload?: string;
        status: TransferStatusEnum;
        transaction_hash?: string;
        transfer_id: string;
        unsigned_payload: string;
        wallet_id: string;
    }

    Properties

    Properties

    address_id: string

    The onchain address of the sender

    Memberof

    Transfer

    -
    amount: string

    The amount in the atomic units of the asset

    +
    amount: string

    The amount in the atomic units of the asset

    Memberof

    Transfer

    -
    asset_id: string

    The ID of the asset being transferred

    +
    asset_id: string

    The ID of the asset being transferred

    Memberof

    Transfer

    -
    destination: string

    The onchain address of the recipient

    +
    destination: string

    The onchain address of the recipient

    Memberof

    Transfer

    -
    network_id: string

    The ID of the blockchain network

    +
    network_id: string

    The ID of the blockchain network

    Memberof

    Transfer

    -
    signed_payload?: string

    The signed payload of the transfer. This is the payload that has been signed by the sender.

    +
    signed_payload?: string

    The signed payload of the transfer. This is the payload that has been signed by the sender.

    Memberof

    Transfer

    -

    The status of the transfer

    +

    The status of the transfer

    Memberof

    Transfer

    -
    transaction_hash?: string

    The hash of the transfer transaction

    +
    transaction_hash?: string

    The hash of the transfer transaction

    Memberof

    Transfer

    -
    transfer_id: string

    The ID of the transfer

    +
    transfer_id: string

    The ID of the transfer

    Memberof

    Transfer

    -
    unsigned_payload: string

    The unsigned payload of the transfer. This is the payload that needs to be signed by the sender.

    +
    unsigned_payload: string

    The unsigned payload of the transfer. This is the payload that needs to be signed by the sender.

    Memberof

    Transfer

    -
    wallet_id: string

    The ID of the wallet that owns the from address

    +
    wallet_id: string

    The ID of the wallet that owns the from address

    Memberof

    Transfer

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.TransferList.html b/docs/interfaces/client_api.TransferList.html index 66f77a49..b0c95184 100644 --- a/docs/interfaces/client_api.TransferList.html +++ b/docs/interfaces/client_api.TransferList.html @@ -1,13 +1,13 @@ TransferList | @coinbase/coinbase-sdk

    Export

    TransferList

    -
    interface TransferList {
        data: Transfer[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    interface TransferList {
        data: Transfer[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    data: Transfer[]

    Memberof

    TransferList

    -
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    +
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    Memberof

    TransferList

    -
    next_page: string

    The page token to be used to fetch the next page.

    +
    next_page: string

    The page token to be used to fetch the next page.

    Memberof

    TransferList

    -
    total_count: number

    The total number of transfers for the address in the wallet.

    +
    total_count: number

    The total number of transfers for the address in the wallet.

    Memberof

    TransferList

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.User.html b/docs/interfaces/client_api.User.html index 9bf57ea5..46e340a0 100644 --- a/docs/interfaces/client_api.User.html +++ b/docs/interfaces/client_api.User.html @@ -1,7 +1,7 @@ User | @coinbase/coinbase-sdk

    Export

    User

    -
    interface User {
        display_name?: string;
        id: string;
    }

    Properties

    interface User {
        display_name?: string;
        id: string;
    }

    Properties

    Properties

    display_name?: string

    Memberof

    User

    -
    id: string

    The ID of the user

    +
    id: string

    The ID of the user

    Memberof

    User

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Wallet.html b/docs/interfaces/client_api.Wallet.html index d936783b..9c604a59 100644 --- a/docs/interfaces/client_api.Wallet.html +++ b/docs/interfaces/client_api.Wallet.html @@ -1,10 +1,10 @@ Wallet | @coinbase/coinbase-sdk

    Export

    Wallet

    -
    interface Wallet {
        default_address?: Address;
        id?: string;
        network_id: string;
    }

    Properties

    interface Wallet {
        default_address?: Address;
        id?: string;
        network_id: string;
    }

    Properties

    default_address?: Address

    Memberof

    Wallet

    -
    id?: string

    The server-assigned ID for the wallet.

    +
    id?: string

    The server-assigned ID for the wallet.

    Memberof

    Wallet

    -
    network_id: string

    The ID of the blockchain network

    +
    network_id: string

    The ID of the blockchain network

    Memberof

    Wallet

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.WalletList.html b/docs/interfaces/client_api.WalletList.html index f81a30c8..7dc825f8 100644 --- a/docs/interfaces/client_api.WalletList.html +++ b/docs/interfaces/client_api.WalletList.html @@ -1,14 +1,14 @@ WalletList | @coinbase/coinbase-sdk

    Paginated list of wallets

    Export

    WalletList

    -
    interface WalletList {
        data: Wallet[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    interface WalletList {
        data: Wallet[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    data: Wallet[]

    Memberof

    WalletList

    -
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    +
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    Memberof

    WalletList

    -
    next_page: string

    The page token to be used to fetch the next page.

    +
    next_page: string

    The page token to be used to fetch the next page.

    Memberof

    WalletList

    -
    total_count: number

    The total number of wallets

    +
    total_count: number

    The total number of wallets

    Memberof

    WalletList

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_base.RequestArgs.html b/docs/interfaces/client_base.RequestArgs.html index d4d9f125..2ddc95a7 100644 --- a/docs/interfaces/client_base.RequestArgs.html +++ b/docs/interfaces/client_base.RequestArgs.html @@ -1,4 +1,4 @@ RequestArgs | @coinbase/coinbase-sdk

    Export

    RequestArgs

    -
    interface RequestArgs {
        options: RawAxiosRequestConfig;
        url: string;
    }

    Properties

    interface RequestArgs {
        options: RawAxiosRequestConfig;
        url: string;
    }

    Properties

    Properties

    options: RawAxiosRequestConfig
    url: string
    \ No newline at end of file +

    Properties

    options: RawAxiosRequestConfig
    url: string
    \ No newline at end of file diff --git a/docs/interfaces/client_configuration.ConfigurationParameters.html b/docs/interfaces/client_configuration.ConfigurationParameters.html index 13fcb0b2..93b6db2f 100644 --- a/docs/interfaces/client_configuration.ConfigurationParameters.html +++ b/docs/interfaces/client_configuration.ConfigurationParameters.html @@ -5,7 +5,7 @@

    NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

    -
    interface ConfigurationParameters {
        accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>);
        apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>);
        baseOptions?: any;
        basePath?: string;
        formDataCtor?: (new () => any);
        password?: string;
        serverIndex?: number;
        username?: string;
    }

    Properties

    interface ConfigurationParameters {
        accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>);
        apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>);
        baseOptions?: any;
        basePath?: string;
        formDataCtor?: (new () => any);
        password?: string;
        serverIndex?: number;
        username?: string;
    }

    Properties

    accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)

    Type declaration

      • (name?, scopes?): string
      • Parameters

        • Optional name: string
        • Optional scopes: string[]

        Returns string

    Type declaration

      • (name?, scopes?): Promise<string>
      • Parameters

        • Optional name: string
        • Optional scopes: string[]

        Returns Promise<string>

    apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)

    Type declaration

      • (name): string
      • Parameters

        • name: string

        Returns string

    Type declaration

      • (name): Promise<string>
      • Parameters

        • name: string

        Returns Promise<string>

    baseOptions?: any
    basePath?: string
    formDataCtor?: (new () => any)

    Type declaration

      • new (): any
      • Returns any

    password?: string
    serverIndex?: number
    username?: string
    \ No newline at end of file +

    Properties

    accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)

    Type declaration

      • (name?, scopes?): string
      • Parameters

        • Optional name: string
        • Optional scopes: string[]

        Returns string

    Type declaration

      • (name?, scopes?): Promise<string>
      • Parameters

        • Optional name: string
        • Optional scopes: string[]

        Returns Promise<string>

    apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)

    Type declaration

      • (name): string
      • Parameters

        • name: string

        Returns string

    Type declaration

      • (name): Promise<string>
      • Parameters

        • name: string

        Returns Promise<string>

    baseOptions?: any
    basePath?: string
    formDataCtor?: (new () => any)

    Type declaration

      • new (): any
      • Returns any

    password?: string
    serverIndex?: number
    username?: string
    \ No newline at end of file diff --git a/docs/modules/client.html b/docs/modules/client.html index 0289cd67..8812e97d 100644 --- a/docs/modules/client.html +++ b/docs/modules/client.html @@ -1,4 +1,4 @@ -client | @coinbase/coinbase-sdk

    References

    Address +client | @coinbase/coinbase-sdk

    References

    Address AddressBalanceList AddressList AddressesApi diff --git a/docs/modules/client_api.html b/docs/modules/client_api.html index 457df692..4ba1eb98 100644 --- a/docs/modules/client_api.html +++ b/docs/modules/client_api.html @@ -1,4 +1,4 @@ -client/api | @coinbase/coinbase-sdk

    Index

    Classes

    AddressesApi +client/api | @coinbase/coinbase-sdk

    Index

    Classes

    AddressesApi TransfersApi UsersApi WalletsApi diff --git a/docs/modules/client_base.html b/docs/modules/client_base.html index f06a7f18..1c6ad41b 100644 --- a/docs/modules/client_base.html +++ b/docs/modules/client_base.html @@ -1,4 +1,4 @@ -client/base | @coinbase/coinbase-sdk

    Index

    Classes

    BaseAPI +client/base | @coinbase/coinbase-sdk

    Index

    Classes

    Interfaces

    Variables

    BASE_PATH diff --git a/docs/modules/client_common.html b/docs/modules/client_common.html index 9760d837..b1b3a5b3 100644 --- a/docs/modules/client_common.html +++ b/docs/modules/client_common.html @@ -1,4 +1,4 @@ -client/common | @coinbase/coinbase-sdk

    Index

    Variables

    DUMMY_BASE_URL +client/common | @coinbase/coinbase-sdk

    Index

    Variables

    Functions

    assertParamExists createRequestFunction serializeDataIfNeeded diff --git a/docs/modules/client_configuration.html b/docs/modules/client_configuration.html index 2e9508cf..263f2e00 100644 --- a/docs/modules/client_configuration.html +++ b/docs/modules/client_configuration.html @@ -1,3 +1,3 @@ -client/configuration | @coinbase/coinbase-sdk

    Index

    Classes

    Configuration +client/configuration | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase.html b/docs/modules/coinbase.html index 2c2470ba..fa754290 100644 --- a/docs/modules/coinbase.html +++ b/docs/modules/coinbase.html @@ -1,2 +1,2 @@ -coinbase | @coinbase/coinbase-sdk

    References

    Coinbase +coinbase | @coinbase/coinbase-sdk

    References

    References

    Re-exports Coinbase
    \ No newline at end of file diff --git a/docs/modules/coinbase_address.html b/docs/modules/coinbase_address.html index eaf4cea3..d587cf91 100644 --- a/docs/modules/coinbase_address.html +++ b/docs/modules/coinbase_address.html @@ -1,2 +1,2 @@ -coinbase/address | @coinbase/coinbase-sdk

    Index

    Classes

    Address +coinbase/address | @coinbase/coinbase-sdk

    Index

    Classes

    \ No newline at end of file diff --git a/docs/modules/coinbase_api_error.html b/docs/modules/coinbase_api_error.html index 4265a969..cd3dc168 100644 --- a/docs/modules/coinbase_api_error.html +++ b/docs/modules/coinbase_api_error.html @@ -1,4 +1,4 @@ -coinbase/api_error | @coinbase/coinbase-sdk

    Index

    Classes

    APIError +coinbase/api_error | @coinbase/coinbase-sdk

    Index

    Classes

    APIError AlreadyExistsError FaucetLimitReachedError InvalidAddressError diff --git a/docs/modules/coinbase_asset.html b/docs/modules/coinbase_asset.html index de7c194d..632f28da 100644 --- a/docs/modules/coinbase_asset.html +++ b/docs/modules/coinbase_asset.html @@ -1,2 +1,2 @@ -coinbase/asset | @coinbase/coinbase-sdk

    Index

    Classes

    Asset +coinbase/asset | @coinbase/coinbase-sdk

    Index

    Classes

    \ No newline at end of file diff --git a/docs/modules/coinbase_authenticator.html b/docs/modules/coinbase_authenticator.html index 13fd24bc..caa5f7c9 100644 --- a/docs/modules/coinbase_authenticator.html +++ b/docs/modules/coinbase_authenticator.html @@ -1,2 +1,2 @@ -coinbase/authenticator | @coinbase/coinbase-sdk

    Index

    Classes

    CoinbaseAuthenticator +coinbase/authenticator | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_balance.html b/docs/modules/coinbase_balance.html index acd4cf5d..f4ed371e 100644 --- a/docs/modules/coinbase_balance.html +++ b/docs/modules/coinbase_balance.html @@ -1,2 +1,2 @@ -coinbase/balance | @coinbase/coinbase-sdk

    Index

    Classes

    Balance +coinbase/balance | @coinbase/coinbase-sdk

    Index

    Classes

    \ No newline at end of file diff --git a/docs/modules/coinbase_balance_map.html b/docs/modules/coinbase_balance_map.html index 8046c11d..13925799 100644 --- a/docs/modules/coinbase_balance_map.html +++ b/docs/modules/coinbase_balance_map.html @@ -1,2 +1,2 @@ -coinbase/balance_map | @coinbase/coinbase-sdk

    Index

    Classes

    BalanceMap +coinbase/balance_map | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_coinbase.html b/docs/modules/coinbase_coinbase.html index db055fdb..1bc7d5ff 100644 --- a/docs/modules/coinbase_coinbase.html +++ b/docs/modules/coinbase_coinbase.html @@ -1,2 +1,2 @@ -coinbase/coinbase | @coinbase/coinbase-sdk

    Index

    Classes

    Coinbase +coinbase/coinbase | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_constants.html b/docs/modules/coinbase_constants.html index ef22a618..a225af7c 100644 --- a/docs/modules/coinbase_constants.html +++ b/docs/modules/coinbase_constants.html @@ -1,4 +1,4 @@ -coinbase/constants | @coinbase/coinbase-sdk

    Index

    Variables

    ATOMIC_UNITS_PER_USDC +coinbase/constants | @coinbase/coinbase-sdk

    Index

    Variables

    ATOMIC_UNITS_PER_USDC GWEI_PER_ETHER WEI_PER_ETHER WEI_PER_GWEI diff --git a/docs/modules/coinbase_errors.html b/docs/modules/coinbase_errors.html index 6a698d5e..ec101816 100644 --- a/docs/modules/coinbase_errors.html +++ b/docs/modules/coinbase_errors.html @@ -1,4 +1,4 @@ -coinbase/errors | @coinbase/coinbase-sdk

    Index

    Classes

    ArgumentError +coinbase/errors | @coinbase/coinbase-sdk

    Index

    Classes

    ArgumentError InternalError InvalidAPIKeyFormat InvalidConfiguration diff --git a/docs/modules/coinbase_faucet_transaction.html b/docs/modules/coinbase_faucet_transaction.html index b81f8044..dc2c8384 100644 --- a/docs/modules/coinbase_faucet_transaction.html +++ b/docs/modules/coinbase_faucet_transaction.html @@ -1,2 +1,2 @@ -coinbase/faucet_transaction | @coinbase/coinbase-sdk

    Module coinbase/faucet_transaction

    Index

    Classes

    FaucetTransaction +coinbase/faucet_transaction | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_address_test.html b/docs/modules/coinbase_tests_address_test.html index 2bf3a4b7..f3862ce4 100644 --- a/docs/modules/coinbase_tests_address_test.html +++ b/docs/modules/coinbase_tests_address_test.html @@ -1 +1 @@ -coinbase/tests/address_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/address_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_authenticator_test.html b/docs/modules/coinbase_tests_authenticator_test.html index 71be3c85..f3b5bbdc 100644 --- a/docs/modules/coinbase_tests_authenticator_test.html +++ b/docs/modules/coinbase_tests_authenticator_test.html @@ -1 +1 @@ -coinbase/tests/authenticator_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/authenticator_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_balance_map_test.html b/docs/modules/coinbase_tests_balance_map_test.html index cbd4932a..a575a36c 100644 --- a/docs/modules/coinbase_tests_balance_map_test.html +++ b/docs/modules/coinbase_tests_balance_map_test.html @@ -1 +1 @@ -coinbase/tests/balance_map_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/balance_map_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_balance_test.html b/docs/modules/coinbase_tests_balance_test.html index 5fa4d51e..b4c5765f 100644 --- a/docs/modules/coinbase_tests_balance_test.html +++ b/docs/modules/coinbase_tests_balance_test.html @@ -1 +1 @@ -coinbase/tests/balance_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/balance_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_coinbase_test.html b/docs/modules/coinbase_tests_coinbase_test.html index b6f0f38c..e8204b07 100644 --- a/docs/modules/coinbase_tests_coinbase_test.html +++ b/docs/modules/coinbase_tests_coinbase_test.html @@ -1 +1 @@ -coinbase/tests/coinbase_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/coinbase_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_faucet_transaction_test.html b/docs/modules/coinbase_tests_faucet_transaction_test.html index 535a2976..2ac8a05c 100644 --- a/docs/modules/coinbase_tests_faucet_transaction_test.html +++ b/docs/modules/coinbase_tests_faucet_transaction_test.html @@ -1 +1 @@ -coinbase/tests/faucet_transaction_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/faucet_transaction_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_transfer_test.html b/docs/modules/coinbase_tests_transfer_test.html index 1e48c996..c2d3d3e7 100644 --- a/docs/modules/coinbase_tests_transfer_test.html +++ b/docs/modules/coinbase_tests_transfer_test.html @@ -1 +1 @@ -coinbase/tests/transfer_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/transfer_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_user_test.html b/docs/modules/coinbase_tests_user_test.html index f368dab4..7e95ad14 100644 --- a/docs/modules/coinbase_tests_user_test.html +++ b/docs/modules/coinbase_tests_user_test.html @@ -1 +1 @@ -coinbase/tests/user_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/user_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_utils.html b/docs/modules/coinbase_tests_utils.html index 82a8583e..d516df1b 100644 --- a/docs/modules/coinbase_tests_utils.html +++ b/docs/modules/coinbase_tests_utils.html @@ -1,13 +1,18 @@ -coinbase/tests/utils | @coinbase/coinbase-sdk

    Index

    Variables

    VALID_ADDRESS_BALANCE_LIST +coinbase/tests/utils | @coinbase/coinbase-sdk

    Index

    Variables

    Functions

    createAxiosMock generateRandomHash +generateWalletFromSeed +getAddressFromHDKey mockFn mockReturnRejectedValue mockReturnValue diff --git a/docs/modules/coinbase_tests_wallet_test.html b/docs/modules/coinbase_tests_wallet_test.html index 1ad9da19..7f9ae100 100644 --- a/docs/modules/coinbase_tests_wallet_test.html +++ b/docs/modules/coinbase_tests_wallet_test.html @@ -1 +1 @@ -coinbase/tests/wallet_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/wallet_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_transfer.html b/docs/modules/coinbase_transfer.html index 7d3d918e..cb1a61b4 100644 --- a/docs/modules/coinbase_transfer.html +++ b/docs/modules/coinbase_transfer.html @@ -1,3 +1,2 @@ -coinbase/transfer | @coinbase/coinbase-sdk

    Index

    Classes

    Type Aliases

    TransferClients +coinbase/transfer | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_types.html b/docs/modules/coinbase_types.html index d14e49fa..74c32e16 100644 --- a/docs/modules/coinbase_types.html +++ b/docs/modules/coinbase_types.html @@ -1,6 +1,8 @@ -coinbase/types | @coinbase/coinbase-sdk

    Index

    Enumerations

    TransferStatus +coinbase/types | @coinbase/coinbase-sdk

    Index

    Enumerations

    Type Aliases

    AddressAPIClient +Amount ApiClients +Destination SeedData TransferAPIClient UserAPIClient diff --git a/docs/modules/coinbase_user.html b/docs/modules/coinbase_user.html index 11ca711a..48120f0a 100644 --- a/docs/modules/coinbase_user.html +++ b/docs/modules/coinbase_user.html @@ -1,2 +1,2 @@ -coinbase/user | @coinbase/coinbase-sdk

    Index

    Classes

    User +coinbase/user | @coinbase/coinbase-sdk

    Index

    Classes

    \ No newline at end of file diff --git a/docs/modules/coinbase_utils.html b/docs/modules/coinbase_utils.html index 7dc3f9f2..14ec07a6 100644 --- a/docs/modules/coinbase_utils.html +++ b/docs/modules/coinbase_utils.html @@ -1,5 +1,6 @@ -coinbase/utils | @coinbase/coinbase-sdk

    Index

    Functions

    convertStringToHex +coinbase/utils | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_wallet.html b/docs/modules/coinbase_wallet.html index d217202d..174144a3 100644 --- a/docs/modules/coinbase_wallet.html +++ b/docs/modules/coinbase_wallet.html @@ -1,2 +1,2 @@ -coinbase/wallet | @coinbase/coinbase-sdk

    Index

    Classes

    Wallet +coinbase/wallet | @coinbase/coinbase-sdk

    Index

    Classes

    \ No newline at end of file diff --git a/docs/types/client_api.TransferStatusEnum.html b/docs/types/client_api.TransferStatusEnum.html index 9c6c1a83..d7c55dda 100644 --- a/docs/types/client_api.TransferStatusEnum.html +++ b/docs/types/client_api.TransferStatusEnum.html @@ -1 +1 @@ -TransferStatusEnum | @coinbase/coinbase-sdk
    TransferStatusEnum: typeof TransferStatusEnum[keyof typeof TransferStatusEnum]
    \ No newline at end of file +TransferStatusEnum | @coinbase/coinbase-sdk
    TransferStatusEnum: typeof TransferStatusEnum[keyof typeof TransferStatusEnum]
    \ No newline at end of file diff --git a/docs/types/coinbase_transfer.TransferClients.html b/docs/types/coinbase_transfer.TransferClients.html deleted file mode 100644 index c2f2adb7..00000000 --- a/docs/types/coinbase_transfer.TransferClients.html +++ /dev/null @@ -1,2 +0,0 @@ -TransferClients | @coinbase/coinbase-sdk
    TransferClients: {
        baseSepoliaProvider: ethers.Provider;
        transfer: TransferAPIClient;
    }

    The Transfer API client types.

    -

    Type declaration

    \ No newline at end of file diff --git a/docs/types/coinbase_types.AddressAPIClient.html b/docs/types/coinbase_types.AddressAPIClient.html index fca8012a..77b35a15 100644 --- a/docs/types/coinbase_types.AddressAPIClient.html +++ b/docs/types/coinbase_types.AddressAPIClient.html @@ -1,30 +1,30 @@ AddressAPIClient | @coinbase/coinbase-sdk
    AddressAPIClient: {
        createAddress(walletId, createAddressRequest?, options?): AxiosPromise<Address>;
        getAddress(walletId, addressId, options?): AxiosPromise<Address>;
        getAddressBalance(walletId, addressId, assetId, options?): AxiosPromise<Balance>;
        listAddressBalances(walletId, addressId, page?, options?): AxiosPromise<AddressBalanceList>;
        listAddresses(walletId, limit?, page?, options?): AxiosPromise<AddressList>;
        requestFaucetFunds(walletId, addressId): Promise<{
            data: {
                transaction_hash: string;
            };
        }>;
    }

    AddressAPI client type definition.

    -

    Type declaration

    • createAddress:function
    • getAddress:function
      • Get address by onchain address.

        +

        Type declaration

        • createAddress:function
        • getAddress:function
          • Get address by onchain address.

            Parameters

            • walletId: string

              The ID of the wallet the address belongs to.

            • addressId: string

              The onchain address of the address that is being fetched.

            • Optional options: AxiosRequestConfig<any>

              Axios request options.

            Returns AxiosPromise<Address>

            Throws

            If the request fails.

            -
        • getAddressBalance:function
        • getAddressBalance:function
          • Get address balance

            Parameters

            • walletId: string

              The ID of the wallet to fetch the balance for.

            • addressId: string

              The onchain address of the address that is being fetched.

            • assetId: string

              The symbol of the asset to fetch the balance for.

            • Optional options: AxiosRequestConfig<any>

              Axios request options.

              -

            Returns AxiosPromise<Balance>

            Throws

        • listAddressBalances:function
          • Lists address balances

            +

        Returns AxiosPromise<Balance>

        Throws

    • listAddressBalances:function
      • Lists address balances

        Parameters

        • walletId: string

          The ID of the wallet to fetch the balances for.

        • addressId: string

          The onchain address of the address that is being fetched.

        • Optional page: string

          A cursor for pagination across multiple pages of results. Do not include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

        • Optional options: AxiosRequestConfig<any>

          Override http request option.

          -

        Returns AxiosPromise<AddressBalanceList>

        Throws

    • listAddresses:function
      • Lists addresses.

        +

    Returns AxiosPromise<AddressBalanceList>

    Throws

  • listAddresses:function
    • Lists addresses.

      Parameters

      • walletId: string

        The ID of the wallet the addresses belong to.

      • Optional limit: number

        The maximum number of addresses to return.

      • Optional page: string

        A cursor for pagination across multiple pages of results. Do not include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

      • Optional options: AxiosRequestConfig<any>

        Override http request option.

      Returns AxiosPromise<AddressList>

      Throws

      If the request fails.

      -
  • requestFaucetFunds:function
    • Requests faucet funds for the address.

      +
  • requestFaucetFunds:function
    • Requests faucet funds for the address.

      Parameters

      • walletId: string

        The wallet ID.

      • addressId: string

        The address ID.

      Returns Promise<{
          data: {
              transaction_hash: string;
          };
      }>

      The transaction hash.

      Throws

      If the request fails.

      -
  • \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.Amount.html b/docs/types/coinbase_types.Amount.html new file mode 100644 index 00000000..88f08b4a --- /dev/null +++ b/docs/types/coinbase_types.Amount.html @@ -0,0 +1,2 @@ +Amount | @coinbase/coinbase-sdk
    Amount: number | bigint | Decimal

    Amount type definition.

    +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.ApiClients.html b/docs/types/coinbase_types.ApiClients.html index 3163ab36..dccb0a04 100644 --- a/docs/types/coinbase_types.ApiClients.html +++ b/docs/types/coinbase_types.ApiClients.html @@ -1,3 +1,3 @@ ApiClients | @coinbase/coinbase-sdk
    ApiClients: {
        address?: AddressAPIClient;
        baseSepoliaProvider?: ethers.Provider;
        transfer?: TransferAPIClient;
        user?: UserAPIClient;
        wallet?: WalletAPIClient;
    }

    API clients type definition for the Coinbase SDK. Represents the set of API clients available in the SDK.

    -

    Type declaration

    \ No newline at end of file +

    Type declaration

    \ No newline at end of file diff --git a/docs/types/coinbase_types.Destination.html b/docs/types/coinbase_types.Destination.html new file mode 100644 index 00000000..7d23903b --- /dev/null +++ b/docs/types/coinbase_types.Destination.html @@ -0,0 +1,2 @@ +Destination | @coinbase/coinbase-sdk
    Destination: string | Address | Wallet

    Destination type definition.

    +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.SeedData.html b/docs/types/coinbase_types.SeedData.html index 65146a22..4c2a9c15 100644 --- a/docs/types/coinbase_types.SeedData.html +++ b/docs/types/coinbase_types.SeedData.html @@ -1,2 +1,2 @@ SeedData | @coinbase/coinbase-sdk
    SeedData: {
        authTag: string;
        encrypted: boolean;
        iv: string;
        seed: string;
    }

    The Seed Data type definition.

    -

    Type declaration

    • authTag: string
    • encrypted: boolean
    • iv: string
    • seed: string
    \ No newline at end of file +

    Type declaration

    • authTag: string
    • encrypted: boolean
    • iv: string
    • seed: string
    \ No newline at end of file diff --git a/docs/types/coinbase_types.TransferAPIClient.html b/docs/types/coinbase_types.TransferAPIClient.html index 90cb6aa1..cd2d7d69 100644 --- a/docs/types/coinbase_types.TransferAPIClient.html +++ b/docs/types/coinbase_types.TransferAPIClient.html @@ -9,7 +9,7 @@
  • A promise resolving to the Transfer model.
  • Throws

    If the request fails.

    -
  • createTransfer:function
  • createTransfer:function
    • Creates a Transfer.

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to.

      • addressId: string

        The ID of the address the transfer belongs to.

      • createTransferRequest: CreateTransferRequest

        The request body.

        @@ -18,7 +18,7 @@
      • A promise resolving to the Transfer model.

      Throws

      If the request fails.

      -
  • getTransfer:function
  • getTransfer:function
    • Retrieves a Transfer.

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to.

      • addressId: string

        The ID of the address the transfer belongs to.

      • transferId: string

        The ID of the transfer to retrieve.

        @@ -27,7 +27,7 @@
      • A promise resolving to the Transfer model.

      Throws

      If the request fails.

      -
  • listTransfers:function
  • listTransfers:function
    • Lists Transfers.

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to.

      • addressId: string

        The ID of the address the transfers belong to.

      • Optional limit: number

        The maximum number of transfers to return.

        @@ -37,4 +37,4 @@
      • A promise resolving to the Transfer list.

      Throws

      If the request fails.

      -
  • \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.UserAPIClient.html b/docs/types/coinbase_types.UserAPIClient.html index d79abdb3..61cc3aa1 100644 --- a/docs/types/coinbase_types.UserAPIClient.html +++ b/docs/types/coinbase_types.UserAPIClient.html @@ -5,4 +5,4 @@
  • A promise resolvindg to the User model.
  • Throws

    If the request fails.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.WalletAPIClient.html b/docs/types/coinbase_types.WalletAPIClient.html index 45141eb2..fc5d9ffc 100644 --- a/docs/types/coinbase_types.WalletAPIClient.html +++ b/docs/types/coinbase_types.WalletAPIClient.html @@ -1,4 +1,4 @@ -WalletAPIClient | @coinbase/coinbase-sdk
    WalletAPIClient: {
        createWallet: ((createWalletRequest?, options?) => AxiosPromise<Wallet>);
        getWallet: ((walletId, options?) => AxiosPromise<Wallet>);
    }

    WalletAPI client type definition.

    +WalletAPIClient | @coinbase/coinbase-sdk
    WalletAPIClient: {
        createWallet: ((createWalletRequest?, options?) => AxiosPromise<Wallet>);
        getWallet: ((walletId, options?) => AxiosPromise<Wallet>);
        getWalletBalance(walletId, assetId, options?): AxiosPromise<Balance>;
        listWalletBalances(walletId, options?): AxiosPromise<AddressBalanceList>;
        listWalletBalances(walletId, options?): AxiosPromise<AddressBalanceList>;
        listWallets(limit?, page?, options?): AxiosPromise<WalletList>;
    }

    WalletAPI client type definition.

    Type declaration

    • createWallet: ((createWalletRequest?, options?) => AxiosPromise<Wallet>)

      Create a new wallet scoped to the user.

      Throws

      If the request fails.

        • (createWalletRequest?, options?): AxiosPromise<Wallet>
        • Parameters

          • Optional createWalletRequest: CreateWalletRequest
          • Optional options: RawAxiosRequestConfig

            Axios request options.

            @@ -6,4 +6,26 @@

            Throws

            If the request fails.

              • (walletId, options?): AxiosPromise<Wallet>
              • Parameters

                • walletId: string

                  The ID of the wallet to fetch.

                • Optional options: RawAxiosRequestConfig

                  Override http request option.

                  -

                Returns AxiosPromise<Wallet>

    \ No newline at end of file +

    Returns AxiosPromise<Wallet>

  • getWalletBalance:function
    • Get the aggregated balance of an asset across all of the addresses in the wallet.

      +

      Parameters

      • walletId: string

        The ID of the wallet to fetch the balance for.

        +
      • assetId: string

        The symbol of the asset to fetch the balance for.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Balance>

      Throws

      If the required parameter is not provided.

      +

      Throws

      If the request fails.

      +
  • listWalletBalances:function
    • List the balances of all of the addresses in the wallet aggregated by asset.

      +

      Parameters

      • walletId: string

        The ID of the wallet to fetch the balances for.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<AddressBalanceList>

      Throws

      If the required parameter is not provided.

      +

      Throws

      If the request fails.

      +
    • List the balances of all of the addresses in the wallet aggregated by asset.

      +

      Parameters

      • walletId: string

        The ID of the wallet to fetch the balances for.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<AddressBalanceList>

      Throws

      If the required parameter is not provided.

      +

      Throws

      If the request fails.

      +
  • listWallets:function
    • List wallets belonging to the user.

      +

      Parameters

      • Optional limit: number

        A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

        +
      • Optional page: string

        A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<WalletList>

      Throws

      If the request fails.

      +

      Throws

      If the required parameter is not provided.

      +
  • \ No newline at end of file diff --git a/docs/types/coinbase_types.WalletData.html b/docs/types/coinbase_types.WalletData.html index 5a95440d..e38d9ac7 100644 --- a/docs/types/coinbase_types.WalletData.html +++ b/docs/types/coinbase_types.WalletData.html @@ -1,3 +1,3 @@ WalletData | @coinbase/coinbase-sdk
    WalletData: {
        seed: string;
        walletId: string;
    }

    The Wallet Data type definition. The data required to recreate a Wallet.

    -

    Type declaration

    • seed: string
    • walletId: string
    \ No newline at end of file +

    Type declaration

    • seed: string
    • walletId: string
    \ No newline at end of file diff --git a/docs/variables/client_api.TransferStatusEnum-1.html b/docs/variables/client_api.TransferStatusEnum-1.html index 2cb4e456..a9216403 100644 --- a/docs/variables/client_api.TransferStatusEnum-1.html +++ b/docs/variables/client_api.TransferStatusEnum-1.html @@ -1 +1 @@ -TransferStatusEnum | @coinbase/coinbase-sdk
    TransferStatusEnum: {
        Broadcast: "broadcast";
        Complete: "complete";
        Failed: "failed";
        Pending: "pending";
    } = ...

    Type declaration

    • Readonly Broadcast: "broadcast"
    • Readonly Complete: "complete"
    • Readonly Failed: "failed"
    • Readonly Pending: "pending"
    \ No newline at end of file +TransferStatusEnum | @coinbase/coinbase-sdk
    TransferStatusEnum: {
        Broadcast: "broadcast";
        Complete: "complete";
        Failed: "failed";
        Pending: "pending";
    } = ...

    Type declaration

    • Readonly Broadcast: "broadcast"
    • Readonly Complete: "complete"
    • Readonly Failed: "failed"
    • Readonly Pending: "pending"
    \ No newline at end of file diff --git a/docs/variables/client_base.BASE_PATH.html b/docs/variables/client_base.BASE_PATH.html index a8a0d215..0548cb7e 100644 --- a/docs/variables/client_base.BASE_PATH.html +++ b/docs/variables/client_base.BASE_PATH.html @@ -1 +1 @@ -BASE_PATH | @coinbase/coinbase-sdk
    BASE_PATH: string = ...
    \ No newline at end of file +BASE_PATH | @coinbase/coinbase-sdk
    BASE_PATH: string = ...
    \ No newline at end of file diff --git a/docs/variables/client_base.COLLECTION_FORMATS.html b/docs/variables/client_base.COLLECTION_FORMATS.html index 1db1ddfe..8acc148f 100644 --- a/docs/variables/client_base.COLLECTION_FORMATS.html +++ b/docs/variables/client_base.COLLECTION_FORMATS.html @@ -1 +1 @@ -COLLECTION_FORMATS | @coinbase/coinbase-sdk
    COLLECTION_FORMATS: {
        csv: string;
        pipes: string;
        ssv: string;
        tsv: string;
    } = ...

    Type declaration

    • csv: string
    • pipes: string
    • ssv: string
    • tsv: string

    Export

    \ No newline at end of file +COLLECTION_FORMATS | @coinbase/coinbase-sdk
    COLLECTION_FORMATS: {
        csv: string;
        pipes: string;
        ssv: string;
        tsv: string;
    } = ...

    Type declaration

    • csv: string
    • pipes: string
    • ssv: string
    • tsv: string

    Export

    \ No newline at end of file diff --git a/docs/variables/client_base.operationServerMap.html b/docs/variables/client_base.operationServerMap.html index 1a9583dd..26c4179b 100644 --- a/docs/variables/client_base.operationServerMap.html +++ b/docs/variables/client_base.operationServerMap.html @@ -1 +1 @@ -operationServerMap | @coinbase/coinbase-sdk
    operationServerMap: ServerMap = {}

    Export

    \ No newline at end of file +operationServerMap | @coinbase/coinbase-sdk
    operationServerMap: ServerMap = {}

    Export

    \ No newline at end of file diff --git a/docs/variables/client_common.DUMMY_BASE_URL.html b/docs/variables/client_common.DUMMY_BASE_URL.html index 088d7cee..af6946ec 100644 --- a/docs/variables/client_common.DUMMY_BASE_URL.html +++ b/docs/variables/client_common.DUMMY_BASE_URL.html @@ -1 +1 @@ -DUMMY_BASE_URL | @coinbase/coinbase-sdk
    DUMMY_BASE_URL: "https://example.com" = "https://example.com"

    Export

    \ No newline at end of file +DUMMY_BASE_URL | @coinbase/coinbase-sdk
    DUMMY_BASE_URL: "https://example.com" = "https://example.com"

    Export

    \ No newline at end of file diff --git a/docs/variables/coinbase_constants.ATOMIC_UNITS_PER_USDC.html b/docs/variables/coinbase_constants.ATOMIC_UNITS_PER_USDC.html index 98cfde24..4bd4272f 100644 --- a/docs/variables/coinbase_constants.ATOMIC_UNITS_PER_USDC.html +++ b/docs/variables/coinbase_constants.ATOMIC_UNITS_PER_USDC.html @@ -1 +1 @@ -ATOMIC_UNITS_PER_USDC | @coinbase/coinbase-sdk
    ATOMIC_UNITS_PER_USDC: Decimal = ...
    \ No newline at end of file +ATOMIC_UNITS_PER_USDC | @coinbase/coinbase-sdk
    ATOMIC_UNITS_PER_USDC: Decimal = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_constants.GWEI_PER_ETHER.html b/docs/variables/coinbase_constants.GWEI_PER_ETHER.html index 622b632f..c92db97a 100644 --- a/docs/variables/coinbase_constants.GWEI_PER_ETHER.html +++ b/docs/variables/coinbase_constants.GWEI_PER_ETHER.html @@ -1 +1 @@ -GWEI_PER_ETHER | @coinbase/coinbase-sdk
    GWEI_PER_ETHER: Decimal = ...
    \ No newline at end of file +GWEI_PER_ETHER | @coinbase/coinbase-sdk
    GWEI_PER_ETHER: Decimal = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_constants.WEI_PER_ETHER.html b/docs/variables/coinbase_constants.WEI_PER_ETHER.html index 5530469e..94f0abc6 100644 --- a/docs/variables/coinbase_constants.WEI_PER_ETHER.html +++ b/docs/variables/coinbase_constants.WEI_PER_ETHER.html @@ -1 +1 @@ -WEI_PER_ETHER | @coinbase/coinbase-sdk
    WEI_PER_ETHER: Decimal = ...
    \ No newline at end of file +WEI_PER_ETHER | @coinbase/coinbase-sdk
    WEI_PER_ETHER: Decimal = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_constants.WEI_PER_GWEI.html b/docs/variables/coinbase_constants.WEI_PER_GWEI.html index f75b905e..b972a211 100644 --- a/docs/variables/coinbase_constants.WEI_PER_GWEI.html +++ b/docs/variables/coinbase_constants.WEI_PER_GWEI.html @@ -1 +1 @@ -WEI_PER_GWEI | @coinbase/coinbase-sdk
    WEI_PER_GWEI: Decimal = ...
    \ No newline at end of file +WEI_PER_GWEI | @coinbase/coinbase-sdk
    WEI_PER_GWEI: Decimal = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.VALID_ADDRESS_BALANCE_LIST.html b/docs/variables/coinbase_tests_utils.VALID_ADDRESS_BALANCE_LIST.html index d60794f0..3722376d 100644 --- a/docs/variables/coinbase_tests_utils.VALID_ADDRESS_BALANCE_LIST.html +++ b/docs/variables/coinbase_tests_utils.VALID_ADDRESS_BALANCE_LIST.html @@ -1 +1 @@ -VALID_ADDRESS_BALANCE_LIST | @coinbase/coinbase-sdk
    VALID_ADDRESS_BALANCE_LIST: AddressBalanceList = ...
    \ No newline at end of file +VALID_ADDRESS_BALANCE_LIST | @coinbase/coinbase-sdk
    VALID_ADDRESS_BALANCE_LIST: AddressBalanceList = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.VALID_ADDRESS_MODEL.html b/docs/variables/coinbase_tests_utils.VALID_ADDRESS_MODEL.html index 140c88e3..2571c860 100644 --- a/docs/variables/coinbase_tests_utils.VALID_ADDRESS_MODEL.html +++ b/docs/variables/coinbase_tests_utils.VALID_ADDRESS_MODEL.html @@ -1 +1 @@ -VALID_ADDRESS_MODEL | @coinbase/coinbase-sdk
    VALID_ADDRESS_MODEL: Address = ...
    \ No newline at end of file +VALID_ADDRESS_MODEL | @coinbase/coinbase-sdk
    VALID_ADDRESS_MODEL: Address = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.VALID_BALANCE_MODEL.html b/docs/variables/coinbase_tests_utils.VALID_BALANCE_MODEL.html index b625f3d8..bc3d72bb 100644 --- a/docs/variables/coinbase_tests_utils.VALID_BALANCE_MODEL.html +++ b/docs/variables/coinbase_tests_utils.VALID_BALANCE_MODEL.html @@ -1 +1 @@ -VALID_BALANCE_MODEL | @coinbase/coinbase-sdk
    VALID_BALANCE_MODEL: Balance = ...
    \ No newline at end of file +VALID_BALANCE_MODEL | @coinbase/coinbase-sdk
    VALID_BALANCE_MODEL: Balance = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.VALID_TRANSFER_MODEL.html b/docs/variables/coinbase_tests_utils.VALID_TRANSFER_MODEL.html new file mode 100644 index 00000000..23d60160 --- /dev/null +++ b/docs/variables/coinbase_tests_utils.VALID_TRANSFER_MODEL.html @@ -0,0 +1 @@ +VALID_TRANSFER_MODEL | @coinbase/coinbase-sdk
    VALID_TRANSFER_MODEL: Transfer = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.VALID_WALLET_MODEL.html b/docs/variables/coinbase_tests_utils.VALID_WALLET_MODEL.html index b30a725d..48939cb9 100644 --- a/docs/variables/coinbase_tests_utils.VALID_WALLET_MODEL.html +++ b/docs/variables/coinbase_tests_utils.VALID_WALLET_MODEL.html @@ -1 +1 @@ -VALID_WALLET_MODEL | @coinbase/coinbase-sdk
    VALID_WALLET_MODEL: Wallet = ...
    \ No newline at end of file +VALID_WALLET_MODEL | @coinbase/coinbase-sdk
    VALID_WALLET_MODEL: Wallet = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.addressesApiMock.html b/docs/variables/coinbase_tests_utils.addressesApiMock.html index 62bb4aab..8e373c3e 100644 --- a/docs/variables/coinbase_tests_utils.addressesApiMock.html +++ b/docs/variables/coinbase_tests_utils.addressesApiMock.html @@ -1 +1 @@ -addressesApiMock | @coinbase/coinbase-sdk
    addressesApiMock: {
        createAddress: Mock<any, any, any>;
        getAddress: Mock<any, any, any>;
        getAddressBalance: Mock<any, any, any>;
        listAddressBalances: Mock<any, any, any>;
        listAddresses: Mock<any, any, any>;
        requestFaucetFunds: Mock<any, any, any>;
    } = ...

    Type declaration

    • createAddress: Mock<any, any, any>
    • getAddress: Mock<any, any, any>
    • getAddressBalance: Mock<any, any, any>
    • listAddressBalances: Mock<any, any, any>
    • listAddresses: Mock<any, any, any>
    • requestFaucetFunds: Mock<any, any, any>
    \ No newline at end of file +addressesApiMock | @coinbase/coinbase-sdk
    addressesApiMock: {
        createAddress: Mock<any, any, any>;
        getAddress: Mock<any, any, any>;
        getAddressBalance: Mock<any, any, any>;
        listAddressBalances: Mock<any, any, any>;
        listAddresses: Mock<any, any, any>;
        requestFaucetFunds: Mock<any, any, any>;
    } = ...

    Type declaration

    • createAddress: Mock<any, any, any>
    • getAddress: Mock<any, any, any>
    • getAddressBalance: Mock<any, any, any>
    • listAddressBalances: Mock<any, any, any>
    • listAddresses: Mock<any, any, any>
    • requestFaucetFunds: Mock<any, any, any>
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.transferId.html b/docs/variables/coinbase_tests_utils.transferId.html new file mode 100644 index 00000000..e0a96b44 --- /dev/null +++ b/docs/variables/coinbase_tests_utils.transferId.html @@ -0,0 +1 @@ +transferId | @coinbase/coinbase-sdk
    transferId: `${string}-${string}-${string}-${string}-${string}` = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.transfersApiMock.html b/docs/variables/coinbase_tests_utils.transfersApiMock.html new file mode 100644 index 00000000..04ec2a62 --- /dev/null +++ b/docs/variables/coinbase_tests_utils.transfersApiMock.html @@ -0,0 +1 @@ +transfersApiMock | @coinbase/coinbase-sdk
    transfersApiMock: {
        broadcastTransfer: Mock<any, any, any>;
        createTransfer: Mock<any, any, any>;
        getTransfer: Mock<any, any, any>;
        listTransfers: Mock<any, any, any>;
    } = ...

    Type declaration

    • broadcastTransfer: Mock<any, any, any>
    • createTransfer: Mock<any, any, any>
    • getTransfer: Mock<any, any, any>
    • listTransfers: Mock<any, any, any>
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.usersApiMock.html b/docs/variables/coinbase_tests_utils.usersApiMock.html index 17def20a..18ec8e08 100644 --- a/docs/variables/coinbase_tests_utils.usersApiMock.html +++ b/docs/variables/coinbase_tests_utils.usersApiMock.html @@ -1 +1 @@ -usersApiMock | @coinbase/coinbase-sdk
    usersApiMock: {
        getCurrentUser: Mock<any, any, any>;
    } = ...

    Type declaration

    • getCurrentUser: Mock<any, any, any>
    \ No newline at end of file +usersApiMock | @coinbase/coinbase-sdk
    usersApiMock: {
        getCurrentUser: Mock<any, any, any>;
    } = ...

    Type declaration

    • getCurrentUser: Mock<any, any, any>
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.walletId.html b/docs/variables/coinbase_tests_utils.walletId.html index e21ff8c1..8ccf512f 100644 --- a/docs/variables/coinbase_tests_utils.walletId.html +++ b/docs/variables/coinbase_tests_utils.walletId.html @@ -1 +1 @@ -walletId | @coinbase/coinbase-sdk
    walletId: `${string}-${string}-${string}-${string}-${string}` = ...
    \ No newline at end of file +walletId | @coinbase/coinbase-sdk
    walletId: `${string}-${string}-${string}-${string}-${string}` = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.walletsApiMock.html b/docs/variables/coinbase_tests_utils.walletsApiMock.html index dfe29acb..6dc47c7a 100644 --- a/docs/variables/coinbase_tests_utils.walletsApiMock.html +++ b/docs/variables/coinbase_tests_utils.walletsApiMock.html @@ -1 +1 @@ -walletsApiMock | @coinbase/coinbase-sdk
    walletsApiMock: {
        createWallet: Mock<any, any, any>;
        getWallet: Mock<any, any, any>;
    } = ...

    Type declaration

    • createWallet: Mock<any, any, any>
    • getWallet: Mock<any, any, any>
    \ No newline at end of file +walletsApiMock | @coinbase/coinbase-sdk
    walletsApiMock: {
        createWallet: Mock<any, any, any>;
        getWallet: Mock<any, any, any>;
        getWalletBalance: Mock<any, any, any>;
        listWalletBalances: Mock<any, any, any>;
        listWallets: Mock<any, any, any>;
    } = ...

    Type declaration

    • createWallet: Mock<any, any, any>
    • getWallet: Mock<any, any, any>
    • getWalletBalance: Mock<any, any, any>
    • listWalletBalances: Mock<any, any, any>
    • listWallets: Mock<any, any, any>
    \ No newline at end of file