v3.5.2: feat() add missing v5 internal deposit records endpoint. fix(#233) return type for v5 wallet balance endpoint, fix(#232) timestamp resolution for v5 fetch time endpoint
This commit is contained in:
@@ -115,6 +115,16 @@ export interface DepositRecordV5 {
|
||||
blockHash: string;
|
||||
}
|
||||
|
||||
export interface InternalDepositRecordV5 {
|
||||
id: string;
|
||||
type: 1;
|
||||
coin: string;
|
||||
amount: string;
|
||||
status: 1 | 2 | 3;
|
||||
address: string;
|
||||
createdTime: string;
|
||||
}
|
||||
|
||||
export interface DepositAddressChainV5 {
|
||||
chainType: string;
|
||||
addressDeposit: string;
|
||||
|
||||
Reference in New Issue
Block a user