L-BTC in circulation dashboard widget

refs #718
This commit is contained in:
softsimon
2021-09-25 03:13:07 +04:00
parent 396092d836
commit c6ac962c9b
7 changed files with 192 additions and 11 deletions

View File

@@ -47,3 +47,8 @@ export interface AddressInformation {
confidential_key?: string; // (string) Elements only
unconfidential?: string; // (string) Elements only
}
export interface LiquidPegs {
amount: string;
date: string;
}