Skip to content

Commit

Permalink
fix: update asset models based on discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf committed May 22, 2024
1 parent fcb3364 commit 2bd453e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/models/src/crypto-assets/crypto-asset-info.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,15 @@ export interface Src20CryptoAssetInfo extends BaseCryptoAssetInfo {
// Stacks
export interface Sip9CryptoAssetInfo {
readonly contractId: string;
readonly contractName: string;
readonly imageCanonicalUri: string;
readonly name: string;
}

export interface Sip10CryptoAssetInfo extends BaseCryptoAssetInfo {
readonly canTransfer: boolean;
readonly contractId: string;
readonly contractName: string;
readonly contractAddress: string;
readonly contractAssetName: string;
readonly imageCanonicalUri: string;
readonly tokenName: string;
readonly name: string;
readonly symbol: string;
}

Expand Down

0 comments on commit 2bd453e

Please sign in to comment.