Skip to content

Commit 2e686de

Browse files
committed
update interface
1 parent e706bc8 commit 2e686de

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/client/types/address.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ export interface AddressResponse {
22
type: 'address';
33
address_id: string;
44
asset_id: string;
5+
chain_id: string;
56
destination: string;
6-
tag: string;
7-
label: string;
8-
fee: string;
9-
reserve: string;
107
dust: string;
8+
label: string;
9+
tag: string;
1110
updated_at: string;
1211
}
1312

0 commit comments

Comments
 (0)