add e2e tests for v5 REST client. Fix competing tests.
This commit is contained in:
@@ -79,6 +79,18 @@ export interface InternalTransferRecordV5 {
|
||||
status: string;
|
||||
}
|
||||
|
||||
export interface UniversalTransferRecordV5 {
|
||||
transferId: string;
|
||||
coin: string;
|
||||
amount: string;
|
||||
fromMemberId: string;
|
||||
toMemberId: string;
|
||||
fromAccountType: AccountTypeV5;
|
||||
toAccountType: AccountTypeV5;
|
||||
timestamp: string;
|
||||
status: string;
|
||||
}
|
||||
|
||||
export interface AllowedDepositCoinInfoV5 {
|
||||
coin: string;
|
||||
chain: string;
|
||||
|
||||
Reference in New Issue
Block a user