Interface GetTokenByAddressDto

interface GetTokenByAddressDto {
    tokenAddress: string;
}

Properties

Properties

tokenAddress: string