Merge pull request #433 from zororaka00/master
fix(types): change response v5-asset CoinInfoV5.name
This commit is contained in:
@@ -146,7 +146,7 @@ export interface DepositAddressResultV5 {
|
||||
}
|
||||
|
||||
export interface CoinInfoV5 {
|
||||
name: number;
|
||||
name: string;
|
||||
coin: string;
|
||||
remainAmount: string;
|
||||
chains: {
|
||||
|
||||
Reference in New Issue
Block a user