Skip to content

Commit

Permalink
Updating Address JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
erdimaden committed May 14, 2024
1 parent d52fc66 commit 4cc5c7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/coinbase/address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import { FaucetTransaction } from "./faucet_transaction";
import { AddressAPIClient } from "./types";

/**
* Class representing an Address in the Coinbase SDK.
* A representation of a blockchain Address, which is a user-controlled account on a Network. Addresses are used to
* send and receive Assets, and should be created using Wallet#create_address. Addresses require an
* Eth::Key to sign transaction data.
* A representation of a blockchain address, which is a user-controlled account on a network.
*/
export class Address {
private model: AddressModel;
Expand Down

0 comments on commit 4cc5c7b

Please sign in to comment.